Printing a PS file as a booklet
To print a document as a booklet, such that it can be folded in half
and have all the pages in the right order, run the following commands.
Note that the document needs to be in postscript format before you
start.
add postscript consult
psbook file.ps file_booklet.ps
psnup -2 file_booklet.ps file_booklet2.ps
lpr2 -m -Pprintername file_booklet2.ps
Last updated: $Date: 2004/03/10 23:29:31 $
|