Linux command
pbmtolj 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PBM to HP LaserJet format
pbmtolj [input.pbm] > [output.lj]
Specify resolution
pbmtolj -resolution [300] [input.pbm] > [output.lj]
说明
pbmtolj converts PBM bitmaps to HP LaserJet PCL format for direct printing. Supports various resolutions and compression. Part of Netpbm toolkit.
参数
- -resolution _n_
- Print resolution (75, 100, 150, 300, 600).
- -float
- Don't set cursor position.
- -delta
- Use delta row compression.
FAQ
What is the pbmtolj command used for?
pbmtolj converts PBM bitmaps to HP LaserJet PCL format for direct printing. Supports various resolutions and compression. Part of Netpbm toolkit.
How do I run a basic pbmtolj example?
Run `pbmtolj [input.pbm] > [output.lj]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -resolution _n_ do in pbmtolj?
Print resolution (75, 100, 150, 300, 600).