Hi,
Aspose.Words for Java (tested v15.3.0.0) does not correctly accept revisions.
This test file contains some text followed by a paragraph which has been tracked as deleted.
When accepting all track changes with Ms Word (v2010) the text remains.
However Aspose removes text and paragraph.
Document doc = new Document("test.rtf");
doc.acceptAllRevisions();
System.out.println(doc.getText().length()); // Returns 0