foo2slx-wrapper(1) | General Commands Manual | foo2slx-wrapper(1) |
foo2slx-wrapper - Convert Postscript into a SLX printer stream
foo2slx-wrapper [options] [ps-file]
foo2slx-wrapper is a Foomatic compatible printer wrapper for the foo2slx printer driver. This script reads a Postscript ps-file or standard input and converts it to Software Imaging K.K. SLX printer format for driving the Lexmark C500 network color laser printer and other SLX-based printers.
This script can be used in a standalone fashion, but is intended to be called from a printer spooler system which uses the Foomatic printer database.
These are the options used to select the parameters of a print job that are usually controlled on a per job basis.
Media | SLX |
plain | 0 |
transparency | 1 |
labels | 2 |
thick1 | 3 |
envelope1 | 4 |
thin | 5 |
thick2 | 6 |
envelope2 | 7 |
middle | 8 |
special | 9 |
6 | letter | 2 | A4 |
9 | legal | 4 | B5 |
8 | executive | 5 | B5iso |
10 | env #10 | 11 | env DL |
0 | auto | 1 | cassette1 |
Portrait | -op | (normal) |
Landscape | -ol | (rotated 90 degrees anticlockwise) |
Seascape | -os | (rotated 90 degrees clockwise) |
These are the options used to customize the operation of foo2slx for a particular printer.
0 | don't send any logical clipping amounts |
1 | only send Y clipping amount |
2 | only send X clipping amount |
3 | send both X and Y clipping amounts |
These are the options used to control the quality of color output. Color correction is currently a WORK IN PROGRESS.
These options are used for debugging foo2slx and its wrapper.
Create a monochrome ZjStream from a Postscript document, examine it, and then print it using a RAW print queue:
foo2slx-wrapper testpage.ps > testpage.zm slxdecode < testpage.zm lpr -P raw testpage.zm
Create a color ZjStream stream from a Postscript document:
foo2slx-wrapper -c testpage.ps > testpage.zc
/usr/bin/foo2slx-wrapper
foo2slx(1), slxdecode(1)
Rick Richardson <rick.richardson@comcast.net>
http://foo2slx.rkkda.com/
Wed Apr 10 21:38:27 2024 | foo2slx-wrapper 0.0 |