Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

epsffit(1) [opensolaris man page]

EPSFFIT(1)						      General Commands Manual							EPSFFIT(1)

NAME
epsffit - fit encapsulated PostScript file (EPSF) into constrained size SYNOPSIS
epsffit [ -c ] [ -r ] [ -a ] [ -m ] [ -s ] llx lly urx ury [ infile [ outfile ] ] DESCRIPTION
Epsffit fits an EPSF file (encapsulated PostScript) to a given bounding box. The coordinates of the box are given by (llx,lly) for the lower left, and (urx,ury) for the upper right, in PostScript units (points). If no input or output files are specified, epsffit read from the standard input and writes to the standard output. OPTIONS
-c Center the image in the given bounding box. -r Rotate the image by 90 degrees counter-clockwise. -a Adjust the aspect ratio to fit the bounding box. The default is to preserve the aspect ratio. -m Rotates the image to maximise the size if it would fit the specified bounding box better. -s Add a showpage at the end of the file to force the image to print. AUTHOR
Copyright (C) Angus J. C. Duggan 1991-1995 SEE ALSO
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1), psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fix- macps(1), fixpsditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1), includeres(1) TRADEMARKS
PostScript is a trademark of Adobe Systems Incorporated. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWpsutils | +--------------------+-----------------+ |Interface Stability | External | +--------------------+-----------------+ NOTES
Source for ps utilities (psutils) is available on http://opensolaris.org. PSUtils Release 1 Patchlevel 17 EPSFFIT(1)

Check Out this Related Man Page

PSSELECT(1)						      General Commands Manual						       PSSELECT(1)

NAME
psselect - select pages from a PostScript file SYNOPSIS
psselect [ -q ] [ -e ] [ -o ] [ -r ] [ -ppages ] [ pages ] [ infile [ outfile ] ] DESCRIPTION
Psselect selects pages from a PostScript document, creating a new PostScript file. The input PostScript file should follow the Adobe Docu- ment Structuring Conventions. The -e option selects all of the even pages; it may be used in conjunction with the other page selection options to select the even pages from a range of pages. The -o option selects all of the odd pages; it may be used in conjunction with the other page selection options. The -ppages option specifies the pages which are to be selected. Pages is a comma separated list of page ranges, each of which may be a page number, or a page range of the form first-last. If first is omitted, the first page is assumed, and if last is omitted, the last page is assumed. The prefix character `_' indicates that the page number is relative to the end of the document, counting backwards. If just this character with no page number is used, a blank page will be inserted. The -r option causes psselect to output the selected pages in reverse order. Psselect normally prints the page numbers of the pages rearranged; the -q option suppresses this. If any of the -r, -e, or -o options are specified, the page range must be given with the -p option. This is for backwards compatibility with previous versions. NOTES
The page number given to psselect is the number of the page counting from the start or end of the file, starting at one. The actual page number in the document may be different. AUTHOR
Copyright (C) Angus J. C. Duggan 1991-1995 SEE ALSO
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1), psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fix- macps(1), fixpsditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1), includeres(1) TRADEMARKS
PostScript is a trademark of Adobe Systems Incorporated. BUGS
Psselect does not accept all DSC comments. PSUtils Release 1 Patchlevel 17 PSSELECT(1)
Man Page