1EPSFFIT(1) General Commands Manual EPSFFIT(1)
2
3
4
6 epsffit - fit encapsulated PostScript file (EPSF) into constrained size
7
9 epsffit [ -c ] [ -r ] [ -a ] [ -m ] [ -s ] llx lly urx ury [ infile [
10 outfile ] ]
11
13 Epsffit fits an EPSF file (encapsulated PostScript) to a given bounding
14 box. The coordinates of the box are given by (llx,lly) for the lower
15 left, and (urx,ury) for the upper right, in PostScript units (points).
16
17 If no input or output files are specified, epsffit read from the stan‐
18 dard input and writes to the standard output.
19
21 -c Center the image in the given bounding box.
22
23 -r Rotate the image by 90 degrees counter-clockwise.
24
25 -a Adjust the aspect ratio to fit the bounding box. The default
26 is to preserve the aspect ratio.
27
28 -m Rotates the image to maximise the size if it would fit the
29 specified bounding box better.
30
31 -s Add a showpage at the end of the file to force the image to
32 print.
33
35 Copyright (C) Angus J. C. Duggan 1991-1995
36
38 psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1),
39 psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fixps‐
40 ditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1),
41 extractres(1), includeres(1)
42
44 PostScript is a trademark of Adobe Systems Incorporated.
45
46
47
48 PSUtils Release 1 Patchlevel 17 EPSFFIT(1)