diff options
Diffstat (limited to 'upstream/archlinux/man1/psresize.1')
-rw-r--r-- | upstream/archlinux/man1/psresize.1 | 77 |
1 files changed, 36 insertions, 41 deletions
diff --git a/upstream/archlinux/man1/psresize.1 b/upstream/archlinux/man1/psresize.1 index e48cb599..42d40abb 100644 --- a/upstream/archlinux/man1/psresize.1 +++ b/upstream/archlinux/man1/psresize.1 @@ -1,27 +1,10 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. -.TH PSRESIZE "1" "February 2023" "psresize 2.10" "User Commands" +.TH PSPDFUTILS "1" "2024\-04\-08" "pspdfutils 3.3.2" "User Commands" .SH NAME -psresize - change the page size of a PostScript document +pspdfutils .SH SYNOPSIS -.B psresize -[\fI\,OPTION\/\fR...] [\fI\,INFILE \/\fR[\fI\,OUTFILE\/\fR]] +.B pspdfutils +[OPTION...] [INFILE [OUTFILE]] .SH DESCRIPTION -Change the page size of a PostScript document. -.TP -\fB\-p\fR, \fB\-\-paper\fR=\fI\,PAPER\/\fR -output paper size -.TP -\fB\-P\fR, \fB\-\-inpaper\fR=\fI\,PAPER\/\fR -input paper size -.TP -\fB\-q\fR, \fB\-\-quiet\fR -don't show page numbers being output -.TP -\fB\-\-help\fR -display this help and exit -.TP -\fB\-v\fR, \fB\-\-version\fR -display version information and exit .PP .B psresize uses @@ -30,31 +13,43 @@ to change the page size of a document, scaling and centering it appropriately. See .BR psutils (1) for the available units. +Change the page size of a PDF or PostScript document. + +.TP +\fBINFILE\fR +`\-' or no INFILE argument means standard input -.SS "Exit status:" .TP -0 -if OK, +\fBOUTFILE\fR +`\-' or no OUTFILE argument means standard output + +.SH OPTIONS +.TP +\fB\-p\fR \fI\,PAPER\/\fR, \fB\-\-paper\fR \fI\,PAPER\/\fR +output paper name or dimensions (WIDTHxHEIGHT) + +.TP +\fB\-P\fR \fI\,INPAPER\/\fR, \fB\-\-inpaper\fR \fI\,INPAPER\/\fR +input paper name or dimensions (WIDTHxHEIGHT) + .TP -1 -if arguments or options are incorrect, or there is some other problem -starting up, +\fB\-v\fR, \fB\-\-version\fR +show program's version number and exit + .TP -2 -if there is some problem during processing, typically an error reading or -writing an input or output file. +\fB\-q\fR, \fB\-\-quiet\fR +don't show progress + +.SH COMMENTS +PAGES is a comma\-separated list of pages and page ranges; see +pstops(1) for more details. + .SH EXAMPLES The following command converts a document from A4 size to US Letter paper: .sp -psresize -PA4 -pletter in.ps out.ps +psresize -PA4 -pletter in.pdf out.pdf + .SH AUTHOR -Written by Angus J. C. Duggan and Reuben Thomas. -.SH COPYRIGHT -Copyright \(co Reuben Thomas 2016\-2022. -Released under the GPL version 3, or (at your option) any later version. -.SH TRADEMARKS -.B PostScript -is a trademark of Adobe Systems Incorporated. -.SH "SEE ALSO" -.BR psutils (1), -.BR paper (1) +.nf +Reuben Thomas <rrt@sc3d.org> +.fi |