Linux command
pbmpage 命令
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Generate printer test page
pbmpage [1] > [output.pbm]
Generate A4 test page
pbmpage -a4 [1] > [output.pbm]
说明
pbmpage generates printer calibration and test pages as PBM images at 600 dpi resolution. Different page numbers produce different test patterns useful for calibrating margins, alignment, and print quality. The default output is for US letter paper; use -a4 for A4 size. Part of the Netpbm toolkit.
参数
- -a4
- Generate A4 size instead of US letter (default).
FAQ
What is the pbmpage command used for?
pbmpage generates printer calibration and test pages as PBM images at 600 dpi resolution. Different page numbers produce different test patterns useful for calibrating margins, alignment, and print quality. The default output is for US letter paper; use -a4 for A4 size. Part of the Netpbm toolkit.
How do I run a basic pbmpage example?
Run `pbmpage [1] > [output.pbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a4 do in pbmpage?
Generate A4 size instead of US letter (default).