{
    "content": [
        {
            "type": "text",
            "text": "# xbmtopbm(1) (man)\n\n## TLDR\n\n> Convert an X11 or X10 bitmap to a PBM image.\n\n- Convert an XBM image to a PPM image:\n  `xbmtopbm {{path/to/input_file.xbm}} > {{path/to/output_file.pbm}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** xbmtopbm - convert an X11 or X10 bitmap into a portable bitmap\n\n**Synopsis:** xbmtopbm [bitmapfile]\n\n## See Also\n\n- pbmtoxbm(1)\n- pbmtox10bm(1)\n- pbm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nxbmtopbm - convert an X11 or X10 bitmap into a portable bitmap\n\n### SYNOPSIS\n\nxbmtopbm [bitmapfile]\n\n### DESCRIPTION\n\nReads an X11 or X10 bitmap as input.  Produces a portable bitmap as output.\n\n### SEE ALSO\n\npbmtoxbm(1), pbmtox10bm(1), pbm(5)\n\n### AUTHOR\n\nCopyright (C) 1988 by Jef Poskanzer.\n\n\n\n31 August 1988                                xbmtopbm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "xbmtopbm",
        "section": "1",
        "mode": "man",
        "summary": "xbmtopbm - convert an X11 or X10 bitmap into a portable bitmap",
        "synopsis": "xbmtopbm [bitmapfile]",
        "tldr_summary": "Convert an X11 or X10 bitmap to a PBM image.",
        "tldr_examples": [
            {
                "description": "Convert an XBM image to a PPM image",
                "command": "xbmtopbm {{path/to/input_file.xbm}} > {{path/to/output_file.pbm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pbmtoxbm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pbmtoxbm/1/json"
            },
            {
                "name": "pbmtox10bm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pbmtox10bm/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": []
            }
        ]
    }
}