mirror of https://github.com/CrimsonTome/tldr.git
13 lines
380 B
Markdown
13 lines
380 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 {{path/to/input}} > {{path/to/output.pbm}}`
|