foo2qpdl-wrapper
PostScript/PDF to QPDL wrapper script
TLDR
Print PostScript file
$ foo2qpdl-wrapper [file.ps]
Set paper size$ foo2qpdl-wrapper -p [a4] [file.ps]
Color printing$ foo2qpdl-wrapper -c [file.ps]
Print multiple copies$ foo2qpdl-wrapper -n [3] [file.ps]
SYNOPSIS
foo2qpdl-wrapper [options] [files...]
DESCRIPTION
foo2qpdl-wrapper converts PostScript/PDF documents to QPDL format for Samsung and Xerox laser printers. It chains Ghostscript rasterization with foo2qpdl encoding.
The wrapper provides a simplified printing interface, handling the conversion pipeline automatically. It translates common print options to the underlying tools.
foo2qpdl-wrapper enables command-line printing to QPDL 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 QPDL-compatible printers. Color quality varies by model.
HISTORY
foo2qpdl-wrapper is part of the foo2zjs driver collection, simplifying document printing for Samsung printers using the QPDL protocol.
