![]() |
|||||||||||
|
How do I print multiple pages on one sheet of paper?psnup -nup 2 ifilename.ps | lpr The "2" is how many pages will be on each sheet. | lpr sends the document to your default printer. You can also output the document to a new file. psnup -nup 2 filename.ps filename.ps.out |
||||||||||
|
|||||||||||