{
    "content": [
        {
            "type": "text",
            "text": "# gsbj(1) (man)\n\n**Summary:** gslp - Format and print text using ghostscript gsbj - Format and print text for BubbleJet printer using ghostscript gsdj - Format and print text for DeskJet printer using ghostscript gsdj500 - Format and print text for DeskJet 500 BubbleJet using ghostscript gslj - Format and print text for LaserJet printer using ghostscript\n\n## See Also\n\n- gs(1)\n\n## Section Outline\n\n- **NAME** (6 lines)\n- **SYNOPSIS** (1 lines) — 4 subsections\n  - gslp -12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<ou (1 lines)\n  - --add-to-space <units> --add-to-width <units> --columns <n>  (1 lines)\n  - gin-(top|bottom|left|right) <inches> --no-eject-(file|formfe (1 lines)\n  - [files] (5 lines)\n- **DESCRIPTION** (13 lines)\n- **OPTIONS** (47 lines)\n- **SEE ALSO** (2 lines)\n- **VERSION** (2 lines)\n- **AUTHOR** (6 lines)\n\n## Full Content\n\n### NAME\n\ngslp - Format and print text using ghostscript\ngsbj - Format and print text for BubbleJet printer using ghostscript\ngsdj - Format and print text for DeskJet printer using ghostscript\ngsdj500 - Format and print text for DeskJet 500 BubbleJet using ghostscript\ngslj - Format and print text for LaserJet printer using ghostscript\n\n### SYNOPSIS\n\n#### gslp -12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile> -T<n>\n\n#### --add-to-space <units> --add-to-width <units> --columns <n> --detect --first-page <n>\n\n--kern <file.afm> --last-page <n> --(heading|footing)-(left|center|right) <string> --mar‐‐\n\n#### gin-(top|bottom|left|right) <inches> --no-eject-(file|formfeed) --spacing <n> [gs options]\n\n#### [files]\n\ngsbj [options] [files]\ngsdj [options] [files]\ngsdj500 [options] [files]\ngslj [options] [files]\n\n### DESCRIPTION\n\nThis utility provides functionality approximately equivalent to the Unix enscript(1) program.\nIt prints plain text files using a single font.  It currently handles tabs and formfeeds, but\nnot backspaces.  It will line-wrap when using fixed-pitch fonts.  It will also do kerning and\nwidth adjustment.\n\nThe default device (-sDEVICE=) and resolution (-r) are as follows:\ngslp      epson      180\ngsbj      bj10e      180\ngsdj      deskjet    300\ngsdj500   djet500    300\ngslj      laserjet   300\nBy default the current date is formatted as the center header.\n\n### OPTIONS\n\nStandard switches implemented:\n-12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile>\n\nSun switches implemented:\n-T<n>     set tab width\n\nSwitches ignored:\n-GghKkmow -# -C -d -J -n -P -S -s -t -v\n\nSwitches added:\n\n--add-to-space <units>\nadd the given number of 1/72\" units to the width of each space  (may  be  nega‐\ntive)\n\n--add-to-width <units>\nadd the given number of 1/72\" units to the width of each character (may be neg‐\native)\n\n--columns <n>\nprint in <n> columns\n\n--detect\ntreat the file as PostScript if it starts with %!\n\n--first-page <n>\nstart printing at page <n>\n\n--kern <file.afm>\nkern using information from the given .AFM file\n\n--last-page <n>\nstop printing after page <n>\n\n--(heading|footing)-(left|center|right) <string>\nset the heading/footing fields; use -B first to clear\n\n--margin-(top|bottom|left|right) <inches>\nset a margin\n\n--no-eject-(file|formfeed)\nend-of-file/FF only starts a new column, not a new sheet\n\n--spacing <n>\nuse double (n=2), triple (n=3), etc. spacing\nAlso, the string %# in a heading or footing is replaced with the page #.\n\n### SEE ALSO\n\ngs(1)\n\n### VERSION\n\nThis document was last revised for Ghostscript version 9.55.0.\n\n### AUTHOR\n\nArtifex Software, Inc. are the primary maintainers of Ghostscript.  This  manpage  by  George\nFerguson.\n\n\n\n9.55.0                                    27 September 2021                                  GSLP(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "gsbj",
        "section": "1",
        "mode": "man",
        "summary": "gslp - Format and print text using ghostscript gsbj - Format and print text for BubbleJet printer using ghostscript gsdj - Format and print text for DeskJet printer using ghostscript gsdj500 - Format and print text for DeskJet 500 BubbleJet using ghostscript gslj - Format and print text for LaserJet printer using ghostscript",
        "synopsis": "",
        "flags": [
            {
                "flag": "",
                "long": "--first-page",
                "arg": "<n>",
                "description": "--kern <file.afm> --last-page <n> --(heading|footing)-(left|center|right) <string> --mar‐‐"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "gs",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gs/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "gslp -12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile> -T<n>",
                        "lines": 1
                    },
                    {
                        "name": "--add-to-space <units> --add-to-width <units> --columns <n> --detect --first-page <n>",
                        "lines": 1,
                        "long": "--first-page",
                        "arg": "<n>"
                    },
                    {
                        "name": "gin-(top|bottom|left|right) <inches> --no-eject-(file|formfeed) --spacing <n> [gs options]",
                        "lines": 1
                    },
                    {
                        "name": "[files]",
                        "lines": 5
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 47,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ]
    }
}