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

pjtoppm — Convert a HP PaintJet file to PPM. More information: <https://netpbm.sourceforge.net/doc/pjtoppm.htm

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

Problem

How to use the pjtoppm command: Convert a HP PaintJet file to PPM. More information: <https://netpbm.sourceforge.net/doc/pjtoppm.html>.

Solution

pjtoppm — Convert a HP PaintJet file to PPM. More information: <https://netpbm.sourceforge.net/doc/pjtoppm.html>.

Convert a HP PaintJet file to PPM:
pjtoppm {{path/to/input.pj}} > {{path/to/output.ppm}}

Code Snippets

Convert a HP PaintJet file to PPM

pjtoppm {{path/to/input.pj}} > {{path/to/output.ppm}}

Context

tldr-pages: common/pjtoppm

Revisions (0)

No revisions yet.