diff-pdf compare PDFs (Windows, Linux, Mac)

Submit command line tools that you find here.
Post Reply
Message
Author
User avatar
lintalist
Posts: 436
Joined: Sat Apr 19, 2014 12:52 am
Contact:

diff-pdf compare PDFs (Windows, Linux, Mac)

#1 Post by lintalist »

diff-pdf is a tool for visually comparing two PDFs.

It takes two PDF files as arguments. By default, its only output is its return code, which is 0 if there are no differences and 1 if the two PDFs differ. If given the --output-diff option, it produces a PDF file with visually highlighted differences

Website: https://vslavik.github.io/diff-pdf/
Source: https://github.com/vslavik/diff-pdf/
Download: https://github.com/vslavik/diff-pdf/releases
Note: this repository is provided as-is and the code is not being actively developed.
(Author does accept pull requests for bug fixes, improvements)

Note it has a built-in PDF/result viewer as well but in essence a command line tool.

Reference: DiffPDF Gui tool/PortableApps version:
viewtopic.php?f=4&t=20884&p=96420#p66699

Post Reply