1pdfjoin(1) pdfjoin(1)
2
3
4
6 pdfjoin - join together multiple PDF files
7
9 pdfjoin [OPTION]... SRC [SRC]...
10
12 pdfjoin concatenates the pages of multiple Portable Document Format
13 (PDF) files together into a single file.
14
15 pdfjoin is a front end to some of the capabilities of the pdfpages
16 package for pdflatex. A working installation of pdflatex with the pdf‐
17 pages package is required.
18
19 pdfjoin is part of the "PDFjam" package of tools, whose homepage is at
20 http://www.warwick.ac.uk/go/pdfjam.
21
23 See http://www.warwick.ac.uk/go/pdfjam, or the file PDFjam-readme.html
24 included with the PDFjam package.
25
27 For the available options and local/user defaults, see the output of
28
29 pdfjoin --help
30
31 For further information and some examples see http://www.war‐
32 wick.ac.uk/go/pdfjam or the file PDFjam-readme.html included with the
33 PDFjam package.
34
36 Configuration of pdfjoin involves specifying the location of pdflatex,
37 the location of temporary files, specification of default page size,
38 etc. This is done in a block of lines at the top of the pdfjoin shell
39 script itself; settings made there are over-ridden by any that are
40 found at a site-wide configuration file (at /etc/pdfnup.conf,
41 /usr/share/etc/pdfnup.conf, /usr/local/share/pdfnup.conf, or
42 /usr/local/etc/pdfnup.conf), which in turn are over-ridden by any that
43 are found in a user-defaults file at ~/.pdfnup.conf.
44
46 pdfjoin does not work with encrypted PDF files, and does not preserve
47 hyperlinks.
48
49 Please report bugs! See the website at http://www.warwick.ac.uk/go/pdf‐
50 jam.
51
53 PDFjam is distributed under the GNU public license. See the file COPY‐
54 ING for details.
55
57 pdfjoin is written and maintained by David Firth as part of the PDFjam
58 package.
59
60
61
62
63 18 Jan 2005 pdfjoin(1)