mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-09 09:25:24 +02:00
12 lines
393 B
Markdown
12 lines
393 B
Markdown
# thinkjettopbm
|
|
|
|
> Convert a HP ThinkJet printer commands file to a PBM file.
|
|
> More information: <https://netpbm.sourceforge.net/doc/thinkjettopbm.html>.
|
|
|
|
- Convert a HP ThinkJet printer commands file to a PBM file:
|
|
|
|
`thinkjettopbm {{path/to/input}} > {{path/to/output.pbm}}`
|
|
|
|
- Print debug information to `stderr`:
|
|
|
|
`thinkjettopbm {{[-d|-debug]}} {{path/to/input}} > {{path/to/output.pbm}}`
|