How to ignore track changes while converting word to html?

Hi,
How to not include track changes in the HTML while converting a word document to HTML?

@shrey First of all, please note, Aspose.Words is designed to work with MS Word documents. HTML documents and MS Word documents object models are quite different and it is not always possible to provide 100% fidelity after conversion one format to another. In most cases Aspose.Words mimics MS Word behavior when work with HTML documents.

Currently, upon exporting to HTML only insert and delete revisions are supported by Aspose.Words.

Hi,
Noted. Is there any way to exclude track changes while converting the word to HTML?

thanks,
Shrey

@shrey You can accept or reject revisions before converting document to HTML using Revisions.AcceptAll or Revisions.RejectAll.