man/pdfmult.1 in pdfmult-1.2.0 vs man/pdfmult.1 in pdfmult-1.3.0

- old
+ new

@@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. -.TH PDFMULT "1" "April 2012" "pdfmult 1.2.0" "User Commands" +.TH PDFMULT "1" "September 2012" "pdfmult 1.3.0" "User Commands" .SH NAME pdfmult \- puts multiple copies of a PDF page on one page .SH SYNOPSIS .B pdfmult [\fIoptions\fR] \fIfile\fR @@ -23,38 +23,42 @@ .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\-\-force\fR +\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). +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 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 + pdfmult sample.pdf -o - | lpr # => sends output via stdout to print command .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> +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.