← 返回命令列表

Linux command

foo2hp2600-wrapper 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Print PostScript file

foo2hp2600-wrapper [file.ps]

Set paper size

foo2hp2600-wrapper -p [a4] [file.ps]

Color printing

foo2hp2600-wrapper -c [file.ps]

Set resolution

foo2hp2600-wrapper -r [600] [file.ps]

Print multiple copies

foo2hp2600-wrapper -n [3] [file.ps]

Monochrome printing

foo2hp2600-wrapper [file.ps]

说明

foo2hp2600-wrapper converts PostScript/PDF files to HP ZjStream format for HP Color LaserJet 2600n and similar printers. It wraps Ghostscript and foo2hp for simplified printing. The script handles the complete conversion pipeline from input document to printer-ready data. It supports color and monochrome modes with various paper sizes and quality settings. foo2hp2600-wrapper provides direct command-line printing for supported HP printers.

参数

-p _PAPER_
Paper size (letter, a4, legal).
-r _DPI_
Resolution (300, 600, 1200).
-c
Color printing.
-n _COPIES_
Number of copies.
-m _MEDIA_
Media type (plain, thick, envelope, transparency).
-s _SOURCE_
Paper source tray.
-2
Duplex (two-sided) printing.
--help
Display help information.

FAQ

What is the foo2hp2600-wrapper command used for?

foo2hp2600-wrapper converts PostScript/PDF files to HP ZjStream format for HP Color LaserJet 2600n and similar printers. It wraps Ghostscript and foo2hp for simplified printing. The script handles the complete conversion pipeline from input document to printer-ready data. It supports color and monochrome modes with various paper sizes and quality settings. foo2hp2600-wrapper provides direct command-line printing for supported HP printers.

How do I run a basic foo2hp2600-wrapper example?

Run `foo2hp2600-wrapper [file.ps]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -p _PAPER_ do in foo2hp2600-wrapper?

Paper size (letter, a4, legal).