Table Insertion/Deletion results in extra revisions

Hi,



I am trying to evaluate Document.compare API.
The scenario under evaluation is very simple. Insertion/ Deletion of table in the document.

The document generated by Aspose Document.compare API shows extra revisions mainly extra format changes.

The code used is given below:

Document doc1=new Document(“10k.docx”);
Document doc2=new Document(“Doc_Table_Insertion.docx”);
doc1.compare(doc2,“Manisha”,new Date());
doc1.save(“rev_Doc_Table_Insertion.docx”);

Document doc4=new Document(“10k.docx”);
Document doc3=new Document(“Doc_Table_Deletion.docx”);
doc4.compare(doc3,“Manisha”,new Date());
doc4.save(“rev_Doc_Table_Deletion.docx”);


The sample documents, comparison documents generated by Aspose and MS Word are attached in a zip folder. Also attaching two snapshots where left side is Word generated documents and right side is Aspose Compare API generated document.

Please look into this matter and let me know how we can resolve this issue.

Thanks
Manisha

Hi Manisha,


Thanks for your inquiry. I suggest you please repeat your test-case using Aspose.Words for Java 15.8.0 and MS Word 2013 on your end and see if the issues are resolved or not.
http://www.aspose.com/community/files/72/java-components/aspose.words-for-java/default.aspx

Best regards,