Files
tldr/pages.zh/common/pbmpage.md

16 lines
378 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pbmpage
> 生成用于打印的测试图案。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmpage.html>。
- 生成用于在美国标准纸上打印的测试图案:
`pbmpage > {{path/to/file.pbm}}`
- 生成用于在A4纸上打印的测试图案
`pbmpage -a4 > {{path/to/file.pbm}}`
- 指定要使用的图案:
`pbmpage {{1|2|3}} > {{path/to/file.pbm}}`