2 |
- |
1 |
.\" $Id: gslp.1,v 1.37 2005/10/20 19:46:55 ray Exp $
|
|
|
2 |
.TH GSLP 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
|
|
|
3 |
.SH NAME
|
|
|
4 |
gslp \- Format and print text using ghostscript
|
|
|
5 |
.br
|
|
|
6 |
gsbj \- Format and print text for BubbleJet printer using ghostscript
|
|
|
7 |
.br
|
|
|
8 |
gsdj \- Format and print text for DeskJet printer using ghostscript
|
|
|
9 |
.br
|
|
|
10 |
gsdj500 \- Format and print text for DeskJet 500 BubbleJet using ghostscript
|
|
|
11 |
.br
|
|
|
12 |
gslj \- Format and print text for LaserJet printer using ghostscript
|
|
|
13 |
.SH SYNOPSIS
|
|
|
14 |
.na
|
|
|
15 |
\fBgslp\fB
|
|
|
16 |
\-12BclqRr \-b<header> \-f<font> \-F<hfont> \-L<lines> \-p<outfile>
|
|
|
17 |
\-T<n>
|
|
|
18 |
\-\-add\-to\-space\ <units>
|
|
|
19 |
\-\-add\-to\-width\ <units>
|
|
|
20 |
\-\-columns\ <n>
|
|
|
21 |
\-\-detect
|
|
|
22 |
\-\-first\-page\ <n>
|
|
|
23 |
\-\-kern\ <file.afm>
|
|
|
24 |
\-\-last\-page\ <n>
|
|
|
25 |
\-\-(heading|footing)\-(left|center|right)\ <string>
|
|
|
26 |
\-\-margin\-(top|bottom|left|right)\ <inches>
|
|
|
27 |
\-\-no\-eject\-(file|formfeed)
|
|
|
28 |
\-\-spacing\ <n>
|
|
|
29 |
[gs\ options] [files]
|
|
|
30 |
.ad
|
|
|
31 |
.br
|
|
|
32 |
\fBgsbj\fR [options] [files]
|
|
|
33 |
.br
|
|
|
34 |
\fBgsdj\fR [options] [files]
|
|
|
35 |
.br
|
|
|
36 |
\fBgsdj500\fR [options] [files]
|
|
|
37 |
.br
|
|
|
38 |
\fBgslj\fR [options] [files]
|
|
|
39 |
.SH DESCRIPTION
|
|
|
40 |
This utility provides functionality approximately equivalent to the Unix
|
|
|
41 |
.BR enscript (1)
|
|
|
42 |
program. It prints plain text files using a single font.
|
|
|
43 |
It currently handles tabs and formfeeds, but not backspaces.
|
|
|
44 |
It will line-wrap when using fixed-pitch fonts.
|
|
|
45 |
It will also do kerning and width adjustment.
|
|
|
46 |
.PP
|
|
|
47 |
The default device (\-sDEVICE=) and resolution (\-r) are as follows:
|
|
|
48 |
.nf
|
|
|
49 |
.na
|
|
|
50 |
gslp epson 180
|
|
|
51 |
gsbj bj10e 180
|
|
|
52 |
gsdj deskjet 300
|
|
|
53 |
gsdj500 djet500 300
|
|
|
54 |
gslj laserjet 300
|
|
|
55 |
.ad
|
|
|
56 |
.fi
|
|
|
57 |
By default the current date is formatted as the center header.
|
|
|
58 |
.SH OPTIONS
|
|
|
59 |
.IP "Standard switches implemented:"
|
|
|
60 |
-12BclqRr -b<header> -f<font> -F<hfont> -L<lines> -p<outfile>
|
|
|
61 |
.IP "Sun switches implemented:"
|
|
|
62 |
-T<n> set tab width
|
|
|
63 |
.IP "Switches ignored:"
|
|
|
64 |
-GghKkmow -# -C -d -J -n -P -S -s -t -v
|
|
|
65 |
.IP "Switches added:"
|
|
|
66 |
.RS
|
|
|
67 |
.IP "--add-to-space <units>"
|
|
|
68 |
add the given number of 1/72" units to the width of each
|
|
|
69 |
space (may be negative)
|
|
|
70 |
.IP "--add-to-width <units>"
|
|
|
71 |
add the given number of 1/72" units to the width of each
|
|
|
72 |
character (may be negative)
|
|
|
73 |
.IP "--columns <n>"
|
|
|
74 |
print in <n> columns
|
|
|
75 |
.IP "--detect"
|
|
|
76 |
treat the file as PostScript if it starts with %!
|
|
|
77 |
.IP "--first-page <n>"
|
|
|
78 |
start printing at page <n>
|
|
|
79 |
.IP "--kern <file.afm>"
|
|
|
80 |
kern using information from the given .AFM file
|
|
|
81 |
.IP "--last-page <n>"
|
|
|
82 |
stop printing after page <n>
|
|
|
83 |
.IP "--(heading|footing)-(left|center|right) <string>"
|
|
|
84 |
set the heading/footing fields; use -B first to clear
|
|
|
85 |
.IP "--margin-(top|bottom|left|right) <inches>"
|
|
|
86 |
set a margin
|
|
|
87 |
.IP "--no-eject-(file|formfeed)"
|
|
|
88 |
end-of-file/FF only starts a new column, not a new sheet
|
|
|
89 |
.IP "--spacing <n>"
|
|
|
90 |
use double (n=2), triple (n=3), etc. spacing
|
|
|
91 |
.RE
|
|
|
92 |
Also, the string %# in a heading or footing is replaced with the page #.
|
|
|
93 |
.SH SEE ALSO
|
|
|
94 |
gs(1)
|
|
|
95 |
.SH VERSION
|
|
|
96 |
This document was last revised for Ghostscript version 8.53.
|
|
|
97 |
.SH AUTHOR
|
|
|
98 |
artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
|
|
|
99 |
primary maintainers of Ghostscript.
|
|
|
100 |
This manpage by George Ferguson.
|