I have to perform document comparisons (document or PDF) for different products.
The comparison has to be performed with the reference document and highlight changes, and if the changes are good we need to bless them to update the reference document.
Please suggest the best tools for document comparison.
Hello @navichandu
you might find these tools useful-
~ Diffchecker - For text based comparisons. You can paste/upload documents.
~ Adobe Acrobat Pro - Ideal for PDF comparisons.
~ Beyond compare - for files & folder.
~ Meld - for visual diff & merge.
Microsoft Wordโs Track Changes - Itโs a standard feature for document comparison, allowing you to track and accept/reject changes.
ok so itโs the โgolden imageโ problem where a report should show the changes and allow a human to select a fresh golden image copy of the file.
You might be better off cracking open the file with a tool that removes things like timestamps and other generator data and compression artefacting that you now you do not care about and then only compare what is left over. We did this once long ago to compare binaries by removing the bits we knew were generation-time and then comparing what was left over as binary. Fiddly, but usually simple python scripting is enough.