1

I'm trying to find a good way to have version comparison between two files (.docx files), where the files are compared and the differences are highlighted. Eventually with the ability to output a report.

I was thinking maybe it's possible to rehost a comparison tool that is used by Team Foundation Server or something similar. The documents will be hundreds of pages long.

AudioFrk
  • 111
  • 2
  • 8

1 Answers1

2

can u use 3rd party? I have used Beyond Compare 3 which has really good file compare for xml stuff.

API was good in a sense that you could run batch scripts and it will dump the output in the format you want

Bek Raupov
  • 3,782
  • 3
  • 24
  • 42