There are problem with compare list http://joxi.ru/823nnxlS9e798m
in ms office result http://joxi.ru/8An55oRTzLdzN2
Document doc = new Document("..\\source.docx");
Document doc2 = new Document("..\\changes.docx");
doc.acceptAllRevisions();
doc2.acceptAllRevisions();
doc.compare(doc2, "3", new Date());
doc.updateListLabels();
doc.save("...\\output.docx");
In attach you see example docx for reproduce test.zip (33.6 KB)