Hello! I want to use code (for example, in Java) to programmatically call a comparison of documents like a menu in the LibreOffice UI (Track Changes/CompareDocuments).
I found examples of using the code, but it’s not entirely clear to me how you can get the result of the comparison in any format (for example, the authors of the changes and the changes themselves). I’m interested in using this in the form of some object/inputStream/file.
I use dispatchHelper.executeDispatch((XDispatchProvider) Frame, “.uno:ShowTrackedChanges”, “”, 0, propertyValue);