소스 검색

change toc level

wcf 4 년 전
부모
커밋
2168468303
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main/java/com/zglc/fm/utils/DocToPdf.java

+ 2 - 1
src/main/java/com/zglc/fm/utils/DocToPdf.java

@@ -13,12 +13,13 @@ import java.util.List;
 import java.util.Map;
 
 public class DocToPdf {
+    /*
     public static void main(String[] args) throws Exception {
         loadLicense();
         //convertDoc2Pdf("/Users/wcf/Desktop/123.wps","/Users/wcf/Desktop");
         GetDoccatalogue("d:\\test.docx",0);
     }
-
+    */
     public static List<CatalogueEntity> GetDoccatalogue(String filePath,Integer bookId) throws Exception {
         List<CatalogueEntity> lst = new ArrayList<>();
         Document doc = new Document(filePath);