ImageMagick сравнивает PDF
# Compare 2 PDFs using ImageMagick through the terminal
# and produce a visual difference image
compare first.pdf second.pdf -compose src output-diff.jpg
KostasX