Parcourir la source

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

anderx il y a 5 mois
Parent
commit
7c8fdfe108
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  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));
         Paragraph tile2=new Paragraph(builder.toString(),getFont(8));
         document.add(tile2);
         document.add(tile2);
     }
     }
-
-
-
-
-
-
 }
 }