Name

DVIBook - rearrange pages into signatures

Synopsis

dvibook [-v] [-q] [-s signature] [[in.dvi] out.dvi]

Description

DVIBook rearranges pages from a DVI file into signatures, for printing as books or booklets. The order of the pages in each signature is such the output file can be printed 2-up, duplex (back-to-back) to create a booklet.

The -s argument introduces the signature size. This is the number of sides which will be folder and bound together; this number should be a multiple of four. The default is to use one signature for the whole file.

Extra blank sides will be added to make the number of pages up to a multiple of the signature size.

If no output file is specified on the command line, the output is written to the standard output. If no input file is specified on the command line, the input is read from the standard input.

Examples

The normal use of dvibook for small documents is to process a file as a single signature:
dvibook input.dvi output.dvi
If the document is to be folded and stitched rather than guillotined and glued, the signature size should be restricted (or there may be too many pages to fold):
dvibook -s 16 input.dvi output.dvi

[Home] [Up]
Last modified on 12th February 2004 by angus@harlequin.co.uk