HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

thinkjettopbm — Convert a HP ThinkJet printer commands file to a PBM file. More information: <https://netpbm.sourcef

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcommandsconvertclifileprinterthinkjettopbmthinkjet

Problem

How to use the thinkjettopbm command: Convert a HP ThinkJet printer commands file to a PBM file. More information: <https://netpbm.sourceforge.net/doc/thinkjettopbm.html>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/thinkjettopbm

Revisions (0)

No revisions yet.