How to print multiple pages per sheet on Solaris

I used psnup (in psutils package) from blastwave.org to print multiple pages per sheet on Solaris. Here is the command I used to print:

psnup -d -2 original.ps converted.ps
lp -dprinter_name converted.ps

-d option adds a line around the border of a page. -2 option specifies 2 pages per sheet.

If you want, here are additional tricks you can do.

From now on, save some trees next time you print.

2 Comments »

  1. Ted Pavlic said

    There is also pdfnup, which is a script in the PDFjam package:

    http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam

    pdfnup mimics psnup, but it focuses on PDFs in particular.

    Thanks for the other links!

  2. Dave said

    Ted,

    Thanks for the link.

RSS feed for comments on this post · TrackBack URI

Leave a Comment