ltkj-admin/src/main/java/com/ltkj/web/config/pdfutils/PdfUtils.java
@@ -39,7 +39,7 @@ * @throws DocumentException * @throws IOException */ private static BaseFont createBaseFont(String fontName) throws DocumentException, IOException { public static BaseFont createBaseFont(String fontName) throws DocumentException, IOException { // 默认为宋体 if (fontName == null) { fontName = "simsun.ttc";