aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

I want to convert word to pdf ,but my word contains comment #382

Closed zhanghaijie1 closed 2 months ago

zhanghaijie1 commented 3 months ago

fisrt,When my word contains comments and there are replies to the comments, the original part of the text displayed in the converted pdf is not highlighted, my code String path = "/Users/icourt/Downloads/批注修订版_股权代持协议-测试_一轮-实际出资人.docx"; Document document = new Document(path); document.save("/Users/icourt/Downloads/试i31据33rd.pdf", SaveFormat.PDF); my word 批注修订版_股权代持协议-测试_一轮-实际出资人.docx image converted pdf 试i31据33rd.pdf image use

com.aspose aspose-words 20.1.0
AlexNosk commented 3 months ago

@zhanghaijie1 Aspose.Words mimics MS Word when convert comments to PDF. If you convert your document to PDF using MS Word, the result will be similar to Aspose.Words result.

PS: The main place for getting support is Aspose support forums.