返回命令列表

Linux command

pbmtolj 命令

文本

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

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).