LinuxCommandLibrary

foo2lava-wrapper

PostScript/PDF to LAVAFLOW wrapper script

TLDR

Print PostScript file

$ foo2lava-wrapper [file.ps]
copy
Set paper size
$ foo2lava-wrapper -p [a4] [file.ps]
copy
Color printing
$ foo2lava-wrapper -c [file.ps]
copy
Print multiple copies
$ foo2lava-wrapper -n [3] [file.ps]
copy

SYNOPSIS

foo2lava-wrapper [options] [files...]

DESCRIPTION

foo2lava-wrapper converts PostScript/PDF documents to LAVAFLOW format for Konica Minolta magicolor printers. It chains Ghostscript rasterization with foo2lava encoding.
The wrapper provides a simplified interface for printing, handling format conversion automatically. It translates standard print options to the underlying tools.
foo2lava-wrapper enables direct command-line printing to supported Konica Minolta 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 output quality varies.

HISTORY

foo2lava-wrapper is part of the foo2zjs driver collection, providing easy document printing for Konica Minolta printers using the LAVAFLOW protocol.

SEE ALSO

foo2lava(1), gs(1), lpr(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community