DocumentInspector Functionality (Validate Document Contents)

Good Morning,

Does Aspose Words have the functionality to inspect a document and return a list of potential issues like Word does? I’m including a link to the functionality in Word.

https://docs.microsoft.com/en-us/office/vba/Library-Reference/Concepts/using-the-document-inspector

I’d like to be able to run a type of validation on a document and it give me a list of potential problems and I can either remove them or address them, programmatically.

Thanks

Mike

Hi Mike,

Thanks for your request. We are in coordination with our development team to get answer pertaining to your queries. Soon you will be updated with the required information.

Best regards,

Any update on this? Thanks!

Hi Mike,

Thanks for your inquiry. Well, we do have LoadOptions.WarningCallback that allows to gather info about issues Aspose.Words finds during loading of the document, as well as SaveOptions.WarningCallback that does the same for a specific format during saving. You can effectively use those to gather data in a way DocumentInspector does it. I hope, this helps.

Best regards,