Forrest logo
back to context overview

pdfunite

List of commands for pdfunite:

  • pdfunite:tldr:1d8a3 pdfunite: Merge 2 PDFs into a single PDF.
    $ pdfunite ${filenameA-pdf} ${filenameB-pdf} ${path-to-merged_output-pdf}
    try on your machine
    explain this command
  • pdfunite:tldr:66de0 pdfunite: Merge a directory of PDFs into a single PDF.
    $ pdfunite ${path-to-directory-*-pdf} ${path-to-merged_output-pdf}
    try on your machine
    explain this command
back to context overview