All available flags for pdfjob,
with availability per edition.
-license
| Flag | Description | CE | PRO |
|---|---|---|---|
| -original file | First PDF file — the original reference required | ✓ | ✓ |
| -modified file | Second PDF file — the modified version required | ✓ | ✓ |
| -o file |
Output report PDF path default: |
✓ | ✓ |
| -pages range |
Page range to compare e.g. ⚠ CE caps comparison at 10 pages regardless of range |
✓ | ✓ |
| -dpi value |
Render resolution in DPI default: ⚠ CE maximum is 150 DPI — higher values are capped automatically |
✓
max 150 |
✓ |
| Flag | Description | CE | PRO |
|---|---|---|---|
| -t value |
Color distance threshold — lower = more sensitive range:
|
✓ | ✓ |
| -render-workers n |
Render workers per file; A and B render in parallel default: |
✓ | ✓ |
| -comparison-workers n |
Parallel page comparison workers default: |
✓ | ✓ |
| -anti-alias-blur n |
Box blur radius applied to both images before comparing default: suppresses anti-aliasing and rendering noise |
✓ | ✓ |
| -min-diff-pct value |
Minimum diff% to flag a page as different default: |
✓ | ✓ |
| Flag | Description | CE | PRO |
|---|---|---|---|
| -align |
Auto-align pages to compensate a global pixel shift between versions default: |
✓ | ✓ |
| -align-thr value |
Rough diff% above which alignment is attempted default: |
✓ | ✓ |
| -max-offset n |
Maximum pixel offset to search when aligning default: |
✓ | ✓ |
| Flag | Description | CE | PRO |
|---|---|---|---|
| -license file |
Path to the license file — activates Pro edition also: set omitting this flag runs as Community Edition |
—
not needed |
✓
enables Pro |
| -license-info |
Show licensee name, expiry, machine binding status, and exit requires a valid |
— | ✓ |
| -machine-id |
Print this machine's license ID and exit format: last 2 chars ( |
✓ | ✓ |
| -check-machine-id id |
Verify the check digits of any machine ID string and exit exit accepts IDs with or without dashes |
✓ | ✓ |
# runs as CE — no license needed
pdfjob -original a.pdf -modified b.pdf
# -license activates Pro
pdfjob -original a.pdf -modified b.pdf \
-dpi 300 -license pdfjob.lic
-license-info available