许鹏程
2023-08-04 efdccbfcb1f20afba47e0abbd0f1319160d44df2
word 转pdf时不保留修订痕迹
已修改1个文件
2 ■■■■■ 文件已修改
src/main/java/com/product/file/util/AsposeUtil.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);