1pdfjam-slides6up(1) pdfjam-slides6up(1)
2
3
4
6 pdfjam-slides6up - put presentation slides onto 6-up pages
7
9 pdfjam-slides6up [--pagenumbering SWITCH] [OPTION [OPTION] ...] [SRC
10 [PAGESPEC] [SRC [PAGESPEC]] ...]
11
13 pdfjam-slides6up converts PDF files whose pages are presentation slides
14 (with 4:3 aspect ratio) into 6-up versions suitable for making a hand‐
15 out (for example). By default, the 6-up pages do not themselves have
16 page numbers.
17
18 To put page numbers on the output pages, use either '--pagenumbering
19 true' or, for example, '--pagenumbering 3.0cm' to place the page num‐
20 bers a bit lower on the page than the default position. The value of
21 'SWITCH' must be either 'true', 'false' or a dimension that can be used
22 by LateX. (To be precise, it's the value of the 'footskip' dimension in
23 LaTeX; by default, pdfjam-slides6up sets that as 2.7cm, which works
24 pretty well in conjunction with both '--paper a4paper' and '--paper
25 letterpaper'.)
26
27 If no source PDF file ('SRC') is specified, input is from /dev/stdin.
28 If 'PAGESPEC' is omitted, all pages are processed.
29
30 Source files are processed sequentially into a single output unless the
31 '--batch' option is used, in which case they are processed separately.
32
33 pdfjam-slides6up is a simple wrapper for pdfjam, which provides a front
34 end to many of the capabilities of the pdfpages package for pdflatex.
35 A working installation of pdflatex, with the pdfpages package, is
36 required.
37
38 pdfjam-slides6up operates on one or more PDF files, and (either with
39 the '--batch' option or with '--outfile DIR' where 'DIR' is a direc‐
40 tory) the resulting files have the suffix '-6up' applied to their names
41 by default. To change the suffix, use the '--suffix' option, for exam‐
42 ple
43
44 pdfjam-slides6up --suffix '2x3' --batch myslides1.pdf mys‐
45 lides2.pdf
46
47 will result in files named 'myslides1-2x3.pdf' and 'myslides2-2x3.pdf'.
48
49 By default a narrow line frame is printed around every slide. This can
50 be turned off if required by using the option '--frame false'.
51
52 pdfjam-slides6up is part of the "PDFjam" package of tools, whose home‐
53 page is at http://www.warwick.ac.uk/go/pdfjam .
54
56 See http://go.warwick.ac.uk/pdfjam .
57
59 For the other available options and site/user defaults, see the output
60 of
61
62 pdfjam --help
63
64 For further information and some examples see http://go.war‐
65 wick.ac.uk/pdfjam .
66
68 pdfjam-slides6up does not work with encrypted PDF files, and does not
69 preserve hyperlinks.
70
71 Please report bugs! See the website at http://www.warwick.ac.uk/go/pdf‐
72 jam .
73
75 PDFjam is distributed under the GNU public license.
76
78 pdfjam(1) pdfjam-slides3up(1) .
79
81 pdfjam-slides6up is written and maintained by David Firth as part of
82 the PDFjam package.
83
84
85
86
87 10 March 2010 pdfjam-slides6up(1)