Forrest logo
back to context overview

pdfjoin

List of commands for pdfjoin:

  • pdfjoin:tldr:4c3a6 pdfjoin: Merge two PDFs into one with the default suffix "joined".
    $ pdfjoin ${filename1-pdf} ${filename2-pdf}
    try on your machine
    explain this command
  • pdfjoin:tldr:4f33f pdfjoin: Save pages 3 to 5 followed by page 1 to a new PDF with custom suffix.
    $ pdfjoin ${filename-pdf} ${3-5,1} --suffix ${rearranged}
    try on your machine
    explain this command
  • pdfjoin:tldr:4febc pdfjoin: Merge page subranges from two PDFs.
    $ pdfjoin {/path/to/file1.pdf}} ${2-} ${file2} ${last-3} --outfile ${output_file}
    try on your machine
    explain this command
  • pdfjoin:tldr:61c6e pdfjoin: Merge the first page of each given file together.
    $ pdfjoin ${filename1-pdf filename2-pdf ---} ${1} --outfile ${output_file}
    try on your machine
    explain this command
back to context overview