{"id":90,"date":"2006-06-04T14:36:22","date_gmt":"2006-06-04T13:36:22","guid":{"rendered":"http:\/\/ospublish.constantvzw.org\/?p=90"},"modified":"2008-10-23T10:02:15","modified_gmt":"2008-10-23T09:02:15","slug":"how-to-print-a-booklet-in-16-steps","status":"publish","type":"post","link":"http:\/\/ospublish.constantvzw.org\/blog\/tools\/how-to-print-a-booklet-in-16-steps","title":{"rendered":"How To Print A Booklet In 19 Easy Steps"},"content":{"rendered":"
The focus of this recipe is on the last bit: rearranging pages so that you can easily print out nice booklets. For a quick-and-dirty solution you can use Abiword or OpenOffice for the page-lay out part but Scribus is essential when you want to be precise with typography.<\/p>\n
The recipe is based on the How-To posted on the Scribus Wiki: To make this recipe, you need to open a terminal<\/em>, shell<\/em> or work in the commandline<\/em>. If you have never done this before, have a look a this tutorial: http:\/\/linuxcommand.org\/<\/a><\/p>\n You can of course print texts of any length, but folding and stapling more than 12 sheets of paper gets really hard so we suggest making booklets of 48 pages maximum.<\/p>\n The tools mentioned are all available in most software repositories, and can be installed using Ubuntu’s Synaptic.<\/p>\n <\/a> Print A Booklet In 19 Easy Steps<\/strong><\/p>\n FINISHED!<\/strong><\/p>\n *It should work on OSX too, but I have not tested this yet<\/small><\/p>\n","protected":false},"excerpt":{"rendered":" The focus of this recipe is on the last bit: rearranging pages so that you can easily print out nice booklets. For a quick-and-dirty solution you can use Abiword or OpenOffice for the page-lay out part but Scribus is essential when you want to be precise with typography. The recipe is based on the How-To […]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[46,38],"tags":[13],"_links":{"self":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts\/90"}],"collection":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":2,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts\/90\/revisions"}],"predecessor-version":[{"id":1162,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts\/90\/revisions\/1162"}],"wp:attachment":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/media?parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/categories?post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/tags?post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}
\nhttp:\/\/wiki.scribus.net\/index.php\/How_to_make_a_booklet<\/a>.<\/p>\n
\nDownload sample .pdf file<\/a>; if you simply want to print this document, start the recipe at step 13.
\nThe text used in this example is available here: http:\/\/www.constantvzw.com\/cyberf\/book…<\/a>.<\/small><\/p>\n
\nIngredients<\/strong><\/p>\n\n
\n
\n~$ pdftotext infile.pdf<\/code><\/li>\n
\n~$ pdftops -paper match infile.pdf outfile.ps<\/code><\/li>\n
\n~$ psbook -sn<\/em> infile.ps outfile.ps<\/code><\/li>\n
\n~$ psnup -2 -PA5 infile.ps outfile.ps<\/code><\/li>\n
\n~$ ps2pdf infile.ps outfile.pdf<\/code><\/li>\n
\n ~$ lpr -P myprinter -o page-set=even -#1 infile.pdf<\/code><\/li>\n
\n~$ lpr -P myprinter -o page-set=odd -#1 infile.pdf<\/code><\/li>\n