tldr/pages/common/pdfunite.md
Marco Bonelli ac4094e0ad Refactor: improve consistency of the term "directory".
This commit changes the term "folder" to "directory" in every
instance where the first is used in an example description, but the
second is used in the example code, and vice versa.
2019-02-08 19:43:24 +00:00

274 B

pdfunite

PDF merging utility.

  • Merge 2 PDFs into a single PDF:

pdfunite {{path/to/fileA.pdf}} {{path/to/fileB.pdf}} {{path/to/merged_output.pdf}}

  • Merge a directory of PDFs into a single PDF:

pdfunite {{path/to/directory/*.pdf}} {{path/to/merged_output.pdf}}