mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 12:43:00 +00:00
18 lines
473 B
Plaintext
18 lines
473 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|