瀏覽代碼

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);