Skip to content

jturner314/pdf-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

pdf-diff

This program creates an image-based difference of two PDF files using PDFTK and ImageMagick.

Requirements

You need to have the following installed:

  • standard system tools
  • bash
  • mktemp
  • pdftk
  • compare (provided by ImageMagick)

Installation

Execute as root:

make install

Usage

Run the program like this:

pdf-diff orig.pdf new.pdf diff.pdf

You can set the DENSITY environment variable if you'd like to increase/decrease the resolution of the diff. The default is 150x150.

Limitations

The input files must have the same number of pages, not exceeding 9999 pages each.

About

Very simple image-based comparison utility for PDF files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published