Extract content and changes from a Word

Hi all! I hope you as well

I need help here… I need to extract all content from a word document and break all paragraphs. (eg.: paragraph 1 goes to a variable 1, paragraph 2 goes to a variable 2…) AND I need to get the changes too (Track changes enabled) because when I insert a text, because actually I can’t do this.

Is there any way to do this?

Best regards,
Renan

@renanalmeida96,

Thanks for your inquiry. We suggest you please use CompositeNode.GetChildNodes (NodeType.Paragraph) method to get the live live collection of Paragraph nodes. Please use Document.Revisions property to get a collection of revisions (tracked changes) that exist in this document. You can use Revision.ParentNode property to get the immediate parent node (owner) of this revision.

We request you to please elaborate your inquiry further. Also, please supply input/output documents. This will help us to understand your scenario, and we will be in a better position to address your concerns accordingly. Thanks for your cooperation.