N
Nitin Shukla
My application (C#) compares two MS Word documents and save diff document at
user's location. The application also generates a summary report of documents
compared and specifies number of differences found on each page of documents
compared.
In order to determine number of differences on each page, it iterate through
all the revisions object of the diff document saved at user's location. From
each revision I determine the wdActiveEndPageNumber from the Range member of
that revision. This give the number of difference found on each page of
document.
For some reason I need to get the Revisions shown by Final Showing Markup
only. Is there are a way to get Revisions from a MS Word document for Final
Showing Markup only?
user's location. The application also generates a summary report of documents
compared and specifies number of differences found on each page of documents
compared.
In order to determine number of differences on each page, it iterate through
all the revisions object of the diff document saved at user's location. From
each revision I determine the wdActiveEndPageNumber from the Range member of
that revision. This give the number of difference found on each page of
document.
For some reason I need to get the Revisions shown by Final Showing Markup
only. Is there are a way to get Revisions from a MS Word document for Final
Showing Markup only?