PSWRAP
Section: User Commands (1)
Updated: March 28, 1989
Index
Return to Main Contents
NAME
pswrap - creates C routines from pieces of PostScript language
SYNOPSIS
pswrap
[
-a
] [
-b
] [
-h
filename
] [
-o
filename
] [
-r
] [
-s
length
]
file
DESCRIPTION
pswrap
reads input from
file
and creates C-callable procedures that send PostScript language code to the
PostScript interpreter. For complete documentation of
pswrap
and the language it accepts, see the
pswrap Reference Manual
from Adobe Systems, Inc.
OPTIONS
- -a
-
produces ANSI C procedure prototypes.
- -b
-
allows a large file to be processed.
- -h filename
-
produces a header file of C declarations for the generated procedures
in
filename.
- -o filename
-
causes
pswrap
to place its output in
filename.
- -r
-
generates reentrant code.
- -s length
-
sets the maximum string length to
length.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
This document was created by
man2html,
using the manual pages.
Time: 01:00:52 GMT, September 26, 2024