diff options
Diffstat (limited to 'upstream/mageia-cauldron/man1/epsffit.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/epsffit.1 | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/epsffit.1 b/upstream/mageia-cauldron/man1/epsffit.1 new file mode 100644 index 00000000..685d8c20 --- /dev/null +++ b/upstream/mageia-cauldron/man1/epsffit.1 @@ -0,0 +1,63 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. +.TH EPSFFIT "1" "October 2021" "epsffit 2.07" "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\-\-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. +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) |