Linux command
foo2hbpl2-wrapper 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Print PostScript file
foo2hbpl2-wrapper [file.ps]
Set paper size
foo2hbpl2-wrapper -p [a4] [file.ps]
Print multiple copies
foo2hbpl2-wrapper -n [3] [file.ps]
Set resolution
foo2hbpl2-wrapper -r [600] [file.ps]
说明
foo2hbpl2-wrapper is a wrapper script that converts PostScript/PDF to HBPL2 format for printing. It chains Ghostscript rasterization with foo2hbpl2 encoding. The wrapper simplifies printing by handling the conversion pipeline automatically. It accepts common print options and translates them to the underlying tools. foo2hbpl2-wrapper provides a user-friendly interface to the foo2hbpl2 conversion process.
参数
- -p _PAPER_
- Paper size (letter, a4, legal).
- -r _DPI_
- Resolution (300, 600, 1200).
- -n _COPIES_
- Number of copies.
- -m _MEDIA_
- Media type.
- -d _DUPLEX_
- Duplex printing mode.
- --help
- Display help information.
FAQ
What is the foo2hbpl2-wrapper command used for?
foo2hbpl2-wrapper is a wrapper script that converts PostScript/PDF to HBPL2 format for printing. It chains Ghostscript rasterization with foo2hbpl2 encoding. The wrapper simplifies printing by handling the conversion pipeline automatically. It accepts common print options and translates them to the underlying tools. foo2hbpl2-wrapper provides a user-friendly interface to the foo2hbpl2 conversion process.
How do I run a basic foo2hbpl2-wrapper example?
Run `foo2hbpl2-wrapper [file.ps]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -p _PAPER_ do in foo2hbpl2-wrapper?
Paper size (letter, a4, legal).