This person has the best summary:
$ psbook print.ps out.ps
$ psnup -2 out.ps > out2up.ps
I had a lot of trouble convincing the stupid printer software on Linux to multiple copies to my HP LaserJet (that's an annoyance to track down another day) and I also have no duplex unit, so I ended up printing pages 1 and 3, then flipping those over, putting them back in the feed bin, and printing pages 2 and 4 on the other side of that. I split pages 1 & 3 and 2 & 4 by opening the postscript, then printing just page 1 & 3 to a new postscript file, then same again for 2 & 4. Then printed with:
$ lp -n 70 -d HPLaserJet -o Collate=True pages1and3.ps
$ lpr -n 70 -d HPLaserJet -o Collate=True pages2and4.ps
No comments:
Post a Comment