2 *% Adobe Systems PostScript(R) Printer Description File
\r
3 *% Copyright 1987-1994 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 *LanguageVersion: English
\r
12 *PCFileName: "HPLJ__31.PPD"
\r
13 *Product: "(HP LaserJet III)"
\r
14 *PSVersion: "(2010.118) 2"
\r
15 *ModelName: "HP LaserJet III PostScript Plus"
\r
16 *ShortNickName: "HP LaserJet III v2010.118"
\r
17 *NickName: "HP LaserJet III PostScript Plus v2010.118"
\r
19 *% ==== Options and Constraints ====
\r
21 *UIConstraints: *PageSize B5 *ManualFeed False
\r
22 *UIConstraints: *ManualFeed False *PageSize B5
\r
23 *UIConstraints: *PageRegion B5 *ManualFeed False
\r
24 *UIConstraints: *ManualFeed False *PageRegion B5
\r
26 *% General Information and Defaults ===============
\r
31 *DefaultColorSpace: Gray
\r
32 *VariablePaperSize: False
\r
37 { false } { true exch startjob } ifelse
\r
39 (WARNING: Cannot modify initial VM.) =
\r
40 (Missing or invalid password.) =
\r
41 (Please contact the author of this software.) = flush quit
\r
47 { false } { true exch startjob } ifelse
\r
49 (WARNING: Cannot reset printer.) =
\r
50 (Missing or invalid password.) =
\r
51 (Please contact the author of this software.) = flush quit
\r
53 systemdict /quit get exec
\r
54 (WARNING : Printer Reset Failed.) = flush
\r
58 *DefaultResolution: 300dpi
\r
61 currentpagedevice /HWResolution get
\r
63 ( ) cvs print (dpi) = flush
\r
68 *OpenUI *Smoothing/Resolution Enhancement: PickOne
\r
69 *OrderDependency: 50 AnySetup *Smoothing
\r
70 *DefaultSmoothing: PrinterDefault
\r
71 *Smoothing PrinterDefault/Printer Default:""
\r
72 *Smoothing None/Off: "2 dict
\r
73 dup/PostRenderingEnhance false put
\r
74 dup /PostRenderingEnhanceDetails
\r
80 *Smoothing Light: "2 dict dup /PostRenderingEnhance true put
\r
81 dup /PostRenderingEnhanceDetails
\r
87 *Smoothing Medium: "2 dict dup /PostRenderingEnhance true put
\r
88 dup /PostRenderingEnhanceDetails
\r
94 *Smoothing Dark: "2 dict dup /PostRenderingEnhance true put
\r
95 dup /PostRenderingEnhanceDetails
\r
103 [(None)(Light)(Medium)(Dark)(Unknown)] currentpagedevice
\r
104 /PostRenderingEnhanceDetails get /REValue get
\r
105 dup 3 gt{pop 4}if get = flush restore"
\r
107 *CloseUI: *Smoothing
\r
109 *% Halftone Information ===============
\r
110 *ScreenFreq: "60.0"
\r
111 *ScreenAngle: "45.0"
\r
112 *DefaultScreenProc: Dot
\r
114 {abs exch abs 2 copy add 1 gt {1 sub dup mul exch
\r
115 1 sub dup mul add 1 sub } {dup mul exch dup mul
\r
116 add 1 exch sub } ifelse }
\r
119 *ScreenProc Line: "{ pop }"
\r
120 *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
\r
122 *DefaultTransfer: Null
\r
123 *Transfer Null: "{ }"
\r
124 *Transfer Null.Inverse: "{ 1 exch sub }"
\r
126 *% Paper Handling ===================
\r
127 *% Code in this section both selects a tray and sets up a frame buffer.
\r
128 *OpenUI *PageSize: PickOne
\r
129 *OrderDependency: 30 AnySetup *PageSize
\r
130 *DefaultPageSize: Letter
\r
131 *PageSize Letter/Letter 8 1/2 x 11 in: "
\r
132 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
\r
134 *PageSize Legal/Legal 8 1/2 x 14 in: "
\r
135 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
\r
137 *PageSize A4/A4 210 x 297 mm: "
\r
138 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
\r
140 *PageSize Executive/Executive 7 1/4 x 10 1/2 in: "
\r
141 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
\r
143 *PageSize B5/JIS B5 182 x 257 mm: "
\r
144 2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
\r
146 *PageSize Comm10/Env Comm10 4 1/8 x 9 1/2 in: "
\r
147 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
\r
149 *PageSize Monarch/Env Monarch 3 7/8 x 7 1/2 in: "
\r
150 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
\r
152 *PageSize DL/Env DL 110 x 220 mm: "
\r
153 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
\r
155 *PageSize C5/Env C5 162 x 229 mm: "
\r
156 2 dict dup /PageSize [460 649] put dup /ImagingBBox null put setpagedevice"
\r
160 currentpagedevice /PageSize get aload pop
\r
161 2 copy gt {exch} if
\r
164 dup [612 792] (Letter) put
\r
165 dup [612 1008] (Legal) put
\r
166 dup [595 842] (A4) put
\r
167 dup [522 756] (Executive) put
\r
168 dup [516 729] (B5) put
\r
169 dup [297 684] (Comm10) put
\r
170 dup [279 540] (Monarch) put
\r
171 dup [312 624] (DL) put
\r
172 dup [460 649] (C5) put
\r
174 { exch aload pop 4 index sub abs 5 le exch
\r
175 5 index sub abs 5 le and
\r
176 {exch pop exit} {pop} ifelse
\r
182 *CloseUI: *PageSize
\r
184 *OpenUI *PageRegion: PickOne
\r
185 *OrderDependency: 40 AnySetup *PageRegion
\r
186 *DefaultPageRegion: Letter
\r
187 *PageRegion Letter/Letter 8 1/2 x 11 in: "
\r
188 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
\r
190 *PageRegion Legal/Legal 8 1/2 x 14 in: "
\r
191 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
\r
193 *PageRegion A4/A4 210 x 297 mm: "
\r
194 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
\r
196 *PageRegion Executive/Executive 7 1/4 x 10 1/2 in: "
\r
197 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
\r
199 *PageRegion B5/JIS B5 182 x 257 mm: "
\r
200 2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
\r
202 *PageRegion Comm10/Env Comm10 4 1/8 x 9 1/2 in: "
\r
203 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
\r
205 *PageRegion Monarch/Env Monarch 3 7/8 x 7 1/2 in: "
\r
206 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
\r
208 *PageRegion DL/Env DL 110 x 220 mm: "
\r
209 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
\r
211 *PageRegion C5/Env C5 162 x 229 mm: "
\r
212 2 dict dup /PageSize [460 649] put dup /ImagingBBox null put setpagedevice"
\r
214 *CloseUI: *PageRegion
\r
216 *% The following entries provide information about specific paper keywords.
\r
217 *DefaultImageableArea: Letter
\r
218 *ImageableArea Letter/Letter 8 1/2 x 11 in: "18.0 18.0001 594.0 774.0 "
\r
219 *ImageableArea Legal/Legal 8 1/2 x 14 in: "18.0 18.0 594.0 990.0 "
\r
220 *ImageableArea A4/A4 210 x 297 mm: "18.0 18.0 578.64 824.4 "
\r
221 *ImageableArea Executive/Executive 7 1/4 x 10 1/2 in: "18.0 18.0 501.84 738.0"
\r
222 *ImageableArea B5/JIS B5 182 x 257 mm: "18.0 18.0 509.52 713.04 "
\r
223 *ImageableArea Comm10/Env Comm10 4 1/8 x 9 1/2 in: "18.0 18.0 279.12 666.0 "
\r
224 *ImageableArea Monarch/Env Monarch 3 7/8 x 7 1/2 in: "18.0 18.0 263.76 522.0 "
\r
225 *ImageableArea DL/Env DL 110 x 220 mm: "18.0 18.0 294.48 605.52 "
\r
226 *ImageableArea C5/Env C5 162 x 229 mm: "18.0 18.0 440.4 630.48 "
\r
229 /cvp { ( ) cvs print ( ) print } bind def
\r
230 /upperright {10000 mul floor 10000 div} bind def
\r
231 /lowerleft {10000 mul ceiling 10000 div} bind def
\r
232 newpath clippath pathbbox
\r
233 4 -2 roll exch 2 {lowerleft cvp} repeat
\r
234 exch 2 {upperright cvp} repeat flush
\r
239 *% These provide the physical dimensions of the paper (by keyword)
\r
240 *DefaultPaperDimension: Letter
\r
241 *PaperDimension Letter/Letter 8 1/2 x 11 in: "612 792"
\r
242 *PaperDimension Legal/Legal 8 1/2 x 14 in: "612 1008"
\r
243 *PaperDimension A4/A4 210 x 297 mm: "595 842"
\r
244 *PaperDimension Executive/Executive 7 1/4 x 10 1/2 in: "522 756"
\r
245 *PaperDimension B5/JIS B5 182 x 257 mm: "516 729"
\r
246 *PaperDimension Comm10/Env Comm10 4 1/8 x 9 1/2 in: "297 684"
\r
247 *PaperDimension Monarch/Env Monarch 3 7/8 x 7 1/2 in: "279 540"
\r
248 *PaperDimension DL/Env DL 110 x 220 mm: "312 624"
\r
249 *PaperDimension C5/Env C5 162 x 229 mm: "460 649"
\r
251 *OpenUI *ManualFeed/Manual Feed: Boolean
\r
252 *OrderDependency: 20 AnySetup *ManualFeed
\r
253 *DefaultManualFeed: False
\r
254 *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
\r
255 *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
\r
258 currentpagedevice /ManualFeed get
\r
259 {(True)}{(False)}ifelse = flush
\r
263 *CloseUI: *ManualFeed
\r
265 *LandscapeOrientation: Plus90
\r
267 *OpenUI *InputSlot: PickOne
\r
268 *OrderDependency: 20 AnySetup *InputSlot
\r
269 *DefaultInputSlot: Cassette
\r
270 *InputSlot Cassette/Paper Tray: ""
\r
271 *CloseUI: *InputSlot
\r
273 *DefaultOutputBin: OnlyOne
\r
274 *DefaultOutputOrder: Normal
\r
276 *% Font Information =====================
\r
277 *DefaultFont: Courier
\r
278 *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
\r
279 *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
\r
280 *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
\r
281 *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
\r
282 *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
\r
283 *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
\r
284 *Font Bookman-Light: Standard "(001.003S)" Standard ROM
\r
285 *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
\r
286 *Font Courier: Standard "(002.003)" Standard ROM
\r
287 *Font Courier-Bold: Standard "(002.003)" Standard ROM
\r
288 *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
\r
289 *Font Courier-Oblique: Standard "(002.003)" Standard ROM
\r
290 *Font Helvetica: Standard "(001.006S)" Standard ROM
\r
291 *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
\r
292 *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
\r
293 *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
\r
294 *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
\r
295 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
\r
296 *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
\r
297 *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
\r
298 *Font NewCenturySchlbk-Bold: Standard "(001.008S)" Standard ROM
\r
299 *Font NewCenturySchlbk-BoldItalic: Standard "(001.006S)" Standard ROM
\r
300 *Font NewCenturySchlbk-Italic: Standard "(001.005S)" Standard ROM
\r
301 *Font NewCenturySchlbk-Roman: Standard "(001.006S)" Standard ROM
\r
302 *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
\r
303 *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
\r
304 *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
\r
305 *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
\r
306 *Font Symbol: Special "(001.007S)" Special ROM
\r
307 *Font Times-Bold: Standard "(001.007S)" Standard ROM
\r
308 *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
\r
309 *Font Times-Italic: Standard "(001.007S)" Standard ROM
\r
310 *Font Times-Roman: Standard "(001.007S)" Standard ROM
\r
311 *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
\r
312 *Font ZapfDingbats: Special "(001.004S)" Special ROM
\r
316 { exch dup 127 string cvs (/) print print (:) print
\r
317 /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
\r
327 FontDirectory { pop == } bind forall flush
\r
333 *% Printer Messages (verbatim from printer):
\r
334 *Message: "%%[ exitserver: permanent state may be changed ]%%"
\r
335 *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
\r
336 *Message: "\FontName\ not found, using Courier"
\r
338 *% Status (format: %%[ status: <one of these> ] %%)
\r
342 *Status: "PrinterError: Out Of Paper"
\r
343 *Status: "PrinterError: Cover Open"
\r
344 *Status: "PrinterError: Feed Manual"
\r
345 *Status: "PrinterError: Paper Jam"
\r
346 *Status: "PrinterError: Miscellaneous Error"
\r
347 *Status: "PrinterError: Fatal Error"
\r
349 *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
\r
351 *Source: "LocalTalk"
\r
352 *Source: "Parallel"
\r
353 *Source: "OptionalIO"
\r
355 *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
\r
356 *PrinterError: "Out Of Paper"
\r
357 *PrinterError: "Cover Open"
\r
358 *PrinterError: "Feed Manual"
\r
359 *PrinterError: "Paper Jam"
\r
360 *PrinterError: "Miscellaneous Error"
\r
361 *PrinterError: "Fatal Error"
\r
363 *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
\r
365 *% Color Separation Information =====================
\r
367 *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
\r
369 *InkName: ProcessBlack/Process Black
\r
370 *InkName: CustomColor/Custom Color
\r
371 *InkName: ProcessCyan/Process Cyan
\r
372 *InkName: ProcessMagenta/Process Magenta
\r
373 *InkName: ProcessYellow/Process Yellow
\r
375 *% For 60 lpi / 300 dpi ===============================
\r
377 *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
\r
378 *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
\r
379 *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
\r
380 *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
\r
381 *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
\r
383 *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
384 *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
385 *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
386 *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
387 *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
\r
389 *% For 53 lpi / 300 dpi ===============================
\r
391 *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
\r
392 *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
\r
393 *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
\r
394 *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
\r
395 *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
\r
397 *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
\r
398 *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
\r
399 *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
\r
400 *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
\r
401 *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
\r
403 *% Produced by "BuildPPD4.0L2.ps" version 4.0 edit 2
\r
404 *% Last Edit Date: Jun 6 1994
\r
405 *% The byte count of this file should be exactly 014405 or 014812
\r
406 *% depending on the filesystem it resides in.
\r
407 *% end of PPD file for HP LaserJet III
\r