diff options
Diffstat (limited to 'upstream/archlinux/man1/epsffit.1')
-rw-r--r-- | upstream/archlinux/man1/epsffit.1 | 91 |
1 files changed, 47 insertions, 44 deletions
diff --git a/upstream/archlinux/man1/epsffit.1 b/upstream/archlinux/man1/epsffit.1 index 6ad046e1..779eb5fb 100644 --- a/upstream/archlinux/man1/epsffit.1 +++ b/upstream/archlinux/man1/epsffit.1 @@ -1,63 +1,66 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. -.TH EPSFFIT "1" "February 2023" "epsffit 2.10" "User Commands" +.TH PSPDFUTILS "1" "2024\-04\-08" "pspdfutils 3.3.2" "User Command" .SH NAME -epsffit - fit an Encapsulated PostScript file to a given bounding box +pspdfutils .SH SYNOPSIS -.B epsffit -[\fI\,OPTION\/\fR...] \fI\,LLX LLY URX URY \/\fR[\fI\,INFILE \/\fR[\fI\,OUTFILE\/\fR]] +.B pspdfutils +[OPTION...] LLX LLY URX URY [INFILE [OUTFILE]] .SH DESCRIPTION Fit an Encapsulated PostScript file to a given bounding box. + .TP -\fB\-c\fR, \fB\-\-center\fR +\fBLLX\fR +x coordinate of lower left corner of the box + +.TP +\fBLLX\fR +y coordinate of lower left corner of the box + +.TP +\fBLLX\fR +x coordinate of upper right corner of the box + +.TP +\fBLLX\fR +y coordinate of upper right corner of the box + +.TP +\fBINFILE\fR +`\-' or no INFILE argument means standard input + +.TP +\fBOUTFILE\fR +`\-' or no OUTFILE argument means standard output + +.SH OPTIONS +.TP +\fB\-c\fR, \fB\-\-center\fR, \fB\-\-centre\fR center the image in the given bounding box + .TP \fB\-r\fR, \fB\-\-rotate\fR rotate the image by 90 degrees counter\-clockwise + .TP \fB\-a\fR, \fB\-\-aspect\fR adjust the aspect ratio to fit the bounding box + .TP -\fB\-m\fR, \fB\-\-maximize\fR +\fB\-m\fR, \fB\-\-maximize\fR, \fB\-\-maximise\fR rotate the image to fill more of the page if possible + .TP \fB\-s\fR, \fB\-\-showpage\fR -append a \fI\,/showpage\/\fP to the file to force printing -.TP -\fB\-\-help\fR -display this help and exit +append a /showpage to the file to force printing + .TP \fB\-v\fR, \fB\-\-version\fR -display version information and exit -.PP -(LLX, LLY) are the coordinates of the lower left corner of the box, and -(URX, URY) the upper right. -.PP -If OUTFILE is not specified, writes to standard output. -If INFILE is not specified, reads from standard input. -.PP -See -.BR psutils (1) -for the available units. -.SS "Exit status:" -.TP -0 -if OK, -.TP -1 -if arguments or options are incorrect, or there is some other problem -starting up, -.TP -2 -if there is some problem during processing, typically an error reading or -writing an input or output file. +show program's version number and exit + +.TP +\fB\-q\fR, \fB\-\-quiet\fR +don't show progress + .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 |