diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man1/epsffit.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/epsffit.1')
-rw-r--r-- | upstream/archlinux/man1/epsffit.1 | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/epsffit.1 b/upstream/archlinux/man1/epsffit.1 new file mode 100644 index 00000000..6ad046e1 --- /dev/null +++ b/upstream/archlinux/man1/epsffit.1 @@ -0,0 +1,63 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH EPSFFIT "1" "February 2023" "epsffit 2.10" "User Commands" +.SH NAME +epsffit - fit an Encapsulated PostScript file to a given bounding box +.SH SYNOPSIS +.B epsffit +[\fI\,OPTION\/\fR...] \fI\,LLX LLY URX URY \/\fR[\fI\,INFILE \/\fR[\fI\,OUTFILE\/\fR]] +.SH DESCRIPTION +Fit an Encapsulated PostScript file to a given bounding box. +.TP +\fB\-c\fR, \fB\-\-center\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 +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 +.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. +.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) |