Read author name when converting from word to HTML

Hi ,


Is there any way by which I can determine date & author name of track changes in word document when converting word document to HTML using ASPOSE ?

In my application Track changes are getting converted to HTML properly but as per requirement I want show author name & date for track changes along with that.


Hi Divesh,


Thanks for your inquiry. The name of Author and DateTime of Revision are stored in the Revsion (tracked change) itself. Please use Revision.Author and Revision.DateTime properties. I hope, this helps.

Best regards,