Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

imagemagick compare 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
 
PREVIOUS NEXT
Tagged: #imagemagick #compare #pdf
ADD COMMENT
Topic
Name
6+9 =