Project

pdfdiff

0.0
No commit activity in last 3 years
No release in over 3 years
Compute the differences between two PDF files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.3.3
 Project Readme

PDFDiff

PDFDiff is a command-line tool to compute the differences between two PDF files.

Installation

You need ImageMagick to use this tool.

To check if you have ImageMagick, run

which convert

or

which compare

Once you are certain that you have ImageMagick, run

gem install pdfdiff

to install PDFDiff.

Usage

pdfdiff first.pdf second.pdf result.pdf

This command might take a while to run. After it finishes, result.pdf will contain the diff of first.pdf and second.pdf, with their differences highlighted.