{
    "content": [
        {
            "type": "text",
            "text": "# pbmtoxbm (man)\n\n## NAME\n\npbmtoxbm - convert a portable bitmap into an X11 bitmap\n\n## SYNOPSIS\n\npbmtoxbm [pbmfile]\n\n## DESCRIPTION\n\nReads a portable bitmap as input.  Produces an X11 bitmap as output.\n\n## TLDR\n\n> Convert a PBM image to a X11 or X10 bitmap.\n\n- Convert a PBM image to a X11 XBM file:\n  `pbmtoxbm {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}`\n- Explicitly specify whether an X11 or X10 bitmap should be generated:\n  `pbmtoxbm -{{x11|x10}} {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}`\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": "pbmtoxbm",
        "section": "",
        "mode": "man",
        "summary": "pbmtoxbm - convert a portable bitmap into an X11 bitmap",
        "synopsis": "pbmtoxbm [pbmfile]",
        "tldr_summary": "Convert a PBM image to a X11 or X10 bitmap.",
        "tldr_examples": [
            {
                "description": "Convert a PBM image to a X11 XBM file",
                "command": "pbmtoxbm {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}"
            },
            {
                "description": "Explicitly specify whether an X11 or X10 bitmap should be generated",
                "command": "pbmtoxbm -{{x11|x10}} {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pbmtox10bm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pbmtox10bm/1/json"
            },
            {
                "name": "xbmtopbm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/xbmtopbm/1/json"
            },
            {
                "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": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pbmtoxbm - convert a portable bitmap into an X11 bitmap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pbmtoxbm [pbmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads a portable bitmap as input.  Produces an X11 bitmap as output.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pbmtox10bm(1), xbmtopbm(1), pbm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1988 by Jef Poskanzer.\n\n\n\n31 August 1988                                pbmtoxbm(1)",
                "subsections": []
            }
        }
    }
}