{
    "mode": "man",
    "parameter": "thinkjettopbm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/thinkjettopbm/1/json",
    "generated": "2026-06-15T11:45:57Z",
    "synopsis": "thinkjettopbm [-d] [thinkjetfile]",
    "sections": {
        "NAME": {
            "content": "thinkjettopbm - convert HP ThinkJet printer commands file to PBM\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "thinkjettopbm [-d] [thinkjetfile]\n\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads  HP  ThinkJet  printer commands from the standard input, or thinkjetfile if specified,\nand writes a PBM image to the standard output.  Text and non-graphics command  sequences  are\nsilently ignored.\n\nThe -d option turns on debugging messages which are written to the standard error stream.\n\n",
            "subsections": []
        },
        "BUGS": {
            "content": "Handles  only  a small subset of ThinkJet command sequences, but enough to convert screen im‐\nages from older HP test equipment.\n\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pbm(5), pjtoppm(1)\n\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 2001 by W. Eric Norum\n\n\n\n03 April 2001                           thinkjettopbm(1)",
            "subsections": []
        }
    },
    "summary": "thinkjettopbm - convert HP ThinkJet printer commands file to PBM",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        },
        {
            "name": "pjtoppm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pjtoppm/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a HP ThinkJet printer commands file to a PBM file.",
        "examples": [
            {
                "description": "Convert a HP ThinkJet printer commands file to a PBM file",
                "command": "thinkjettopbm {{path/to/input}} > {{path/to/output.pbm}}"
            },
            {
                "description": "Print debug information to `stderr`",
                "command": "thinkjettopbm {{-d|-debug}} {{path/to/input}} > {{path/to/output.pbm}}"
            }
        ]
    }
}