Quellcode durchsuchen

去掉pdf字体旋转校验

caozixuan vor 2 Jahren
Ursprung
Commit
58ab1c2713

+ 9 - 9
distributed-print-business/src/main/java/com/qmth/distributed/print/business/util/PdfUtil.java

@@ -261,13 +261,13 @@ public class PdfUtil {
         }
     }
 
-    public static void main(String[] args) {
-        File file2 = new File("E:\\file\\《航空通信原理B》期末考试 A卷 答题卷.pdf");
-        try {
-            System.out.println(PdfUtil.getPdfFormat(file2));
-        } catch (IOException e) {
-            e.printStackTrace();
-        }
-
-    }
+//    public static void main(String[] args) {
+//        File file2 = new File("E:\\file\\《航空通信原理B》期末考试 A卷 答题卷.pdf");
+//        try {
+//            System.out.println(PdfUtil.getPdfFormat(file2));
+//        } catch (IOException e) {
+//            e.printStackTrace();
+//        }
+//
+//    }
 }