1*PPD-Adobe: "4.3"
2*%
3*% =============================
4*% Adobe Systems PostScript(R) Printer Description File
5*% Copyright 2003 Oce-Technologies B.V.
6*% =============================
7*%
8*% Permission is hereby granted, free of charge, to any person obtaining
9*% a copy of this software and associated documentation files (the
10*% "Software"), to deal in the Software without restriction, including
11*% without limitation the rights to use, copy, modify, merge, publish,
12*% distribute, sublicense, and/or sell copies of the Software, and to
13*% permit persons to whom the Software is furnished to do so, subject to
14*% the following conditions:
15*%
16*% The above copyright notice and this permission notice shall be
17*% included in all copies or substantial portions of the Software.
18*%
19*% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20*% EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21*% MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22*% NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23*% LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24*% OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25*% WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26*%
27*% [this is the MIT open source license -- see www.opensource.org]
28*%
29*% Oce identification: name=OC3093_3.PPD version=4.2 date=2005-02-02
30*%
31
32*FormatVersion: "4.3"
33*FileVersion: "4.2"
34*Manufacturer: "Oce"
35*LanguageVersion: English
36*LanguageEncoding: ISOLatin1
37*PCFileName: "OP3093_3.PPD"
38*Product: "(Oce PPC for 3093)"
39*PSVersion: "(2014.071) 1"
40*ModelName: "Oce PPC for 3093 PS3"
41*ShortNickName: "Oce PPC/3093 PS3"
42*NickName: "Oce PPC for 3093 PS3"
43
44*% Basic Capabilities =============================
45*FreeVM: "8388608"
46*LanguageLevel: "3"
47*ColorDevice: False
48*DefaultColorSpace: Gray
49*FileSystem: True
50*?FileSystem: "
51save
52  (%disk%) currentdevparams dup /Writeable known
53  { /Writeable get {pop true} if
54  {(True)}{(False)} ifelse = flush
55restore"
56*End
57
58*PrintPSErrors: False
59*Throughput: "85"
60*Password: "0"
61*ExitServer: "
62 count 0 eq
63 { false } { true exch startjob } ifelse
64 not {
65     (WARNING : Cannot modify initial VM.) =
66     (Missing or invalid password.) =
67     (Please contact the author of this software.) = flush quit
68     } if"
69*End
70
71*Reset: "
72 count 0 eq
73 { false } { true exch startjob } ifelse
74 not {
75    (WARNING: Cannot reset printer.) =
76    (Missing or invalid password.) =
77    (Please contact the author of this software.) = flush quit
78    } if
79 systemdict /quit get exec
80 (WARNING : Printer Reset Failed.) = flush"
81*End
82
83*%============= InstallableOptions =======================
84
85*OpenGroup: InstallableOptions/Options Installed
86
87*OpenUI *OCFinisher/External Finisher : PickOne
88*DefaultOCFinisher: NotInstalled
89*OCFinisher NotInstalled/Not Installed: ""
90*OCFinisher Installed/Installed: ""
91*CloseUI: *OCFinisher
92
93*CloseGroup: InstallableOptions
94
95*%============= UIConstraints ============================
96
97*%--- Dependency between OEM Finisher Configuration  ---
98*UIConstraints: *OCFinisher NotInstalled *OutputBin OEMFinisher
99*UIConstraints: *OutputBin OEMFinisher *OCFinisher NotInstalled
100
101*%--- Dependency between Staple and Finisher ---
102*UIConstraints: *StapleWhen EndOfSet *OutputBin UpperBin
103*UIConstraints: *StapleWhen EndOfSet *OutputBin OEMFinisher
104
105*UIConstraints: *OutputBin UpperBin *StapleWhen EndOfSet
106*UIConstraints: *OutputBin OEMFinisher *StapleWhen EndOfSet
107
108*%--- Dependancy between Jog and Finisher ---
109*UIConstraints: *Jog EndOfSet *OutputBin OEMFinisher
110*UIConstraints: *OutputBin OEMFinisher *Jog EndOfSet
111
112*%--- Dependancy between Format and Finisher ---
113*UIConstraints: *PageSize A3 *OutputBin Finisher
114*UIConstraints: *PageRegion A3 *OutputBin Finisher
115*UIConstraints: *PageSize Legal *OutputBin Finisher
116*UIConstraints: *PageRegion Legal *OutputBin Finisher
117*UIConstraints: *PageSize Tabloid *OutputBin Finisher
118*UIConstraints: *PageRegion Tabloid *OutputBin Finisher
119*UIConstraints: *OutputBin Finisher *PageSize A3
120*UIConstraints: *OutputBin Finisher *PageRegion A3
121*UIConstraints: *OutputBin Finisher *PageSize Legal
122*UIConstraints: *OutputBin Finisher *PageRegion Legal
123*UIConstraints: *OutputBin Finisher *PageSize Tabloid
124*UIConstraints: *OutputBin Finisher *PageRegion Tabloid
125
126*DefaultResolution: 600dpi
127
128*% Paper Handling
129*%
130*OpenGroup: PaperHandling/Paper Handling
131*OpenUI *PageSize/Page Size: PickOne
132*OrderDependency: 30 AnySetup *PageSize
133*DefaultPageSize: A4
134*PageSize A4: "
135    2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
136*End
137*PageSize A3: "
138    2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
139*End
140*PageSize Letter/Letter 8.5x11: "
141    2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
142*End
143*PageSize Legal/Legal 8.5x14: "
144    2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
145*End
146*PageSize Tabloid/Tabloid 11x17: "
147    2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
148*End
149*?PageSize: "
150 save
151   currentpagedevice /PageSize get aload pop
152   2 copy gt {exch} if
153   (Unknown)
154   10 dict begin
155      [595 842] (A4)  def
156      [842 1191] (A3)  def
157      [612 792] (Letter)  def
158      [612 1008] (Legal) def
159      [792 1224] (Tabloid) def
160      currentdict
161   end
162   { exch aload pop 4 index sub abs 5 le exch
163     5 index sub abs 5 le and
164     {exch pop exit} {pop} ifelse
165   } bind forall
166   = flush pop pop
167restore"
168*End
169*CloseUI: *PageSize
170
171*OpenUI *PageRegion/Page Region: PickOne
172*OrderDependency: 40 AnySetup *PageRegion
173*DefaultPageRegion: A4
174*PageRegion A4: "
175    2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
176*End
177*PageRegion A3: "
178    2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
179*End
180*PageRegion Letter/Letter 8.5x11: "
181    2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
182*End
183*PageRegion Legal/Legal 8.5x14: "
184    2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
185*End
186*PageRegion Tabloid/Tabloid 11x17: "
187    2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
188*End
189*CloseUI: *PageRegion
190
191*% The following entries provide information about specific paper keywords.
192*%
193*DefaultImageableArea: A4
194*ImageableArea A4: "0.0 0.0 595.0 842.0"
195*ImageableArea A3: "0.0 0.0 842.0 1191.0"
196*ImageableArea Letter/Letter 8.5x11: "0.0 0.0 612.0 792.0"
197*ImageableArea Legal/Legal 8.5x14: "0.0 0.0 612.0 1008.0"
198*ImageableArea Tabloid/Tabloid 11x17: "0.0 0.0 792.0 1224.0"
199*?ImageableArea: "
200 save /cvp { cvi (            ) cvs print ( ) print } bind def
201  newpath clippath pathbbox
202  4 -2 roll exch 2 {ceiling cvp} repeat
203  exch 2 {floor cvp} repeat flush
204 restore"
205*End
206
207*% These provide the physical dimensions of the paper (by keyword)
208*%
209*DefaultPaperDimension: A4
210*PaperDimension A4: "595 842"
211*PaperDimension A3: "842 1191"
212*PaperDimension Letter/Letter 8.5x11: "612 792"
213*PaperDimension Legal/Legal 8.5x14: "612 1008"
214*PaperDimension Tabloid/Tabloid 11x17: "792 1224"
215
216*% Input Sources
217*%
218*OpenUI *InputSlot/Input Slot: PickOne
219*OrderDependency: 20 AnySetup *InputSlot
220*DefaultInputSlot: Unknown
221*InputSlot Tray1/Tray 1: "<</InputAttributes << /Priority [2] >> >> setpagedevice"
222*InputSlot Tray2/Tray 2: "<</InputAttributes << /Priority [1] >> >> setpagedevice"
223*InputSlot Tray3/Tray 3: "<</InputAttributes << /Priority [0] >> >> setpagedevice"
224*?InputSlot: "
225 save statusdict begin
226  2 dict begin
227   /2 (Tray1) def
228   /1 (Tray2) def
229   /0 (Tray3) def
230   papertray
231     {( ) cvs cvn load exec} stopped not{= flush}if
232  end
233 end restore"
234*End
235*CloseUI: *InputSlot
236
237*OpenUI *Duplex: PickOne
238*OrderDependency: 50 AnySetup *Duplex
239*DefaultDuplex: None
240*Duplex None/Simplex: "
241   2 dict dup /Duplex false put dup /Tumble false put setpagedevice"
242*End
243*Duplex DuplexNoTumble/Duplex Long-Edge Binding: "
244    2 dict dup /Duplex true put dup /Tumble false put setpagedevice"
245*End
246*Duplex DuplexTumble/Duplex Short-Edge Binding: "
247    2 dict dup /Duplex true put dup /Tumble true put setpagedevice"
248*End
249*?Duplex: "
250  save
251    currentpagedevice /Duplex get
252    { currentpagedevice /Tumble get
253      { (DuplexTumble) }
254      { (DuplexNoTumble) }
255      ifelse
256    }
257    {
258       (None)
259    } ifelse
260    = flush
261  restore"
262*End
263*CloseUI: *Duplex
264
265*OpenUI *Collate: Boolean
266*OrderDependency: 20 DocumentSetup *Collate
267*DefaultCollate: True
268*Collate True/On: "1 dict dup /Collate true put setpagedevice"
269*Collate False/Off: "1 dict dup /Collate true put setpagedevice"
270*?Collate: "
271  save
272  currentpagedevice /Collate get
273    {(True)}{(False)}ifelse = flush
274  restore"
275*End
276*CloseUI: *Collate
277*CloseGroup: PaperHandling
278
279
280*OpenGroup: Finishing
281*OpenUI *StapleWhen/Staple: PickOne
282*OrderDependency: 55 AnySetup *StapleWhen
283*DefaultStapleWhen: None
284*StapleWhen EndOfSet/Staple Portrait: "
285   1 dict dup /Staple 3 put setpagedevice"
286*End
287*StapleWhen None/No Staple: "
288   1 dict dup /Staple 0 put setpagedevice"
289*End
290*?StapleWhen: "
291 save
292  5 dict begin
293   /0 (None) def
294   /1 (DeviceDeactivation) def
295   /2 (EndOfJob) def
296   /3 (EndOfSet) def
297   /4 (EndOfPage) def
298   currentpagedevice /Staple get
299     {( ) cvs cvn load exec} stopped not{= flush}if
300  end
301 end restore"
302*End
303*CloseUI: *StapleWhen
304
305*OpenUI *Jog/Jogging: PickOne
306*OrderDependency: 50 DocumentSetup *Jog
307*DefaultJog: None
308*Jog EndOfSet/Enabled: "
309   1 dict dup /Jog 3 put setpagedevice"
310*End
311*Jog None/Disabled: "
312   1 dict dup /Jog 0 put setpagedevice"
313*End
314*?Jog: "
315 save
316  5 dict begin
317   /0 (None) def
318   /1 (DeviceDeactivation) def
319   /2 (EndOfJob) def
320   /3 (EndOfSet) def
321   /4 (EndOfPage) def
322   currentpagedevice /Jog get
323     {( ) cvs cvn load exec} stopped not{= flush}if
324  end
325 end restore"
326*End
327*CloseUI: *Jog
328
329*OpenUI *OutputBin/Output Bin: PickOne
330*OrderDependency: 25 DocumentSetup *OutputBin
331*DefaultOutputBin: PrintersDefault
332*OutputBin PrintersDefault/Printer's Default: ""
333*OutputBin Finisher/Finisher: "<</OutputAttributes << /Priority [1] >> >> setpagedevice"
334*OutputBin UpperBin/Upper Output Bin: "<</OutputAttributes << /Priority [2] >> >> setpagedevice"
335*OutputBin OEMFinisher/External Finisher: "<</OutputAttributes << /Priority [101] >> >> setpagedevice"
336*CloseUI: *OutputBin
337
338*CloseGroup: Finishing
339
340*OpenGroup: Quality
341*% Halftone Information =====================
342*OpenUI *OCHalftone/Halftoning: PickOne
343*OrderDependency: 10 DocumentSetup *OCHalftone
344*DefaultOCHalftone: 10x10
345*OCHalftone 8x8/8x8 (105 lpi): "
346   1 dict dup
347   /Install
348   {
349      {} settransfer
350      /Halftone8x8 /Halftone findresource sethalftone
351      /DefaultColorRendering /ColorRendering findresource setcolorrendering
352   } put
353   setpagedevice"
354*End
355*OCHalftone 10x10/10x10 (85 lpi): "
356   1 dict dup
357   /Install
358   {
359      {} settransfer
360      /Halftone10x10 /Halftone findresource sethalftone
361      /DefaultColorRendering /ColorRendering findresource setcolorrendering
362   } put
363   setpagedevice"
364*End
365*OCHalftone 12x12/12x12 (71 lpi): "
366   1 dict dup
367   /Install
368   {
369      {} settransfer
370      /Halftone12x12 /Halftone findresource sethalftone
371      /DefaultColorRendering /ColorRendering findresource setcolorrendering
372   } put
373   setpagedevice"
374*End
375*OCHalftone 14x14/14x14 (61 lpi): "
376   1 dict dup
377   /Install
378   {
379      {} settransfer
380      /Halftone14x14 /Halftone findresource sethalftone
381      /DefaultColorRendering /ColorRendering findresource setcolorrendering
382   } put
383   setpagedevice"
384*End
385*OCHalftone 16x16/16x16 (53 lpi): "
386   1 dict dup
387   /Install
388   {
389      {} settransfer
390      /Halftone16x16 /Halftone findresource sethalftone
391      /DefaultColorRendering /ColorRendering findresource setcolorrendering
392   } put
393   setpagedevice"
394*End
395*?OCHalftone: "
396   currenthalftone /Width get
397   dup 8 eq
398   {
399      pop (8x8)
400   }
401   {
402      dup 10 eq
403      {
404	 pop (10x10)
405      }
406      {
407	 dup 12 eq
408	 {
409	    pop (12x12)
410	 }
411	 {
412	    14
413	    {
414	       (14x14)
415	    }
416	    {
417	       (16x16)
418	    } ifelse
419	 } ifelse
420      } ifelse
421   } ifelse"
422*End
423*CloseUI: *OCHalftone
424
425*DefaultHalftoneType: 3
426
427*ScreenFreq: "70.2"
428*ScreenAngle: "45.0"
429*DefaultScreenProc: Dot
430*ScreenProc Dot: "
431  { 0.001 add exch 0.002 add exch
432    2 copy add 3 1 roll sub 2 copy 0 ge
433    { 0 ge
434      { 1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
435      { 1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
436      ifelse
437    }
438    { 0 ge
439      { -1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
440      { -1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
441      ifelse
442    }
443    ifelse
444  }"
445*End
446*ScreenProc Line: "{ pop }"
447*ScreenProc Ellipse: "
448  { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
449*End
450*CloseGroup: Quality
451
452*DefaultTransfer: Null
453*Transfer Null: "{ }"
454*Transfer Null.Inverse: "{ 1 exch sub }"
455
456*% Font Information
457*%
458*% Truetype fonts are supported by the 3093
459*TTRasterizer: Type42
460*?TTRasterizer: "
461    save
462    42 /FontType resourcestatus
463    { pop pop (Type42)} {(NO Type42} ifelse = flush
464    restore
465    "
466*End
467
468*% Font Information =========================
469*DefaultFont: Courier
470*Font AlbertusMT: Standard "(001.000)" Standard Disk
471*Font AlbertusMT-Italic: Standard "(001.000)" Standard Disk
472*Font AlbertusMT-Light: Standard "(001.000)" Standard Disk
473*Font AntiqueOlive-Bold: Standard "(001.001)" Standard Disk
474*Font AntiqueOlive-Compact: Standard "(001.001)" Standard Disk
475*Font AntiqueOlive-Italic: Standard "(001.001)" Standard Disk
476*Font AntiqueOlive-Roman: Standard "(001.001)" Standard Disk
477*Font Apple-Chancery: Standard "(002.000)" Standard Disk
478*Font Arial-BoldItalicMT: Standard "(002.000)" Standard Disk
479*Font Arial-BoldMT: Standard "(002.000)" Standard Disk
480*Font Arial-ItalicMT: Standard "(002.000)" Standard Disk
481*Font ArialMT: Standard "(002.000)" Standard Disk
482*Font AvantGarde-Book: Standard "(002.000)" Standard Disk
483*Font AvantGarde-BookOblique: Standard "(002.000)" Standard Disk
484*Font AvantGarde-Demi: Standard "(002.000)" Standard Disk
485*Font AvantGarde-DemiOblique: Standard "(002.000)" Standard Disk
486*Font Bodoni: Standard "(001.002)" Standard Disk
487*Font Bodoni-Bold: Standard "(001.002)" Standard Disk
488*Font Bodoni-BoldItalic: Standard "(001.002)" Standard Disk
489*Font Bodoni-Italic: Standard "(001.002)" Standard Disk
490*Font Bodoni-Poster: Standard "(001.002)" Standard Disk
491*Font Bodoni-PosterCompressed: Standard "(001.001)" Standard Disk
492*Font Bookman-Demi: Standard "(002.000)" Standard Disk
493*Font Bookman-DemiItalic: Standard "(002.000)" Standard Disk
494*Font Bookman-Light: Standard "(002.000)" Standard Disk
495*Font Bookman-LightItalic: Standard "(002.000)" Standard Disk
496*Font Carta: Standard "(001.001)" Standard Disk
497*Font Chicago: Standard "(002.000)" Standard Disk
498*Font Clarendon: Standard "(001.001)" Standard Disk
499*Font Clarendon-Bold: Standard "(001.001)" Standard Disk
500*Font Clarendon-Light: Standard "(001.001)" Standard Disk
501*Font CooperBlack: Standard "(001.003)" Standard Disk
502*Font CooperBlack-Italic: Standard "(001.003)" Standard Disk
503*Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard Disk
504*Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard Disk
505*Font Coronet-Regular: Standard "(001.000)" Standard Disk
506*Font Courier: Standard "(003.000)" Standard Disk
507*Font Courier-Bold: Standard "(003.000)" Standard Disk
508*Font Courier-BoldOblique: Standard "(003.000)" Standard Disk
509*Font Courier-Oblique: Standard "(003.000)" Standard Disk
510*Font Eurostile: Standard "(001.002)" Standard Disk
511*Font Eurostile-Bold: Standard "(001.001)" Standard Disk
512*Font Eurostile-BoldExtendedTwo: Standard "(001.002)" Standard Disk
513*Font Eurostile-ExtendedTwo: Standard "(001.002)" Standard Disk
514*Font Geneva: Standard "(002.000)" Standard Disk
515*Font GillSans: Standard "(001.002)" Standard Disk
516*Font GillSans-Bold: Standard "(001.001)" Standard Disk
517*Font GillSans-BoldCondensed: Standard "(001.001)" Standard Disk
518*Font GillSans-BoldItalic: Standard "(001.002)" Standard Disk
519*Font GillSans-Condensed: Standard "(001.001)" Standard Disk
520*Font GillSans-ExtraBold: Standard "(001.001)" Standard Disk
521*Font GillSans-Italic: Standard "(001.002)" Standard Disk
522*Font GillSans-Light: Standard "(001.001)" Standard Disk
523*Font GillSans-LightItalic: Standard "(001.002)" Standard Disk
524*Font Goudy: Standard "(001.003)" Standard Disk
525*Font Goudy-Bold: Standard "(001.002)" Standard Disk
526*Font Goudy-BoldItalic: Standard "(001.002)" Standard Disk
527*Font Goudy-ExtraBold: Standard "(001.001)" Standard Disk
528*Font Goudy-Italic: Standard "(001.002)" Standard Disk
529*Font Helvetica: Standard "(002.000)" Standard Disk
530*Font Helvetica-Bold: Standard "(002.000)" Standard Disk
531*Font Helvetica-BoldOblique: Standard "(002.000)" Standard Disk
532*Font Helvetica-Condensed: Standard "(002.000)" Standard Disk
533*Font Helvetica-Condensed-Bold: Standard "(002.000)" Standard Disk
534*Font Helvetica-Condensed-BoldObl: Standard "(002.000)" Standard Disk
535*Font Helvetica-Condensed-Oblique: Standard "(002.000)" Standard Disk
536*Font Helvetica-Narrow: Standard "(002.000)" Standard Disk
537*Font Helvetica-Narrow-Bold: Standard "(002.000)" Standard Disk
538*Font Helvetica-Narrow-BoldOblique: Standard "(002.000)" Standard Disk
539*Font Helvetica-Narrow-Oblique: Standard "(002.000)" Standard Disk
540*Font Helvetica-Oblique: Standard "(002.000)" Standard Disk
541*Font HoeflerText-Black: Standard "(002.000)" Standard Disk
542*Font HoeflerText-BlackItalic: Standard "(002.000)" Standard Disk
543*Font HoeflerText-Italic: Standard "(002.000)" Standard Disk
544*Font HoeflerText-Ornaments: Standard "(002.000)" Standard Disk
545*Font HoeflerText-Regular: Standard "(002.000)" Standard Disk
546*Font JoannaMT: Standard "(001.000)" Standard Disk
547*Font JoannaMT-Bold: Standard "(001.000)" Standard Disk
548*Font JoannaMT-BoldItalic: Standard "(001.000)" Standard Disk
549*Font JoannaMT-Italic: Standard "(001.000)" Standard Disk
550*Font LetterGothic: Standard "(001.004)" Standard Disk
551*Font LetterGothic-Bold: Standard "(001.006)" Standard Disk
552*Font LetterGothic-BoldSlanted: Standard "(001.005)" Standard Disk
553*Font LetterGothic-Slanted: Standard "(001.004)" Standard Disk
554*Font LubalinGraph-Book: Standard "(001.002)" Standard Disk
555*Font LubalinGraph-BookOblique: Standard "(001.002)" Standard Disk
556*Font LubalinGraph-Demi: Standard "(001.002)" Standard Disk
557*Font LubalinGraph-DemiOblique: Standard "(001.002)" Standard Disk
558*Font Marigold: Standard "(001.000)" Standard Disk
559*Font Monaco: Standard "(002.000)" Standard Disk
560*Font MonaLisa-Recut: Standard "(001.000)" Standard Disk
561*Font NewCenturySchlbk-Bold: Standard "(002.000)" Standard Disk
562*Font NewCenturySchlbk-BoldItalic: Standard "(002.000)" Standard Disk
563*Font NewCenturySchlbk-Italic: Standard "(002.000)" Standard Disk
564*Font NewCenturySchlbk-Roman: Standard "(002.000)" Standard Disk
565*Font NewYork: Standard "(002.000)" Standard Disk
566*Font Optima: Standard "(001.005)" Standard Disk
567*Font Optima-Bold: Standard "(001.005)" Standard Disk
568*Font Optima-BoldItalic: Standard "(001.000)" Standard Disk
569*Font Optima-Italic: Standard "(001.000)" Standard Disk
570*Font Oxford: Standard "(001.000)" Standard Disk
571*Font Palatino-Bold: Standard "(002.000)" Standard Disk
572*Font Palatino-BoldItalic: Standard "(002.000)" Standard Disk
573*Font Palatino-Italic: Standard "(002.000)" Standard Disk
574*Font Palatino-Roman: Standard "(002.000)" Standard Disk
575*Font StempelGaramond-Bold: Standard "(001.002)" Standard Disk
576*Font StempelGaramond-BoldItalic: Standard "(001.002)" Standard Disk
577*Font StempelGaramond-Italic: Standard "(001.002)" Standard Disk
578*Font StempelGaramond-Roman: Standard "(001.002)" Standard Disk
579*Font Symbol: Standard "(001.008)" Standard Disk
580*Font Tekton: Standard "(001.001)" Standard Disk
581*Font Times-Bold: Standard "(002.000)" Standard Disk
582*Font Times-BoldItalic: Standard "(002.000)" Standard Disk
583*Font Times-Italic: Standard "(002.000)" Standard Disk
584*Font Times-Roman: Standard "(002.000)" Standard Disk
585*Font TimesNewRomanPS-BoldItalicMT: Standard "(002.000)" Standard Disk
586*Font TimesNewRomanPS-BoldMT: Standard "(002.000)" Standard Disk
587*Font TimesNewRomanPS-ItalicMT: Standard "(002.000)" Standard Disk
588*Font TimesNewRomanPSMT: Standard "(002.000)" Standard Disk
589*Font Univers: Standard "(001.003)" Standard Disk
590*Font Univers-Bold: Standard "(001.003)" Standard Disk
591*Font Univers-BoldExt: Standard "(001.000)" Standard Disk
592*Font Univers-BoldExtObl: Standard "(001.000)" Standard Disk
593*Font Univers-BoldOblique: Standard "(001.003)" Standard Disk
594*Font Univers-Condensed: Standard "(001.002)" Standard Disk
595*Font Univers-CondensedBold: Standard "(001.001)" Standard Disk
596*Font Univers-CondensedBoldOblique: Standard "(001.001)" Standard Disk
597*Font Univers-CondensedOblique: Standard "(001.002)" Standard Disk
598*Font Univers-Extended: Standard "(001.000)" Standard Disk
599*Font Univers-ExtendedObl: Standard "(001.000)" Standard Disk
600*Font Univers-Light: Standard "(001.003)" Standard Disk
601*Font Univers-LightOblique: Standard "(001.003)" Standard Disk
602*Font Univers-Oblique: Standard "(001.003)" Standard Disk
603*Font Wingdings-Regular: Standard "(002.000)" Standard Disk
604*Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard Disk
605*Font ZapfDingbats: Standard "(002.000)" Standard Disk
606*?FontQuery: "
607   save
608   { count 1 gt
609      { exch dup 127 string cvs (/) print print (:) print
610       /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
611      } { exit } ifelse
612   } bind loop
613   (*) = flush
614   restore"
615*End
616
617*?FontList: "
618save
619  (*) {cvn ==} 128 string /Font resourceforall
620  (*) = flush
621restore"
622*End
623
624
625*% Printer Messages (verbatim from printer):
626*%
627*Message: "%%[ exitserver: permanent state may be changed ]%%"
628*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
629*Message: "\FontName\ not found, using Courier"
630
631*% Status (format: %%[ status: <one of these> ]%% )
632*%
633*Status: "idle"
634*Status: "busy"
635*Status: "waiting"
636
637*% Status (format: %%[ status: <one of these>; Source: <one of these> ]%% )
638*%
639*Source: "FTP"
640*Source: "LPR"
641*Source: "Parallel"
642*Source: "Telnet"
643*Source: "Socket"
644*Source: "Remote Server"
645*Source: "PrintLink"
646*Source: "other"
647
648
649*% Color Separation Information
650*%
651*DefaultColorSep: ProcessBlack.53lpi.600dpi/53 lpi / 600 dpi
652
653*% For 53 lpi / 600 dpi
654*%
655*ColorSepScreenAngle ProcessBlack.53lpi.600dpi/53 lpi / 600 dpi: "45.0"
656*ColorSepScreenAngle CustomColor.53lpi.600dpi/53 lpi / 600 dpi: "45.0"
657*ColorSepScreenAngle ProcessCyan.53lpi.600dpi/53 lpi / 600 dpi: "71.5651"
658*ColorSepScreenAngle ProcessMagenta.53lpi.600dpi/53 lpi / 600 dpi: "18.4349"
659*ColorSepScreenAngle ProcessYellow.53lpi.600dpi/53 lpi / 600 dpi: "0.0"
660
661*ColorSepScreenFreq ProcessBlack.53lpi.600dpi/53 lpi / 600 dpi: "53.033"
662*ColorSepScreenFreq CustomColor.53lpi.600dpi/53 lpi / 600 dpi: "53.033"
663*ColorSepScreenFreq ProcessCyan.53lpi.600dpi/53 lpi / 600 dpi: "47.4342"
664*ColorSepScreenFreq ProcessMagenta.53lpi.600dpi/53 lpi / 600 dpi: "47.4342"
665*ColorSepScreenFreq ProcessYellow.53lpi.600dpi/53 lpi / 600 dpi: "50.0"
666
667*% For 60 lpi / 600 dpi
668*%
669*ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45"
670*ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45"
671*ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "15"
672*ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "75"
673*ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "0"
674
675*ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "60"
676*ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "60"
677*ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "60"
678*ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "60"
679*ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "60"
680
681*%  For 71 lpi / 600 dpi
682*%
683*ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
684*ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
685*ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
686*ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
687*ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
688
689*ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
690*ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
691*ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
692*ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
693*ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
694
695*%  For 85 lpi / 600 dpi
696*%
697*ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
698*ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
699*ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "75"
700*ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "15"
701*ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
702
703*ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
704*ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
705*ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
706*ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
707*ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
708
709*%  For 106 lpi /600 dpi  ===============================
710*%
711*ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi /600 dpi: "45.0"
712*ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi /600 dpi: "45.0"
713*ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi /600 dpi: "71.5651"
714*ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi /600 dpi: "18.4349"
715*ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi /600 dpi: "0.0"
716
717*ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi /600 dpi: "106.066"
718*ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi /600 dpi: "106.066"
719*ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi /600 dpi: "94.8683"
720*ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi /600 dpi: "94.8683"
721*ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi /600 dpi: "100.0"
722
723
724*% end of PPD file for Oce 3093 PS3
725
726