.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH PDFMULT "1" "January 2013" "pdfmult 1.3.1" "User Commands"
.SH NAME
pdfmult \- puts multiple copies of a PDF page on one page
.SH SYNOPSIS
.B pdfmult
[\fIoptions\fR] \fIfile\fR
.SH DESCRIPTION
pdfmult is a command line tool that
rearranges multiple copies of a PDF page (shrunken) on one page.
.PP
The paper size of the produced PDF file is A4,
the input file is also assumed to be in A4 format.
The input PDF file may consist of several pages.
If pdfmult succeeds in obtaining the page count it will rearrange all pages,
if not, only the first page is processed
(unless the page count was specified via command line option).
.PP
pdfmult uses pdflatex with the pdfpages package,
so both have to be installed on the system.
If the \fB\-\-latex\fR option is used, though, pdflatex is not run
and a LaTeX file is created instead of a PDF.
.SH OPTIONS
.TP
\fB\-n\fR, \fB\-\-number\fR NUMBER
Number of copies to put on one page: 2 (default), 4, 8, 9, 16.
.TP
\fB\-f\fR, \fB\-\-[no\-]force\fR
Do not prompt before overwriting.
.TP
\fB\-l\fR, \fB\-\-latex\fR
Create a LaTeX file instead of a PDF file (default: file_2.tex).
.TP
\fB\-o\fR, \fB\-\-output\fR FILE
Output file (default: file_2.pdf). Use \- to output to stdout.
.TP
\fB\-p\fR, \fB\-\-pages\fR NUMBER
Number of pages to convert.
If given, pdfmult does not try to obtain the page count from the source PDF.
.TP
\fB\-s\fR, \fB\-\-[no\-]silent\fR
Do not output progress information.
.TP
\fB\-h\fR, \fB\-\-help\fR
Print a brief help message and exit.
.TP
\fB\-v\fR, \fB\-\-version\fR
Print a brief version information and exit.
.SH EXAMPLES
pdfmult sample.pdf # => sample_2.pdf (2 copies)
pdfmult -n 4 sample.pdf # => sample_4.pdf (4 copies)
pdfmult sample.pdf -o outfile.pdf # => outfile.pdf (2 copies)
pdfmult sample.pdf -p 3 # => processes 3 pages
pdfmult sample.pdf -o - | lpr # => sends output via stdout to print command
.SH "REPORTING BUGS"
Report bugs on the pdfmult home page:
.SH COPYRIGHT
Copyright \(co 2011\-2013 Marcus Stollsteimer.
.br
License GPLv3+: GNU GPL version 3 or later .
.br
This is free software: you are free to change and redistribute it.
.br
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
The full documentation for pdfmult is available on
the project home page: .