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)
http://stackoverflow.com/questions/90075/how-to-compare-two-word-documents/