Simple compare 2 doc lost revision in html version, but have in docx.
Document doc = new Document("..\\test.docx");
Document doc2 = new Document("..\\v2test.docx");
doc.acceptAllRevisions();
doc2.acceptAllRevisions();
doc.compare(doc2, "3", new Date());
doc.save("..\\out.docx");
doc.save("..\\out.html", SaveFormat.HTML);
test data and my result : test_data.zip (57.2 KB)
sreenshots http://joxi.ru/l21ppzxfrexkvm