I am using Aspose Words for Java (on-premise version) to edit Word Documents.
Currently, I am able to generate tracked changes successfully, but I would like to improve the UX for accepting changes.
Right now, when bot…... Document doc = new Document("input.docx"); doc.getTrackRevisions()...getTrackRevisions().setAuthor("MyApp"); doc.startTrackRevisions(); // … make...