{
    "mode": "man",
    "parameter": "pjtoppm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pjtoppm/1/json",
    "generated": "2026-07-05T13:26:00Z",
    "synopsis": "pjtoppm [paintjet]",
    "sections": {
        "NAME": {
            "content": "pjtoppm - convert an HP PaintJet file to a portable pixmap\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pjtoppm [paintjet]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads  an HP PaintJet file as input and converts it into a portable pixmap.  This was a quick\nhack to save some trees, and it only handles a small subset of  the  paintjet  commands.   In\nparticular, it will only handle enough commands to convert most raster image files.\n",
            "subsections": []
        },
        "REFERENCES": {
            "content": "HP PaintJet XL Color Graphics Printer User's Guide\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "ppmtopj(1)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1991 by Christos Zoulas.\n\n\n\n14 July 1991                                  pjtoppm(1)",
            "subsections": []
        }
    },
    "summary": "pjtoppm - convert an HP PaintJet file to a portable pixmap",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "ppmtopj",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/ppmtopj/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a HP PaintJet file to PPM.",
        "examples": [
            {
                "description": "Convert a HP PaintJet file to PPM",
                "command": "pjtoppm {{path/to/input.pj}} > {{path/to/output.ppm}}"
            }
        ]
    }
}