Expert tip: Print booklets in Scribus


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Expert tip: Print booklets in Scribus
# 1  
Old 07-02-2008
Expert tip: Print booklets in Scribus

Wed, 02 Jul 2008 15:00:00 GMT
Scribus, a free, open source desktop publishing application, offers a wide range of page layout features, but one thing it lacks is the ability to print booklets. Fortunately, I've come across a simple procedure that lets you work around this issue. Here's how to do it in Linux; Windows users should be able to follow along too.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

Becoming a Solaris expert?

Hello everyone, how do you really study to become an expert in solaris OS? Thanks (3 Replies)
Discussion started by: cjashu
3 Replies

2. UNIX for Advanced & Expert Users

Expert Opinion

This perhaps does not belong in ths category; apologies, however, we have a heated debate going and your input will decide the result. Should UNIX (HP, AIX, etc) be rebooted following a monthly cycle (Every month, or a qtr, etc.). We have some UX admins (grumps) who say they have seen a UX... (6 Replies)
Discussion started by: rsheikh
6 Replies

3. Solaris

expert vi commands

:) Hi UNIX friends, Where do I get advanced vi commands to practice. Please Help Me. Love (4 Replies)
Discussion started by: Love
4 Replies
Login or Register to Ask a Question
BOOKLETIMPOSER(1)					      General Commands Manual						 BOOKLETIMPOSER(1)

NAME
bookletimposer - An utility to reorganize PDF pages SYNOPSIS
bookletimposer [options] [input-file] bookletimposer -a [options] input-file DESCRIPTION
bookletimposer is an utility to achieve some basic imposition on PDF documents, especially designed to work on booklets. It allows: o to transform linear documents to booklets; o to reduce a document to put many on one sheet (for tracts for example); o to transform booklets to linear documents. It is a free software released under the GNU General Public License, either version 3 or (at your option) any later version. OPTIONS
--version show program's version number and exit. -h, --help show an help message and exit. -o OUTFILE, --output=OUTFILE set output PDF file to OUTFILE. -a, --no-gui automatic converstion (don't show the user interface). In that mode, the input file must be defined. -i, --gui show the user interface (default). -b, --booklet produce a booklet out of a linear document (default). -l, --linearize produce a linear document out of a booklet. -n, --no-reorganisation don't reorganize (will only scale and assemble pages). -c, --copy-pages copy the same group of input pages on one output page. -p PAGES_PER_SHEET, --pages-per-sheet=PAGES_PER_SHEET number of pages per sheet, in the format HORIZONTALxVERTICAL, e.g. 2x1. -f OUTPUT_FORMAT, --format=OUTPUT_FORMAT output page format, e.g. A4 or A3R. -k, --keep do not overwrite output file if it exists. EXAMPLES
bookletimposer Displays the GTK+ user interface. bookletimposer --no-gui --booklet --pages-per-sheet=2x1 --output=out.pdf in.pdf Converts in.pdf into a booklet with two pages per sheet an saves the result as out.pdf. bookletimposer --no-gui --linearise --pages-per-sheet=2x1 in.pdf Converts the two-pages-per-sheet booklet in.pdf into a page-by-page PDF. As the output file name is not defined, it will default to in- conv.pdf. SEE ALSO
pdfshuffler(1) BookletImposer source code and documentation can be found on the web at <https://kjo.herbesfolles.org/bookletimposer/> KNOWN ISSUES
BookletImposer is under development, which means that for the moment, some things work, some others do not... Thanks to report bugs to <kjo@a4nancy.net.eu.org> if you find some! AUTHORS
Kjo Hansi Glaz <kjo@a4nancy.net.eu.org>. bookletimposer user manual 2012 BOOKLETIMPOSER(1)