MatchPDF Features |
stop
End the comparison when the first difference is detected.
maxpages
At a maximum, compare ## pages.
pages
Stop after ## pages if there are differences in the first ## pages.
output
Create a PDF file illustrating the differences side-by-side.
result
Create a text file in JSON format showing whether the files match or differences were found.
justdiff
Only the pages with differences will be included in the output PDF.
config
Use a configuration file to exclude regions of the PDF.
Excluding RegionsUsing the 'config' flag and a simple JSON text file, it is easy to exclude regions of PDF pages from comparison. This is commonly needed when there is information in the document that changes over time like date/time or version information.
Within the file, "rectangles" are defined that should be excluded from comparison. |