File: Kyocera_FS-C5100DN.ppd

package info (click to toggle)
foomatic-db 20200820-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 670,572 kB
  • sloc: xml: 326,326; sh: 153; makefile: 114; python: 8
file content (1227 lines) | stat: -rw-r--r-- 55,864 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
*PPD-Adobe: "4.3"
*%=============================================================================
*%
*%  PPD file for Kyocera FS-C5100DN (English)
*%  Linux Version
*%
*%  Copyright (C) 2008 KYOCERA CORPORATION.
*%  Copyright (C) 2007 Revised Edition KYOCERA MITA CORPORATION.
*%
*%  Permission is granted for redistribution of this file as long as this
*%  copyright notice is intact and the contents of the file are not altered
*%  in any way from their original form.
*%
*%  Permission is hereby granted, free of charge, to any person obtaining
*%  a copy of this software and associated documentation files (the
*%  "Software"), to deal in the Software without restriction, including
*%  without limitation the rights to use, copy, modify, merge, publish,
*%  distribute, sublicense, and/or sell copies of the Software, and to
*%  permit persons to whom the Software is furnished to do so, subject to
*%  the following conditions:
*%
*%  The above copyright notice and this permission notice shall be
*%  included in all copies or substantial portions of the Software.
*%
*%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
*%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
*%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
*%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
*%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
*%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
*%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*%
*%  [this is the MIT open source license -- see www.opensource.org]
*%
*%=============================================================================
*%=============================================================================

*FileVersion: "8.4"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*Product: "(FS-C5100DN)"
*PSVersion: "(3011.103) 1"
*Manufacturer: "Kyocera"
*ModelName: "Kyocera FS-C5100DN KPDL"
*ShortNickName: "Kyocera FS-C5100DN (KPDL)"
*NickName: "Kyocera FS-C5100DN (KPDL)"
*PCFileName: "KC5100EE.PPD"

*% Basic Device Capabilities
*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: CMYK
*ContoneOnly: False
*AccurateScreensSupport: True
*TTRasterizer: Type42
*?TTRasterizer: "
  save
  42 /FontType resourcestatus
  { pop pop (Type42) }{ (None) } ifelse
  = flush restore"
*End

*Throughput: "21"

*% System Management
*SuggestedJobTimeout: "0"
*SuggestedManualFeedTimeout: "0"
*SuggestedWaitTimeout: "120"
*PrintPSErrors: True

*Password: "0"

*ExitServer: "
  count 0 eq {true}
  {dup statusdict /checkpassword get exec not} ifelse
  {(WARNING : Cannot perform the exitserver command.) =
    (Password supplied is not valid.) =
    (Please contact the author of this software.) = flush quit} if
  serverdict /exitserver get exec"
*End

*Reset: "
  count 0 eq { true }
  {dup statusdict /checkpassword get exec not} ifelse
  {(WARNING : Cannot perform the exitserver command.) =
    (Password supplied is not valid.) =
    (Please contact the author of this software.) = flush quit} if
  serverdict /exitserver get exec
  systemdict /quit get exec
  (WARNING : Printer Reset Failed.) = flush"
*End

*% Protocols
*Protocols: PJL TBCP

*1284Modes Parallel: Compat Nibble ECP
*1284DeviceID: "MFG:Kyocera;MODEL:Kyocera FS-C5100DN;COMMAND SET: POSTSCRIPT,PJL,PCL"

*% JCL Information 
*JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
*JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
*JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"

*JCLOpenUI *JCLTrapping/Trapping: PickOne
*DefaultJCLTrapping: Medium
*OrderDependency: 100 JCLSetup *JCLTrapping
*JCLTrapping Off/Off: "@PJL SET KTRAPPING=0<0A>"
*JCLTrapping Light/Light: "@PJL SET KTRAPPING=1<0A>"
*JCLTrapping Medium/Medium: "@PJL SET KTRAPPING=2<0A>"
*JCLTrapping Heavy/Heavy: "@PJL SET KTRAPPING=3<0A>"
*JCLTrapping VeryHeavy/Very heavy: "@PJL SET KTRAPPING=4<0A>"
*JCLCloseUI: *JCLTrapping

*JCLOpenUI *JCLHalftone/Halftone Screen: PickOne
*DefaultJCLHalftone: Gradation
*OrderDependency: 101 JCLSetup *JCLHalftone
*JCLHalftone Gradation/Optimize for Color Smoothness: "!R!CRES;SCRN0;"
*JCLHalftone Detail/Optimize for Detail: "!R!CRES;SCRN1;"
*JCLHalftone LineArt/Optimize for Line Drawing: "!R!CRES;SCRN2;"
*JCLCloseUI: *JCLHalftone

*JCLOpenUI *JCLRedLevel/RGB Level (Red): PickOne
*DefaultJCLRedLevel: None
*OrderDependency: 102 JCLSetup *JCLRedLevel
*JCLRedLevel None/Normal: "RGBL0,0;"
*JCLRedLevel Minus10/-10: "RGBL0,-10;"
*JCLRedLevel Minus9/-9: "RGBL0,-9;"
*JCLRedLevel Minus8/-8: "RGBL0,-8;"
*JCLRedLevel Minus7/-7: "RGBL0,-7;"
*JCLRedLevel Minus6/-6: "RGBL0,-6;"
*JCLRedLevel Minus5/-5: "RGBL0,-5;"
*JCLRedLevel Minus4/-4: "RGBL0,-4;"
*JCLRedLevel Minus3/-3: "RGBL0,-3;"
*JCLRedLevel Minus2/-2: "RGBL0,-2;"
*JCLRedLevel Minus1/-1: "RGBL0,-1;"
*JCLRedLevel Plus1/+1: "RGBL0,1;"
*JCLRedLevel Plus2/+2: "RGBL0,2;"
*JCLRedLevel Plus3/+3: "RGBL0,3;"
*JCLRedLevel Plus4/+4: "RGBL0,4;"
*JCLRedLevel Plus5/+5: "RGBL0,5;"
*JCLRedLevel Plus6/+6: "RGBL0,6;"
*JCLRedLevel Plus7/+7: "RGBL0,7;"
*JCLRedLevel Plus8/+8: "RGBL0,8;"
*JCLRedLevel Plus9/+9: "RGBL0,9;"
*JCLRedLevel Plus10/+10: "RGBL0,10;"
*JCLCloseUI: *JCLRedLevel

*JCLOpenUI *JCLGreenLevel/RGB Level (Green): PickOne
*DefaultJCLGreenLevel: None
*OrderDependency: 103 JCLSetup *JCLGreenLevel
*JCLGreenLevel None/Normal: "RGBL1,0;"
*JCLGreenLevel Minus10/-10: "RGBL1,-10;"
*JCLGreenLevel Minus9/-9: "RGBL1,-9;"
*JCLGreenLevel Minus8/-8: "RGBL1,-8;"
*JCLGreenLevel Minus7/-7: "RGBL1,-7;"
*JCLGreenLevel Minus6/-6: "RGBL1,-6;"
*JCLGreenLevel Minus5/-5: "RGBL1,-5;"
*JCLGreenLevel Minus4/-4: "RGBL1,-4;"
*JCLGreenLevel Minus3/-3: "RGBL1,-3;"
*JCLGreenLevel Minus2/-2: "RGBL1,-2;"
*JCLGreenLevel Minus1/-1: "RGBL1,-1;"
*JCLGreenLevel Plus1/+1: "RGBL1,1;"
*JCLGreenLevel Plus2/+2: "RGBL1,2;"
*JCLGreenLevel Plus3/+3: "RGBL1,3;"
*JCLGreenLevel Plus4/+4: "RGBL1,4;"
*JCLGreenLevel Plus5/+5: "RGBL1,5;"
*JCLGreenLevel Plus6/+6: "RGBL1,6;"
*JCLGreenLevel Plus7/+7: "RGBL1,7;"
*JCLGreenLevel Plus8/+8: "RGBL1,8;"
*JCLGreenLevel Plus9/+9: "RGBL1,9;"
*JCLGreenLevel Plus10/+10: "RGBL1,10;"
*JCLCloseUI: *JCLGreenLevel

*JCLOpenUI *JCLBlueLevel/RGB Level (Blue): PickOne
*DefaultJCLBlueLevel: None
*OrderDependency: 104 JCLSetup *JCLBlueLevel
*JCLBlueLevel None/Normal: "RGBL2,0;"
*JCLBlueLevel Minus10/-10: "RGBL2,-10;"
*JCLBlueLevel Minus9/-9: "RGBL2,-9;"
*JCLBlueLevel Minus8/-8: "RGBL2,-8;"
*JCLBlueLevel Minus7/-7: "RGBL2,-7;"
*JCLBlueLevel Minus6/-6: "RGBL2,-6;"
*JCLBlueLevel Minus5/-5: "RGBL2,-5;"
*JCLBlueLevel Minus4/-4: "RGBL2,-4;"
*JCLBlueLevel Minus3/-3: "RGBL2,-3;"
*JCLBlueLevel Minus2/-2: "RGBL2,-2;"
*JCLBlueLevel Minus1/-1: "RGBL2,-1;"
*JCLBlueLevel Plus1/+1: "RGBL2,1;"
*JCLBlueLevel Plus2/+2: "RGBL2,2;"
*JCLBlueLevel Plus3/+3: "RGBL2,3;"
*JCLBlueLevel Plus4/+4: "RGBL2,4;"
*JCLBlueLevel Plus5/+5: "RGBL2,5;"
*JCLBlueLevel Plus6/+6: "RGBL2,6;"
*JCLBlueLevel Plus7/+7: "RGBL2,7;"
*JCLBlueLevel Plus8/+8: "RGBL2,8;"
*JCLBlueLevel Plus9/+9: "RGBL2,9;"
*JCLBlueLevel Plus10/+10: "RGBL2,10;"
*JCLCloseUI: *JCLBlueLevel

*JCLOpenUI *JCLHueMaster/Hue Adjustment (Master): PickOne
*DefaultJCLHueMaster: None
*OrderDependency: 105 JCLSetup *JCLHueMaster
*JCLHueMaster None/Normal: "HUE0,0;"
*JCLHueMaster Minus180/-180<B0>: "HUE0,-180;"
*JCLHueMaster Minus170/-170<B0>: "HUE0,-170;"
*JCLHueMaster Minus160/-160<B0>: "HUE0,-160;"
*JCLHueMaster Minus150/-150<B0>: "HUE0,-150;"
*JCLHueMaster Minus140/-140<B0>: "HUE0,-140;"
*JCLHueMaster Minus130/-130<B0>: "HUE0,-130;"
*JCLHueMaster Minus120/-120<B0>: "HUE0,-120;"
*JCLHueMaster Minus110/-110<B0>: "HUE0,-110;"
*JCLHueMaster Minus100/-100<B0>: "HUE0,-100;"
*JCLHueMaster Minus90/-90<B0>: "HUE0,-90;"
*JCLHueMaster Minus80/-80<B0>: "HUE0,-80;"
*JCLHueMaster Minus70/-70<B0>: "HUE0,-70;"
*JCLHueMaster Minus60/-60<B0>: "HUE0,-60;"
*JCLHueMaster Minus50/-50<B0>: "HUE0,-50;"
*JCLHueMaster Minus40/-40<B0>: "HUE0,-40;"
*JCLHueMaster Minus30/-30<B0>: "HUE0,-30;"
*JCLHueMaster Minus20/-20<B0>: "HUE0,-20;"
*JCLHueMaster Minus10/-10<B0>: "HUE0,-10;"
*JCLHueMaster Plus10/+10<B0>: "HUE0,10;"
*JCLHueMaster Plus20/+20<B0>: "HUE0,20;"
*JCLHueMaster Plus30/+30<B0>: "HUE0,30;"
*JCLHueMaster Plus40/+40<B0>: "HUE0,40;"
*JCLHueMaster Plus50/+50<B0>: "HUE0,50;"
*JCLHueMaster Plus60/+60<B0>: "HUE0,60;"
*JCLHueMaster Plus70/+70<B0>: "HUE0,70;"
*JCLHueMaster Plus80/+80<B0>: "HUE0,80;"
*JCLHueMaster Plus90/+90<B0>: "HUE0,90;"
*JCLHueMaster Plus100/+100<B0>: "HUE0,100;"
*JCLHueMaster Plus110/+110<B0>: "HUE0,110;"
*JCLHueMaster Plus120/+120<B0>: "HUE0,120;"
*JCLHueMaster Plus130/+130<B0>: "HUE0,130;"
*JCLHueMaster Plus140/+140<B0>: "HUE0,140;"
*JCLHueMaster Plus150/+150<B0>: "HUE0,150;"
*JCLHueMaster Plus160/+160<B0>: "HUE0,160;"
*JCLHueMaster Plus170/+170<B0>: "HUE0,170;"
*JCLHueMaster Plus180/+180<B0>: "HUE0,180;"
*JCLCloseUI: *JCLHueMaster

*JCLOpenUI *JCLHueRed/Hue Adjustment (Red): PickOne
*DefaultJCLHueRed: None
*OrderDependency: 106 JCLSetup *JCLHueRed
*JCLHueRed None/Normal: "HUE1,0;"
*JCLHueRed Minus10/-60<B0>: "HUE1,-10;"
*JCLHueRed Minus9/-54<B0>: "HUE1,-9;"
*JCLHueRed Minus8/-48<B0>: "HUE1,-8;"
*JCLHueRed Minus7/-42<B0>: "HUE1,-7;"
*JCLHueRed Minus6/-36<B0>: "HUE1,-6;"
*JCLHueRed Minus5/-30<B0>: "HUE1,-5;"
*JCLHueRed Minus4/-24<B0>: "HUE1,-4;"
*JCLHueRed Minus3/-18<B0>: "HUE1,-3;"
*JCLHueRed Minus2/-12<B0>: "HUE1,-2;"
*JCLHueRed Minus1/-6<B0>: "HUE1,-1;"
*JCLHueRed Plus1/+6<B0>: "HUE1,1;"
*JCLHueRed Plus2/+12<B0>: "HUE1,2;"
*JCLHueRed Plus3/+18<B0>: "HUE1,3;"
*JCLHueRed Plus4/+24<B0>: "HUE1,4;"
*JCLHueRed Plus5/+30<B0>: "HUE1,5;"
*JCLHueRed Plus6/+36<B0>: "HUE1,6;"
*JCLHueRed Plus7/+42<B0>: "HUE1,7;"
*JCLHueRed Plus8/+48<B0>: "HUE1,8;"
*JCLHueRed Plus9/+54<B0>: "HUE1,9;"
*JCLHueRed Plus10/+60<B0>: "HUE1,10;"
*JCLCloseUI: *JCLHueRed

*JCLOpenUI *JCLHueYellow/Hue Adjustment (Yellow): PickOne
*DefaultJCLHueYellow: None
*OrderDependency: 107 JCLSetup *JCLHueYellow
*JCLHueYellow None/Normal: "HUE2,0;"
*JCLHueYellow Minus10/-60<B0>: "HUE2,-10;"
*JCLHueYellow Minus9/-54<B0>: "HUE2,-9;"
*JCLHueYellow Minus8/-48<B0>: "HUE2,-8;"
*JCLHueYellow Minus7/-42<B0>: "HUE2,-7;"
*JCLHueYellow Minus6/-36<B0>: "HUE2,-6;"
*JCLHueYellow Minus5/-30<B0>: "HUE2,-5;"
*JCLHueYellow Minus4/-24<B0>: "HUE2,-4;"
*JCLHueYellow Minus3/-18<B0>: "HUE2,-3;"
*JCLHueYellow Minus2/-12<B0>: "HUE2,-2;"
*JCLHueYellow Minus1/-6<B0>: "HUE2,-1;"
*JCLHueYellow Plus1/+6<B0>: "HUE2,1;"
*JCLHueYellow Plus2/+12<B0>: "HUE2,2;"
*JCLHueYellow Plus3/+18<B0>: "HUE2,3;"
*JCLHueYellow Plus4/+24<B0>: "HUE2,4;"
*JCLHueYellow Plus5/+30<B0>: "HUE2,5;"
*JCLHueYellow Plus6/+36<B0>: "HUE2,6;"
*JCLHueYellow Plus7/+42<B0>: "HUE2,7;"
*JCLHueYellow Plus8/+48<B0>: "HUE2,8;"
*JCLHueYellow Plus9/+54<B0>: "HUE2,9;"
*JCLHueYellow Plus10/+60<B0>: "HUE2,10;"
*JCLCloseUI: *JCLHueYellow

*JCLOpenUI *JCLHueGreen/Hue Adjustment (Green): PickOne
*DefaultJCLHueGreen: None
*OrderDependency: 108 JCLSetup *JCLHueGreen
*JCLHueGreen None/Normal: "HUE3,0;"
*JCLHueGreen Minus10/-60<B0>: "HUE3,-10;"
*JCLHueGreen Minus9/-54<B0>: "HUE3,-9;"
*JCLHueGreen Minus8/-48<B0>: "HUE3,-8;"
*JCLHueGreen Minus7/-42<B0>: "HUE3,-7;"
*JCLHueGreen Minus6/-36<B0>: "HUE3,-6;"
*JCLHueGreen Minus5/-30<B0>: "HUE3,-5;"
*JCLHueGreen Minus4/-24<B0>: "HUE3,-4;"
*JCLHueGreen Minus3/-18<B0>: "HUE3,-3;"
*JCLHueGreen Minus2/-12<B0>: "HUE3,-2;"
*JCLHueGreen Minus1/-6<B0>: "HUE3,-1;"
*JCLHueGreen Plus1/+6<B0>: "HUE3,1;"
*JCLHueGreen Plus2/+12<B0>: "HUE3,2;"
*JCLHueGreen Plus3/+18<B0>: "HUE3,3;"
*JCLHueGreen Plus4/+24<B0>: "HUE3,4;"
*JCLHueGreen Plus5/+30<B0>: "HUE3,5;"
*JCLHueGreen Plus6/+36<B0>: "HUE3,6;"
*JCLHueGreen Plus7/+42<B0>: "HUE3,7;"
*JCLHueGreen Plus8/+48<B0>: "HUE3,8;"
*JCLHueGreen Plus9/+54<B0>: "HUE3,9;"
*JCLHueGreen Plus10/+60<B0>: "HUE3,10;"
*JCLCloseUI: *JCLHueGreen

*JCLOpenUI *JCLHueCyan/Hue Adjustment (Cyan): PickOne
*DefaultJCLHueCyan: None
*OrderDependency: 109 JCLSetup *JCLHueCyan
*JCLHueCyan None/Normal: "HUE4,0;"
*JCLHueCyan Minus10/-60<B0>: "HUE4,-10;"
*JCLHueCyan Minus9/-54<B0>: "HUE4,-9;"
*JCLHueCyan Minus8/-48<B0>: "HUE4,-8;"
*JCLHueCyan Minus7/-42<B0>: "HUE4,-7;"
*JCLHueCyan Minus6/-36<B0>: "HUE4,-6;"
*JCLHueCyan Minus5/-30<B0>: "HUE4,-5;"
*JCLHueCyan Minus4/-24<B0>: "HUE4,-4;"
*JCLHueCyan Minus3/-18<B0>: "HUE4,-3;"
*JCLHueCyan Minus2/-12<B0>: "HUE4,-2;"
*JCLHueCyan Minus1/-6<B0>: "HUE4,-1;"
*JCLHueCyan Plus1/+6<B0>: "HUE4,1;"
*JCLHueCyan Plus2/+12<B0>: "HUE4,2;"
*JCLHueCyan Plus3/+18<B0>: "HUE4,3;"
*JCLHueCyan Plus4/+24<B0>: "HUE4,4;"
*JCLHueCyan Plus5/+30<B0>: "HUE4,5;"
*JCLHueCyan Plus6/+36<B0>: "HUE4,6;"
*JCLHueCyan Plus7/+42<B0>: "HUE4,7;"
*JCLHueCyan Plus8/+48<B0>: "HUE4,8;"
*JCLHueCyan Plus9/+54<B0>: "HUE4,9;"
*JCLHueCyan Plus10/+60<B0>: "HUE4,10;"
*JCLCloseUI: *JCLHueCyan

*JCLOpenUI *JCLHueBlue/Hue Adjustment (Blue): PickOne
*DefaultJCLHueBlue: None
*OrderDependency: 110 JCLSetup *JCLHueBlue
*JCLHueBlue None/Normal: "HUE5,0;"
*JCLHueBlue Minus10/-60<B0>: "HUE5,-10;"
*JCLHueBlue Minus9/-54<B0>: "HUE5,-9;"
*JCLHueBlue Minus8/-48<B0>: "HUE5,-8;"
*JCLHueBlue Minus7/-42<B0>: "HUE5,-7;"
*JCLHueBlue Minus6/-36<B0>: "HUE5,-6;"
*JCLHueBlue Minus5/-30<B0>: "HUE5,-5;"
*JCLHueBlue Minus4/-24<B0>: "HUE5,-4;"
*JCLHueBlue Minus3/-18<B0>: "HUE5,-3;"
*JCLHueBlue Minus2/-12<B0>: "HUE5,-2;"
*JCLHueBlue Minus1/-6<B0>: "HUE5,-1;"
*JCLHueBlue Plus1/+6<B0>: "HUE5,1;"
*JCLHueBlue Plus2/+12<B0>: "HUE5,2;"
*JCLHueBlue Plus3/+18<B0>: "HUE5,3;"
*JCLHueBlue Plus4/+24<B0>: "HUE5,4;"
*JCLHueBlue Plus5/+30<B0>: "HUE5,5;"
*JCLHueBlue Plus6/+36<B0>: "HUE5,6;"
*JCLHueBlue Plus7/+42<B0>: "HUE5,7;"
*JCLHueBlue Plus8/+48<B0>: "HUE5,8;"
*JCLHueBlue Plus9/+54<B0>: "HUE5,9;"
*JCLHueBlue Plus10/+60<B0>: "HUE5,10;"
*JCLCloseUI: *JCLHueBlue

*JCLOpenUI *JCLHueMagenta/Hue Adjustment (Magenta): PickOne
*DefaultJCLHueMagenta: None
*OrderDependency: 111 JCLSetup *JCLHueMagenta
*JCLHueMagenta None/Normal: "HUE6,0;"
*JCLHueMagenta Minus10/-60<B0>: "HUE6,-10;"
*JCLHueMagenta Minus9/-54<B0>: "HUE6,-9;"
*JCLHueMagenta Minus8/-48<B0>: "HUE6,-8;"
*JCLHueMagenta Minus7/-42<B0>: "HUE6,-7;"
*JCLHueMagenta Minus6/-36<B0>: "HUE6,-6;"
*JCLHueMagenta Minus5/-30<B0>: "HUE6,-5;"
*JCLHueMagenta Minus4/-24<B0>: "HUE6,-4;"
*JCLHueMagenta Minus3/-18<B0>: "HUE6,-3;"
*JCLHueMagenta Minus2/-12<B0>: "HUE6,-2;"
*JCLHueMagenta Minus1/-6<B0>: "HUE6,-1;"
*JCLHueMagenta Plus1/+6<B0>: "HUE6,1;"
*JCLHueMagenta Plus2/+12<B0>: "HUE6,2;"
*JCLHueMagenta Plus3/+18<B0>: "HUE6,3;"
*JCLHueMagenta Plus4/+24<B0>: "HUE6,4;"
*JCLHueMagenta Plus5/+30<B0>: "HUE6,5;"
*JCLHueMagenta Plus6/+36<B0>: "HUE6,6;"
*JCLHueMagenta Plus7/+42<B0>: "HUE6,7;"
*JCLHueMagenta Plus8/+48<B0>: "HUE6,8;"
*JCLHueMagenta Plus9/+54<B0>: "HUE6,9;"
*JCLHueMagenta Plus10/+60<B0>: "HUE6,10;"
*JCLCloseUI: *JCLHueMagenta

*JCLOpenUI *JCLLightnessGamma/Lightness (Gamma): PickOne
*DefaultJCLLightnessGamma: None
*OrderDependency: 112 JCLSetup *JCLLightnessGamma
*JCLLightnessGamma None/Normal: "LGHT0,0;"
*JCLLightnessGamma Minus10/-10: "LGHT0,-10;"
*JCLLightnessGamma Minus9/-9: "LGHT0,-9;"
*JCLLightnessGamma Minus8/-8: "LGHT0,-8;"
*JCLLightnessGamma Minus7/-7: "LGHT0,-7;"
*JCLLightnessGamma Minus6/-6: "LGHT0,-6;"
*JCLLightnessGamma Minus5/-5: "LGHT0,-5;"
*JCLLightnessGamma Minus4/-4: "LGHT0,-4;"
*JCLLightnessGamma Minus3/-3: "LGHT0,-3;"
*JCLLightnessGamma Minus2/-2: "LGHT0,-2;"
*JCLLightnessGamma Minus1/-1: "LGHT0,-1;"
*JCLLightnessGamma Plus1/+1: "LGHT0,1;"
*JCLLightnessGamma Plus2/+2: "LGHT0,2;"
*JCLLightnessGamma Plus3/+3: "LGHT0,3;"
*JCLLightnessGamma Plus4/+4: "LGHT0,4;"
*JCLLightnessGamma Plus5/+5: "LGHT0,5;"
*JCLLightnessGamma Plus6/+6: "LGHT0,6;"
*JCLLightnessGamma Plus7/+7: "LGHT0,7;"
*JCLLightnessGamma Plus8/+8: "LGHT0,8;"
*JCLLightnessGamma Plus9/+9: "LGHT0,9;"
*JCLLightnessGamma Plus10/+10: "LGHT0,10;"
*JCLCloseUI: *JCLLightnessGamma

*JCLOpenUI *JCLLightnessContrast/Lightness (Contrast): PickOne
*DefaultJCLLightnessContrast: None
*OrderDependency: 113 JCLSetup *JCLLightnessContrast
*JCLLightnessContrast None/Normal: "LGHT1,0;"
*JCLLightnessContrast Minus10/-10: "LGHT1,-10;"
*JCLLightnessContrast Minus9/-9: "LGHT1,-9;"
*JCLLightnessContrast Minus8/-8: "LGHT1,-8;"
*JCLLightnessContrast Minus7/-7: "LGHT1,-7;"
*JCLLightnessContrast Minus6/-6: "LGHT1,-6;"
*JCLLightnessContrast Minus5/-5: "LGHT1,-5;"
*JCLLightnessContrast Minus4/-4: "LGHT1,-4;"
*JCLLightnessContrast Minus3/-3: "LGHT1,-3;"
*JCLLightnessContrast Minus2/-2: "LGHT1,-2;"
*JCLLightnessContrast Minus1/-1: "LGHT1,-1;"
*JCLLightnessContrast Plus1/+1: "LGHT1,1;"
*JCLLightnessContrast Plus2/+2: "LGHT1,2;"
*JCLLightnessContrast Plus3/+3: "LGHT1,3;"
*JCLLightnessContrast Plus4/+4: "LGHT1,4;"
*JCLLightnessContrast Plus5/+5: "LGHT1,5;"
*JCLLightnessContrast Plus6/+6: "LGHT1,6;"
*JCLLightnessContrast Plus7/+7: "LGHT1,7;"
*JCLLightnessContrast Plus8/+8: "LGHT1,8;"
*JCLLightnessContrast Plus9/+9: "LGHT1,9;"
*JCLLightnessContrast Plus10/+10: "LGHT1,10;"
*JCLCloseUI: *JCLLightnessContrast

*JCLOpenUI *JCLSaturation/Saturation: PickOne
*DefaultJCLSaturation: None
*OrderDependency: 114 JCLSetup *JCLSaturation
*JCLSaturation None/Normal: "SATU0;EXIT;<1B>%-12345X"
*JCLSaturation Minus10/-10: "SATU-10;EXIT;<1B>%-12345X"
*JCLSaturation Minus9/-9: "SATU-9;EXIT;<1B>%-12345X"
*JCLSaturation Minus8/-8: "SATU-8;EXIT;<1B>%-12345X"
*JCLSaturation Minus7/-7: "SATU-7;EXIT;<1B>%-12345X"
*JCLSaturation Minus6/-6: "SATU-6;EXIT;<1B>%-12345X"
*JCLSaturation Minus5/-5: "SATU-5;EXIT;<1B>%-12345X"
*JCLSaturation Minus4/-4: "SATU-4;EXIT;<1B>%-12345X"
*JCLSaturation Minus3/-3: "SATU-3;EXIT;<1B>%-12345X"
*JCLSaturation Minus2/-2: "SATU-2;EXIT;<1B>%-12345X"
*JCLSaturation Minus1/-1: "SATU-1;EXIT;<1B>%-12345X"
*JCLSaturation Plus1/+1: "SATU1;EXIT;<1B>%-12345X"
*JCLSaturation Plus2/+2: "SATU2;EXIT;<1B>%-12345X"
*JCLSaturation Plus3/+3: "SATU3;EXIT;<1B>%-12345X"
*JCLSaturation Plus4/+4: "SATU4;EXIT;<1B>%-12345X"
*JCLSaturation Plus5/+5: "SATU5;EXIT;<1B>%-12345X"
*JCLSaturation Plus6/+6: "SATU6;EXIT;<1B>%-12345X"
*JCLSaturation Plus7/+7: "SATU7;EXIT;<1B>%-12345X"
*JCLSaturation Plus8/+8: "SATU8;EXIT;<1B>%-12345X"
*JCLSaturation Plus9/+9: "SATU9;EXIT;<1B>%-12345X"
*JCLSaturation Plus10/+10: "SATU10;EXIT;<1B>%-12345X"
*JCLCloseUI: *JCLSaturation

*% Installable Options
*OpenGroup: InstallableOptions/Installed Options

*% Paper Feeders
*OpenUI *Option20/Paper Feeders: PickOne
*DefaultOption20: None
*Option20 None/Not Installed: ""
*Option20 One/One: ""
*Option20 Two/Two: ""
*?Option20: "
  save
  (None) currentpagedevice dup /InputAttributes known {
    /InputAttributes get
    dup 1 known {dup 1 get null ne {exch pop (One) exch} if} if
    dup 4 known {dup 4 get null ne {exch pop (Two) exch} if} if
  } if pop
  = flush restore"
*End
*CloseUI: *Option20

*% Disk Drive
*OpenUI *Option18/Optional Disk: PickOne
*DefaultOption18: None
*Option18 None/Not Installed: ""
*Option18 RAMDisk/RAM Disk: ""
*?Option18: "
  save
  false
  (%disk?%)
  {currentdevparams dup /Writeable known
    {dup /Writeable get
      {exch pop /LogicalSize get dup 0 gt exch 950000 lt eq true}{pop pop false} ifelse
    }{pop pop} ifelse
  } 100 string /IODevice resourceforall
  {{(RAMDisk)}{(HardDisk)} ifelse}{(None)} ifelse
  = flush restore"
*End
*CloseUI: *Option18

*% Installed Memory
*OpenUI *InstalledMemory/Memory: PickOne
*DefaultInstalledMemory: 256MB
*InstalledMemory 256MB/256MB Standard: ""
*InstalledMemory 384MB/128MB Upgrade: ""
*InstalledMemory 512MB/256MB Upgrade: ""
*InstalledMemory 768MB/512MB Upgrade: ""
*InstalledMemory 1280MB/1024MB Upgrade: ""
*?InstalledMemory: "
  save
  currentsystemparams dup
  /RamSize known {
    /RamSize get
    524288 div ceiling cvi 2 div cvi
    /vmsize 20 string def
    vmsize cvs print
    (MB) print (\n) print flush
  }{
    pop (Unknown) print flush
  } ifelse
  restore"
*End
*CloseUI: *InstalledMemory

*CloseGroup: InstallableOptions

*% Virtual Memory 

*FreeVM: "32000000"

*VMOption 256MB: "32000000"
*VMOption 384MB: "32000000"
*VMOption 512MB: "32000000"
*VMOption 768MB: "32000000"
*VMOption 1280MB: "32000000"


*% Constraints
*UIConstraints: *Option20 None *InputSlot PF500A
*UIConstraints: *InputSlot PF500A *Option20 None
*UIConstraints: *Option20 None *InputSlot PF500B
*UIConstraints: *InputSlot PF500B *Option20 None
*UIConstraints: *Option20 One *InputSlot PF500B
*UIConstraints: *InputSlot PF500B *Option20 One
*UIConstraints: *Option18 None *KCCollate ProofHold
*UIConstraints: *KCCollate ProofHold *Option18 None
*UIConstraints: *Option18 None *KCCollate On
*UIConstraints: *KCCollate On *Option18 None
*UIConstraints: *PageSize B6 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageRegion B6
*UIConstraints: *PageSize EnvPersonal *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageSize EnvPersonal
*UIConstraints: *PageRegion EnvPersonal *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageRegion EnvPersonal
*UIConstraints: *PageSize Env9 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageSize Env9
*UIConstraints: *PageRegion Env9 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageRegion Env9
*UIConstraints: *PageSize Env10 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageSize Env10
*UIConstraints: *PageRegion Env10 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageRegion Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageSize EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageRegion EnvMonarch
*UIConstraints: *PageSize EnvDL *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageSize EnvDL
*UIConstraints: *PageRegion EnvDL *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageRegion EnvDL
*UIConstraints: *PageSize EnvC5 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageSize EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot Internal
*UIConstraints: *InputSlot Internal *PageRegion EnvC5
*UIConstraints: *PageSize A6 *InputSlot PF500A
*UIConstraints: *InputSlot PF500A *PageSize A6
*UIConstraints: *PageRegion A6 *InputSlot PF500A
*UIConstraints: *InputSlot PF500A *PageRegion A6
*UIConstraints: *PageSize B6 *InputSlot PF500A
*UIConstraints: *InputSlot PF500A *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot PF500A
*UIConstraints: *InputSlot PF500A *PageRegion B6
*UIConstraints: *PageSize A6 *InputSlot PF500B
*UIConstraints: *InputSlot PF500B *PageSize A6
*UIConstraints: *PageRegion A6 *InputSlot PF500B
*UIConstraints: *InputSlot PF500B *PageRegion A6
*UIConstraints: *PageSize B6 *InputSlot PF500B
*UIConstraints: *InputSlot PF500B *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot PF500B
*UIConstraints: *InputSlot PF500B *PageRegion B6
*UIConstraints: *Duplex *PageSize A6
*UIConstraints: *PageSize A6 *Duplex DuplexTumble
*UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion A6
*UIConstraints: *PageRegion A6 *Duplex DuplexTumble
*UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize B6
*UIConstraints: *PageSize B6 *Duplex DuplexTumble
*UIConstraints: *PageSize B6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion B6
*UIConstraints: *PageRegion B6 *Duplex DuplexTumble
*UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *Duplex DuplexTumble
*UIConstraints: *PageSize EnvPersonal *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion EnvPersonal
*UIConstraints: *PageRegion EnvPersonal *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvPersonal *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize Env9
*UIConstraints: *PageSize Env9 *Duplex DuplexTumble
*UIConstraints: *PageSize Env9 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion Env9
*UIConstraints: *PageRegion Env9 *Duplex DuplexTumble
*UIConstraints: *PageRegion Env9 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize Env10
*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion Env10
*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
*UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion EnvDL
*UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
*UIConstraints: *ColorModel Gray *Colorreprod Textgraph
*UIConstraints: *Colorreprod Textgraph *ColorModel Gray
*UIConstraints: *ColorModel Gray *Colorreprod Textphoto
*UIConstraints: *Colorreprod Textphoto *ColorModel Gray
*UIConstraints: *ColorModel Gray *Colorreprod Vivid
*UIConstraints: *Colorreprod Vivid *ColorModel Gray
*UIConstraints: *ColorModel Gray *Colorreprod Publications
*UIConstraints: *Colorreprod Publications *ColorModel Gray
*UIConstraints: *ColorModel Gray *Colorreprod Lineart
*UIConstraints: *Colorreprod Lineart *ColorModel Gray

*% Resolution 
*DefaultResolution: 600dpi
*% KCEcoprint
*OpenUI *KCEcoprint/EcoPrint: PickOne
*OrderDependency: 10 AnySetup *KCEcoprint
*DefaultKCEcoprint: Off
*KCEcoprint Off/Off: "<< /EconoMode false >> setpagedevice"
*KCEcoprint On/On: "<< /EconoMode true >> setpagedevice"
*CloseUI: *KCEcoprint

*% Color Model
*OpenUI *ColorModel/Color Mode: PickOne
*OrderDependency: 10 AnySetup *ColorModel
*DefaultColorModel: CMYK
*ColorModel CMYK/Color (CMYK): "<< /ProcessColorModel /DeviceCMYK >> setpagedevice"
*ColorModel Gray/Monochrome: "<< /ProcessColorModel /DeviceGray >> setpagedevice"
*?ColorModel: "
  save
  currentpagedevice /ProcessColorModel get
  1 {
    dup /DeviceGray eq {pop (Gray) exit} if
    dup /DeviceCMYK eq {pop (CMYK) exit} if
    pop (Unknown)
  } repeat
  = flush restore"
*End
*CloseUI: *ColorModel

*% Glossmode 
*OpenUI *KCGlossmode/Gloss Mode: Boolean
*OrderDependency: 10 AnySetup *KCGlossmode
*DefaultKCGlossmode: False
*KCGlossmode False/Disabled: "mark 0 statusdict /setglossmode 2 copy known { get exec } if cleartomark"
*KCGlossmode True/Enabled: "mark 1 statusdict /setglossmode 2 copy known { get exec } if cleartomark"
*End
*CloseUI: *KCGlossmode

*% Color Reproduction 
*OpenUI *Colorreprod/Color Reproduction: PickOne
*OrderDependency: 10 AnySetup *Colorreprod
*DefaultColorreprod: Printersettings
*Colorreprod Printersettings/Printer settings: "<< /ColorReproductionMode 30 >> setpagedevice"
*Colorreprod Textgraph/Text and Graphics: "<< /ColorReproductionMode 31 >> setpagedevice"
*Colorreprod Textphoto/Text and Photos: "<< /ColorReproductionMode 32 >> setpagedevice"
*Colorreprod Vivid/Vivid colors: "<< /ColorReproductionMode 33 >> setpagedevice"
*Colorreprod Publications/Publications: "<< /ColorReproductionMode 34 >> setpagedevice"
*Colorreprod Lineart/Line art: "<< /ColorReproductionMode 35 >> setpagedevice"
*CloseUI: *Colorreprod

*% CIE 
*OpenUI *CIE/CIE Optimization: PickOne
*OrderDependency: 11 AnySetup *CIE
*DefaultCIE:  PrnDef
*CIE PrnDef/Printer Default: ""
*CIE False/Disabled: "<< /RejectionCIEcolor false >> setuserparams"
*CIE True/Enabled: "<< /RejectionCIEcolor true >> setuserparams"
*End
*CloseUI: *CIE

*% Halftone Information 
*DefaultHalftoneType: 1
*ScreenFreq: "37.5"
*ScreenAngle: "45.0"
*ResScreenFreq 600dpi: "37.5"
*ResScreenAngle 600dpi: "45.0"

*DefaultScreenProc: Ellipse
*ScreenProc Dot: "
  {abs exch abs 2 copy add 1 gt
  {1 sub dup mul exch 1 sub dup mul add 1 sub}
  {dup mul exch dup mul add 1 exch sub} ifelse}"
*End
*ScreenProc Line: "{pop}"
*ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
*DefaultTransfer: Null
*Transfer Null: "{}"
*Transfer Null.Inverse: "{1 exch sub}"

*% Page Policy Definitions
*OpenUI *PagePolicy/Page Policy: PickOne
*OrderDependency: 15 AnySetup *PagePolicy
*DefaultPagePolicy: On
*PagePolicy On/AutoSizeSelect: "<< /DeferredMediaSelection true >> setpagedevice"
*CloseUI: *PagePolicy

*% Paper Handling 
*% Page Size Definitions
*OpenUI *PageSize: PickOne
*OrderDependency: 40 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize A4/A4: "<< /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*PageSize A5/A5: "<< /Policies << /PageSize 7 >> /PageSize [421 595] /ImagingBBox null >> setpagedevice"
*PageSize A6/A6: "<< /Policies << /PageSize 7 >> /PageSize [297 421] /ImagingBBox null >> setpagedevice"
*PageSize B5/B5 (JIS): "<< /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*PageSize ISOB5/B5 (ISO): "<< /Policies << /PageSize 7 >> /PageSize [499 708] /ImagingBBox null >> setpagedevice"
*PageSize B6/B6: "<< /Policies << /PageSize 7 >> /PageSize [364 516] /ImagingBBox null >> setpagedevice"
*PageSize OficioII/Oficio II: "<< /Policies << /PageSize 7 >> /PageSize [612 936] /ImagingBBox null >> setpagedevice"
*PageSize Folio/Folio (210 x 330mm): "<< /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
*PageSize Statement/Statement: "<< /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*PageSize P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
*PageSize Letter/Letter: "<< /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*PageSize Legal/Legal: "<< /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*PageSize Executive/Executive: "<< /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
*PageSize EnvPersonal/Envelope #6: "<< /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
*PageSize Env9/Envelope #9: "<< /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
*PageSize Env10/Envelope #10: "<< /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
*PageSize EnvMonarch/Envelope Monarch: "<< /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
*PageSize EnvDL/Envelope DL: "<< /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
*PageSize EnvC5/Envelope C5: "<< /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
*?PageSize: "
  save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch} if
  (Unknown)
  19 dict
  dup [595 842] (A4) put
  dup [421 595] (A5) put
  dup [297 421] (A6) put
  dup [516 729] (B5) put
  dup [499 708] (ISOB5) put
  dup [364 516] (B6) put
  dup [612 936] (OficioII) put
  dup [595 935] (Folio) put
  dup [396 612] (Statement) put
  dup [558 774] (P16K) put
  dup [612 792] (Letter) put
  dup [612 1008] (Legal) put
  dup [522 756] (Executive) put
  dup [261 468] (EnvPersonal) put
  dup [279 639] (Env9) put
  dup [297 684] (Env10) put
  dup [279 540] (EnvMonarch) put
  dup [312 624] (EnvDL) put
  dup [459 649] (EnvC5) put
  {exch aload pop 4 index sub abs 5 le exch
    5 index sub abs 5 le and
    {exch pop exit}{pop} ifelse
  } bind forall
  = flush pop pop restore "
*End
*CloseUI: *PageSize

*% Page Region Definitions for Frame Buffer
*OpenUI *PageRegion: PickOne
*OrderDependency: 40 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion A4/A4: "<< /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*PageRegion A5/A5: "<< /Policies << /PageSize 7 >> /PageSize [421 595] /ImagingBBox null >> setpagedevice"
*PageRegion A6/A6: "<< /Policies << /PageSize 7 >> /PageSize [297 421] /ImagingBBox null >> setpagedevice"
*PageRegion B5/B5 (JIS): "<< /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*PageRegion ISOB5/B5 (ISO): "<< /Policies << /PageSize 7 >> /PageSize [499 708] /ImagingBBox null >> setpagedevice"
*PageRegion B6/B6: "<< /Policies << /PageSize 7 >> /PageSize [364 516] /ImagingBBox null >> setpagedevice"
*PageRegion Letter/Letter: "<< /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*PageRegion Legal/Legal: "<< /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*PageRegion Executive/Executive: "<< /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
*PageRegion EnvPersonal/Envelope #6: "<< /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
*PageRegion Env9/Envelope #9: "<< /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
*PageRegion Env10/Envelope #10: "<< /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
*PageRegion EnvMonarch/Envelope Monarch: "<< /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
*PageRegion EnvDL/Envelope DL: "<< /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
*PageRegion EnvC5/Envelope C5: "<< /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
*PageRegion OficioII/Oficio II: "<< /Policies << /PageSize 7 >> /PageSize [612 936] /ImagingBBox null >> setpagedevice"
*PageRegion Folio/Folio (210 x 330mm): "<< /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
*PageRegion Statement/Statement: "<< /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*PageRegion P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
*CloseUI: *PageRegion

*% Imageable Area Definitions
*DefaultImageableArea: A4
*ImageableArea A4/A4: "12 10 583 832"
*ImageableArea A5/A5: "12 10 409 585"
*ImageableArea A6/A6: "12 10 285 411"
*ImageableArea B5/B5 (JIS): "21 10 495 719"
*ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
*ImageableArea B6/B6: "12 10 352 506"
*ImageableArea OficioII/Oficio II: "12 12 600 924"
*ImageableArea Folio/Folio (210 x 330mm): "12 12 583 923"
*ImageableArea Statement/Statement: "12 12 384 600"
*ImageableArea P16K/16K: "12 12 547 763"
*ImageableArea Letter/Letter: "12 08 600 784"
*ImageableArea Legal/Legal: "12 08 600 1000"
*ImageableArea Executive/Executive: "12 08 510 748"
*ImageableArea EnvPersonal/Envelope #6: "12 08 249 460"
*ImageableArea Env9/Envelope #9: "12 08 267 631"
*ImageableArea Env10/Envelope #10: "12 08 285 676"
*ImageableArea EnvMonarch/Envelope Monarch: "12 08 267 532"
*ImageableArea EnvDL/Envelope DL: "12 10 300 614"
*ImageableArea EnvC5/Envelope C5: "12 10 447 639"
*?ImageableArea: "
  save
  /cvp {cvi (                   ) cvs
  print ( ) print} bind def
  newpath clippath pathbbox
  4 -2 roll exch 2 {ceiling cvp} repeat
  exch 2 {floor cvp} repeat ( )
  = flush restore"
*End

*% Physical Dimensions of Media
*DefaultPaperDimension: A4
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "421 595"
*PaperDimension A6/A6: "297 421"
*PaperDimension B5/B5 (JIS): "516 729"
*PaperDimension ISOB5/B5 (ISO): "499 708"
*PaperDimension B6/B6: "364 516"
*PaperDimension OficioII/Oficio II: "612 936"
*PaperDimension Folio/Folio (210 x 330mm): "595 935"
*PaperDimension Statement/Statement: "396 612"
*PaperDimension P16K/16K: "558 774"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension EnvPersonal/Envelope #6: "261 468"
*PaperDimension Env9/Envelope #9: "279 639"
*PaperDimension Env10/Envelope #10: "297 684"
*PaperDimension EnvMonarch/Envelope Monarch: "279 540"
*PaperDimension EnvDL/Envelope DL: "312 624"
*PaperDimension EnvC5/Envelope C5: "459 649"

*% Custom Page Size Definitions
*% Smallest = A6, Largest = LEGAL

*VariablePaperSize: True
*LeadingEdge Short: ""
*DefaultLeadingEdge: Short
*HWMargins: 12 12 12 12
*MaxMediaWidth: "612"
*MaxMediaHeight: "1008"
*NonUIOrderDependency: 40 AnySetup *CustomPageSize
*CustomPageSize True: "
  pop pop pop
  << /PageSize [ 5 -2 roll ] /ImagingBBox null
     /DeferredMediaSelection true
  >> setpagedevice"
*End
*ParamCustomPageSize Width: 1 points 278 612
*ParamCustomPageSize Height: 2 points 420 1008
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 1 1

*% Input Slot Definitions
*OpenUI *InputSlot: PickOne
*OrderDependency: 30 AnySetup *InputSlot
*DefaultInputSlot: Internal
*InputSlot Internal/Cassette 1: "<< /ManualFeed false >> setpagedevice statusdict begin 0 setpapertray end"
*InputSlot PF500A/Cassette 2: "<< /ManualFeed false >> setpagedevice statusdict begin 1 setpapertray end"
*InputSlot PF500B/Cassette 3: "<< /ManualFeed false >> setpagedevice statusdict begin 4 setpapertray end"
*InputSlot MF1/MP Tray: "<< /ManualFeed false >> setpagedevice statusdict begin 3 setpapertray end"
*?InputSlot: ""
*CloseUI: *InputSlot

*% MediaType Definitions
*OpenUI *MediaType: PickOne
*OrderDependency: 95 AnySetup *MediaType
*DefaultMediaType: PrnDef
*MediaType PrnDef/Unspecified: "<</ManualFeed false /MediaType (None) /DeferredMediaSelection true >> setpagedevice"
*MediaType Auto/Auto media selection: ""
*MediaType Plain/Plain: "<</ManualFeed false /MediaType (Plain) /DeferredMediaSelection true >> setpagedevice"
*MediaType Transparency/Transparency: "<</ManualFeed false /MediaType (Transparency) /DeferredMediaSelection true >> setpagedevice"
*MediaType Labels/Labels: "<</ManualFeed false /MediaType (Labels) /DeferredMediaSelection true >> setpagedevice"
*MediaType Letterhead/Letterhead: "<</ManualFeed false /MediaType (Letterhead) /DeferredMediaSelection true >> setpagedevice"
*MediaType Bond/Bond: "<</ManualFeed false /MediaType (Bond) /DeferredMediaSelection true >> setpagedevice"
*MediaType Color/Color: "<</ManualFeed false /MediaType (Color) /DeferredMediaSelection true >> setpagedevice"
*MediaType Preprinted/Preprinted: "<</ManualFeed false /MediaType (Preprinted) /DeferredMediaSelection true >> setpagedevice"
*MediaType Prepunched/Prepunched: "<</ManualFeed false /MediaType (Prepunched) /DeferredMediaSelection true >> setpagedevice"
*MediaType Recycled/Recycled: "<</ManualFeed false /MediaType (Recycled) /DeferredMediaSelection true >> setpagedevice"
*MediaType Cardstock/Cardstock: "<</ManualFeed false /MediaType (Card Stock) /DeferredMediaSelection true >> setpagedevice"
*MediaType Vellum/Vellum: "<</ManualFeed false /MediaType (Vellum) /DeferredMediaSelection true >> setpagedevice"
*MediaType Envelope/Envelope: "<</ManualFeed false /MediaType (Envelope) /DeferredMediaSelection true >> setpagedevice"
*MediaType Rough/Rough: "<</ManualFeed false /MediaType (Rough) /DeferredMediaSelection true >> setpagedevice"
*MediaType Thick/Thick: "<</ManualFeed false /MediaType (Thick) /DeferredMediaSelection true >> setpagedevice"
*MediaType CoatedPaper/Coated: "<</ManualFeed false /MediaType (CoatedPaper) /DeferredMediaSelection true >> setpagedevice"
*MediaType Highqlty/High quality: "<</ManualFeed false /MediaType (Fine) /DeferredMediaSelection true >> setpagedevice"
*MediaType User1/Custom type 1: "<</ManualFeed false /MediaType (Custom Type1) /DeferredMediaSelection true >> setpagedevice"
*MediaType User2/Custom type 2: "<</ManualFeed false /MediaType (Custom Type2) /DeferredMediaSelection true >> setpagedevice"
*MediaType User3/Custom type 3: "<</ManualFeed false /MediaType (Custom Type3) /DeferredMediaSelection true >> setpagedevice"
*MediaType User4/Custom type 4: "<</ManualFeed false /MediaType (Custom Type4) /DeferredMediaSelection true >> setpagedevice"
*MediaType User5/Custom type 5: "<</ManualFeed false /MediaType (Custom Type5) /DeferredMediaSelection true >> setpagedevice"
*MediaType User6/Custom type 6: "<</ManualFeed false /MediaType (Custom Type6) /DeferredMediaSelection true >> setpagedevice"
*MediaType User7/Custom type 7: "<</ManualFeed false /MediaType (Custom Type7) /DeferredMediaSelection true >> setpagedevice"
*MediaType User8/Custom type 8: "<</ManualFeed false /MediaType (Custom Type8) /DeferredMediaSelection true >> setpagedevice"
*?MediaType: "
  save
    currentpagedevice /MediaType {get} stopped
    {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse = flush
  restore"
*End
*CloseUI: *MediaType

*RequiresPageRegion All: True
*% Duplex Definitions
*OpenUI *Duplex/Duplexing: PickOne
*OrderDependency: 50 AnySetup *Duplex
*DefaultDuplex: None
*Duplex None/None: "statusdict begin false setduplexmode false settumble end"
*Duplex DuplexTumble/Short Edge: "statusdict begin true setduplexmode true settumble end"
*Duplex DuplexNoTumble/Long Edge: "statusdict begin true setduplexmode false settumble end"
*?Duplex: "
  save
  statusdict begin
  duplexmode
  {tumble {(DuplexTumble)}{(DuplexNoTumble)} ifelse}
  {(None)} ifelse
  = flush end restore"
*End
*CloseUI: *Duplex

*% Job Spooling Definitions
*OpenUI *KCCollate/Job Settings: PickOne
*OrderDependency: 20 AnySetup *KCCollate
*DefaultKCCollate: PrnDef
*KCCollate PrnDef/Printer Default: ""
*KCCollate On/Collate: "<< /Collate true >> setpagedevice"
*KCCollate None/None: "<< /Collate false >> setpagedevice"
*KCCollate ProofHold/Proof and Hold: "
  userdict /UICollateDetails known not {userdict /UICollateDetails 10 dict put} if
  userdict /UICollateDetails get dup /Mode 0 put dup /Type 8 put /Hold 3 put <</Collate true /CollateDetails UICollateDetails>> setpagedevice"
*End
*CloseUI: *KCCollate

*% Management Code Definitions
*OpenUI *KmManagment/Job Accounting: PickOne
*OrderDependency: 60 AnySetup *KmManagment
*DefaultKmManagment: Default
*KmManagment Default/Off: ""
*KmManagment MG00000000/00000000: "(00000000) statusdict /setmanagementnumber get exec"
*KmManagment MG00000001/00000001: "(00000001) statusdict /setmanagementnumber get exec"
*KmManagment MG00000002/00000002: "(00000002) statusdict /setmanagementnumber get exec"
*KmManagment MG00000003/00000003: "(00000003) statusdict /setmanagementnumber get exec"
*KmManagment MG00000004/00000004: "(00000004) statusdict /setmanagementnumber get exec"
*KmManagment MG00000005/00000005: "(00000005) statusdict /setmanagementnumber get exec"
*KmManagment MG00000006/00000006: "(00000006) statusdict /setmanagementnumber get exec"
*KmManagment MG00000007/00000007: "(00000007) statusdict /setmanagementnumber get exec"
*KmManagment MG00000008/00000008: "(00000008) statusdict /setmanagementnumber get exec"
*KmManagment MG00000009/00000009: "(00000009) statusdict /setmanagementnumber get exec"
*KmManagment MG00000010/00000010: "(00000010) statusdict /setmanagementnumber get exec"
*KmManagment MG00000011/00000011: "(00000011) statusdict /setmanagementnumber get exec"
*KmManagment MG00000012/00000012: "(00000012) statusdict /setmanagementnumber get exec"
*KmManagment MG00000013/00000013: "(00000013) statusdict /setmanagementnumber get exec"
*KmManagment MG00000014/00000014: "(00000014) statusdict /setmanagementnumber get exec"
*KmManagment MG00000015/00000015: "(00000015) statusdict /setmanagementnumber get exec"
*KmManagment MG00000016/00000016: "(00000016) statusdict /setmanagementnumber get exec"
*KmManagment MG00000017/00000017: "(00000017) statusdict /setmanagementnumber get exec"
*KmManagment MG00000018/00000018: "(00000018) statusdict /setmanagementnumber get exec"
*KmManagment MG00000019/00000019: "(00000019) statusdict /setmanagementnumber get exec"
*KmManagment MG00000020/00000020: "(00000020) statusdict /setmanagementnumber get exec"
*KmManagment MG00000021/00000021: "(00000021) statusdict /setmanagementnumber get exec"
*KmManagment MG00000022/00000022: "(00000022) statusdict /setmanagementnumber get exec"
*KmManagment MG00000023/00000023: "(00000023) statusdict /setmanagementnumber get exec"
*KmManagment MG00000024/00000024: "(00000024) statusdict /setmanagementnumber get exec"
*KmManagment MG00000025/00000025: "(00000025) statusdict /setmanagementnumber get exec"
*KmManagment MG00000026/00000026: "(00000026) statusdict /setmanagementnumber get exec"
*KmManagment MG00000027/00000027: "(00000027) statusdict /setmanagementnumber get exec"
*KmManagment MG00000028/00000028: "(00000028) statusdict /setmanagementnumber get exec"
*KmManagment MG00000029/00000029: "(00000029) statusdict /setmanagementnumber get exec"
*KmManagment MG00000030/00000030: "(00000030) statusdict /setmanagementnumber get exec"
*?KmManagment: ""
*End
*CloseUI: *KmManagment

*% PPD Version Info 
*OpenUI *KCVersion/PPD Version: PickOne
*OrderDependency: 25 AnySetup *KCVersion
*DefaultKCVersion: Default
*KCVersion Default/8.4 [06-23-2008]: "
globaldict /ct_AddStdCIDMap known {
globaldict /ct_AddStdCIDMap get  length 7 eq
{globaldict /ct_AddStdCIDMap get  0 get type /stringtype eq
{globaldict /ct_AddStdCIDMap get  1 get 0 eq
{globaldict /ct_AddStdCIDMap get  2 get () eq
{globaldict /ct_AddStdCIDMap get  3 get /SubFileDecode eq
{globaldict /ct_AddStdCIDMap get  4 get systemdict /filter get eq
{currentglobal true setglobal globaldict
/ct_AddStdCIDMap
globaldict /ct_AddStdCIDMap get dup
globaldict /ct_AddStdCIDMap get
0 get length 1 exch
put put setglobal
} if} if} if} if} if} if} if"
*End
*CloseUI: *KCVersion

*% Font Information
*DefaultFont: Courier
*Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
*Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
*Font AlbertusMT: Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Compact: Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Italic: Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Roman: Standard "(001.000)" Standard ROM
*Font Apple-Chancery: Standard "(001.000)" Standard ROM
*Font Arial-BoldItalicMT: Standard "(001.000)" Standard ROM
*Font Arial-BoldMT: Standard "(001.000)" Standard ROM
*Font Arial-ItalicMT: Standard "(001.000)" Standard ROM
*Font ArialMT: Standard "(001.000)" Standard ROM
*Font AvantGarde-Book: Standard "(001.000)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
*Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
*Font Bodoni-Bold: Standard "(001.000)" Standard ROM
*Font Bodoni-BoldItalic: Standard "(001.000)" Standard ROM
*Font Bodoni-Italic: Standard "(001.000)" Standard ROM
*Font Bodoni-Poster: Standard "(001.000)" Standard ROM
*Font Bodoni-PosterCompressed: Standard "(001.000)" Standard ROM
*Font Bodoni: Standard "(001.000)" Standard ROM
*Font Bookman-Demi: Standard "(001.000)" Standard ROM
*Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
*Font Bookman-Light: Standard "(001.000)" Standard ROM
*Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
*Font Candid: Special "(001.000)" Standard ROM
*Font Chicago: Standard "(001.000)" Standard ROM
*Font Clarendon-Bold: Standard "(001.000)" Standard ROM
*Font Clarendon-Light: Standard "(001.000)" Standard ROM
*Font Clarendon: Standard "(001.000)" Standard ROM
*Font CooperBlack-Italic: Standard "(001.000)" Standard ROM
*Font CooperBlack: Standard "(001.000)" Standard ROM
*Font Copperplate-ThirtyThreeBC: Standard "(001.000)" Standard ROM
*Font Copperplate-ThirtyTwoBC: Standard "(001.000)" Standard ROM
*Font Coronet-Regular: Standard "(001.000)" Standard ROM
*Font Courier-Bold: Standard "(001.000)" Standard ROM
*Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
*Font Courier-Oblique: Standard "(001.000)" Standard ROM
*Font Courier: Standard "(001.000)" Standard ROM
*Font Eurostile-Bold: Standard "(001.000)" Standard ROM
*Font Eurostile-BoldExtendedTwo: Standard "(001.000)" Standard ROM
*Font Eurostile-ExtendedTwo: Standard "(001.000)" Standard ROM
*Font Eurostile: Standard "(001.000)" Standard ROM
*Font Geneva: Standard "(001.000)" Standard ROM
*Font GillSans-Bold: Standard "(001.000)" Standard ROM
*Font GillSans-BoldCondensed: Standard "(001.000)" Standard ROM
*Font GillSans-BoldItalic: Standard "(001.000)" Standard ROM
*Font GillSans-Condensed: Standard "(001.000)" Standard ROM
*Font GillSans-ExtraBold: Standard "(001.000)" Standard ROM
*Font GillSans-Italic: Standard "(001.000)" Standard ROM
*Font GillSans-Light: Standard "(001.000)" Standard ROM
*Font GillSans-LightItalic: Standard "(001.000)" Standard ROM
*Font GillSans: Standard "(001.000)" Standard ROM
*Font Goudy-Bold: Standard "(001.000)" Standard ROM
*Font Goudy-BoldItalic: Standard "(001.000)" Standard ROM
*Font Goudy-ExtraBold: Standard "(001.000)" Standard ROM
*Font Goudy-Italic: Standard "(001.000)" Standard ROM
*Font Goudy: Standard "(001.000)" Standard ROM
*Font Helvetica-Bold: Standard "(001.000)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
*Font Helvetica-Condensed-Bold: Standard "(001.000)" Standard ROM
*Font Helvetica-Condensed-BoldObl: Standard "(001.000)" Standard ROM
*Font Helvetica-Condensed-Oblique: Standard "(001.000)" Standard ROM
*Font Helvetica-Condensed: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
*Font Helvetica: Standard "(001.000)" Standard ROM
*Font HoeflerText-Black: Standard "(001.000)" Standard ROM
*Font HoeflerText-BlackItalic: Standard "(001.000)" Standard ROM
*Font HoeflerText-Italic: Standard "(001.000)" Standard ROM
*Font HoeflerText-Ornaments: Special "(001.000)" Standard ROM
*Font HoeflerText-Regular: Standard "(001.000)" Standard ROM
*Font JoannaMT-Bold: Standard "(001.000)" Standard ROM
*Font JoannaMT-BoldItalic: Standard "(001.000)" Standard ROM
*Font JoannaMT-Italic: Standard "(001.000)" Standard ROM
*Font JoannaMT: Standard "(001.000)" Standard ROM
*Font LetterGothic-Bold: Standard "(001.000)" Standard ROM
*Font LetterGothic-BoldSlanted: Standard "(001.000)" Standard ROM
*Font LetterGothic-Slanted: Standard "(001.000)" Standard ROM
*Font LetterGothic: Standard "(001.000)" Standard ROM
*Font LubalinGraph-Book: Standard "(001.000)" Standard ROM
*Font LubalinGraph-BookOblique: Standard "(001.000)" Standard ROM
*Font LubalinGraph-Demi: Standard "(001.000)" Standard ROM
*Font LubalinGraph-DemiOblique: Standard "(001.000)" Standard ROM
*Font Marigold: Standard "(001.000)" Standard ROM
*Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
*Font Monaco: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
*Font NewYork: Standard "(001.000)" Standard ROM
*Font Optima-Bold: Standard "(001.000)" Standard ROM
*Font Optima-BoldItalic: Standard "(001.000)" Standard ROM
*Font Optima-Italic: Standard "(001.000)" Standard ROM
*Font Optima: Standard "(001.000)" Standard ROM
*Font Oxford: Standard "(001.000)" Standard ROM
*Font Palatino-Bold: Standard "(001.000)" Standard ROM
*Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
*Font Palatino-Italic: Standard "(001.000)" Standard ROM
*Font Palatino-Roman: Standard "(001.000)" Standard ROM
*Font StempelGaramond-Bold: Standard "(001.000)" Standard ROM
*Font StempelGaramond-BoldItalic: Standard "(001.000)" Standard ROM
*Font StempelGaramond-Italic: Standard "(001.000)" Standard ROM
*Font StempelGaramond-Roman: Standard "(001.000)" Standard ROM
*Font Symbol: Special "(001.000)" Standard ROM
*Font Taffy: Standard "(001.000)" Standard ROM
*Font Times-Bold: Standard "(001.000)" Standard ROM
*Font Times-BoldItalic: Standard "(001.000)" Standard ROM
*Font Times-Italic: Standard "(001.000)" Standard ROM
*Font Times-Roman: Standard "(001.000)" Standard ROM
*Font TimesNewRomanPS-BoldItalicMT: Standard "(001.000)" Standard ROM
*Font TimesNewRomanPS-BoldMT: Standard "(001.000)" Standard ROM
*Font TimesNewRomanPS-ItalicMT: Standard "(001.000)" Standard ROM
*Font TimesNewRomanPSMT: Standard "(001.000)" Standard ROM
*Font Univers-Bold: Standard "(001.000)" Standard ROM
*Font Univers-BoldExt: Standard "(001.000)" Standard ROM
*Font Univers-BoldExtObl: Standard "(001.000)" Standard ROM
*Font Univers-BoldOblique: Standard "(001.000)" Standard ROM
*Font Univers-Condensed: Standard "(001.000)" Standard ROM
*Font Univers-CondensedBold: Standard "(001.000)" Standard ROM
*Font Univers-CondensedBoldOblique: Standard "(001.000)" Standard ROM
*Font Univers-CondensedOblique: Standard "(001.000)" Standard ROM
*Font Univers-Extended: Standard "(001.000)" Standard ROM
*Font Univers-ExtendedObl: Standard "(001.000)" Standard ROM
*Font Univers-Light: Standard "(001.000)" Standard ROM
*Font Univers-LightOblique: Standard "(001.000)" Standard ROM
*Font Univers-Oblique: Standard "(001.000)" Standard ROM
*Font Univers: Standard "(001.000)" Standard ROM
*Font Wingdings-Regular: Special "(001.000)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
*Font ZapfDingbats: Special "(001.000)" Standard ROM
*?FontQuery: "
  save
  /str 132 string dup 0 (fonts/) putinterval def
  {count 1 gt
    { exch dup str 6 94 getinterval cvs
      (/) print print (:) print
      FontDirectory exch known
      {(Yes)}{(No)} ifelse =
    }{exit} ifelse
  } bind loop (*)
  = flush restore"
*End
*?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
*% Printer Messages
*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"

*% Status (format: %%[ status: <one of these> ]%% )
*Status: "warming up"/warming up
*Status: "idle"/idle
*Status: "busy"/busy
*Status: "waiting"/waiting
*Status: "printing"/printing
*Status: "initializing"/initializing
*Status: "printing test page"/printing test page
*% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
*PrinterError: "paper entry misfeed"
*PrinterError: "cover open"
*PrinterError: "no paper tray"
*PrinterError: "out of paper"
*PrinterError: "toner low (halt)"
*PrinterError: "warming up"
*PrinterError: "other reason"
*PrinterError: "video interface mode"
*PrinterError: "offline"
*PrinterError: "toner low (warning)"

*% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
*Source: "Serial"
*Source: "Parallel"
*Source: "LocalTalk"
*Source: "Option"

*%  End of PPD file for Kyocera FS-C5100DN (English)