1pdfjam(1) pdfjam(1)
2
3
4
6 pdfjam - A shell script for manipulating PDF files
7
9 pdfjam [OPTION [OPTION] ...] [SRC [PAGESPEC] [SRC [PAGESPEC]] ...]
10
12 pdfjam provides a front end to most capabilities of the "pdfpages"
13 package (by Andreas Matthias) of pdflatex. Detailed information can be
14 found via "pdfjam --help", and also in the web page mentioned below .
15
16 A working installation of pdflatex, with the pdfpages package, is
17 required.
18
19 The pdfjam script is distributed as (the main) part of the PDFjam pack‐
20 age. The homepage of PDFjam is at http://go.warwick.ac.uk/pdfjam .
21
23 See http://go.warwick.ac.uk/pdfjam .
24
25 For further information and some examples see http://go.war‐
26 wick.ac.uk/pdfjam .
27
29 Configuration of the PDFjam utilities involves specifying the location
30 of pdflatex, the location of temporary files, specification of default
31 page size, etc. This is done in a block of lines near the top of the
32 pdfjam script; settings made there are over-ridden by any that are
33 found at a site-wide configuration file (at /etc/pdfjam.conf,
34 /usr/share/etc/pdfjam.conf, /usr/local/share/pdfjam.conf, or
35 /usr/local/etc/pdfjam.conf), which in turn are over-ridden by any that
36 are found in a user-defaults file at ~/.pdfjam.conf.
37
39 pdfjam does not work with encrypted PDF files, and does not preserve
40 hyperlinks.
41
42 Please report bugs! See the website at http://go.warwick.ac.uk/pdfjam .
43
45 PDFjam is distributed under the GNU public license.
46
48 The PDFjam package is written and maintained by David Firth.
49
50
51
52
53 10 March 2010 pdfjam(1)