Linux command
ppmtolj 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PPM to HP LaserJet format
ppmtolj [input.ppm] > [output.lj]
Specify resolution
ppmtolj -resolution [300] [input.ppm] > [output.lj]
说明
ppmtolj converts PPM color images to HP LaserJet PCL format for direct printing. Part of Netpbm toolkit.
参数
- -resolution _n_
- Print resolution in DPI.
- -delta
- Use delta row compression.
FAQ
What is the ppmtolj command used for?
ppmtolj converts PPM color images to HP LaserJet PCL format for direct printing. Part of Netpbm toolkit.
How do I run a basic ppmtolj example?
Run `ppmtolj [input.ppm] > [output.lj]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -resolution _n_ do in ppmtolj?
Print resolution in DPI.