computer guy
MIT Department of Mathematics Computer Help

Home
New User Help
Systems Available
Printing
Programs Available
Dial-up Access
Policies
FAQ
Problems
Valid XHTML 1.0!

How do I print A4 sized PostScript documents on letter sized paper?

psnup -Pa4 -nup 1 filename.ps | lpr -Pprintername

for example:

psnup -Pa4 -nup 1 mathematics.ps | lpr -Pprocyon


You can also output the document to a new file.

psnup -Pa4 -nup 1 filename.ps filename.ps.out