Examples (6)
Extract pages 1-3, 5, and 6-10 from a PDF file and save them as another one
Merge (concatenate) a list of PDF files and save the result as another one
Split each page of a PDF file into a separate file, with a given filename output pattern
pdftk path/to/input.pdf burst output path/to/out_%d.pdfRotate all pages by 180 degrees clockwise
Rotate third page by 90 degrees clockwise and leave others unchanged
Interleave two PDFs with one-sided scans of a two-sided document, where the backs were scanned back to front
pdftk A=path/to/fronts.pdf B=path/to/backs.pdf shuffle A1-end Bend-1 output path/to/output.pdfmade by @shridhargupta | data from tldr-pages