commands.sh

pbmtoppa

all

Convert a PBM image to HP Printer Performance Architecture format.

More info →

Examples (2)

Convert a PBM image into a PPA file

pbmtoppa path/to/image.pbm > path/to/output.ppa

Specify the desired dots-per-inch and paper size

pbmtoppa -d 300 -s a4 path/to/image.pbm > path/to/output.ppa
made by @shridhargupta | data from tldr-pages