|
|
@@ -51,7 +51,7 @@ public class PdfUtils { |
|
|
|
new File(filePath).mkdir(); |
|
|
|
} |
|
|
|
//字体格式 |
|
|
|
String FONT = templatePath + File.separator + "template" + File.separator + "simsun.ttc"; |
|
|
|
String FONT = templatePath + "template" + File.separator + "simsun.ttc"; |
|
|
|
StringBuilder stringBuilder = new StringBuilder(); |
|
|
|
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(templateHtmlInputStream, StandardCharsets.UTF_8)); |
|
|
|
String line; |
|
|
|