thinkjettopbm

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

Install

All systems
curl cmd.cat/thinkjettopbm.sh
Debian Debian
apt-get install netpbm
Ubuntu
apt-get install netpbm
Arch Arch Linux
pacman -S netpbm
image/svg+xml Kali Linux
apt-get install netpbm
CentOS
yum install netpbm-progs
Fedora
dnf install netpbm-progs
Windows (WSL2)
sudo apt-get update sudo apt-get install netpbm
OS X
brew install netpbm
Raspbian
apt-get install netpbm

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

© tl;dr; authors and contributors