Do you know a good Windows software to compare PDF files side-by-side and show the modifications between the two?
It would be great if you can post both free and not-free products.
|
Do you know a good Windows software to compare PDF files side-by-side and show the modifications between the two? It would be great if you can post both free and not-free products. |
||||
|
|
|
On Linux and Windows you can use
On Ubuntu install using:
See further this UbuntuGeek page on comparing pds textually or visually. |
|||||||||
|
|
I recently found this and I love it. https://github.com/vslavik/diff-pdf Cross platform, free, and works well. |
|||||||||
|
|
We also needed to compare PDFs at our company and were not satisfied with any of the solutions we found, so we made our own and just released version 2.0 today (9/5): i-net PDFC. It's not free, but we do offer a 30-day trial. It's written in Java, so it's cross-platform.
What makes it special is that it compares the content as opposed to only the text (or just converting the pdf to an image and comparing the image). It also has a nice visual comparison tool. |
||||
|
|
|
You can also use Adobe Acrobat X. Its has built in PDF comparison functionality under "View -> Compare Documents. |
||||
|
|
|
Great tool and easy to use : Compare-It v4 (from http://www.grigsoft.com/) Compares many different kind of files. It has some built-in converters, including one for PDF files. I've used it quite a few times with satisfying results. Really should try this. Trial version allows comparison for unlimited time. |
||||
|
|
|
Free, Not the best but... I open both documents up and have them split screen against each other. Not the most practical solution, but it works! I have not seen a good DIFF package for PDF files and whilst manual and annoying, my way works! |
||||
|
|
|
Commercial: You can use the original Adobe Acrobat Professional, for a whopping $449 : If you decide on Acrobat, the comments on this page are pertinent to its use. |
|||||
|
|
If you are comparing text inside a pdf, then Beyond Compare does this. Not free, but there is a thirty day trial. |
||||
|
|
|
Don't know it, but there is also comparePDF (not free, but a 30 day trial possible): http://www.compare-pdf.com/download.htm |
||||
|
|
|
PDiff for Mac (on the AppStore). Side-by-side display of two PDFs with marked diffs, second pane with side-by-side display of the extracted texts. Differences in layout, even due to page breaks and column breaks handled smoothly. Free demo at http://www.csci.de/en/pdiff According to the developers there will also be a windows port, however aiming at business customers (”professional" edition). |
||||
|
|
|
Here is a screenshot of
The call to obtain that image was:
... where testA.pdf/testB.pdf are obtained by compiling this simple Latex file with
|
||||
|
|
|
Another less than ideal solution:
Depending on how complex the formatting in the PDFs is and the kind of changes you're looking for, this might be OK. |
||||
|
|
|
For a very primitive form of synchronized scrolling between two pdf files, you can use the following autohotkey script I wrote. It assumes you have two SumatraPDF windows open. Press right to go to the next page in both windows, press left for the previous page.
|
||||
|
|
|
I used this (non ideal, but for me sufficient) solution:
|
||||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.