Can you use aspose.word to check a document for uncommited revisions?

I need to perform a check on a word document before I convert it to PDF to see if the author forgot to commit their change tracking.

Hi,

Thank you for your interest in our products.

Aspose.Word provides the Document.AcceptAllRevisions method that accepts all tracked changes in the document.

But is there a way to see if they exist? The problem is that I need to let the user know that they didn’t commit the tracking and then give them the option of either commiting or stopping the PDF conversion.

Currently Aspose.Word does not provide such method but we will add it. Thanks for the request.

Hi,

We have released Aspose.Word 3.1.4.

  • Added the Document.HasRevisions property.

https://docs.aspose.com/words/net/release-notes/