浏览代码

word/excel导出PDF与PDF合并开发

anderx 5 月之前
父节点
当前提交
7c8fdfe108
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      src/main/java/com/goafanti/common/utils/pdf/PDFUtils.java

+ 0 - 6
src/main/java/com/goafanti/common/utils/pdf/PDFUtils.java

@@ -528,10 +528,4 @@ public class PDFUtils {
         Paragraph tile2=new Paragraph(builder.toString(),getFont(8));
         document.add(tile2);
     }
-
-
-
-
-
-
 }