{
    "content": [
        {
            "type": "text",
            "text": "# pbmtoplot(1) (man)\n\n## TLDR\n\n> Convert a PBM image into a UNIX plot file.\n\n- Convert a PBM image into a UNIX plot file:\n  `pbmtoplot {{path/to/image.pbm}} > {{path/to/output.plot}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** pbmtoplot - convert a portable bitmap into a Unix plot(5) file\n\n**Synopsis:** pbmtoplot [pbmfile]\n\n## See Also\n\n- pbm(5)\n- plot(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (4 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\npbmtoplot - convert a portable bitmap into a Unix plot(5) file\n\n### SYNOPSIS\n\npbmtoplot [pbmfile]\n\n### DESCRIPTION\n\nReads a portable bitmap as input.  Produces a Unix plot file.\n\nNote that there is no plottopbm tool - this transformation is one-way.\n\n### SEE ALSO\n\npbm(5), plot(5)\n\n### AUTHOR\n\nCopyright (C) 1990 by Arthur David Olson.\n\n\n\n1 September 1990                              pbmtoplot(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "pbmtoplot",
        "section": "1",
        "mode": "man",
        "summary": "pbmtoplot - convert a portable bitmap into a Unix plot(5) file",
        "synopsis": "pbmtoplot [pbmfile]",
        "tldr_summary": "Convert a PBM image into a UNIX plot file.",
        "tldr_examples": [
            {
                "description": "Convert a PBM image into a UNIX plot file",
                "command": "pbmtoplot {{path/to/image.pbm}} > {{path/to/output.plot}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pbm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
            },
            {
                "name": "plot",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/plot/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": []
            }
        ]
    }
}