src/main/java/com/product/file/util/AsposeUtil.java | ●●●●● 补丁 | 查看 | 原始文档 | 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);