|
@@ -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();
|
|
|
+// }
|
|
|
+//
|
|
|
+// }
|
|
|
}
|