{
    "content": [
        {
            "type": "text",
            "text": "# pbmtoptx (man)\n\n## NAME\n\npbmtoptx - convert a portable bitmap into Printronix printer graphics\n\n## SYNOPSIS\n\npbmtoptx [pbmfile]\n\n## DESCRIPTION\n\nReads a portable bitmap as input.  Produces a file of Printronix printer graphics as output.\n\n## TLDR\n\n> Convert a PBM image into Printronix printer graphics.\n\n- Convert a PBM image into a PTX file:\n  `pbmtoptx {{path/to/image.pbm}} > {{path/to/output.ptx}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pbmtoptx",
        "section": "",
        "mode": "man",
        "summary": "pbmtoptx - convert a portable bitmap into Printronix printer graphics",
        "synopsis": "pbmtoptx [pbmfile]",
        "tldr_summary": "Convert a PBM image into Printronix printer graphics.",
        "tldr_examples": [
            {
                "description": "Convert a PBM image into a PTX file",
                "command": "pbmtoptx {{path/to/image.pbm}} > {{path/to/output.ptx}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pbm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pbmtoptx - convert a portable bitmap into Printronix printer graphics\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pbmtoptx [pbmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads a portable bitmap as input.  Produces a file of Printronix printer graphics as output.\n\nNote that there is no ptxtopbm tool - this transformation is one way.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pbm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1988 by Jef Poskanzer.\n\n\n\n31 August 1988                                pbmtoptx(1)",
                "subsections": []
            }
        }
    }
}