Pp.ps
Convert .phs output for PostScript
Syntax:
Pp.ps [-D debug_fname] [-d] [-E]
[-L] [-l1] [-od] [-U file] [-V]
filename
Options:
- -D debug_fname
- Send debug information to the specified file.
- -d
- Delete input file after processing.
- -E
- Create encapsulated PostScript file.
- -L
- Enable landscape mode.
- -l1
- Postscript Level 1 (default: PostScript Level 2 which supports color).
- -od
- Append Ctrl -D to the end of the job.
- -U file
- Delete this file when the print job is completed. Use for synchronizing print-spooling operations.
- -V
- Be verbose (-VV: be more verbose).
- filename
- Name of a Photon draw-stream (*.phs) file.
Description:
This utility is the generic Photon print driver for PostScript files.
Examples:
Pp.ps file.phs >/dev/par
Files:
The output is sent to stdout. Typically this is redirected to a printer device, as shown in the example.
