diff options
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/pdfjoin.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/pdfjoin.1 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/pdfjoin.1 b/Master/texmf-dist/doc/man/man1/pdfjoin.1 new file mode 100644 index 00000000000..c55b4a4938c --- /dev/null +++ b/Master/texmf-dist/doc/man/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\&. + |