Page 1 of 1

Diff tool for PDFs

Posted: Thu Jul 26, 2012 11:50 am
by Cheng
I am looking for a diff tool for PDF documents. Tools like diffpdf won't do the job since they compare word by word or letter by letter. Usually I have documents where a whole section has been inserted, before and after that section the document remains unchanged. I want to see the new section highlighted, not the remaining stuff. If there is a difference in the existing sections I want to see that, too, of course Wink .



There are similar tools for diffing code under Unix but these work only for plain text afaik.



Any suggestions ?

Diff tool for PDFs

Posted: Fri Jul 27, 2012 2:24 am
by tristanreid
Hi Cheng,



https://github.com/vslavik/diff-pdf



-t.

Diff tool for PDFs

Posted: Wed Nov 07, 2012 4:38 pm
by Cheng
Tristan,



I use DiffPDF (without the "-") in the meanwhile. Exactly what I was looking for. Thanks for the hint btw.