Possible Duplicate:
How to compare two word documents?
How can you get the diff of two word .doc documents programatically? Where you can then take the resulting output and generate an html file of the result. (As you would expect to see in a normal gui diff tool)
I imagine if you grabed the docs via COM and converted the output to text you could provide some diff funcitonality. Thoughts?
Is there a way to do this without windows and COM?
(Perferably in python, but I’m open to other solutions)
UPDATE
Original question asking about msword diff tools was a duplicate of: (Thanks Nathan)
Use this option in Word 2003:
Or this in Word 2007:
It prompts you for a file with which to compare the file you’re editing.
This question is a duplicate of How to compare two word documents?, and this answer is a duplicate of my answer there.