Sha256: 2f990161a7b6ed949cb15400966ac3d6c8256cbf86a3e87c78a5947c4c73f6bc

Contents?: true

Size: 1.77 KB

Versions: 1

Compression:

Stored size: 1.77 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
.TH PDFMULT "1" "March 2012" "pdfmult 1.0.0" "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).
.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\-o\fR, \fB\-\-output\fR FILE
Output file (default: file_2.pdf).
.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\-h\fR, \fB\-\-help\fR
Prints a brief help message and exits.
.TP
\fB\-v\fR, \fB\-\-version\fR
Prints a brief version information and exits.
.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
.SH "REPORTING BUGS"
Report bugs on the pdfmult home page: <https://github.com/stomar/pdfmult/>
.SH COPYRIGHT
Copyright \(co 2011\-2012 Marcus Stollsteimer.
.br
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
This is free software: you are free to change and redistribute it.
.br
There is NO WARRANTY, to the extent permitted by law.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pdfmult-1.0.0 man/pdfmult.1