LinuxCommandLibrary

foo2zjs-wrapper

PostScript/PDF to ZjStream wrapper script

TLDR

Print PostScript file

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

SYNOPSIS

foo2zjs-wrapper [options] [files...]

DESCRIPTION

foo2zjs-wrapper converts PostScript/PDF to ZjStream format for HP and Minolta/QMS printers. It combines Ghostscript rasterization with foo2zjs encoding.
The wrapper handles the complete document-to-printer pipeline, providing a simple interface for printing. It translates common options to the underlying tools.
foo2zjs-wrapper is the primary way to print documents to foo2zjs-supported 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. Limited to supported printer models. Color support varies by printer.

HISTORY

foo2zjs-wrapper is part of the foo2zjs project, providing user-friendly document printing for ZjStream protocol printers on Linux.

SEE ALSO

foo2zjs(1), gs(1), lpr(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community