LinuxCommandLibrary

foo2slx-wrapper

PostScript/PDF to SLX wrapper script

TLDR

Print PostScript file

$ foo2slx-wrapper [file.ps]
copy
Set paper size
$ foo2slx-wrapper -p [a4] [file.ps]
copy
Color printing
$ foo2slx-wrapper -c [file.ps]
copy
Set resolution
$ foo2slx-wrapper -r [600] [file.ps]
copy

SYNOPSIS

foo2slx-wrapper [options] [files...]

DESCRIPTION

foo2slx-wrapper converts PostScript/PDF documents to SLX format for Lexmark printers. It combines Ghostscript rasterization with foo2slx encoding.
The wrapper handles the conversion pipeline for easy printing. It provides a command-line interface for supported Lexmark printers.
foo2slx-wrapper simplifies printing to SLX protocol printers.

PARAMETERS

FILES

PostScript or PDF files to print.
-p PAPER
Paper size (letter, a4, legal).
-r DPI
Resolution.
-c
Color printing.
-n COPIES
Number of copies.
-m MEDIA
Media type.
--help
Display help information.

CAVEATS

Requires Ghostscript. Only for SLX-compatible Lexmark models. Feature support varies.

HISTORY

foo2slx-wrapper is part of the foo2zjs driver collection, providing easy printing for Lexmark printers using the SLX protocol.

SEE ALSO

foo2slx(1), gs(1), lpr(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community