2 *% Adobe Systems PostScript(R) Printer Description File
\r
3 *% Copyright 1987-1993 Adobe Systems Incorporated.
\r
4 *% All Rights Reserved.
\r
5 *% Permission is granted for redistribution of this file as
\r
6 *% long as this copyright notice is intact and the contents
\r
7 *% of the file is not altered in any way from its original form.
\r
8 *% End of Copyright statement
\r
9 *FormatVersion: "4.0"
\r
11 *PCFileName: "A_PNT518.PPD"
\r
12 *LanguageVersion: English
\r
13 *Product: "(LaserWriter Personal NT)"
\r
14 *PSVersion: "(51.8) 0"
\r
15 *ModelName: "Apple LaserWriter Personal NT"
\r
16 *NickName: "LaserWriter Personal NT v51.8"
\r
18 *% General Information and Defaults ===============
\r
22 *DefaultColorSpace: Gray
\r
23 *VariablePaperSize: False
\r
28 count 0 eq { % is the password on the stack?
\r
31 dup % potential password
\r
32 statusdict /checkpassword get exec not
\r
34 { % if no password or not valid
\r
35 (WARNING : Cannot perform the exitserver command.) =
\r
36 (Password supplied is not valid.) =
\r
37 (Please contact the author of this software.) = flush
\r
40 serverdict /exitserver get exec
\r
44 count 0 eq { % is the password on the stack?
\r
47 dup % potential password
\r
48 statusdict /checkpassword get exec not
\r
50 { % if no password or not valid
\r
51 (WARNING : Cannot reset printer.) =
\r
52 (Password supplied is not valid.) =
\r
53 (Please contact the author of this software.) = flush
\r
56 serverdict /exitserver get exec
\r
57 systemdict /quit get exec
\r
58 (WARNING : Printer Reset Failed.) = flush
\r
62 *DefaultResolution: 300dpi
\r
66 0 0 moveto currentpoint matrix defaultmatrix transform
\r
67 0 72 lineto currentpoint matrix defaultmatrix transform
\r
68 3 -1 roll sub dup mul
\r
69 3 1 roll exch sub dup mul
\r
71 ( ) cvs print (dpi) = flush
\r
76 *% Halftone Information ===============
\r
78 *ScreenAngle: "45.0"
\r
79 *DefaultScreenProc: Dot
\r
81 {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
\r
82 sub }{dup mul exch dup mul add 1 exch sub }ifelse }
\r
85 *ScreenProc Line: "{ pop }"
\r
86 *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
\r
88 *DefaultTransfer: Null
\r
89 *Transfer Null: "{ }"
\r
90 *Transfer Null.Inverse: "{ 1 exch sub }"
\r
91 *% Paper Handling ===================
\r
92 *% Use these entries to set paper size most of the time, unless there is
\r
93 *% specific reason to use PageRegion.
\r
94 *OpenUI *PageSize: PickOne
\r
95 *OrderDependency: 30 AnySetup *PageSize
\r
96 *DefaultPageSize: Letter
\r
97 *PageSize Letter/US Letter: "statusdict begin lettertray end"
\r
98 *PageSize Legal/US Legal: "statusdict begin legaltray end"
\r
99 *PageSize A4: "statusdict begin a4tray end"
\r
100 *PageSize B5: "statusdict begin b5tray end"
\r
101 *PageSize LetterSmall/US Letter Small: "statusdict begin lettertray end lettersmall"
\r
102 *PageSize A4Small/A4 Small: "statusdict begin a4tray end a4small"
\r
103 *PageSize LegalSmall/US Legal Small: "legal"
\r
104 *PageSize Monarch/Monarch Envelope Edge Fed: "statusdict begin lettertray end"
\r
105 *PageSize Com10/Com10 Envelope Edge Fed: "statusdict begin lettertray end"
\r
109 dup /getregion {newpath clippath pathbbox pop pop pop ceiling cvi} put
\r
110 dup /llxltrsml 31 put
\r
111 dup /llxa4sml 27 put
\r
112 dup /lettertray {getregion llxltrsml eq {(LetterSmall)}{(Letter)}ifelse} put
\r
113 dup /a4tray { getregion llxa4sml eq {(A4Small)}{(A4)}ifelse } put
\r
114 dup /legaltray (Legal) put
\r
115 dup /b5tray (B5) put
\r
116 statusdict begin papersize end
\r
117 3 1 roll {get} stopped {(Unknown)}if
\r
118 exch not { print (.Transverse) }if
\r
123 *CloseUI: *PageSize
\r
125 *% These entries will set up the frame buffer. Usually used with manual feed.
\r
126 *OpenUI *PageRegion: PickOne
\r
127 *OrderDependency: 40 AnySetup *PageRegion
\r
128 *DefaultPageRegion: Letter
\r
129 *PageRegion Letter/US Letter: "letter"
\r
130 *PageRegion Legal/US Legal: "legal"
\r
131 *PageRegion A4: "a4"
\r
132 *PageRegion B5: "b5"
\r
133 *PageRegion LetterSmall/US Letter Small: "lettersmall"
\r
134 *PageRegion A4Small/A4 Small: "a4small"
\r
135 *PageRegion LegalSmall/US Legal Small: "legal"
\r
136 *PageRegion Monarch/Monarch Envelope Edge Fed: "letter"
\r
137 *PageRegion Com10/Com10 Envelope Edge Fed: "letter"
\r
138 *CloseUI: *PageRegion
\r
140 *% The following entries provide information about specific paper keywords.
\r
141 *DefaultImageableArea: Letter
\r
142 *ImageableArea Letter/US Letter: "15 6 597 773 "
\r
143 *ImageableArea Legal/US Legal: "15 6 597 989 "
\r
144 *ImageableArea A4: "13 4 577 825 "
\r
145 *ImageableArea B5: "17 6 495 711 "
\r
146 *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
\r
147 *ImageableArea A4Small/A4 Small: "29 31 567 812 "
\r
148 *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
\r
149 *ImageableArea Monarch/Monarch Envelope Edge Fed: "17 263 272 767 "
\r
150 *ImageableArea Com10/Com10 Envelope Edge Fed: "17 119 290 767 "
\r
153 /cvp {( ) cvs print ( ) print } bind def
\r
154 /upperright {10000 mul floor 10000 div} bind def
\r
155 /lowerleft {10000 mul ceiling 10000 div} bind def
\r
156 newpath clippath pathbbox
\r
157 4 -2 roll exch 2 {lowerleft cvp} repeat
\r
158 exch 2 {upperright cvp} repeat flush
\r
163 *% These provide the physical dimensions of the paper (by keyword)
\r
164 *DefaultPaperDimension: Letter
\r
165 *PaperDimension Letter/US Letter: "612 792"
\r
166 *PaperDimension Legal/US Legal: "612 1008"
\r
167 *PaperDimension A4: "595 842"
\r
168 *PaperDimension B5: "516 729"
\r
169 *PaperDimension LetterSmall/US Letter Small: "612 792"
\r
170 *PaperDimension A4Small/A4 Small: "595 842"
\r
171 *PaperDimension LegalSmall/US Legal Small: "612 1008"
\r
172 *PaperDimension Monarch/Monarch Envelope Edge Fed: "611 792"
\r
173 *PaperDimension Com10/Com10 Envelope Edge Fed: "610 792"
\r
175 *RequiresPageRegion All: True
\r
176 *OpenUI *InputSlot: PickOne
\r
177 *OrderDependency: 20 AnySetup *InputSlot
\r
178 *DefaultInputSlot: Lower
\r
179 *InputSlot Lower/Multipurpose Tray: "1 statusdict begin setpapertray end"
\r
180 *InputSlot Upper/Paper Cassette: "0 statusdict begin setpapertray end"
\r
183 [ (Upper) (Lower) ] statusdict begin papertray end
\r
184 {get exec} stopped { pop pop (Unknown)} if = flush
\r
188 *CloseUI: *InputSlot
\r
190 *OpenUI *ManualFeed/Manual Feed: Boolean
\r
191 *OrderDependency: 20 AnySetup *ManualFeed
\r
192 *DefaultManualFeed: False
\r
193 *ManualFeed True: "statusdict /manualfeed true put"
\r
194 *ManualFeed False: "statusdict /manualfeed false put"
\r
197 statusdict /manualfeed get {(True)}{(False)}ifelse = flush
\r
201 *CloseUI: *ManualFeed
\r
203 *DefaultOutputOrder: Normal
\r
205 *% Font Information =====================
\r
206 *DefaultFont: Courier
\r
207 *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
\r
208 *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
\r
209 *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
\r
210 *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
\r
211 *Font Bookman-Demi: Standard "(001.001)" Standard ROM
\r
212 *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
\r
213 *Font Bookman-Light: Standard "(001.001)" Standard ROM
\r
214 *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
\r
215 *Font Courier: Standard "(002.002)" Standard ROM
\r
216 *Font Courier-Bold: Standard "(002.002)" Standard ROM
\r
217 *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
\r
218 *Font Courier-Oblique: Standard "(002.002)" Standard ROM
\r
219 *Font Emulatorfont: Special "(001.000)" Special ROM
\r
220 *Font Emulatorfont-Bold: Special "(001.000)" Special ROM
\r
221 *Font Helvetica: Standard "(001.002)" Standard ROM
\r
222 *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
\r
223 *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
\r
224 *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
\r
225 *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
\r
226 *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
\r
227 *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
\r
228 *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
\r
229 *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
\r
230 *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
\r
231 *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
\r
232 *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
\r
233 *Font Palatino-Bold: Standard "(001.002)" Standard ROM
\r
234 *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
\r
235 *Font Palatino-Italic: Standard "(001.002)" Standard ROM
\r
236 *Font Palatino-Roman: Standard "(001.001)" Standard ROM
\r
237 *Font Symbol: Special "(001.003)" Special ROM
\r
238 *Font Times-Bold: Standard "(001.002)" Standard ROM
\r
239 *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
\r
240 *Font Times-Italic: Standard "(001.002)" Standard ROM
\r
241 *Font Times-Roman: Standard "(001.002)" Standard ROM
\r
242 *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
\r
243 *Font ZapfDingbats: Special "(001.002)" Special ROM
\r
246 /str 100 string dup 0 (fonts/) putinterval def
\r
250 exch dup str 6 94 getinterval cvs
\r
251 (/) print print (:) print
\r
252 FontDirectory exch known
\r
253 {(Yes)}{(No)} ifelse =
\r
264 FontDirectory { pop == } bind forall flush
\r
270 *% Printer Messages (verbatim from printer):
\r
271 *Message: "%%[ exitserver: permanent state may be changed ]%%"
\r
272 *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
\r
273 *Message: "\FontName\ not found, using Courier"
\r
275 *% Status (format: %%[ status: <one of these> ]%% )
\r
279 *Status: "printing"
\r
280 *Status: "warming up"
\r
281 *Status: "PrinterError: warming up"
\r
282 *Status: "PrinterError: cover open"
\r
283 *Status: "PrinterError: service call"
\r
284 *Status: "PrinterError: paper jam"
\r
285 *Status: "PrinterError: lower tray: out of paper"
\r
286 *Status: "PrinterError: lower tray: no papertray"
\r
287 *Status: "PrinterError: upper tray: out of paper"
\r
288 *Status: "PrinterError: upper tray: manual feed timeout"
\r
290 *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
\r
292 *Source: "serial25"
\r
293 *Source: "AppleTalk"
\r
295 *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
\r
296 *PrinterError: "warming up"
\r
297 *PrinterError: "cover open"
\r
298 *PrinterError: "service call"
\r
299 *PrinterError: "paper jam"
\r
300 *PrinterError: "lower tray: out of paper"
\r
301 *PrinterError: "lower tray: no papertray"
\r
302 *PrinterError: "upper tray: out of paper"
\r
303 *PrinterError: "upper tray: manual feed timeout"
\r
305 *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
\r
307 *% Color Separation Information =====================
\r
309 *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
\r
311 *InkName: ProcessBlack/Process Black
\r
312 *InkName: CustomColor/Custom Color
\r
313 *InkName: ProcessCyan/Process Cyan
\r
314 *InkName: ProcessMagenta/Process Magenta
\r
315 *InkName: ProcessYellow/Process Yellow
\r
317 *% For 60 lpi / 300 dpi =====================================================
\r
319 *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
\r
320 *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
\r
321 *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
\r
322 *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
\r
323 *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
\r
325 *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
326 *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
327 *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
328 *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
329 *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
331 *% For 53 lpi / 300 dpi =====================================================
\r
333 *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
\r
334 *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
\r
335 *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
\r
336 *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
\r
337 *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
\r
339 *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
\r
340 *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
\r
341 *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
\r
342 *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
\r
343 *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
\r
345 *% For "LaserWriter-Personal II NT" version 51.8
\r
346 *% Produced by "BuildPPD.ps" version 3.0 edit 58
\r
347 *% Converted to meet 4.0 specification
\r
348 *% Last Edit Date: May 21 1993
\r
349 *% The byte count of this file should be exactly 012605 or 012956
\r
350 *% depending on the filesystem it resides in.
\r
351 *% end of PPD file for LaserWriter-Personal II NT
\r