Hi,
Aspose Words for Java (tested v17.9) cannot accept revisions on the following RTF test.zip (5.1 KB).
“java.lang.IllegalStateException: Cannot remove because there is no parent.
at com.aspose.words.Node.remove(Unknown Source)”
Document doc = new Document("test.rtf");
doc.acceptAllRevisions();
Thanks
Romain