Home » Questions » Computers [ Ask a new question ]

convert pdf to 2up on linux

convert pdf to 2up on linux

Is there a simple way to convert a PDF to a 2-up PDF so that I can send it to an uncooperative printer and have it actually come out 2-up?

Asked by: Guest | Views: 262
Total answers/comments: 2
Guest [Entry]

"You can use pdfnup for this purpose. It is a part of pdfjam and used like this:

pdfnup document.pdf --nup 2x1 --outfile document2up.pdf"
Guest [Entry]

I just created a script for this in SH, you can find it here