1 | .TH TRANSCRIPT 1 "19 August 1992" "Adobe Systems" |
---|
2 | \" Copyright (c) 1987,1992 Adobe Systems Incorporated. All Rights Reserved. |
---|
3 | \" ATTN GOVERNMENT END USERS: See notice of rights in file XPSLIBDIRX/Notice |
---|
4 | \" RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/man/transcript.1p,v 1.2 1996-10-14 05:09:51 ghudson Exp $ |
---|
5 | .ds PS P\s-2OST\s+2S\s-2CRIPT\s+2 |
---|
6 | .ds TS T\s-2RAN\s+2S\s-2CRIPT\s+2 |
---|
7 | .SH NAME |
---|
8 | TranScript \- Programs for accessing PostScript printers |
---|
9 | .SH DESCRIPTION |
---|
10 | The \*(TS package is a suite of UNIX programs that enables |
---|
11 | UNIX systems to access state-of-the-art \*(PS printers. |
---|
12 | The package transforms UNIX documents and graphics files |
---|
13 | into \*(PS language format. |
---|
14 | The \*(PS language is a device-independent programming language and print |
---|
15 | file format for describing the appearance of printed pages. \*(PS language |
---|
16 | documents can combine text, graphics, line art, and scanned images |
---|
17 | for printing on raster devices. \*(PS language files will print |
---|
18 | .I without modification |
---|
19 | on any \*(PS printer. |
---|
20 | .sp |
---|
21 | The \*(TS package includes |
---|
22 | translator filters for |
---|
23 | common UNIX document file formats like |
---|
24 | troff, |
---|
25 | ditroff, |
---|
26 | and |
---|
27 | plot. |
---|
28 | It also includes filters for "line-printer" listings, |
---|
29 | Diablo 630 print files, and Tektronix 4014 files. |
---|
30 | \*(TS software is fully integrated into the |
---|
31 | spooling architecture, and includes the communications filters |
---|
32 | necessary to print job banner pages, do page accounting, |
---|
33 | and perform communication with a \*(PS printer. |
---|
34 | .sp |
---|
35 | The following programs are provided with the \*(TS release. See the |
---|
36 | appropriate |
---|
37 | manual page for each filter for more details. |
---|
38 | .TP .75i |
---|
39 | .I enscript |
---|
40 | converts plain text files into \*(PS language format. Fonts, headings, and |
---|
41 | limited formatting options may be specified, as well as spooling options. |
---|
42 | .TP |
---|
43 | .I ps4014 |
---|
44 | converts Tektronix 4014 graphics terminal commands into \*(PS language format. |
---|
45 | .TP |
---|
46 | .I ps630 |
---|
47 | converts Diablo 630 word processing files into \*(PS language format. |
---|
48 | .TP |
---|
49 | .I psplot |
---|
50 | converts UNIX plot(1) format files into \*(PS language format. |
---|
51 | .TP |
---|
52 | .I pslpr |
---|
53 | Reverse page order and/or select specified pages in \*(PS language format |
---|
54 | files . |
---|
55 | Pslpr also provides other document management services such as font |
---|
56 | downloading, downloading of other resources such as procedure sets, and |
---|
57 | handling |
---|
58 | of printer-specific features. It is similar in function to psdman, but is |
---|
59 | invoked by the user, so the user has more control over things such as |
---|
60 | where fonts and resources are obtained. These services are provided for |
---|
61 | documents that conform to the Document Structuring Conventions. See the |
---|
62 | pslpr(1) |
---|
63 | manual page for a more complete description of this filter and its |
---|
64 | various functions. |
---|
65 | .TP |
---|
66 | .I psnup |
---|
67 | prints multiple virtual pages on a single page, for documents |
---|
68 | that conform to the Document Structuring Conventions. |
---|
69 | See the |
---|
70 | psnup(1) |
---|
71 | manual page for a more complete description of this filter and its |
---|
72 | various functions. |
---|
73 | .TP |
---|
74 | .I psroff |
---|
75 | converts |
---|
76 | [di]troff(1) |
---|
77 | input into \*(PS language format. |
---|
78 | This is actually a shell script. |
---|
79 | See the |
---|
80 | psroff(1) |
---|
81 | manual page for more information. |
---|
82 | .TP |
---|
83 | .I ptroff |
---|
84 | converts |
---|
85 | [o]troff(1) |
---|
86 | input into \*(PS language format. |
---|
87 | This is actually a shell script. |
---|
88 | See the |
---|
89 | ptroff(1) |
---|
90 | manual page for more information. |
---|
91 | .TP |
---|
92 | .I psfax |
---|
93 | prepares documents for sending as FAX transmissions from \*(PS printers |
---|
94 | with fax capabilities. |
---|
95 | See the psfax(1) manual page for more information. |
---|
96 | .TP |
---|
97 | .I psdraft |
---|
98 | adds a draft string to a document. |
---|
99 | See the psdraft(1) manual page for more information. |
---|
100 | .TP |
---|
101 | .I ppanel |
---|
102 | a Motif graphical user interface to the \*(TS programs. |
---|
103 | See the ppanel(1) manual page for more information. |
---|
104 | .TP |
---|
105 | .I pscomm |
---|
106 | the program that performs serial communication with the \*(PS printer. |
---|
107 | This is normally invisible to the casual user. |
---|
108 | See the |
---|
109 | pscomm(8) |
---|
110 | manual page for a more complete description. |
---|
111 | .I qmscomm |
---|
112 | the program that performs network communication with a QMS \*(PS printer. |
---|
113 | This is normally invisible to the casual user. |
---|
114 | See the |
---|
115 | qmscomm(8) |
---|
116 | manual page for a more complete description. |
---|
117 | .I fpcomm |
---|
118 | the program that performs network communication with a \*(PS printer |
---|
119 | connected via a MiLAN FastPort box. |
---|
120 | This is normally invisible to the casual user. |
---|
121 | See the |
---|
122 | fpcomm(8) |
---|
123 | manual page for a more complete description. |
---|
124 | .I lpcomm |
---|
125 | the program that performs parallel communication with the \*(PS printer. |
---|
126 | This is normally invisible to the casual user. |
---|
127 | See the |
---|
128 | lpcomm(8) |
---|
129 | manual page for a more complete description. |
---|
130 | .I capcomm |
---|
131 | the program that performs Appletalk communication with the \*(PS printer. |
---|
132 | This is normally invisible to the casual user. |
---|
133 | See the |
---|
134 | capcomm(8) |
---|
135 | manual page for a more complete description. |
---|
136 | .TP |
---|
137 | .I psdman |
---|
138 | the \*(TS document manager. Invoked by |
---|
139 | psint.sh to process print files. Calls |
---|
140 | enscript |
---|
141 | to convert text files to \*(PS language format, if necessary. |
---|
142 | psdman |
---|
143 | is normally invisible to the user and is not intended |
---|
144 | to be invoked in a command line. Psdman performs document management |
---|
145 | functions such as page reversal (if desired), font downloading, other |
---|
146 | resource downloading, and handling of printer-specific features for |
---|
147 | documents that conform to the Document Structuring Conventions. |
---|
148 | See the |
---|
149 | psdman(8) |
---|
150 | manual page for a more complete description. |
---|
151 | .SH FILES |
---|
152 | .TP 2.2i |
---|
153 | XPSLIBDIRX |
---|
154 | Most data files for the \*(TS package can be found in this directory |
---|
155 | .SH "SEE ALSO" |
---|
156 | enscript(1), ps4014(1), ps630(1), psplot(1), pslpr(1), psroff(1), ptroff(1), |
---|
157 | psnup(1),psdman(1), psfonts(1), pssymbols(1), pscat(1), psdit(1), |
---|
158 | pscomm(8), afm(7), postscript(7), capcomm(8), qmscomm(8), fpcomm(8), |
---|
159 | lpcomm(8), psfax(1), psdraft(1), ppanel(1) |
---|
160 | .SH AUTHOR |
---|
161 | Adobe Systems Incorporated |
---|
162 | .SH NOTES |
---|
163 | \*(PS is a registered trademark of Adobe Systems Incorporated. |
---|
164 | .br |
---|
165 | \*(TS is a trademark of Adobe Systems Incorporated. |
---|
166 | .br |
---|
167 | Unix is a trademark of AT&T Bell Laboratories. |
---|
168 | .br |
---|
169 | FastPort is a trademark of MiLAN Technology. |
---|
170 | .br |
---|
171 | Tektronix is a registered trademark of Tektronix, Inc. |
---|
172 | |
---|