许鹏程
2023-08-04 efdccbfcb1f20afba47e0abbd0f1319160d44df2
src/main/java/com/product/file/util/AsposeUtil.java
@@ -218,6 +218,8 @@
            }
            Document doc = new Document(officePath);// 原始word路径
            fileOS = new FileOutputStream(OutPutPath);
         //不保留修订痕迹
         doc.acceptAllRevisions();
            doc.save(fileOS, com.aspose.words.SaveFormat.PDF);
        } catch (Exception e) {
           throw new BaseException(FileCode.DOC_CONVERT_FALL,e);