Monday, June 25, 2007

How to print an a5 booklet

You've got a file full of a5 pages and want to print it on an a4 printer so that you can fold it and it will be a booklet:


psbook -s<number_of_pages> file.ps file_sorted.ps


Number of pages is here the number of pages in a stack (normally the number of pages of the document plus a bit that it is dividable by 4). If you are binding a real book, it is the number of pages which will be folded and sewn together.


psnup -2 -pa4 -Pa5 file_sorted.ps printme.ps


-p is the page size of the output file, -P the page size of the input file.

Print with flipping on the short edge. This is tricky on the command line, but if you print from a viewer this should be easy...

No comments: