{
    "content": [
        {
            "type": "text",
            "text": "# pjtoppm (man)\n\n## NAME\n\npjtoppm - convert an HP PaintJet file to a portable pixmap\n\n## SYNOPSIS\n\npjtoppm [paintjet]\n\n## DESCRIPTION\n\nReads  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\n## TLDR\n\n> Convert a HP PaintJet file to PPM.\n\n- Convert a HP PaintJet file to PPM:\n  `pjtoppm {{path/to/input.pj}} > {{path/to/output.ppm}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **REFERENCES**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pjtoppm",
        "section": "",
        "mode": "man",
        "summary": "pjtoppm - convert an HP PaintJet file to a portable pixmap",
        "synopsis": "pjtoppm [paintjet]",
        "tldr_summary": "Convert a HP PaintJet file to PPM.",
        "tldr_examples": [
            {
                "description": "Convert a HP PaintJet file to PPM",
                "command": "pjtoppm {{path/to/input.pj}} > {{path/to/output.ppm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ppmtopj",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmtopj/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "REFERENCES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}