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

12 lines
396 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.

# thinkjettopbm
> 将 HP ThinkJet 打印机命令文件转换为 PBM 文件。
> 更多信息:<https://netpbm.sourceforge.net/doc/thinkjettopbm.html>。
- 将 HP ThinkJet 打印机命令文件转换为 PBM 文件:
`thinkjettopbm {{路径/到/输入}} > {{路径/到/输出.pbm}}`
- 将调试信息打印到 `stderr`
`thinkjettopbm -d {{路径/到/输入}} > {{路径/到/输出.pbm}}`