Forrest logo
back to context overview

diff-pdf

List of commands for diff-pdf:

  • diff-pdf:tldr:e2d76 diff-pdf: Compare PDFs, indicating changes using return codes (`0` = no difference, `1` = PDFs differ).
    $ diff-pdf ${path-to-a-pdf} ${path-to-b-pdf}
    try on your machine
    explain this command
  • diff-pdf:tldr:e2e34 diff-pdf: Compare PDFs, viewing differences in a simple GUI.
    $ diff-pdf --view ${path-to-a-pdf} ${path-to-b-pdf}
    try on your machine
    explain this command
  • diff-pdf:tldr:f29f1 diff-pdf: Compare PDFs, outputting a PDF with visually highlighted differences.
    $ diff-pdf --output-diff=${path-to-diff-pdf} ${path-to-a-pdf} ${path-to-b-pdf}
    try on your machine
    explain this command
back to context overview