{
    "content": [
        {
            "type": "text",
            "text": "# brushtopbm (man)\n\n## NAME\n\nbrushtopbm - convert a doodle brush file into a portable bitmap\n\n## SYNOPSIS\n\nbrushtopbm [brushfile]\n\n## DESCRIPTION\n\nReads a Xerox doodle brush file as input.  Produces a portable bitmap as output.\n\n## TLDR\n\n> Convert a Xerox doodle brush file into a PBM image.\n\n- Generate a PBM file as output for a Xerox doodle brush file as input:\n  `brushtopbm {{path/to/file.brush}}`\n- Display version:\n  `brushtopbm {{-v|-version}}`\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": "brushtopbm",
        "section": "",
        "mode": "man",
        "summary": "brushtopbm - convert a doodle brush file into a portable bitmap",
        "synopsis": "brushtopbm [brushfile]",
        "tldr_summary": "Convert a Xerox doodle brush file into a PBM image.",
        "tldr_examples": [
            {
                "description": "Generate a PBM file as output for a Xerox doodle brush file as input",
                "command": "brushtopbm {{path/to/file.brush}}"
            },
            {
                "description": "Display version",
                "command": "brushtopbm {{-v|-version}}"
            }
        ],
        "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": "brushtopbm - convert a doodle brush file into a portable bitmap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "brushtopbm [brushfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads a Xerox doodle brush file as input.  Produces a portable bitmap as output.\n\nNote that there is currently no pbmtobrush tool.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pbm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1988 by Jef Poskanzer.\n\n\n\n28 August 1988                              brushtopbm(1)",
                "subsections": []
            }
        }
    }
}