1EPSFFIT(1) User Commands EPSFFIT(1)
2
3
4
6 epsffit - fit an Encapsulated PostScript file to a given bounding box
7
9 epsffit [OPTION...] LLX LLY URX URY [INFILE [OUTFILE]]
10
12 Fit an Encapsulated PostScript file to a given bounding box.
13
14 -c, --center
15 center the image in the given bounding box
16
17 -r, --rotate
18 rotate the image by 90 degrees counter-clockwise
19
20 -a, --aspect
21 adjust the aspect ratio to fit the bounding box
22
23 -m, --maximize
24 rotate the image to fill more of the page if possible
25
26 -s, --showpage
27 append a /showpage to the file to force printing
28
29 --help display this help and exit
30
31 -v, --version
32 display version information and exit
33
34 (LLX, LLY) are the coordinates of the lower left corner of the box, and
35 (URX, URY) the upper right.
36
37 If OUTFILE is not specified, writes to standard output. If INFILE is
38 not specified, reads from standard input.
39
40 See psutils(1) for the available units.
41
42 Exit status:
43 0 if OK,
44
45 1 if arguments or options are incorrect, or there is some other
46 problem starting up,
47
48 2 if there is some problem during processing, typically an error
49 reading or writing an input or output file.
50
52 Written by Angus J. C. Duggan and Reuben Thomas.
53
55 Copyright © Reuben Thomas 2016-2022. Released under the GPL version 3,
56 or (at your option) any later version.
57
59 PostScript is a trademark of Adobe Systems Incorporated.
60
62 psutils(1), paper(1)
63
64
65
66epsffit 2.09 May 2022 EPSFFIT(1)