{
    "content": [
        {
            "type": "text",
            "text": "# ppmtolj (man)\n\n## NAME\n\nppmtolj - convert a portable pixmap to an HP LaserJet PCL 5 Color file\n\n## SYNOPSIS\n\nppmtolj [-gamma val] [-resolution 75|100|150|300|600] [-delta] [-float] [-noreset] [ppmfile]\n\n## DESCRIPTION\n\nReads  a portable pixmap as input and converts it into a color file suitable to be printed by\nan HP color PCL 5 printer.\n\n## TLDR\n\n> Convert a PPM file to an HP LaserJet PCL 5 Color file.\n\n- Convert a PPM file to an HP LaserJet PCL 5 Color file:\n  `ppmtolj {{path/to/input.ppm}} > {{path/to/output.lj}}`\n- Apply a gamma correction using the specified gamma value:\n  `ppmtolj {{-g|-gamma}} {{gamma}} {{path/to/input.ppm}} > {{path/to/output.lj}}`\n- Specify the required resolution:\n  `ppmtolj {{-r|-resolution}} {{75|100|150|300|600}} {{path/to/input.ppm}} > {{path/to/output.lj}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (5 subsections)\n- **REFERENCES**\n- **BUGS**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ppmtolj",
        "section": "",
        "mode": "man",
        "summary": "ppmtolj - convert a portable pixmap to an HP LaserJet PCL 5 Color file",
        "synopsis": "ppmtolj [-gamma val] [-resolution 75|100|150|300|600] [-delta] [-float] [-noreset] [ppmfile]",
        "tldr_summary": "Convert a PPM file to an HP LaserJet PCL 5 Color file.",
        "tldr_examples": [
            {
                "description": "Convert a PPM file to an HP LaserJet PCL 5 Color file",
                "command": "ppmtolj {{path/to/input.ppm}} > {{path/to/output.lj}}"
            },
            {
                "description": "Apply a gamma correction using the specified gamma value",
                "command": "ppmtolj {{-g|-gamma}} {{gamma}} {{path/to/input.ppm}} > {{path/to/output.lj}}"
            },
            {
                "description": "Specify the required resolution",
                "command": "ppmtolj {{-r|-resolution}} {{75|100|150|300|600}} {{path/to/input.ppm}} > {{path/to/output.lj}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "ESC&l0E to the output."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-delta",
                        "lines": 1
                    },
                    {
                        "name": "-gamma",
                        "lines": 1
                    },
                    {
                        "name": "-float",
                        "lines": 2
                    },
                    {
                        "name": "-noreset",
                        "lines": 1
                    },
                    {
                        "name": "-resolution",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "REFERENCES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ppmtolj - convert a portable pixmap to an HP LaserJet PCL 5 Color file\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ppmtolj [-gamma val] [-resolution 75|100|150|300|600] [-delta] [-float] [-noreset] [ppmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a portable pixmap as input and converts it into a color file suitable to be printed by\nan HP color PCL 5 printer.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-delta",
                        "content": ""
                    },
                    {
                        "name": "-gamma",
                        "content": ""
                    },
                    {
                        "name": "-float",
                        "content": "ESC&l0E to the output.\n"
                    },
                    {
                        "name": "-noreset",
                        "content": ""
                    },
                    {
                        "name": "-resolution",
                        "content": ""
                    }
                ]
            },
            "REFERENCES": {
                "content": "HP PCL 5 & Color Reference Guide\n",
                "subsections": []
            },
            "BUGS": {
                "content": "None known.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 2000 by Jonathan Melvin.(jonathan.melvin@heywood.co.uk)\n\n\n\n4 Sept 2000                                  ppmtolj(1)",
                "subsections": []
            }
        }
    }
}