I have a document with tracked changes on. I want to iterate through the Document.Revisions object and copy the page on which the revision is on to a new document. When I'm done, the new document will have only those pages that had changes
made (with the change markup intact). I know how to loop through the revisions and save the page that the revision is on (so I don't repeat pages that have multiple changes), but how do I move/copy that page to the 2nd document? I would also like
to, if possible, keep the page number from the original document so that a person can go to that page in the original doc. Can someone please help me with this? All help would be
greatly appreciated.
Chris Cote