Compare 2 word documents

Hi Team,

I downloaded the JAVA-WORD evaluation edition, when i tried to compare 2 word documents, its not updating the documents difference with revision.

But if try find the number of difference count, i am able to see correctly.

Is this feature disabled in Evaluation edition ?

COde :-

Document docA = new Document(Word_client);
	Document docB = new Document(Word_client_2);
   docA.compare(docB, "msanman", new Date());
	System.out.println(docA.getRevisions().getCount());

@madhusanmani

Thanks for your inquiry. We will appreciate it if you please share your sample input,output documents here. We will look into these and will guide you accordingly.

Furthermore, you may also make a request for a 30 days temporary license to evaluate Aspose.Word without any evaluation limitation.

Best Regards,