Am opening a word document in track change mode using Interop method. once revision is done i have to get only revised content from the document. likely old phrase: an new phrase: a and so on. Is there anyway to get it through C#.
EDIT:
I got the solution for the previous issue by using the code specified by KDT. Now the new issue is, i also have to get the style and format changes from the revised document likely bold, underline, numbering and bullets.