1pdfbook(1)                                                          pdfbook(1)
2
3
4

NAME

6       pdfbook - put the pages of PDF files into 2-up signatures
7

SYNOPSIS

9       pdfbook  [--short-edge]  [OPTION  [OPTION]  ...]  [SRC  [PAGESPEC] [SRC
10       [PAGESPEC]] ...]
11

DESCRIPTION

13       pdfbook makes 2-up versions of PDF files, with  the  pages  ordered  as
14       signatures.   The  default signature size is 4: to change this, use the
15       option '--signature N', where N is a multiple of 4  (alternatively  use
16       '--signature* N' for right-edge binding).
17
18       The  default  is  to  make  pages  suitable for long-edge binding.  For
19       short-edge binding, use '--short-edge' as the first argument; this will
20       only work if the LaTeX package 'everyshi' is installed.
21
22       The  default output page orientation is landscape.  To change this, use
23       the '--no-landscape' option.
24
25       By default, the option '--booklet true' is used (see the pdfpages  man‐
26       ual for details).  To turn this off, just specify '--booklet false'.
27
28       If  no  source PDF file ('SRC') is specified, input is from /dev/stdin.
29       If 'PAGESPEC' is omitted, all pages are processed.
30
31       Source files are processed sequentially into a single output unless the
32       '--batch' option is used, in which case they are processed separately.
33
34       pdfbook  is  a simple wrapper for pdfjam, which provides a front end to
35       many of the capabilities of the pdfpages package for pdflatex.  A work‐
36       ing installation of pdflatex, with the pdfpages package, is required.
37
38       pdfbook  operates  on  one  or  more  PDF  files,  and (either with the
39       '--batch' option or with '--outfile DIR' where 'DIR'  is  a  directory)
40       the  resulting  files have the suffix '-book' applied to their names by
41       default.  To change the suffix, use the '--suffix' option, for example
42
43              pdfbook --suffix 'sig4' --batch myfile1.pdf myfile2.pdf
44
45       will result in files named 'myfile1-sig4.pdf' and 'myfile2-sig4.pdf'.
46
47       pdfbook is part of the "PDFjam" package of tools, whose homepage is  at
48       http://www.warwick.ac.uk/go/pdfjam.
49

SETUP

51       See http://go.warwick.ac.uk/pdfjam .
52

USAGE

54       For  the other available options and site/user defaults, see the output
55       of
56
57              pdfjam --help
58
59       For  further  information  and   some   examples   see   http://go.war
60       wick.ac.uk/pdfjam .
61

LIMITATIONS AND BUGS

63       pdfbook  does  not work with encrypted PDF files, and does not preserve
64       hyperlinks.
65
66       Please report bugs! See the website at http://www.warwick.ac.uk/go/pdf
67       jam .
68

LICENSE

70       PDFjam is distributed under the GNU public license.
71

SEE ALSO

73       pdfjam(1).
74

AUTHOR

76       pdfbook  is written and maintained by David Firth as part of the PDFjam
77       package.
78
79
80
81
82                                 10 March 2010                      pdfbook(1)
Impressum