Preserve Word Track Changes when converting DOCX to HTML with Aspose.Words Cloud API?

Hi -

I’m wondering if it is possible to save the Word Track Changes metadata when converting from DOCX (or DOC) to HTML format?

Specifically, I would like to do this using Aspose.Words for Cloud, but if that is not possible, I’d be interested to know if there is an Aspose environment in which this is possible.

Thanks!
Tyler

Hi Tyler,

Thanks for your inquiry. If you are using Aspose.Words, please use HtmlSaveOptions.ExportRoundtripInformation property to specify whether to write the roundtrip information when saving to HTML, MHTML or EPUB. Default value is true for HTML and false for MHTML and EPUB.

If you want to use Aspose.Words for Cloud, please use saveAs resource with ExportRoundtripInformation html save options. Please read about saveAs resource from here:
https://docs.aspose.cloud/words/convert/