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