Linux command
ppmtolj 命令
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
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.