pjtoppm - Man Page
convert an HP PaintJet file to a PPM image
Examples (TL;DR)
- Convert a HP PaintJet file to PPM:
pjtoppm path/to/input.pj > path/to/output.ppm
Synopsis
pjtoppm
[paintjet]
Description
This program is part of Netpbm(1).
pjtoppm reads an HP PaintJet file as input and converts it into a PPM image. This was a quick hack to save some trees, and it only handles a small subset of the paintjet commands. In particular, it will only handle enough commands to convert most raster image files.
Options
There are no command line options defined specifically for pjtoppm, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
References
HP PaintJet XL Color Graphics Printer User's Guide
See Also
Author
Copyright (C) 1991 by Christos Zoulas.
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Referenced By
pbmtolj(1), ppmtopj(1), thinkjettopbm(1).