Manual Page Result
0
Command: pswrap | Section: 1 | Source: Digital UNIX | File: pswrap.1.gz
pswrap(1) pswrap(1)
NAME
pswrap - creates C routines from pieces of PostScript language
SYNOPSIS
pswrap [-a] [-b] [-h filename] [-o filename] [-r] [-s length] file
OPTIONS
produces ANSI C procedure prototypes. allows a large file to be
processed. produces a header file of C declarations for the generated
procedures in filename. causes pswrap to place its output in filename.
generates reentrant code. sets the maximum string length to length.
DESCRIPTION
pswrap reads input from file and creates C-callable procedures that
send PostScript language code to the PostScript interpreter. For com-
plete documentation of pswrap and the language it accepts, see the
pswrap Reference Manual from Adobe Systems, Inc.
AUTHOR
Adobe Systems Incorporated
NOTES
PostScript is a registered trademark of Adobe Systems Incorporated.
Copyright (c) 1988-1991 Adobe Systems Incorporated. All rights re-
served.
pswrap(1)