table of contents
DIFF-PDF(1) | User Commands | DIFF-PDF(1) |
NAME¶
diff-pdf - Simple PDF comparison tool
SYNOPSIS¶
diff-pdf [-h] [-v] [-s] [-m] [-g] [--output-diff <str>] [--channel-tolerance <num>] [--dpi <num>] [--view] file1.pdf file2.pdf
DESCRIPTION¶
- -h, --help
- show this help message
- -v, --verbose
- be verbose
- -s, --skip-identical
- only output pages with differences
- -m, --mark-differences
- additionally mark differences on left side
- -g, --grayscale
- only differences will be in color, unchanged parts will show as gray
- --output-diff=<str>
- output differences to given PDF file
- --channel-tolerance=<num>
- consider channel values to be equal if within specified tolerance
- --dpi=<num>
- rasterization resolution (default: 300 dpi)
- --view
- view the differences in a window
February 2023 | diff-pdf 0.5 |