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.1"
\r
11 *PCFileName: "AP_NTXJ1.PPD"
\r
12 *LanguageVersion: English
\r
13 *Product: "(LaserWriter II NTX)"
\r
14 *PSVersion: "(50.5) 2"
\r
15 *ModelName: "Apple LaserWriter II NTX-J v50.5"
\r
16 *ShortNickName: "Apple LaserWriterII NTX-J v50.5"
\r
17 *NickName: "Apple LaserWriter II NTX-J v50.5"
\r
19 *% General Information and Defaults ===============
\r
21 *Extensions: FileSystem Composite
\r
24 *DefaultColorSpace: Gray
\r
25 *VariablePaperSize: False
\r
29 statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
\r
36 count 0 eq { % is the password on the stack?
\r
39 dup % potential password
\r
40 statusdict /checkpassword get exec not
\r
42 { % if no password or not valid
\r
43 (WARNING : Cannot perform the exitserver command.) =
\r
44 (Password supplied is not valid.) =
\r
45 (Please contact the author of this software.) = flush
\r
48 serverdict /exitserver get exec
\r
53 count 0 eq { % is the password on the stack?
\r
56 dup % potential password
\r
57 statusdict /checkpassword get exec not
\r
59 { % if no password or not valid
\r
60 (WARNING : Cannot reset printer.) =
\r
61 (Password supplied is not valid.) =
\r
62 (Please contact the author of this software.) = flush
\r
65 serverdict /exitserver get exec
\r
66 systemdict /quit get exec
\r
67 (WARNING : Printer Reset Failed.) = flush
\r
71 *DefaultResolution: 300dpi
\r
75 0 0 moveto currentpoint matrix defaultmatrix transform
\r
76 0 72 lineto currentpoint matrix defaultmatrix transform
\r
77 3 -1 roll sub dup mul
\r
78 3 1 roll exch sub dup mul
\r
80 ( ) cvs print (dpi) = flush
\r
85 *% Halftone Information ===============
\r
87 *ScreenAngle: "45.0"
\r
88 *DefaultScreenProc: Dot
\r
90 {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
\r
91 sub }{dup mul exch dup mul add 1 exch sub }ifelse }
\r
94 *ScreenProc Line: "{ pop }"
\r
95 *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
\r
97 *DefaultTransfer: Null
\r
98 *Transfer Null: "{ }"
\r
99 *Transfer Null.Inverse: "{ 1 exch sub }"
\r
101 *% Paper Handling ===================
\r
102 *% Use these entries to set paper size most of the time, unless there is
\r
103 *% specific reason to use PageRegion.
\r
104 *OpenUI *PageSize: PickOne
\r
105 *OrderDependency: 30 AnySetup *PageSize
\r
106 *DefaultPageSize: Letter
\r
107 *PageSize Letter/US Letter: "statusdict /lettertray get exec"
\r
108 *PageSize Legal/US Legal: "statusdict /legaltray get exec"
\r
109 *PageSize A4: "statusdict /a4tray get exec"
\r
110 *PageSize B5: "statusdict /b5tray get exec"
\r
111 *PageSize LetterSmall/US Letter Small: "statusdict /lettertray get exec lettersmall"
\r
112 *PageSize A4Small/A4 Small: "statusdict /a4tray get exec a4small"
\r
113 *PageSize LegalSmall/US Legal Small: "legal"
\r
114 *PageSize Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
\r
115 *PageSize Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
\r
118 [(Letter)(Legal)] statusdict /pagetype get exec
\r
119 {get} stopped { pop pop (Unknown)} if = flush
\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 Center Fed: "letter"
\r
137 *PageRegion Com10/Com10 Envelope Center 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 8 597 784 "
\r
143 *ImageableArea Legal/US Legal: "15 8 597 1000 "
\r
144 *ImageableArea A4: "13 10 577 832 "
\r
145 *ImageableArea B5: "21 10 500 715 "
\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 Center Fed: "178.5 269 433.5 773 "
\r
150 *ImageableArea Com10/Com10 Envelope Center Fed: "169.5 125 442.5 773 "
\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 Center Fed: "611 792"
\r
173 *PaperDimension Com10/Com10 Envelope Center Fed: "610 792"
\r
175 *OpenUI *ManualFeed/Manual Feed: Boolean
\r
176 *OrderDependency: 20 AnySetup *ManualFeed
\r
177 *DefaultManualFeed: False
\r
178 *ManualFeed True: "statusdict /manualfeed true put"
\r
179 *ManualFeed False: "statusdict /manualfeed false put"
\r
182 statusdict /manualfeed get {(True)}{(False)}ifelse = flush
\r
186 *CloseUI: *ManualFeed
\r
188 *DefaultOutputOrder: Normal
\r
190 *RequiresPageRegion All: True
\r
191 *OpenUI *InputSlot: PickOne
\r
192 *OrderDependency: 20 AnySetup *InputSlot
\r
193 *DefaultInputSlot: Cassette
\r
194 *InputSlot Cassette: ""
\r
195 *CloseUI: *InputSlot
\r
197 *% Font Information =====================
\r
198 *DefaultFont: Courier
\r
199 *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
\r
200 *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
\r
201 *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
\r
202 *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
\r
203 *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
\r
204 *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
\r
205 *Font AGaramond-Titling: Standard "(001.000)" Standard ROM
\r
206 *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
\r
207 *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
\r
208 *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
\r
209 *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
\r
210 *Font Bookman-Demi: Standard "(001.001)" Standard ROM
\r
211 *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
\r
212 *Font Bookman-Light: Standard "(001.001)" Standard ROM
\r
213 *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
\r
214 *Font Courier: Standard "(001.004)" Standard ROM
\r
215 *Font Courier-Bold: Standard "(001.004)" Standard ROM
\r
216 *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
\r
217 *Font Courier-Oblique: Standard "(001.004)" Standard ROM
\r
218 *Font GothicBBB-Medium-78-EUC-H: EUC "(000.000)" JIS-83 Disk
\r
219 *Font GothicBBB-Medium-78-EUC-V: EUC "(000.000)" JIS-83 Disk
\r
220 *Font GothicBBB-Medium-78-H: JIS "(000.000)" JIS-83 Disk
\r
221 *Font GothicBBB-Medium-78-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
\r
222 *Font GothicBBB-Medium-78-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
\r
223 *Font GothicBBB-Medium-78-SJ-H: JIS "(000.000)" JIS-83 Disk
\r
224 *Font GothicBBB-Medium-78-SJ-V: JIS "(000.000)" JIS-83 Disk
\r
225 *Font GothicBBB-Medium-78-V: JIS "(000.000)" JIS-83 Disk
\r
226 *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(000.000)" 83pv Disk
\r
227 *Font GothicBBB-Medium-EUC-H: EUC "(000.000)" JIS-83 Disk
\r
228 *Font GothicBBB-Medium-EUC-V: EUC "(000.000)" JIS-83 Disk
\r
229 *Font GothicBBB-Medium-Ext-EUC-H: EUC "(000.000)" JIS-83 Disk
\r
230 *Font GothicBBB-Medium-Ext-EUC-V: EUC "(000.000)" JIS-83 Disk
\r
231 *Font GothicBBB-Medium-Ext-H: JIS "(000.000)" Ext Disk
\r
232 *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(000.000)" Ext Disk
\r
233 *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(000.000)" Ext Disk
\r
234 *Font GothicBBB-Medium-Ext-SJ-H: JIS "(000.000)" Ext Disk
\r
235 *Font GothicBBB-Medium-Ext-SJ-V: JIS "(000.000)" Ext Disk
\r
236 *Font GothicBBB-Medium-Ext-V: JIS "(000.000)" Ext Disk
\r
237 *Font GothicBBB-Medium-H: JIS "(000.000)" JIS-83 Disk
\r
238 *Font GothicBBB-Medium-NWP-H: JIS "(000.000)" NWP Disk
\r
239 *Font GothicBBB-Medium-NWP-V: JIS "(000.000)" NWP Disk
\r
240 *Font GothicBBB-Medium-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
\r
241 *Font GothicBBB-Medium-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
\r
242 *Font GothicBBB-Medium-SJ-H: JIS "(000.000)" JIS-83 Disk
\r
243 *Font GothicBBB-Medium-SJ-V: JIS "(000.000)" JIS-83 Disk
\r
244 *Font GothicBBB-Medium-V: JIS "(000.000)" JIS-83 Disk
\r
245 *Font GothicBBB-Medium.Roman: Special "(000.000)" Special Disk
\r
246 *Font GothicBBB-Medium.WP-Symbol: Special "(000.000)" Special Disk
\r
247 *Font Helvetica: Standard "(001.002)" Standard ROM
\r
248 *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
\r
249 *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
\r
250 *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
\r
251 *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
\r
252 *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
\r
253 *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
\r
254 *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
\r
255 *Font Mincho-PC-Hiragana: Special "(000.000)" Special Disk
\r
256 *Font Mincho-PC-Katakana: Special "(000.000)" Special Disk
\r
257 *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
\r
258 *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
\r
259 *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
\r
260 *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
\r
261 *Font Palatino-Bold: Standard "(001.002)" Standard ROM
\r
262 *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
\r
263 *Font Palatino-Italic: Standard "(001.002)" Standard ROM
\r
264 *Font Palatino-Roman: Standard "(001.001)" Standard ROM
\r
265 *Font Ryumin-Light-78-EUC-H: EUC "(000.000)" JIS-83 Disk
\r
266 *Font Ryumin-Light-78-EUC-V: EUC "(000.000)" JIS-83 Disk
\r
267 *Font Ryumin-Light-78-H: JIS "(000.000)" JIS-83 Disk
\r
268 *Font Ryumin-Light-78-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
\r
269 *Font Ryumin-Light-78-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
\r
270 *Font Ryumin-Light-78-SJ-H: JIS "(000.000)" JIS-83 Disk
\r
271 *Font Ryumin-Light-78-SJ-V: JIS "(000.000)" JIS-83 Disk
\r
272 *Font Ryumin-Light-78-V: JIS "(000.000)" JIS-83 Disk
\r
273 *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(000.000)" 83pv Disk
\r
274 *Font Ryumin-Light-EUC-H: EUC "(000.000)" JIS-83 Disk
\r
275 *Font Ryumin-Light-EUC-V: EUC "(000.000)" JIS-83 Disk
\r
276 *Font Ryumin-Light-Ext-EUC-H: EUC "(000.000)" JIS-83 Disk
\r
277 *Font Ryumin-Light-Ext-EUC-V: EUC "(000.000)" JIS-83 Disk
\r
278 *Font Ryumin-Light-Ext-H: JIS "(000.000)" Ext Disk
\r
279 *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(000.000)" Ext Disk
\r
280 *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(000.000)" Ext Disk
\r
281 *Font Ryumin-Light-Ext-SJ-H: JIS "(000.000)" Ext Disk
\r
282 *Font Ryumin-Light-Ext-SJ-V: JIS "(000.000)" Ext Disk
\r
283 *Font Ryumin-Light-Ext-V: JIS "(000.000)" Ext Disk
\r
284 *Font Ryumin-Light-H: JIS "(000.000)" JIS-83 Disk
\r
285 *Font Ryumin-Light-NWP-H: JIS "(000.000)" NWP Disk
\r
286 *Font Ryumin-Light-NWP-V: JIS "(000.000)" NWP Disk
\r
287 *Font Ryumin-Light-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
\r
288 *Font Ryumin-Light-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
\r
289 *Font Ryumin-Light-SJ-H: JIS "(000.000)" JIS-83 Disk
\r
290 *Font Ryumin-Light-SJ-V: JIS "(000.000)" JIS-83 Disk
\r
291 *Font Ryumin-Light-V: JIS "(000.000)" JIS-83 Disk
\r
292 *Font Ryumin-Light.Roman: Special "(000.000)" Special Disk
\r
293 *Font Ryumin-Light.WP-Symbol: Special "(000.000)" Special Disk
\r
294 *Font Symbol: Special "(001.003)" Special ROM
\r
295 *Font Times-Bold: Standard "(001.002)" Standard ROM
\r
296 *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
\r
297 *Font Times-Italic: Standard "(001.002)" Standard ROM
\r
298 *Font Times-Roman: Standard "(001.002)" Standard ROM
\r
299 *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
\r
300 *Font ZapfDingbats: Special "(001.002)" Special ROM
\r
304 /str 100 string dup 0 (fonts/) putinterval def
\r
308 exch dup str 6 94 getinterval cvs
\r
309 (/) print dup print (:) print exch
\r
310 FontDirectory exch known
\r
313 length 6 add str 0 3 -1 roll getinterval
\r
315 {cleartomark (Yes)}{cleartomark (No)} ifelse
\r
327 FontDirectory { pop == } bind forall flush
\r
328 /filenameforall where
\r
331 { dup length 6 sub 6 exch getinterval cvn == } bind
\r
332 128 string filenameforall flush
\r
339 *% Printer Messages (verbatim from printer):
\r
340 *Message: "%%[ exitserver: permanent state may be changed ]%%"
\r
341 *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
\r
342 *Message: "\FontName\ not found, using Courier."
\r
344 *% Status (format: %%[ status: <one of these> ]%% )
\r
348 *Status: "printing"
\r
349 *Status: "warming up"
\r
350 *Status: "PrinterError: timeout, clearing printer"
\r
351 *Status: "PrinterError: paper entry misfeed"
\r
352 *Status: "PrinterError: service call"
\r
353 *Status: "PrinterError: warming up"
\r
354 *Status: "PrinterError: no toner cartridge"
\r
356 *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
\r
358 *Source: "serial25"
\r
359 *Source: "AppleTalk"
\r
361 *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
\r
362 *PrinterError: "timeout, clearing printer"
\r
363 *PrinterError: "paper entry misfeed"
\r
364 *PrinterError: "service call"
\r
365 *PrinterError: "warming up"
\r
366 *PrinterError: "no toner cartridge"
\r
368 *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
\r
370 *% Color Separation Information =====================
\r
372 *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
\r
374 *InkName: ProcessBlack/Process Black
\r
375 *InkName: CustomColor/Custom Color
\r
376 *InkName: ProcessCyan/Process Cyan
\r
377 *InkName: ProcessMagenta/Process Magenta
\r
378 *InkName: ProcessYellow/Process Yellow
\r
380 *% For 60 lpi / 300 dpi ===============================
\r
382 *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
\r
383 *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
\r
384 *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
\r
385 *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
\r
386 *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
\r
388 *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
389 *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
390 *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
391 *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
392 *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
394 *% For 53 lpi / 300 dpi ===============================
\r
396 *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
\r
397 *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
\r
398 *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
\r
399 *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
\r
400 *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
\r
402 *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
\r
403 *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
\r
404 *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
\r
405 *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
\r
406 *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
\r
408 *% Produced by "bldppd41.ps" version 4.0 edit 9
\r
409 *% Last Edit Date: Jun 1 1993
\r
410 *% The byte count of this file should be exactly 015866 or 016278
\r
411 *% depending on the filesystem it resides in.
\r
412 *% end of PPD file for LaserWriter II NTX-J
\r