{
    "mode": "man",
    "parameter": "pbmtoptx",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pbmtoptx/1/json",
    "generated": "2026-07-05T16:05:02Z",
    "synopsis": "pbmtoptx [pbmfile]",
    "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": []
        }
    },
    "summary": "pbmtoptx - convert a portable bitmap into Printronix printer graphics",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PBM image into Printronix printer graphics.",
        "examples": [
            {
                "description": "Convert a PBM image into a PTX file",
                "command": "pbmtoptx {{path/to/image.pbm}} > {{path/to/output.ptx}}"
            }
        ]
    }
}