Another wrong revision bug http://joxi.ru/VrwWW87C7LYPJr
Document doc = new Document("...\\test\\1.docx");
Document doc2 = new Document("...\\test\\2.docx");
doc.acceptAllRevisions();
doc2.acceptAllRevisions();
doc.compare(doc2, "test", new Date());
doc.save("...\\test\\3.docx");
test.zip (29.6 KB)