aspose-words / Aspose.Words-for-Java

Aspose.Words for Java examples, plugins and showcases
https://products.aspose.com/words/java
MIT License
401 stars 206 forks source link

I want to know if aspose can get the difference between two words or pdfs and customize the difference color #109

Open TongHaoJie opened 3 months ago

TongHaoJie commented 3 months ago

How can I achieve the effect of pictures, compare two words or pdfs, find the differences and color them according to the difference types? In addition, I need to obtain the collection and type of the differences for display on the right image

AlexNosk commented 3 months ago

@TongHaoJie You can use document compare feature to compare two MS Word documents. As a result of comparison Aspose.Words produces a document with revisions where changes are found, just the same as when documents are compared using MS Word. Appearance of revisions are configured in the consumer application. These options are not stored in the file, so they are out of Aspose.Words control.