| convert to pdf & print as with fineprint I know this post is old, but maybe this will help other not-so-macho-in-linux  people looking for how to solve this.
I ran into this a while ago, and in Linux it's a bit different than in Windows. You need no extra sw, it is standard feature of Linux print system, even though you may not know it (at least for KDE, but I believe GNOME as well).
1. If the document you want to print is pdf, open it with kpdf, choose print, go to printer properties and there is section in the general tab to print 1,2,4 pages per sheet.
2. If you have other kind of documents, choose to print them, but choose print to file option, to save the file in the *.ps format. Then open the new created file with kpdf (it will convert automatically to pdf) and follow procedure in point 1. Btw. this is also cool, no need for third party sw to make pdf from any other kind of documents.
To print double-sided, well, you need to do some maths  . Combine pages for the odd set first (like for 4 pages/sheet, choose to print pages 1-4, 9-12 and so on), then put the same papers flipped on the opposite side into printer and combine the even set (5-8, 13-16 etc.) |