summaryrefslogtreecommitdiff
path: root/support/pdfjam/man1
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/pdfjam/man1
Initial commit
Diffstat (limited to 'support/pdfjam/man1')
-rw-r--r--support/pdfjam/man1/pdf180.174
-rw-r--r--support/pdfjam/man1/pdf270.174
-rw-r--r--support/pdfjam/man1/pdf90.174
-rw-r--r--support/pdfjam/man1/pdfbook.186
-rw-r--r--support/pdfjam/man1/pdfflip.173
-rw-r--r--support/pdfjam/man1/pdfjam-pocketmod.163
-rw-r--r--support/pdfjam/man1/pdfjam-slides3up.188
-rw-r--r--support/pdfjam/man1/pdfjam-slides6up.187
-rw-r--r--support/pdfjam/man1/pdfjam.158
-rw-r--r--support/pdfjam/man1/pdfjoin.166
-rw-r--r--support/pdfjam/man1/pdfnup.178
-rw-r--r--support/pdfjam/man1/pdfpun.168
12 files changed, 889 insertions, 0 deletions
diff --git a/support/pdfjam/man1/pdf180.1 b/support/pdfjam/man1/pdf180.1
new file mode 100644
index 0000000000..08f47b5a9c
--- /dev/null
+++ b/support/pdfjam/man1/pdf180.1
@@ -0,0 +1,74 @@
+.TH "pdf180" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdf180 \- rotate the pages of pdf files
+.SH "SYNOPSIS"
+.PP
+pdf180 [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdf180 rotates the pages of files in the Adobe Portable Document Format (PDF)
+through 180 degrees\&.
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdf180 operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix '-rotated180' applied to their names by default. To change
+the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdf180 --suffix 'upturned' --batch myfile1.pdf myfile2.pdf
+.RE
+.PP
+will result in files named 'myfile1-upturned.pdf' and 'myfile2-upturned.pdf'.
+.PP
+pdf180 is a simple wrapper for pdfjam, which is a front end to many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex with
+the pdfpages package is required\&.
+.PP
+pdf180 is part of the "PDFjam" package of tools, whose homepage is at
+http://go.warwick.ac.uk/pdfjam\&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+ pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdf180 does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdf180 is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdf270.1 b/support/pdfjam/man1/pdf270.1
new file mode 100644
index 0000000000..b229678cf8
--- /dev/null
+++ b/support/pdfjam/man1/pdf270.1
@@ -0,0 +1,74 @@
+.TH "pdf270" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdf270 \- rotate the pages of pdf files
+.SH "SYNOPSIS"
+.PP
+pdf270 [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdf270 rotates the pages of files in the Adobe Portable Document Format (PDF)
+through 90 degrees (clockwise)\&.
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdf270 operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix 'rotated270' applied to their names by default. To change
+the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdf270 --suffix '-turned' --batch myfile1.pdf myfile2.pdf
+.RE
+.PP
+will result in files named 'myfile1-turned.pdf' and 'myfile2-turned.pdf'.
+.PP
+pdf270 is a simple wrapper for pdfjam, which is a front end to many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex with
+the pdfpages package is required\&.
+.PP
+pdf270 is part of the "PDFjam" package of tools, whose homepage is at
+http://go.warwick.ac.uk/pdfjam\&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+ pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdf270 does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdf270 is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdf90.1 b/support/pdfjam/man1/pdf90.1
new file mode 100644
index 0000000000..c04a36137a
--- /dev/null
+++ b/support/pdfjam/man1/pdf90.1
@@ -0,0 +1,74 @@
+.TH "pdf90" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdf90 \- rotate the pages of pdf files
+.SH "SYNOPSIS"
+.PP
+pdf90 [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdf90 rotates the pages of files in the Adobe Portable Document Format (PDF)
+through 90 degrees (anti-clockwise)\&.
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdf90 operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix 'rotated90' applied to their names by default. To change
+the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdf90 --suffix '-turned' --batch myfile1.pdf myfile2.pdf
+.RE
+.PP
+will result in files named 'myfile1-turned.pdf' and 'myfile2-turned.pdf'.
+.PP
+pdf90 is a simple wrapper for pdfjam, which is a front end to many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex with
+the pdfpages package is required\&.
+.PP
+pdf90 is part of the "PDFjam" package of tools, whose homepage is at
+http://go.warwick.ac.uk/pdfjam\&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+ pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdf90 does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdf90 is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdfbook.1 b/support/pdfjam/man1/pdfbook.1
new file mode 100644
index 0000000000..75f72bd5ae
--- /dev/null
+++ b/support/pdfjam/man1/pdfbook.1
@@ -0,0 +1,86 @@
+.TH "pdfbook" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfbook \- put the pages of PDF files into 2-up signatures
+.SH "SYNOPSIS"
+.PP
+pdfbook [--short-edge] [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfbook makes 2-up versions of PDF files, with the pages ordered as
+signatures. The default signature size is 4: to change this, use the
+option '--signature N', where N is a multiple of 4 (alternatively use '--signature* N' for
+right-edge binding).
+.PP
+The default is to make pages suitable for long-edge binding. For short-edge
+binding, use '--short-edge' as the first argument; this will only work if the LaTeX package 'everyshi' is installed.
+.PP
+The default output page orientation is
+landscape. To change this, use the '--no-landscape' option.
+.PP
+By default, the option '--booklet true' is used (see the pdfpages manual
+for details). To turn this off, just specify '--booklet false'.
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdfbook is a simple wrapper for pdfjam, which provides a front end to
+many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex, with
+the pdfpages package, is required\&.
+.PP
+pdfbook operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix '-book' applied to their names by default. To change the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdfbook --suffix 'sig4' --batch myfile1.pdf myfile2.pdf
+.RE
+.PP
+will result in files named 'myfile1-sig4.pdf' and 'myfile2-sig4.pdf'.
+.PP
+pdfbook is part of the "PDFjam" package of tools, whose homepage is at
+http://www.warwick.ac.uk/go/pdfjam\&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the other available options and
+site/user defaults, see the output of
+.PP
+.RS
+.B pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfbook does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfbook is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdfflip.1 b/support/pdfjam/man1/pdfflip.1
new file mode 100644
index 0000000000..9761790d9f
--- /dev/null
+++ b/support/pdfjam/man1/pdfflip.1
@@ -0,0 +1,73 @@
+.TH "pdfflip" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfflip \- rotate the pages of pdf files
+.SH "SYNOPSIS"
+.PP
+pdfflip [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfflip reflects (left-right) the pages of files in the Adobe Portable Document Format (PDF)\&.
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdfflip operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix '-flipped' applied to their names by default. To change
+the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdfflip --suffix 'reflected' --batch myfile1.pdf myfile2.pdf
+.RE
+.PP
+will result in files named 'myfile1-reflected.pdf' and 'myfile2-reflected.pdf'.
+.PP
+pdfflip is a simple wrapper for pdfjam, which is a front end to many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex with
+the pdfpages package is required\&.
+.PP
+pdfflip is part of the "PDFjam" package of tools, whose homepage is at
+http://go.warwick.ac.uk/pdfjam\&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+ pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfflip does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfflip is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdfjam-pocketmod.1 b/support/pdfjam/man1/pdfjam-pocketmod.1
new file mode 100644
index 0000000000..4c51ef7880
--- /dev/null
+++ b/support/pdfjam/man1/pdfjam-pocketmod.1
@@ -0,0 +1,63 @@
+.TH "pdfjam-pocketmod" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfjam-pocketmod
+\- make an 8-page PDF document into a pocket-sized booklet
+.SH "SYNOPSIS"
+.PP
+.B pdfjam-pocketmod SRC [PAGESPEC] [OPTION [OPTION] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfjam-pocketmod converts 8 pages of a PDF file into a single 8-up page, with pages ordered and oriented for folding into pocket-sized booklet
+( as described at http://repocketmod.com/ )\&.
+.PP
+SRC must be a regular PDF file (not /dev/stdin).
+.PP
+If PAGESPEC is omitted, the first 8 pages are processed.
+.PP
+OPTION is any option to pdfjam(1) other than --batch.
+.PP
+pdfjam-pocketmod is a simple wrapper for pdfjam, which provides a front end to some of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex, with
+the pdfpages package, is required\&.
+.PP
+pdfjam-pocketmod is part of the "PDFjam" package of tools, whose homepage is at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+.B pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfjam-pocketmod does not work with encrypted PDF files, and does not preserve hyperlinks.
+.PP
+The '--keepinfo' option does not work.
+.PP
+Please report bugs! See the website at
+http://www.warwick.ac.uk/go/pdfjam\&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfjam-pocketmod is written and maintained by David Firth as part of the PDFjam
+package\&.
+
diff --git a/support/pdfjam/man1/pdfjam-slides3up.1 b/support/pdfjam/man1/pdfjam-slides3up.1
new file mode 100644
index 0000000000..09227631a1
--- /dev/null
+++ b/support/pdfjam/man1/pdfjam-slides3up.1
@@ -0,0 +1,88 @@
+.TH "pdfjam-slides3up" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfjam-slides3up \- put presentation slides onto 3-up pages
+.SH "SYNOPSIS"
+.PP
+pdfjam-slides3up [--pagenumbering SWITCH] [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfjam-slides3up converts PDF files whose pages are presentation slides (with
+4:3 aspect ratio) into 3-up versions suitable for making a handout with space
+for handwritten side notes
+(for example). By default, the 3-up pages do not themselves have page numbers.
+.PP
+To put page numbers on the output pages, use either '--pagenumbering true'
+or, for example, '--pagenumbering 3.4cm' to place the page numbers a bit
+lower on the page than the default position. The value of 'SWITCH' must
+be either 'true', 'false' or a dimension that can be used by LateX. (To
+be precise, it's the value of the 'footskip' dimension in LaTeX; by default,
+pdfjam-slides3up sets that as 3.1cm, which works pretty well in
+conjunction with both '--paper a4paper' and '--paper letterpaper'.)
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdfjam-slides3up is a simple wrapper for pdfjam, which provides a front end to
+many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex, with
+the pdfpages package, is required\&.
+.PP
+pdfjam-slides3up operates on one or more PDF files, and (either with
+the '--batch' option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix '-3up' applied to their names by default. To change the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdfjam-slides3up --suffix '1x3' --batch myslides1.pdf myslides2.pdf
+.RE
+.PP
+will result in files named 'myslides1-1x3.pdf' and 'myslides2-1x3.pdf'.
+.PP
+By default a narrow line frame is printed around every slide. This can be
+turned off if required by using the option '--frame false'.
+.PP
+pdfjam-slides3up is part of the "PDFjam" package of tools, whose homepage is at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the other available options and
+site /user defaults, see the output of
+.PP
+.RS
+.B pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfjam-slides3up does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1) pdfjam-slides6up(1) \&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfjam-slides3up is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdfjam-slides6up.1 b/support/pdfjam/man1/pdfjam-slides6up.1
new file mode 100644
index 0000000000..6e90363bc6
--- /dev/null
+++ b/support/pdfjam/man1/pdfjam-slides6up.1
@@ -0,0 +1,87 @@
+.TH "pdfjam-slides6up" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfjam-slides6up \- put presentation slides onto 6-up pages
+.SH "SYNOPSIS"
+.PP
+pdfjam-slides6up [--pagenumbering SWITCH] [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfjam-slides6up converts PDF files whose pages are presentation slides (with
+4:3 aspect ratio) into 6-up versions suitable for making a handout
+(for example). By default, the 6-up pages do not themselves have page numbers.
+.PP
+To put page numbers on the output pages, use either '--pagenumbering true'
+or, for example, '--pagenumbering 3.0cm' to place the page numbers a bit
+lower on the page than the default position. The value of 'SWITCH' must
+be either 'true', 'false' or a dimension that can be used by LateX. (To
+be precise, it's the value of the 'footskip' dimension in LaTeX; by default,
+pdfjam-slides6up sets that as 2.7cm, which works pretty well in
+conjunction with both '--paper a4paper' and '--paper letterpaper'.)
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdfjam-slides6up is a simple wrapper for pdfjam, which provides a front end to
+many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex, with
+the pdfpages package, is required\&.
+.PP
+pdfjam-slides6up operates on one or more PDF files, and (either with
+the '--batch' option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix '-6up' applied to their names by default. To change the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdfjam-slides6up --suffix '2x3' --batch myslides1.pdf myslides2.pdf
+.RE
+.PP
+will result in files named 'myslides1-2x3.pdf' and 'myslides2-2x3.pdf'.
+.PP
+By default a narrow line frame is printed around every slide. This can be
+turned off if required by using the option '--frame false'.
+.PP
+pdfjam-slides6up is part of the "PDFjam" package of tools, whose homepage is at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the other available options and
+site/user defaults, see the output of
+.PP
+.RS
+.B pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfjam-slides6up does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1) pdfjam-slides3up(1) \&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfjam-slides6up is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdfjam.1 b/support/pdfjam/man1/pdfjam.1
new file mode 100644
index 0000000000..49a0e4990c
--- /dev/null
+++ b/support/pdfjam/man1/pdfjam.1
@@ -0,0 +1,58 @@
+.TH "pdfjam" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfjam \- A shell script for manipulating PDF files
+.SH "SYNOPSIS"
+.PP
+pdfjam [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfjam provides a front end to most capabilities of the
+"pdfpages" package (by Andreas Matthias) of pdflatex.
+Detailed information can be found via
+"pdfjam --help", and also in the web page mentioned below \&.
+.PP
+A working installation of pdflatex, with
+the pdfpages package, is required\&.
+.PP
+The pdfjam script is distributed as (the main) part of the PDFjam package. The homepage of PDFjam is at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "CONFIGURATION FILES"
+.PP
+Configuration of the PDFjam utilities
+involves specifying the location of pdflatex,
+the location of temporary files, specification of default page size,
+etc. This is done in a block of lines near the top of the pdfjam script;
+settings made there are over-ridden by any that
+are found at a site-wide configuration file
+(at /etc/pdfjam.conf,
+/usr/share/etc/pdfjam.conf, /usr/local/share/pdfjam.conf, or
+/usr/local/etc/pdfjam.conf), which
+in turn are over-ridden by any that are found in a user-defaults
+file at ~/.pdfjam.conf\&.
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfjam does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "AUTHOR"
+.PP
+The PDFjam package is written and maintained by David Firth\&.
+
diff --git a/support/pdfjam/man1/pdfjoin.1 b/support/pdfjam/man1/pdfjoin.1
new file mode 100644
index 0000000000..c55b4a4938
--- /dev/null
+++ b/support/pdfjam/man1/pdfjoin.1
@@ -0,0 +1,66 @@
+.TH "pdfjoin" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfjoin
+\- join together pages from multiple PDF files
+.SH "SYNOPSIS"
+.PP
+.B pdfjoin [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfjoin
+concatenates the pages of multiple Portable Document Format (PDF)
+files together into a single file.\&.
+.PP
+If no source PDF file ('SRC') is specified, input (but just one file -- not
+very useful here!
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output.
+The '--batch' option of pdfjam(1) cannot be used.
+.PP
+pdfjoin is a simple wrapper for pdfjam, which provides a front end to many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex, with
+the pdfpages package, is required\&.
+.PP
+pdfjoin is part of the "PDFjam" package of tools, whose homepage is at
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+.B pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+The pages of the output file will all have the same size and orientation.
+.PP
+pdfjoin does not work with encrypted PDF files, and does not
+preserve hyperlinks. The output pages are all one size.
+.PP
+Please report bugs! See the website at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1)\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfjoin is written and maintained by David Firth as part of the PDFjam
+package\&.
+
diff --git a/support/pdfjam/man1/pdfnup.1 b/support/pdfjam/man1/pdfnup.1
new file mode 100644
index 0000000000..86953387e8
--- /dev/null
+++ b/support/pdfjam/man1/pdfnup.1
@@ -0,0 +1,78 @@
+.TH "pdfnup" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfnup \- n-up the pages of pdf files
+.SH "SYNOPSIS"
+.PP
+pdfnup [OPTION [OPTION] \&.\&.\&.] [SRC [PAGESPEC] [SRC [PAGESPEC]] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfnup converts files in the Adobe Portable Document Format (PDF)
+to "n-up" PDF files, that is, with multiple input pages
+per output page, for
+more economical printing etc\&. The default processing is to 2-up
+landscape output with no frame around pages, equivalent to using the
+options '--nup 2x1 --landscape true --frame false'.
+.PP
+If no source PDF file ('SRC') is specified, input
+is from /dev/stdin. If 'PAGESPEC' is omitted, all pages are processed.
+.PP
+Source files are processed sequentially into a single output
+unless the '--batch' option is used, in which case they are processed
+separately.
+.PP
+pdfnup operates on one or more PDF files, and (either with the '--batch'
+option or with '--outfile DIR' where 'DIR' is a directory) the
+resulting files have
+the suffix '-nup' applied to their names by default. To change
+the suffix,
+use the '--suffix' option, for example
+.PP
+.RS
+.B pdfnup --nup 2x2 --suffix '2x2' --batch myfile1.pdf myfile2.pdf
+.RE
+.PP
+will result in files named 'myfile1-2x2.pdf' and 'myfile2-2x2.pdf'.
+.PP
+pdfnup is a simple wrapper for pdfjam, which provides a front end to many of the capabilities of the pdfpages
+package for pdflatex\&. A working installation of pdflatex, with
+the pdfpages and geometry packages, is required\&.
+.PP
+pdfnup is part of the "PDFjam" package of tools, whose homepage is at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+.B pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfnup does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+Please report bugs! See the website at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1) pdfpun(1) \&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfnup is written and maintained by David Firth as part of the PDFjam package\&.
+
diff --git a/support/pdfjam/man1/pdfpun.1 b/support/pdfjam/man1/pdfpun.1
new file mode 100644
index 0000000000..0e4b341542
--- /dev/null
+++ b/support/pdfjam/man1/pdfpun.1
@@ -0,0 +1,68 @@
+.TH "pdfpun" "1" "10 March 2010" "" ""
+.SH "NAME"
+pdfpun \- n-up the pages of a pdf file, with right-to-left ordering
+.SH "SYNOPSIS"
+.PP
+pdfpun SRC [PAGESPEC] --outfile FILENAME [OPTION [OPTION] \&.\&.\&.]
+.PP
+.SH "DESCRIPTION"
+.PP
+pdfpun converts a file in the Adobe Portable Document Format (PDF)
+to a "n-up" PDF file, that is, with multiple input pages
+per output page, for
+more economical printing etc\&. The pages are ordered right-to-left in the
+output. The default processing is to 2-up
+landscape output with no frame around pages, equivalent to using the
+options '--nup 2x1 --landscape --frame false'.
+.PP
+SRC must be a PDF file; '/dev/stdin' can be used for PDF input via a pipeline.
+.PP
+If PAGESPEC is omitted, all pages are processed (equivalent to '-' as PAGESPEC)
+.PP
+OPTION is any option of pdfjam(1) other than --batch.
+.PP
+pdfpun is a simple wrapper for pdfjam, which provides a front end to many
+of the capabilities of the pdfpages package for pdflatex\&.
+A working installation of pdflatex, with
+the pdfpages package, is required\&.
+.PP
+pdfpun is part of the "PDFjam" package of tools, whose homepage is at
+http://www.warwick.ac.uk/go/pdfjam\&.
+.PP
+.SH "SETUP"
+.PP
+See http://go.warwick.ac.uk/pdfjam .
+.PP
+.SH "USAGE"
+.PP
+For the available options and site/user defaults, see the output of
+.PP
+.RS
+.B pdfjam --help
+.RE
+.PP
+For further information and some examples see
+http://go.warwick.ac.uk/pdfjam \&.
+.PP
+.SH "LIMITATIONS AND BUGS"
+.PP
+pdfpun does not work with encrypted PDF files, and does not
+preserve hyperlinks.
+.PP
+The '--keepinfo' option does not work.
+.PP
+Please report bugs! See the website at
+http://www.warwick.ac.uk/go/pdfjam \&.
+.PP
+.SH "LICENSE"
+.PP
+PDFjam is distributed under the GNU public license\&.
+.PP
+.SH "SEE ALSO"
+.PP
+pdfjam(1) pdfnup(1)\&.
+.PP
+.SH "AUTHOR"
+.PP
+pdfpun is written and maintained by David Firth as part of the PDFjam package\&.
+