Forrest logo
back to the pdfjam tool

pdfjam:ai:ca2f4

print and staple range of pages pdf document
$ pdfjam input.pdf 1-5 --twoside --landscape --outfile output.pdf && stapler output.pdf
try on your machine

Print and staple pages 1 to 5 from the input.pdf document, with two-sided printing in landscape mode. Save the modified document as output.pdf and staple it.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • print and staple range of pages pdf document?
back to the pdfjam tool