155 lines
4.4 KiB
HTML
155 lines
4.4 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GSLP</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GSLP</H1>
|
|
Section: Ghostscript (1)<BR>Updated: 15 October 2019<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
gslp - Format and print text using ghostscript
|
|
<BR>
|
|
|
|
gsbj - Format and print text for BubbleJet printer using ghostscript
|
|
<BR>
|
|
|
|
gsdj - Format and print text for DeskJet printer using ghostscript
|
|
<BR>
|
|
|
|
gsdj500 - Format and print text for DeskJet 500 BubbleJet using ghostscript
|
|
<BR>
|
|
|
|
gslj - Format and print text for LaserJet printer using ghostscript
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
<B>gslp
|
|
-12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile>
|
|
-T<n>
|
|
--add-to-space <units>
|
|
--add-to-width <units>
|
|
--columns <n>
|
|
--detect
|
|
--first-page <n>
|
|
--kern <file.afm>
|
|
--last-page <n>
|
|
--(heading|footing)-(left|center|right) <string>
|
|
--margin-(top|bottom|left|right) <inches>
|
|
--no-eject-(file|formfeed)
|
|
--spacing <n>
|
|
[gs options] [files]
|
|
|
|
<BR>
|
|
|
|
gsbj</B> [options] [files]
|
|
<BR>
|
|
|
|
<B>gsdj</B> [options] [files]
|
|
<BR>
|
|
|
|
<B>gsdj500</B> [options] [files]
|
|
<BR>
|
|
|
|
<B>gslj</B> [options] [files]
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
This utility provides functionality approximately equivalent to the Unix
|
|
<B><A HREF="/cgi-bin/man/man2html?1+enscript">enscript</A></B>(1)
|
|
|
|
program. It prints plain text files using a single font.
|
|
It currently handles tabs and formfeeds, but not backspaces.
|
|
It will line-wrap when using fixed-pitch fonts.
|
|
It will also do kerning and width adjustment.
|
|
<P>
|
|
|
|
The default device (-sDEVICE=) and resolution (-r) are as follows:
|
|
<PRE>
|
|
gslp epson 180
|
|
gsbj bj10e 180
|
|
gsdj deskjet 300
|
|
gsdj500 djet500 300
|
|
gslj laserjet 300
|
|
</PRE>
|
|
|
|
By default the current date is formatted as the center header.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">Standard switches implemented:<DD>
|
|
-12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile>
|
|
<DT id="2">Sun switches implemented:<DD>
|
|
-T<n><TT> </TT>set tab width<BR>
|
|
<DT id="3">Switches ignored:<DD>
|
|
-GghKkmow -# -C -d -J -n -P -S -s -t -v
|
|
<DT id="4">Switches added:<DD>
|
|
<DL COMPACT><DT id="5"><DD>
|
|
<DL COMPACT>
|
|
<DT id="6">--add-to-space <units><DD>
|
|
add the given number of 1/72" units to the width of each
|
|
space (may be negative)
|
|
<DT id="7">--add-to-width <units><DD>
|
|
add the given number of 1/72" units to the width of each
|
|
character (may be negative)
|
|
<DT id="8">--columns <n><DD>
|
|
print in <n> columns
|
|
<DT id="9">--detect<DD>
|
|
treat the file as PostScript if it starts with %!
|
|
<DT id="10">--first-page <n><DD>
|
|
start printing at page <n>
|
|
<DT id="11">--kern <file.afm><DD>
|
|
kern using information from the given .AFM file
|
|
<DT id="12">--last-page <n><DD>
|
|
stop printing after page <n>
|
|
<DT id="13">--(heading|footing)-(left|center|right) <string><DD>
|
|
set the heading/footing fields; use -B first to clear
|
|
<DT id="14">--margin-(top|bottom|left|right) <inches><DD>
|
|
set a margin
|
|
<DT id="15">--no-eject-(file|formfeed)<DD>
|
|
end-of-file/FF only starts a new column, not a new sheet
|
|
<DT id="16">--spacing <n><DD>
|
|
use double (n=2), triple (n=3), etc. spacing
|
|
</DL>
|
|
</DL>
|
|
|
|
Also, the string %# in a heading or footing is replaced with the page #.
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A HREF="/cgi-bin/man/man2html?1+gs">gs</A>(1)
|
|
<A NAME="lbAG"> </A>
|
|
<H2>VERSION</H2>
|
|
|
|
This document was last revised for Ghostscript version 9.50.
|
|
<A NAME="lbAH"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Artifex Software, Inc. are the
|
|
primary maintainers of Ghostscript.
|
|
This manpage by George Ferguson.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="17"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="18"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="19"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="20"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="21"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="22"><A HREF="#lbAG">VERSION</A><DD>
|
|
<DT id="23"><A HREF="#lbAH">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:16 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|