1*PPD-Adobe: "4.3"
2*%=============================================================================
3*%
4*%  PPD for Kyocera Mita KM-1810 (German)
5*%  Linux Version
6*%
7*%  Copyright (C) 2000 KYOCERA CORPORATION
8*%  Copyright (C) 2005 Revised Edition KYOCERA MITA CORPORATION
9*%
10*%  Permission is hereby granted, free of charge, to any person obtaining
11*%  a copy of this software and associated documentation files (the
12*%  "Software"), to deal in the Software without restriction, including
13*%  without limitation the rights to use, copy, modify, merge, publish,
14*%  distribute, sublicense, and/or sell copies of the Software, and to
15*%  permit persons to whom the Software is furnished to do so, subject to
16*%  the following conditions:
17*%
18*%  The above copyright notice and this permission notice shall be
19*%  included in all copies or substantial portions of the Software.
20*%
21*%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22*%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23*%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
24*%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
25*%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
26*%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
27*%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28*%
29*%  [this is the MIT open source license -- see www.opensource.org]
30*%
31*%=============================================================================
32
33*FileVersion: "8.2"
34*FormatVersion: "4.3"
35*LanguageEncoding: ISOLatin1
36*PCFileName: "KM1810DE.PPD"
37*LanguageVersion: German
38*Product: "(KM-1810)"
39*PSVersion: "(2014.108) 1"
40*Manufacturer: "Kyocera Mita"
41*ModelName: "Kyocera Mita KM-1810"
42*ShortNickName: "Kyocera Mita KM-1810"
43*NickName: "Kyocera Mita KM-1810"
44
45*% Protocols===========================================
46*Protocols: BCP PJL TBCP
47
48*1284Modes Parallel: Compat Nibble ECP
49*1284DeviceID: "MFG:Kyocera Mita;MODEL:KM-1810;COMMAND SET: POSTSCRIPT,PJL,PCL"
50
51*% Basic Device Capabilities========================
52*LanguageLevel: "2"
53*ColorDevice: False
54*DefaultColorSpace: Gray
55*TTRasterizer: Type42
56*?TTRasterizer: "
57 save
58   42 /FontType resourcestatus
59   { pop pop (Type42) }{ pop pop (None) } ifelse = flush
60 restore"
61*End
62
63*Throughput: "18"
64
65*% System Management=================================
66*SuggestedJobTimeout: "0"
67*SuggestedManualFeedTimeout: "0"
68*SuggestedWaitTimeout: "120"
69*PrintPSErrors: True
70
71*Password: "0"
72
73*ExitServer: " count 0 eq { true }
74 { dup statusdict /checkpassword get exec not } ifelse
75 { (WARNING : Cannot perform the exitserver command.) =
76   (Password supplied is not valid.) =
77   (Please contact the author of this software.) = flush quit } if
78 serverdict /exitserver get exec"
79*End
80
81*Reset: " count 0 eq { true }
82  { dup statusdict /checkpassword get exec not } ifelse
83  { (WARNING : Cannot perform the exitserver command.) =
84    (Password supplied is not valid.) =
85    (Please contact the author of this software.) = flush quit } if
86  serverdict /exitserver get exec
87  systemdict /quit get exec
88  (WARNING : Printer Reset Failed.) = flush"
89*End
90
91
92*% JCL Information=====================================
93*JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
94*JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
95*JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
96
97*% EcoPrint======
98*JCLOpenUI *JCLEconomode/EcoPrint (Entwurfmodus): PickOne
99*DefaultJCLEconomode: Off
100*OrderDependency: 10 JCLSetup *JCLEconomode
101*JCLEconomode Off/Aus: "@PJL SET ECONOMODE=OFF<0A>"
102*JCLEconomode On/Ein: "@PJL SET ECONOMODE=ON<0A>"
103*JCLCloseUI: *JCLEconomode
104
105*% OutputBin=====
106*JCLOpenUI *JCLOUTBIN/Papierablage w<E4>hlen: PickOne
107*DefaultJCLOUTBIN: UPPER
108*OrderDependency: 30 JCLSetup *JCLOUTBIN
109*JCLOUTBIN UPPER/Innere Ablage: "@PJL SET OUTBIN=UPPER<0A>"
110*JCLCloseUI: *JCLOUTBIN
111
112*% Installable Options====================================
113*OpenGroup: InstallableOptions/Installierte Optionen
114
115*% Option Feeder=====
116*OpenUI *Opt01/Zusatzkassette: PickOne
117*DefaultOpt01: None
118*Opt01 None/Nicht installiert: ""
119*Opt01 of2/Kassette 2: ""
120*CloseUI: *Opt01
121
122*% Disk Drive=====
123*OpenUI *Opt18/Optionaler Datentr<E4>ger: PickOne
124*DefaultOpt18: None
125*Opt18 None/Nicht installiert: ""
126*Opt18 RAMDisk/RAM Disk: ""
127*?Opt18: "  save
128  false
129  (%disk?%)
130  { currentdevparams dup /Writeable known
131  	   { dup /Writeable get
132   { exch pop /LogicalSize get dup 0 gt exch 102400 lt eq true }{ pop pop false } ifelse }
133   { pop pop } ifelse
134  } 100 string /IODevice resourceforall
135  { {(RAMDisk)}{(HardDisk)} ifelse }{(None)} ifelse = flush
136  restore"
137*End
138*CloseUI: *Opt18
139
140*% Installed Memory=====
141*OpenUI *InstalledMemory/Speicher: PickOne
142*DefaultInstalledMemory: 8MB
143*InstalledMemory 8MB/Standard: ""
144*InstalledMemory 24MB/16MB Erweiterung: ""
145*InstalledMemory 40MB/32MB Erweiterung: ""
146*InstalledMemory 72MB/64MB Erweiterung: ""
147*InstalledMemory 136MB/128MB Erweiterung: ""
148*?InstalledMemory: "
149  save
150  currentsystemparams /RamSize get
151  524288 div ceiling cvi 2 div cvi
152  /vmsize 20 string def
153  vmsize cvs print (MB) print (\n) print flush
154  restore"
155*End
156*CloseUI: *InstalledMemory
157
158*CloseGroup: InstallableOptions
159
160*% Virtual Memory================
161
162*FreeVM: "1000000"
163
164*VMOption 8MB: "1000000"
165*VMOption 24MB: "12288000"
166*VMOption 40MB: "25728000"
167*VMOption 72MB: "32000000"
168*VMOption 136MB: "32000000"
169
170
171*% Input Device Constraints=============================================
172
173*% Input Device Constraints(20)=====
174*UIConstraints: *Opt01 None *InputSlot Tray2
175
176*% Optinal Disk Constraints=====
177
178*%InputSlot-PageSize Constraints=====
179*UIConstraints: *InputSlot Tray1 *PageSize A6
180*UIConstraints: *InputSlot Tray1 *PageSize B6
181*%UIConstraints: *InputSlot Tray1 *PageSize B5=============================
182*UIConstraints: *InputSlot Tray1 *PageSize EnvC5
183*UIConstraints: *InputSlot Tray1 *PageSize Env10
184*UIConstraints: *InputSlot Tray1 *PageSize EnvDL
185*UIConstraints: *InputSlot Tray1 *PageSize EnvMonarch
186*UIConstraints: *InputSlot Tray2 *PageSize A6
187*%UIConstraints: *InputSlot Tray2 *PageSize B5=============================
188*UIConstraints: *InputSlot Tray2 *PageSize B6
189*UIConstraints: *InputSlot Tray2 *PageSize EnvC5
190*UIConstraints: *InputSlot Tray2 *PageSize Env10
191*UIConstraints: *InputSlot Tray2 *PageSize EnvDL
192*UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
193*UIConstraints: *PageSize A6 *InputSlot Tray1
194*UIConstraints: *PageSize A6 *InputSlot Tray2
195*%UIConstraints: *PageSize B5 *InputSlot Tray1=============================
196*%UIConstraints: *PageSize B5 *InputSlot Tray2=============================
197*UIConstraints: *PageSize B6 *InputSlot Tray1
198*UIConstraints: *PageSize B6 *InputSlot Tray2
199*UIConstraints: *PageSize EnvC5 *InputSlot Tray1
200*UIConstraints: *PageSize EnvC5 *InputSlot Tray2
201*UIConstraints: *PageSize Env10 *InputSlot Tray1
202*UIConstraints: *PageSize Env10 *InputSlot Tray2
203*UIConstraints: *PageSize EnvDL *InputSlot Tray1
204*UIConstraints: *PageSize EnvDL *InputSlot Tray2
205*UIConstraints: *PageSize EnvMonarch *InputSlot Tray1
206*UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
207
208*%Policy-PaperSource Constraints(15/20)===
209
210*% Resolution=============================================================
211*OpenUI *Resolution/Aufl<F6>sung: PickOne
212*OrderDependency: 10 AnySetup *Resolution
213*DefaultResolution: 600dpi
214*Resolution 600dpi/600 dpi: "<< /HWResolution [600 600] >> setpagedevice"
215*Resolution 300dpi/300 dpi: "<< /HWResolution [300 300] >> setpagedevice"
216*?Resolution: "
217  save
218    currentpagedevice /HWResolution get
219    0 get (      ) cvs print (dpi) = flush
220  restore
221  "
222*End
223*CloseUI: *Resolution
224
225*% Image Refinement========================================================
226*OpenUI *Smoothing/Kantengl<E4>ttung: PickOne
227*OrderDependency: 50 AnySetup *Smoothing
228*DefaultSmoothing: False
229*Smoothing False/Aus: "0 statusdict /setdoret get exec"
230*Smoothing True/Ein: "1 statusdict /setdoret get exec"
231*?Smoothing: "
232  save
233  [(False)(True)(True)(True)]
234  statusdict /doret get exec { get } stopped
235  { pop pop (Unknown) } if
236  = flush
237  restore
238"
239*End
240*CloseUI: *Smoothing
241
242*% Halftone Information=====================================================
243*DefaultHalftoneType: 1
244*ScreenFreq: "60.0"
245*ScreenAngle: "45.0"
246*ResScreenFreq 600dpi: "60.0"
247*ResScreenAngle 600dpi: "45.0"
248*ResScreenFreq 300dpi: "53.0"
249*ResScreenAngle 300dpi: "45.0"
250
251
252*DefaultScreenProc: Ellipse
253*ScreenProwc Dot: "
254 {abs exch abs 2 copy add 1 gt
255 {1 sub dup mul exch 1 sub dup mul add 1 sub}
256 {dup mul exch dup mul add 1 exch sub} ifelse}"
257*End
258*ScreenProc Line: "
259 {pop}"
260*End
261*ScreenProc Ellipse: "
262 {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
263*End
264
265*DefaultTransfer: Null
266*Transfer Null: "{}"
267*Transfer Null.Inverse: "{1 exch sub}"
268
269*%==============================================
270*%  Page Policy Definitions
271*%==============================================
272*OpenUI *PagePolicy/Papierquelle ausw<E4>hlen: PickOne
273*OrderDependency: 11 AnySetup *PagePolicy
274*DefaultPagePolicy: On
275*PagePolicy On/Autoformat Auswahl: "<< /DeferredMediaSelection true >> setpagedevice"
276*CloseUI: *PagePolicy
277
278*%Paper Handling===================================================================
279*%Page Size Definitions
280*OpenUI *PageSize: PickOne
281*OrderDependency: 20 AnySetup *PageSize
282*DefaultPageSize: A4
283*PageSize Legal/Legal: "
284  << /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
285*End
286*PageSize Letter/Letter: "
287  << /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
288*End
289*PageSize Statement/Statement: "
290  << /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
291*End
292*PageSize A4/A4: "
293  << /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
294*End
295*PageSize A5/A5: "
296  << /Policies << /PageSize 7 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
297*End
298*PageSize A6/A6: "
299  << /Policies << /PageSize 7 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
300*End
301*PageSize B5/B5-JIS: "
302  << /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
303*End
304*PageSize B6/B6-JIS: "
305  << /Policies << /PageSize 7 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
306*End
307*PageSize Folio/Folio.: "
308  << /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
309*End
310*PageSize Env10/Envelope Com10: "
311  << /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
312*End
313*PageSize EnvMonarch/Envelope Monarch: "
314  << /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
315*End
316*PageSize EnvDL/Envelope DL: "
317  << /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
318*End
319*PageSize EnvC5/Envelope C5: "
320  << /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
321*End
322*?PageSize: "
323 save
324   currentpagedevice /PageSize get aload pop
325   2 copy gt {exch} if
326   (Unknown)
327   13 dict
328    dup [612 1008] (Legal) put
329    dup [612 792] (Letter) put
330    dup [396 612] (Statement) put
331    dup [595 842] (A4) put
332    dup [420 595] (A5) put
333    dup [297 420] (A6) put
334    dup [516 729] (B5) put
335    dup [363 516] (B6) put
336    dup [595 935] (Folio) put
337    dup [297 684] (Env10) put
338    dup [279 540] (EnvMonarch) put
339    dup [312 624] (EnvDL) put
340    dup [459 649] (EnvC5) put
341     { exch aload pop 4 index sub abs 5 le exch
342   5 index sub abs 5 le and
343      {exch pop exit} {pop} ifelse
344   } bind forall
345   = flush pop pop
346 restore
347"
348*CloseUI: *PageSize
349
350*%Page Region Definitions for Frame Buffer
351*OpenUI *PageRegion: PickOne
352*OrderDependency: 20 AnySetup *PageRegion
353*DefaultPageRegion: A4
354*PageRegion Legal/Legal: "
355  << /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
356*End
357*PageRegion Letter/Letter: "
358  << /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
359*End
360*PageRegion Statement/Statement: "
361  << /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
362*End
363*PageRegion A4/A4: "
364  << /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
365*End
366*PageRegion A5/A5: "
367  << /Policies << /PageSize 7 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
368*End
369*PageRegion A6/A6: "
370  << /Policies << /PageSize 7 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
371*End
372*PageRegion B5/B5-JIS: "
373  << /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
374*End
375*PageRegion B6/B6-JIS: "
376  << /Policies << /PageSize 7 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
377*End
378*PageRegion Folio/Folio.: "
379  << /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
380*End
381*PageRegion Env10/Envelope Com10: "
382  << /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
383*End
384*PageRegion EnvMonarch/Envelope Monarch: "
385  << /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
386*End
387*PageRegion EnvDL/Envelope DL: "
388  << /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
389*End
390*PageRegion EnvC5/Envelope C5: "
391  << /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
392*End
393*CloseUI: *PageRegion
394
395*%Imageable Area Definitions
396*DefaultImageableArea: A4
397*ImageableArea Legal/Legal: "12 12 600 996"
398*ImageableArea Letter/Letter: "12 12 600 780"
399*ImageableArea Statement/Statement: "12 12 384 600"
400*ImageableArea A4/A4: "12 12 583 830"
401*ImageableArea A5/A5: "12 12 409 583"
402*ImageableArea A6/A6: "12 12 285 409"
403*ImageableArea B5/B5-JIS: "21 12 495 717"
404*ImageableArea B6/B6-JIS: "12 12 352 504"
405*ImageableArea Folio/Folio.: "12 12 583 923"
406*ImageableArea Env10/Envelope Com10: "12 12 285 672"
407*ImageableArea EnvMonarch/Envelope Monarch: "12 12 267 528"
408*ImageableArea EnvDL/Envelope DL: "12 12 300 612"
409*ImageableArea EnvC5/Envelope C5: "12 12 447 637"
410*?ImageableArea: " save
411  /cvp { cvi (                   ) cvs
412  print ( ) print } bind def
413  newpath clippath pathbbox
414  4 -2 roll exch 2 {ceiling cvp} repeat
415  exch 2 {floor cvp} repeat ( ) = flush
416 restore"
417*End
418
419*%Physical Dimensions of Media
420*DefaultPaperDimension: A4
421*PaperDimension Legal/Legal: "612 1008"
422*PaperDimension Letter/Letter: "612 792 "
423*PaperDimension Statement/Statement: "396 612"
424*PaperDimension A4/A4: "595 842"
425*PaperDimension A5/A5: "420 595"
426*PaperDimension A6/A6: "297 420"
427*PaperDimension B5/B5-JIS: "516 729"
428*PaperDimension B6/B6-JIS: "363 516"
429*PaperDimension Folio/Folio.: "595 935"
430*PaperDimension Env10/Envelope Com10: "297 684"
431*PaperDimension EnvMonarch/Envelope Monarch: "279 540"
432*PaperDimension EnvDL/Envelope DL: "312 624"
433*PaperDimension EnvC5/Envelope C5: "459 649"
434
435*%PaperSource
436*OpenUI *InputSlot: PickOne
437*OrderDependency: 15 AnySetup *InputSlot
438*DefaultInputSlot: Tray1
439*InputSlot Tray1/Kassette 1: "
440    << /ManualFeed false /DeferredMediaSelection false >> setpagedevice
441    statusdict begin 0 setpapertray end"
442*End
443*InputSlot Tray2/Kassette 2: "
444    << /ManualFeed false /DeferredMediaSelection false >> setpagedevice
445    statusdict begin 1 setpapertray end"
446*End
447*InputSlot MF1/Bypass Tisch: "
448    << /ManualFeed false /DeferredMediaSelection false >> setpagedevice
449  statusdict begin 3 setpapertray end"
450*End
451
452*CloseUI: *InputSlot
453
454*RequiresPageRegion All: True
455
456*% Job Spooling (Sort) Definitions================================================
457*OpenUI *KMCollate/Sortieren: PickOne
458*OrderDependency: 20 AnySetup *KMCollate
459*DefaultKMCollate: Temp
460*KMCollate None/Aus: "<< /Collate false >> setpagedevice"
461*KMCollate Temp/Ein: "
462  userdict /UICollateDetails known not
463  { userdict /UICollateDetails 10 dict put } if
464  userdict /UICollateDetails get  /Mode 1  put
465  << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
466*End
467*?KMCollate:"
468	save currentpagedevice /Collate get
469	{(None)}
470	{/CollateDetails get /Mode get
471	1 {
472		dup 1 eq { pop (Temp) exit } if
473		dup 2 eq { pop (Perm) exit } if
474		pop (Unknown)
475	} repeat
476	= flush
477	restore"
478*End
479*CloseUI: *KMCollate
480
481
482*% PPD Version Info==========================================================
483*OpenUI *KMVersion/PPD Version: PickOne
484*OrderDependency: 70 AnySetup *KMVersion
485*DefaultKMVersion: Default
486*KMVersion Default/8.2.0111 [01-11-2005]: ""
487*CloseUI: *KMVersion
488
489*%Font Information============================================================
490*DefaultFont: Courier
491*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
492*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
493*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
494*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
495*Font Bookman-Light: Standard "(001.004S)" Standard ROM
496*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
497*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
498*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
499*Font Courier: Standard "(002.004S)" Standard ROM
500*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
501*Font Courier-Bold: Standard "(002.004S)" Standard ROM
502*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
503*Font Helvetica: Standard "(001.006S)" Standard ROM
504*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
505*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
506*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
507*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
508*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
509*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
510*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
511*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
512*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
513*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
514*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
515*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
516*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
517*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
518*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
519*Font Symbol: Special "(001.007S)" Special ROM
520*Font Times-Roman: Standard "(001.007S)" Standard ROM
521*Font Times-Italic: Standard "(001.007S)" Standard ROM
522*Font Times-Bold: Standard "(001.007S)" Standard ROM
523*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
524*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
525*Font ZapfDingbats: Special "(001.004S)" Special ROM
526*Font Albertus-Medium: Standard "(001.008S)" Standard ROM
527*Font Albertus-ExtraBold: Standard "(001.008S)" Standard ROM
528*Font AntiqueOlive: Standard "(001.008S)" Standard ROM
529*Font AntiqueOlive-Italic: Standard "(001.008S)" Standard ROM
530*Font AntiqueOlive-Bold: Standard "(001.008S)" Standard ROM
531*Font Arial: Standard "(001.008S)" Standard ROM
532*Font Arial-Italic: Standard "(001.008S)" Standard ROM
533*Font Arial-Bold: Standard "(001.008S)" Standard ROM
534*Font Arial-BoldItalic: Standard "(001.008S)" Standard ROM
535*Font CGOmega: Standard "(001.008S)" Standard ROM
536*Font CGOmega-Italic: Standard "(001.008S)" Standard ROM
537*Font CGOmega-Bold: Standard "(001.008S)" Standard ROM
538*Font CGOmega-BoldItalic: Standard "(001.008S)" Standard ROM
539*Font CGTimes: Standard "(001.008S)" Standard ROM
540*Font CGTimes-Italic: Standard "(001.008S)" Standard ROM
541*Font CGTimes-Bold: Standard "(001.008S)" Standard ROM
542*Font CGTimes-BoldItalic: Standard "(001.008S)" Standard ROM
543*Font Clarendon-Condensed-Bold: Standard "(001.008S)" Standard ROM
544*Font Coronet: Standard "(001.008S)" Standard ROM
545*Font CourierHP: Standard "(001.008S)" Standard ROM
546*Font CourierHP-Italic: Standard "(001.008S)" Standard ROM
547*Font CourierHP-Bold: Standard "(001.008S)" Standard ROM
548*Font CourierHP-BoldItalic: Standard "(001.008S)" Standard ROM
549*Font Garamond-Antiqua: Standard "(001.008S)" Standard ROM
550*Font Garamond-Halbfett: Standard "(001.008S)" Standard ROM
551*Font Garamond-Kursiv: Standard "(001.008S)" Standard ROM
552*Font Garamond-KursivHalbfett: Standard "(001.008S)" Standard ROM
553*Font LetterGothic: Standard "(001.008S)" Standard ROM
554*Font LetterGothic-Italic: Standard "(001.008S)" Standard ROM
555*Font LetterGothic-Bold: Standard "(001.008S)" Standard ROM
556*Font Marygold: Standard "(001.008S)" Standard ROM
557*Font SymbolMT: Standard "(001.008S)" Standard ROM
558*Font TimesNewRoman: Standard "(001.008S)" Standard ROM
559*Font TimesNewRoman-Italic: Standard "(001.008S)" Standard ROM
560*Font TimesNewRoman-BoldItalic: Standard "(001.008S)" Standard ROM
561*Font TimesNewRoman-Bold: Standard "(001.008S)" Standard ROM
562*Font Univers-Medium: Standard "(001.008S)" Standard ROM
563*Font Univers-MediumItalic: Standard "(001.008S)" Standard ROM
564*Font Univers-Bold: Standard "(001.008S)" Standard ROM
565*Font Univers-BoldItalic: Standard "(001.008S)" Standard ROM
566*Font Univers-Condensed-Medium: Standard "(001.008S)" Standard ROM
567*Font Univers-Condensed-MediumItalic: Standard "(001.008S)" Standard ROM
568*Font Univers-Condensed-Bold: Standard "(001.008S)" Standard ROM
569*Font Univers-Condensed-BoldItalic: Standard "(001.008S)" Standard ROM
570*Font Wingdings-Regular: Special "(001.008S)" Special ROM
571*?FontQuery: "
572 save
573   /str 100 string dup 0 (fonts/) putinterval def
574   { count 1 gt
575     { exch dup str 6 94 getinterval cvs
576       (/) print print (:) print
577       FontDirectory exch known
578       { (Yes) } { (No) } ifelse =
579     } { exit } ifelse
580   } bind loop
581   (*) = flush
582 restore"
583*End
584*?FontList: "
585 save
586   FontDirectory { pop == } bind forall flush (*) = flush
587 restore"
588*End
589
590*%Printer Messages
591*Message: "%%[ exitserver: permanent state may be changed ]%%"
592*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
593*Message: "\FontName\ not found, using Courier"
594
595*%Status (format: %%[ status: <one of these> ]%% )
596*Status: "warming up"/warming up
597*Status: "idle"/idle
598*Status: "busy"/busy
599*Status: "waiting"/waiting
600*Status: "printing"/printing
601*Status: "initializing"/initializing
602
603*Status: "printing test page"/printing test page
604
605*%Printer Error (format: %%[ PrinterError: <one of these> ]%% )
606*PrinterError: "paper entry misfeed"
607*PrinterError: "cover open"
608*PrinterError: "no paper tray"
609*PrinterError: "out of paper"
610*PrinterError: "toner low (halt)"
611*PrinterError: "warming up"
612*PrinterError: "other reason"
613*PrinterError: "video interface mode"
614*PrinterError: "offline"
615*PrinterError: "toner low (warning)"
616
617*%Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
618*Source: "serial 25"
619*Source: "parallel"
620*Source: "AppleTalk"
621*Source: "option"
622
623*%  End of PPD file for Kyocera Mita KM-1810
624