File: Kyocera_CS_400ci.ppd

package info (click to toggle)
foomatic-db 20181217-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 599,540 kB
  • sloc: xml: 313,916; sh: 153; makefile: 114; python: 8
file content (3292 lines) | stat: -rw-r--r-- 160,244 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
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
*PPD-Adobe: "4.3"
*%=============================================================================
*%
*%  PPD file for Kyocera CS 400ci (English)
*%  Linux Version
*%
*%  Copyright (C) 2009 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: "(CS 400ci)"
*PSVersion: "(3011.103) 1"
*Manufacturer: "Kyocera"
*ModelName: "Kyocera CS 400ci KPDL"
*ShortNickName: "Kyocera CS 400ci (KPDL)"
*NickName: "Kyocera CS 400ci (KPDL)"
*PCFileName: "KC400EE.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: "40"

*% Extensions
*FileSystem: True
*?FileSystem: "
  save
  false
  (%disk?%)
  {currentdevparams dup /Writeable known
    {/Writeable get {pop true} if}{pop} ifelse
  } 100 string /IODevice resourceforall
  {(True)}{(False)} ifelse
  = flush restore "
*End

*% 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 CS 400ci;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 *Option19/Paper Feeders: PickOne
*DefaultOption19: False
*Option19 False/Not Installed: ""
*Option19 One/Cassettes 3, 4: ""
*Option19 Two/Large capacity cassette: ""
*?Option19: "
  save
  (False) currentpagedevice dup /InputAttributes known {
    /InputAttributes get
    dup 4 known {dup 4 get null ne {exch pop (Two) exch} if} if
    dup 5 known {dup 5 get null ne {exch pop (One) exch} if} if
  } if pop
  = flush restore"
*End
*CloseUI: *Option19

*% Job Separator
*OpenUI *Option26/Job Separator: Boolean
*DefaultOption26: False
*Option26 False/Not Installed: ""
*Option26 True/Installed: ""
*?Option26: "
  save
  currentpagedevice dup /OutputAttributes known {
    /OutputAttributes get
    dup 2 known {
      2 get dup null ne {
         /OutputType get
        dup (JOBSEPARATOR) eq { (True) } {
      (False)
        } ifelse
      }{(False)} ifelse
    }{(False)} ifelse
    exch pop
  }{
    pop (False)
  } ifelse
  = flush restore"
*End
*CloseUI: *Option26

*% Mailbox
*OpenUI *Option25/Mailbox: Boolean
*DefaultOption25: False
*Option25 False/Not Installed: ""
*Option25 True/Installed: ""
*?Option25: "
  save
  currentpagedevice dup /OutputAttributes known {
    /OutputAttributes get
    dup 7 known {
      7 get dup null ne {
         /OutputType get
        dup (MULTI_TRAY5) eq { (True) } {
      (False)
        } ifelse
      }{(False)} ifelse
    }{(False)} ifelse
    exch pop
  }{
    pop (False)
  } ifelse
  = flush restore"
*End
*CloseUI: *Option25

*% Punch Unit
*OpenUI *Option21/Punch Unit: Boolean
*DefaultOption21: False
*Option21 False/Not Installed: ""
*Option21 True/Installed: ""
*?Option21: "
  save
  currentpagedevice /Punch known {(True)}{(False)} ifelse
  = flush restore"
*End
*CloseUI: *Option21

*% Folding Unit
*OpenUI *Option22/Folding Unit: Boolean
*DefaultOption22: False
*Option22 False/Not Installed: ""
*Option22 True/Installed: ""
*?Option22: "
  save
  currentpagedevice /Fold known {(True)}{(False)} ifelse
  = flush restore"
*End
*CloseUI: *Option22

*% Finisher
*OpenUI *Option17/Document Finisher: PickOne
*DefaultOption17: None
*Option17 None/Not Installed: ""
*Option17 DF710/3000-Sheet Finisher: ""
*Option17 DF730/1000-Sheet Finisher: ""
*?Option17: "
  save
    currentpagedevice /OutputAttributes get
  1 get
  dup null ne {
   /OutputType get
   << /STAPLER (DF710) /SIMPLE_FINISHER (DF730)
   >> exch 2 copy known { get }{ pop pop (NO) } ifelse
  } {pop (None)
  } ifelse
  = flush restore"
*End
*CloseUI: *Option17

*% Disk Drive
*OpenUI *Option18/Optional Disk: PickOne
*DefaultOption18: HardDisk
*Option18 None/Not Installed: ""
*Option18 HardDisk/Hard 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
*% Not supported

*CloseGroup: InstallableOptions


*% Virtual Memory
*FreeVM: "32000000"

*% Constraints
*UIConstraints: *Option19 False *InputSlot PF700C
*UIConstraints: *Option19 False *InputSlot PF700D
*UIConstraints: *InputSlot PF700C *Option19 False
*UIConstraints: *InputSlot PF700D *Option19 False
*UIConstraints: *Option19 One *InputSlot PF750
*UIConstraints: *InputSlot PF750 *Option19 One
*UIConstraints: *Option19 False *InputSlot PF750
*UIConstraints: *InputSlot PF750 *Option19 False
*UIConstraints: *Option19 Two *InputSlot PF700C
*UIConstraints: *Option19 Two *InputSlot PF700D
*UIConstraints: *InputSlot PF700C *Option19 Two
*UIConstraints: *InputSlot PF700D *Option19 Two
*UIConstraints: *Option17 None *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *Option17 None
*UIConstraints: *InputSlot PF700A *CustomPageSize
*UIConstraints: *CustomPageSize *InputSlot PF700A
*UIConstraints: *InputSlot PF700B *CustomPageSize
*UIConstraints: *CustomPageSize *InputSlot PF700B
*UIConstraints: *InputSlot PF700C *CustomPageSize
*UIConstraints: *CustomPageSize *InputSlot PF700C
*UIConstraints: *InputSlot PF700D *CustomPageSize
*UIConstraints: *CustomPageSize *InputSlot PF700D
*UIConstraints: *InputSlot PF750 *CustomPageSize
*UIConstraints: *CustomPageSize *InputSlot PF750
*UIConstraints: *OutputBin FDStackerC *PageSize OficioI
*UIConstraints: *PageSize OficioI *OutputBin FDStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize OficioI
*UIConstraints: *PageSize OficioI *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize Executive
*UIConstraints: *PageSize Executive *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize Legal
*UIConstraints: *PageSize Legal *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize A3
*UIConstraints: *PageSize A3 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize B4
*UIConstraints: *PageSize B4 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize OficioII
*UIConstraints: *PageSize OficioII *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize P8K
*UIConstraints: *PageSize P8K *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize Folio
*UIConstraints: *PageSize Folio *OutputBin FUStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize Executive
*UIConstraints: *PageSize Executive *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize Legal
*UIConstraints: *PageSize Legal *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize A3
*UIConstraints: *PageSize A3 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize B4
*UIConstraints: *PageSize B4 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize OficioII
*UIConstraints: *PageSize OficioII *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize P8K
*UIConstraints: *PageSize P8K *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize Folio
*UIConstraints: *PageSize Folio *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerA *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize Executive
*UIConstraints: *PageSize Executive *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin FDStackerA
*UIConstraints: *OutputBin FUStackerB *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin FUStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FDStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FUStackerB
*UIConstraints: *OutputBin FDStackerC *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FDStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FUStackerC
*UIConstraints: *OutputBin FDStackerA *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FDStackerA
*UIConstraints: *Jog EndOfSet *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize Env10
*UIConstraints: *PageSize Env10 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize Executive
*UIConstraints: *PageSize Executive *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize B6
*UIConstraints: *PageSize B6 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize Env9
*UIConstraints: *PageSize Env9 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *CustomPageSize
*UIConstraints: *CustomPageSize *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *PageSize A6
*UIConstraints: *PageSize A6 *Jog EndOfSet
*UIConstraints: *KCStaple Center *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize Env10
*UIConstraints: *PageSize Env10 *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize Executive
*UIConstraints: *PageSize Executive *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize B6
*UIConstraints: *PageSize B6 *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize Env9
*UIConstraints: *PageSize Env9 *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCStaple Center
*UIConstraints: *KCStaple Center *CustomPageSize
*UIConstraints: *CustomPageSize *KCStaple Center
*UIConstraints: *KCStaple Center *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCStaple Center
*UIConstraints: *KCStaple UpperRight *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize Env10
*UIConstraints: *PageSize Env10 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize Executive
*UIConstraints: *PageSize Executive *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize B6
*UIConstraints: *PageSize B6 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize Env9
*UIConstraints: *PageSize Env9 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *CustomPageSize
*UIConstraints: *CustomPageSize *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCStaple UpperRight
*UIConstraints: *KCStaple Upperleft *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize Env10
*UIConstraints: *PageSize Env10 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize Executive
*UIConstraints: *PageSize Executive *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize B6
*UIConstraints: *PageSize B6 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize Env9
*UIConstraints: *PageSize Env9 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *CustomPageSize
*UIConstraints: *CustomPageSize *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *KCCollate None
*UIConstraints: *KCCollate None *KCStaple Upperleft
*UIConstraints: *KCStaple Center *KCCollate None
*UIConstraints: *KCCollate None *KCStaple Center
*UIConstraints: *KCStaple UpperRight *KCCollate None
*UIConstraints: *KCCollate None *KCStaple UpperRight
*UIConstraints: *KCStaple Center *PageSize A6
*UIConstraints: *PageSize A6 *KCStaple Center
*UIConstraints: *KCStaple UpperRight *PageSize A6
*UIConstraints: *PageSize A6 *KCStaple UpperRight
*UIConstraints: *KCStaple Upperleft *PageSize A6
*UIConstraints: *PageSize A6 *KCStaple Upperleft
*UIConstraints: *KCBooklet Left *PageSize A6
*UIConstraints: *PageSize A6 *KCBooklet Left
*UIConstraints: *KCBooklet Right *PageSize A6
*UIConstraints: *PageSize A6 *KCBooklet Right
*UIConstraints: *KCPunch 2Hole *OutputBin FDTop
*UIConstraints: *OutputBin FDTop *KCPunch 2Hole
*UIConstraints: *KCPunch 2HoleEUR *OutputBin FDTop
*UIConstraints: *OutputBin FDTop *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 3Hole *OutputBin FDTop
*UIConstraints: *OutputBin FDTop *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *OutputBin FDTop
*UIConstraints: *OutputBin FDTop *KCPunch 4Hole
*UIConstraints: *KCPunch 2Hole *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCPunch 2Hole
*UIConstraints: *KCPunch 2HoleEUR *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 3Hole *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCPunch 4Hole
*UIConstraints: *KCPunch 2Hole *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCPunch 2Hole
*UIConstraints: *KCPunch 2HoleEUR *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 3Hole *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCPunch 4Hole
*UIConstraints: *KCPunch 2HoleEUR *PageSize OficioI
*UIConstraints: *PageSize OficioI *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2Hole *PageSize OficioI
*UIConstraints: *PageSize OficioI *KCPunch 2Hole
*UIConstraints: *KCPunch 3Hole *PageSize OficioI
*UIConstraints: *PageSize OficioI *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *PageSize OficioI
*UIConstraints: *PageSize OficioI *KCPunch 4Hole
*UIConstraints: *KCPunch 2Hole *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize Env10
*UIConstraints: *PageSize Env10 *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize Executive
*UIConstraints: *PageSize Executive *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize A6
*UIConstraints: *PageSize A6 *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize B6
*UIConstraints: *PageSize B6 *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize Env9
*UIConstraints: *PageSize Env9 *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *CustomPageSize
*UIConstraints: *CustomPageSize *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCPunch 2Hole
*UIConstraints: *KCPunch 3Hole *PageSize Legal
*UIConstraints: *PageSize Legal *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize Env10
*UIConstraints: *PageSize Env10 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize Executive
*UIConstraints: *PageSize Executive *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize A6
*UIConstraints: *PageSize A6 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize B6
*UIConstraints: *PageSize B6 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize Env9
*UIConstraints: *PageSize Env9 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *CustomPageSize
*UIConstraints: *CustomPageSize *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize OficioII
*UIConstraints: *PageSize OficioII *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize Folio
*UIConstraints: *PageSize Folio *KCPunch 3Hole
*UIConstraints: *KCPunch 2HoleEUR *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize Env10
*UIConstraints: *PageSize Env10 *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize Executive
*UIConstraints: *PageSize Executive *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize A6
*UIConstraints: *PageSize A6 *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize B6
*UIConstraints: *PageSize B6 *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize Env9
*UIConstraints: *PageSize Env9 *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *CustomPageSize
*UIConstraints: *CustomPageSize *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize P8K
*UIConstraints: *PageSize P8K *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize P16K
*UIConstraints: *PageSize P16K *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 4Hole *PageSize Legal
*UIConstraints: *PageSize Legal *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize Env10
*UIConstraints: *PageSize Env10 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize Executive
*UIConstraints: *PageSize Executive *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize A6
*UIConstraints: *PageSize A6 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize B6
*UIConstraints: *PageSize B6 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize Env9
*UIConstraints: *PageSize Env9 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *CustomPageSize
*UIConstraints: *CustomPageSize *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize OficioII
*UIConstraints: *PageSize OficioII *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize P8K
*UIConstraints: *PageSize P8K *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize P16K
*UIConstraints: *PageSize P16K *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize Folio
*UIConstraints: *PageSize Folio *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize B4
*UIConstraints: *PageSize B4 *KCPunch 4Hole
*UIConstraints: *PageSize OficioII *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize OficioII
*UIConstraints: *PageSize P8K *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize P8K
*UIConstraints: *PageSize P16K *KCPunch 2Hole
*UIConstraints: *KCPunch 2Hole *PageSize P16K
*UIConstraints: *PageSize OficioII *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize OficioII
*UIConstraints: *PageSize P8K *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize P8K
*UIConstraints: *PageSize P16K *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 2HoleEUR *PageSize P16K
*UIConstraints: *PageSize P8K *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize P8K
*UIConstraints: *PageSize P16K *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize P16K
*UIConstraints: *PageSize B4 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize B4
*UIConstraints: *PageSize B5 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize B5
*UIConstraints: *PageSize B5 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize B5
*UIConstraints: *OutputBin Main *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin Main
*UIConstraints: *OutputBin Main *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin Main
*UIConstraints: *OutputBin Main *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin Main
*UIConstraints: *OutputBin Sub *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin Sub
*UIConstraints: *OutputBin Sub *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin Sub
*UIConstraints: *OutputBin Sub *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin Sub
*UIConstraints: *OutputBin Main *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin Main
*UIConstraints: *OutputBin Sub *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin Sub
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin MBDWN01 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN02 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN03 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN04 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN05 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN06 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN07 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBDWN07
*UIConstraints: *OutputBin MBUP01 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP02 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP03 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP04 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP05 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP06 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP07 *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize Env9
*UIConstraints: *PageSize Env9 *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *CustomPageSize
*UIConstraints: *CustomPageSize *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *OutputBin MBUP07
*UIConstraints: *OutputBin MBDWN01 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN02 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN03 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN04 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN05 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN06 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN07 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBDWN07
*UIConstraints: *OutputBin MBUP01 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP02 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP03 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP04 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP05 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP06 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP07 *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin MBUP07
*UIConstraints: *KCFold *StapleCount
*UIConstraints: *StapleCount *KCFold
*UIConstraints: *KCRotate On *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *KCRotate On
*UIConstraints: *KCRotate On *KCStaple
*UIConstraints: *KCStaple *KCRotate On
*UIConstraints: *KCCollate None *KCRotate On
*UIConstraints: *KCRotate On *KCCollate None
*UIConstraints: *KCBooklet Left *KCRotate On
*UIConstraints: *KCRotate On *KCBooklet Left
*UIConstraints: *KCBooklet Right *KCRotate On
*UIConstraints: *KCRotate On *KCBooklet Right
*UIConstraints: *OutputBin SEPARATORTRAY *KCRotate On
*UIConstraints: *KCRotate On *OutputBin SEPARATORTRAY
*UIConstraints: *KCPunch 2Hole *KCRotate On
*UIConstraints: *KCRotate On *KCPunch 2Hole
*UIConstraints: *KCPunch 2HoleEUR *KCRotate On
*UIConstraints: *KCRotate On *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 3Hole *KCRotate On
*UIConstraints: *KCRotate On *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *KCRotate On
*UIConstraints: *KCRotate On *KCPunch 4Hole
*UIConstraints: *KCRotate On *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *KCRotate On
*UIConstraints: *KCRotate On *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *KCRotate On
*UIConstraints: *Jog EndOfSet *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *Jog EndOfSet
*UIConstraints: *KCStaple Center *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *KCStaple Center
*UIConstraints: *KCStaple UpperRight *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *KCStaple UpperRight
*UIConstraints: *KCStaple Upperleft *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *KCStaple Upperleft
*UIConstraints: *KCStaple Center *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *KCStaple Center
*UIConstraints: *KCStaple UpperRight *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *KCStaple UpperRight
*UIConstraints: *KCStaple Upperleft *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *KCStaple Upperleft
*UIConstraints: *KCRotate On *OutputBin Main
*UIConstraints: *OutputBin Main *KCRotate On
*UIConstraints: *KCRotate On *OutputBin Sub
*UIConstraints: *OutputBin Sub *KCRotate On
*UIConstraints: *KCRotate On *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *KCRotate On
*UIConstraints: *KCRotate On *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *KCRotate On
*UIConstraints: *KCRotate On *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *KCRotate On
*UIConstraints: *KCRotate On *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCRotate On
*UIConstraints: *KCRotate On *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCRotate On
*UIConstraints: *Jog EndOfSet *OutputBin Sub
*UIConstraints: *OutputBin Sub *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *Jog EndOfSet
*UIConstraints: *KCStaple Center *OutputBin Sub
*UIConstraints: *OutputBin Sub *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCStaple Center
*UIConstraints: *KCStaple UpperRight *OutputBin Sub
*UIConstraints: *OutputBin Sub *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCStaple UpperRight
*UIConstraints: *KCStaple Upperleft *OutputBin Sub
*UIConstraints: *OutputBin Sub *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *KCStaple Upperleft
*UIConstraints: *Option18 None *KCCollate QuickCopy
*UIConstraints: *KCCollate QuickCopy *Option18 None
*UIConstraints: *Option18 None *KCCollate JobStorage
*UIConstraints: *KCCollate JobStorage *Option18 None
*UIConstraints: *Option18 None *KCCollate ProofHold
*UIConstraints: *KCCollate ProofHold *Option18 None
*UIConstraints: *Option18 None *KCCollate On
*UIConstraints: *KCCollate On *Option18 None
*UIConstraints: *Option26 False *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *Option26 False
*UIConstraints: *Option26 False *Option17 DF710
*UIConstraints: *Option17 DF710 *Option26 False
*UIConstraints: *Option26 False *Option17 DF730
*UIConstraints: *Option17 DF730 *Option26 False
*UIConstraints: *Jog EndOfSet *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *Jog EndOfSet
*UIConstraints: *KCStaple Center *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *KCStaple Center
*UIConstraints: *KCStaple UpperRight *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *KCStaple UpperRight
*UIConstraints: *KCStaple Upperleft *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *KCStaple Upperleft
*UIConstraints: *KCPunch 2Hole *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *KCPunch 2Hole
*UIConstraints: *KCPunch 2HoleEUR *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 3Hole *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *OutputBin SEPARATORTRAY
*UIConstraints: *OutputBin SEPARATORTRAY *KCPunch 4Hole
*UIConstraints: *Option17 DF730 *Option21 True
*UIConstraints: *Option21 True *Option17 DF730
*UIConstraints: *Option17 None *Option21 True
*UIConstraints: *Option21 True *Option17 None
*UIConstraints: *KCPunch 2Hole *Option21 False
*UIConstraints: *Option21 False *KCPunch 2Hole
*UIConstraints: *KCPunch 2HoleEUR *Option21 False
*UIConstraints: *Option21 False *KCPunch 2HoleEUR
*UIConstraints: *KCPunch 3Hole *Option21 False
*UIConstraints: *Option21 False *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *Option21 False
*UIConstraints: *Option21 False *KCPunch 4Hole
*UIConstraints: *KCPunch *KCFold On
*UIConstraints: *KCFold On *KCPunch
*UIConstraints: *Option17 DF730 *Option22 True
*UIConstraints: *Option22 True *Option17 DF730
*UIConstraints: *Option17 None *Option22 True
*UIConstraints: *Option22 True *Option17 None
*UIConstraints: *KCFold On *Option22 False
*UIConstraints: *Option22 False *KCFold On
*UIConstraints: *Option17 None *OutputBin Main
*UIConstraints: *OutputBin Main *Option17 None
*UIConstraints: *Option17 None *OutputBin Sub
*UIConstraints: *OutputBin Sub *Option17 None
*UIConstraints: *Option17 DF730 *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *Option17 DF730
*UIConstraints: *Option17 DF730 *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *Option17 DF730
*UIConstraints: *Option17 DF730 *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *Option17 DF730
*UIConstraints: *Option17 DF730 *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *Option17 DF730
*UIConstraints: *Option17 DF730 *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *Option17 DF730
*UIConstraints: *Option17 None *KCStaple Center
*UIConstraints: *KCStaple Center *Option17 None
*UIConstraints: *Option17 None *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *Option17 None
*UIConstraints: *Option17 None *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *Option17 None
*UIConstraints: *OutputBin FDTop *KCStaple Center
*UIConstraints: *KCStaple Center *OutputBin FDTop
*UIConstraints: *OutputBin FDTop *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *OutputBin FDTop
*UIConstraints: *OutputBin FDTop *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *OutputBin FDTop
*UIConstraints: *Option17 DF710 *OutputBin Main
*UIConstraints: *OutputBin Main *Option17 DF710
*UIConstraints: *Option17 DF710 *OutputBin Sub
*UIConstraints: *OutputBin Sub *Option17 DF710
*UIConstraints: *Option17 None *OutputBin FDStackerA
*UIConstraints: *OutputBin FDStackerA *Option17 None
*UIConstraints: *Option17 None *OutputBin FUStackerB
*UIConstraints: *OutputBin FUStackerB *Option17 None
*UIConstraints: *Option17 None *OutputBin FDStackerB
*UIConstraints: *OutputBin FDStackerB *Option17 None
*UIConstraints: *Option17 None *OutputBin FUStackerC
*UIConstraints: *OutputBin FUStackerC *Option17 None
*UIConstraints: *Option17 None *OutputBin FDStackerC
*UIConstraints: *OutputBin FDStackerC *Option17 None
*UIConstraints: *OutputBin Main *PageSize Executive
*UIConstraints: *PageSize Executive *OutputBin Main
*UIConstraints: *OutputBin Sub *PageSize Executive
*UIConstraints: *PageSize Executive *OutputBin Sub
*UIConstraints: *Option17 DF730 *Option25 True
*UIConstraints: *Option25 True *Option17 DF730
*UIConstraints: *Option17 None *Option25 True
*UIConstraints: *Option25 True *Option17 None
*UIConstraints: *Option25 False *OutputBin MBDWN01
*UIConstraints: *OutputBin MBDWN01 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBDWN02
*UIConstraints: *OutputBin MBDWN02 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBDWN03
*UIConstraints: *OutputBin MBDWN03 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBDWN04
*UIConstraints: *OutputBin MBDWN04 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBDWN05
*UIConstraints: *OutputBin MBDWN05 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBDWN06
*UIConstraints: *OutputBin MBDWN06 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBDWN07
*UIConstraints: *OutputBin MBDWN07 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBUP01
*UIConstraints: *OutputBin MBUP01 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBUP02
*UIConstraints: *OutputBin MBUP02 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBUP03
*UIConstraints: *OutputBin MBUP03 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBUP04
*UIConstraints: *OutputBin MBUP04 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBUP05
*UIConstraints: *OutputBin MBUP05 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBUP06
*UIConstraints: *OutputBin MBUP06 *Option25 False
*UIConstraints: *Option25 False *OutputBin MBUP07
*UIConstraints: *OutputBin MBUP07 *Option25 False
*UIConstraints: *KCPunch 3Hole *PageSize A5
*UIConstraints: *PageSize A5 *KCPunch 3Hole
*UIConstraints: *KCPunch 3Hole *PageSize Statement
*UIConstraints: *PageSize Statement *KCPunch 3Hole
*UIConstraints: *KCPunch 4Hole *PageSize A5
*UIConstraints: *PageSize A5 *KCPunch 4Hole
*UIConstraints: *KCPunch 4Hole *PageSize Statement
*UIConstraints: *PageSize Statement *KCPunch 4Hole
*UIConstraints: *KCBooklet Right *PageSize OficioI
*UIConstraints: *PageSize OficioI *KCBooklet Right
*UIConstraints: *KCBooklet Left *PageSize OficioI
*UIConstraints: *PageSize OficioI *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize A3
*UIConstraints: *PageSize A3 *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize B4
*UIConstraints: *PageSize B4 *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize Legal
*UIConstraints: *PageSize Legal *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize Env10
*UIConstraints: *PageSize Env10 *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize Executive
*UIConstraints: *PageSize Executive *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize B6
*UIConstraints: *PageSize B6 *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize Env9
*UIConstraints: *PageSize Env9 *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCBooklet Left
*UIConstraints: *KCBooklet Left *CustomPageSize
*UIConstraints: *CustomPageSize *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize OficioII
*UIConstraints: *PageSize OficioII *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize P8K
*UIConstraints: *PageSize P8K *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize P16K
*UIConstraints: *PageSize P16K *KCBooklet Left
*UIConstraints: *KCBooklet Left *PageSize Folio
*UIConstraints: *PageSize Folio *KCBooklet Left
*UIConstraints: *KCBooklet Right *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize Env10
*UIConstraints: *PageSize Env10 *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize Executive
*UIConstraints: *PageSize Executive *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize B6
*UIConstraints: *PageSize B6 *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize Env9
*UIConstraints: *PageSize Env9 *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCBooklet Right
*UIConstraints: *KCBooklet Right *CustomPageSize
*UIConstraints: *CustomPageSize *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize OficioII
*UIConstraints: *PageSize OficioII *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize P8K
*UIConstraints: *PageSize P8K *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize P16K
*UIConstraints: *PageSize P16K *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize Folio
*UIConstraints: *PageSize Folio *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize A3
*UIConstraints: *PageSize A3 *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize B4
*UIConstraints: *PageSize B4 *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize Legal
*UIConstraints: *PageSize Legal *KCBooklet Right
*UIConstraints: *KCBooklet Right *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCBooklet Right
*UIConstraints: *KCBooklet Left *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCBooklet Left
*UIConstraints: *Option18 None *KCBooklet Left
*UIConstraints: *KCBooklet Left *Option18 None
*UIConstraints: *Option18 None *KCBooklet Right
*UIConstraints: *KCBooklet Right *Option18 None
*UIConstraints: *KCRotate On *PageSize A3
*UIConstraints: *PageSize A3 *KCRotate On
*UIConstraints: *KCRotate On *PageSize A5
*UIConstraints: *PageSize A5 *KCRotate On
*UIConstraints: *KCRotate On *PageSize ISOB5
*UIConstraints: *PageSize ISOB5 *KCRotate On
*UIConstraints: *KCRotate On *PageSize B6
*UIConstraints: *PageSize B6 *KCRotate On
*UIConstraints: *KCRotate On *PageSize Folio
*UIConstraints: *PageSize Folio *KCRotate On
*UIConstraints: *KCRotate On *PageSize OficioII
*UIConstraints: *PageSize OficioII *KCRotate On
*UIConstraints: *KCRotate On *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *KCRotate On
*UIConstraints: *KCRotate On *PageSize Legal
*UIConstraints: *PageSize Legal *KCRotate On
*UIConstraints: *KCRotate On *PageSize Executive
*UIConstraints: *PageSize Executive *KCRotate On
*UIConstraints: *KCRotate On *PageSize Statement
*UIConstraints: *PageSize Statement *KCRotate On
*UIConstraints: *KCRotate On *PageSize P8K
*UIConstraints: *PageSize P8K *KCRotate On
*UIConstraints: *KCRotate On *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *KCRotate On
*UIConstraints: *KCRotate On *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *KCRotate On
*UIConstraints: *KCRotate On *PageSize Env10
*UIConstraints: *PageSize Env10 *KCRotate On
*UIConstraints: *KCRotate On *PageSize Env9
*UIConstraints: *PageSize Env9 *KCRotate On
*UIConstraints: *KCRotate On *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *KCRotate On
*UIConstraints: *KCRotate On *PageSize EnvDL
*UIConstraints: *PageSize EnvDL *KCRotate On
*UIConstraints: *KCRotate On *PageSize B4
*UIConstraints: *PageSize B4 *KCRotate On
*UIConstraints: *KCRotate On *CustomPageSize
*UIConstraints: *CustomPageSize *KCRotate On
*UIConstraints: *KCRotate On *PageSize OficioI
*UIConstraints: *PageSize OficioI *KCRotate On
*UIConstraints: *KCRotate On *PageSize EnvPersonal
*UIConstraints: *PageSize EnvPersonal *KCRotate On
*UIConstraints: *KCRotate On *PageSize A6
*UIConstraints: *PageSize A6 *KCRotate On
*UIConstraints: *Duplex *CustomPageSize
*UIConstraints: *CustomPageSize *Duplex
*UIConstraints: *Jog EndOfSet *OutputBin FDTop
*UIConstraints: *OutputBin FDTop *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *KCStaple Upperleft
*UIConstraints: *KCStaple Upperleft *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *KCStaple Center
*UIConstraints: *KCStaple Center *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *KCStaple UpperRight
*UIConstraints: *KCStaple UpperRight *Jog EndOfSet
*UIConstraints: *Jog EndOfSet *KCCollate None
*UIConstraints: *KCCollate None *Jog EndOfSet
*UIConstraints: *PageSize Executive *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize Executive
*UIConstraints: *PageRegion Executive *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion Executive
*UIConstraints: *PageSize A6 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize A6
*UIConstraints: *PageRegion A6 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion A6
*UIConstraints: *PageSize ISOB5 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize ISOB5
*UIConstraints: *PageRegion ISOB5 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion ISOB5
*UIConstraints: *PageSize B6 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion B6
*UIConstraints: *PageSize EnvPersonal *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize EnvPersonal
*UIConstraints: *PageRegion EnvPersonal *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion EnvPersonal
*UIConstraints: *PageSize Env9 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize Env9
*UIConstraints: *PageRegion Env9 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion Env9
*UIConstraints: *PageSize Env10 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize Env10
*UIConstraints: *PageRegion Env10 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion EnvMonarch
*UIConstraints: *PageSize EnvDL *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize EnvDL
*UIConstraints: *PageRegion EnvDL *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion EnvDL
*UIConstraints: *PageSize EnvC5 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion EnvC5
*UIConstraints: *PageSize EnvC4 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageSize EnvC4
*UIConstraints: *PageRegion EnvC4 *InputSlot PF700A
*UIConstraints: *InputSlot PF700A *PageRegion EnvC4
*UIConstraints: *PageSize Executive *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize Executive
*UIConstraints: *PageRegion Executive *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion Executive
*UIConstraints: *PageSize A6 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize A6
*UIConstraints: *PageRegion A6 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion A6
*UIConstraints: *PageSize ISOB5 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize ISOB5
*UIConstraints: *PageRegion ISOB5 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion ISOB5
*UIConstraints: *PageSize B6 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion B6
*UIConstraints: *PageSize EnvPersonal *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize EnvPersonal
*UIConstraints: *PageRegion EnvPersonal *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion EnvPersonal
*UIConstraints: *PageSize Env9 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize Env9
*UIConstraints: *PageRegion Env9 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion Env9
*UIConstraints: *PageSize Env10 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize Env10
*UIConstraints: *PageRegion Env10 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion EnvMonarch
*UIConstraints: *PageSize EnvDL *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize EnvDL
*UIConstraints: *PageRegion EnvDL *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion EnvDL
*UIConstraints: *PageSize EnvC5 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion EnvC5
*UIConstraints: *PageSize EnvC4 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageSize EnvC4
*UIConstraints: *PageRegion EnvC4 *InputSlot PF700B
*UIConstraints: *InputSlot PF700B *PageRegion EnvC4
*UIConstraints: *PageSize Executive *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize Executive
*UIConstraints: *PageRegion Executive *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion Executive
*UIConstraints: *PageSize A6 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize A6
*UIConstraints: *PageRegion A6 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion A6
*UIConstraints: *PageSize ISOB5 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize ISOB5
*UIConstraints: *PageRegion ISOB5 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion ISOB5
*UIConstraints: *PageSize B6 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion B6
*UIConstraints: *PageSize EnvPersonal *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize EnvPersonal
*UIConstraints: *PageRegion EnvPersonal *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion EnvPersonal
*UIConstraints: *PageSize Env9 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize Env9
*UIConstraints: *PageRegion Env9 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion Env9
*UIConstraints: *PageSize Env10 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize Env10
*UIConstraints: *PageRegion Env10 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion EnvMonarch
*UIConstraints: *PageSize EnvDL *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize EnvDL
*UIConstraints: *PageRegion EnvDL *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion EnvDL
*UIConstraints: *PageSize EnvC5 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion EnvC5
*UIConstraints: *PageSize EnvC4 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageSize EnvC4
*UIConstraints: *PageRegion EnvC4 *InputSlot PF700C
*UIConstraints: *InputSlot PF700C *PageRegion EnvC4
*UIConstraints: *PageSize Executive *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize Executive
*UIConstraints: *PageRegion Executive *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion Executive
*UIConstraints: *PageSize A6 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize A6
*UIConstraints: *PageRegion A6 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion A6
*UIConstraints: *PageSize ISOB5 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize ISOB5
*UIConstraints: *PageRegion ISOB5 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion ISOB5
*UIConstraints: *PageSize B6 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion B6
*UIConstraints: *PageSize EnvPersonal *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize EnvPersonal
*UIConstraints: *PageRegion EnvPersonal *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion EnvPersonal
*UIConstraints: *PageSize Env9 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize Env9
*UIConstraints: *PageRegion Env9 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion Env9
*UIConstraints: *PageSize Env10 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize Env10
*UIConstraints: *PageRegion Env10 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion EnvMonarch
*UIConstraints: *PageSize EnvDL *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize EnvDL
*UIConstraints: *PageRegion EnvDL *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion EnvDL
*UIConstraints: *PageSize EnvC5 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion EnvC5
*UIConstraints: *PageSize EnvC4 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageSize EnvC4
*UIConstraints: *PageRegion EnvC4 *InputSlot PF700D
*UIConstraints: *InputSlot PF700D *PageRegion EnvC4
*UIConstraints: *PageSize Legal *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize Legal
*UIConstraints: *PageRegion Legal *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion Legal
*UIConstraints: *PageSize Executive *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize Executive
*UIConstraints: *PageRegion Executive *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion Executive
*UIConstraints: *PageSize Tabloid *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize Tabloid
*UIConstraints: *PageRegion Tabloid *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion Tabloid
*UIConstraints: *PageSize A3 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize A3
*UIConstraints: *PageRegion A3 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion A3
*UIConstraints: *PageSize A5 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize A5
*UIConstraints: *PageRegion A5 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion A5
*UIConstraints: *PageSize A6 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize A6
*UIConstraints: *PageRegion A6 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion A6
*UIConstraints: *PageSize B4 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize B4
*UIConstraints: *PageRegion B4 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion B4
*UIConstraints: *PageSize ISOB5 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize ISOB5
*UIConstraints: *PageRegion ISOB5 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion ISOB5
*UIConstraints: *PageSize B6 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize B6
*UIConstraints: *PageRegion B6 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion B6
*UIConstraints: *PageSize EnvPersonal *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize EnvPersonal
*UIConstraints: *PageRegion EnvPersonal *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion EnvPersonal
*UIConstraints: *PageSize Env9 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize Env9
*UIConstraints: *PageRegion Env9 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion Env9
*UIConstraints: *PageSize Env10 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize Env10
*UIConstraints: *PageRegion Env10 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion EnvMonarch
*UIConstraints: *PageSize EnvDL *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize EnvDL
*UIConstraints: *PageRegion EnvDL *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion EnvDL
*UIConstraints: *PageSize EnvC5 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion EnvC5
*UIConstraints: *PageSize OficioII *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize OficioII
*UIConstraints: *PageRegion OficioII *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion OficioII
*UIConstraints: *PageSize Folio *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize Folio
*UIConstraints: *PageRegion Folio *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion Folio
*UIConstraints: *PageSize EnvC4 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize EnvC4
*UIConstraints: *PageRegion EnvC4 *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion EnvC4
*UIConstraints: *PageSize Statement *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize Statement
*UIConstraints: *PageRegion Statement *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion Statement
*UIConstraints: *PageSize P8K *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize P8K
*UIConstraints: *PageRegion P8K *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion P8K
*UIConstraints: *PageSize P16K *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize P16K
*UIConstraints: *PageRegion P16K *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion P16K
*UIConstraints: *PageSize OficioI *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageSize OficioI
*UIConstraints: *PageRegion OficioI *InputSlot PF750
*UIConstraints: *InputSlot PF750 *PageRegion OficioI
*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 ISOB5
*UIConstraints: *PageSize ISOB5 *Duplex DuplexTumble
*UIConstraints: *PageSize ISOB5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion ISOB5
*UIConstraints: *PageRegion ISOB5 *Duplex DuplexTumble
*UIConstraints: *PageRegion ISOB5 *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: *Duplex *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize EnvC4
*UIConstraints: *PageSize EnvC4 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvC4 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion EnvC4
*UIConstraints: *PageRegion EnvC4 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvC4 *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize P8K
*UIConstraints: *PageSize P8K *Duplex DuplexTumble
*UIConstraints: *PageSize P8K *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion P8K
*UIConstraints: *PageRegion P8K *Duplex DuplexTumble
*UIConstraints: *PageRegion P8K *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageSize P16K
*UIConstraints: *PageSize P16K *Duplex DuplexTumble
*UIConstraints: *PageSize P16K *Duplex DuplexNoTumble
*UIConstraints: *Duplex *PageRegion P16K
*UIConstraints: *PageRegion P16K *Duplex DuplexTumble
*UIConstraints: *PageRegion P16K *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
*UIConstraints: *ColorModel Gray *Colorreprod Pantone
*UIConstraints: *Colorreprod Pantone *ColorModel Gray
*UIConstraints: *ColorModel Gray *Colorreprod Colortable
*UIConstraints: *Colorreprod Colortable *ColorModel Gray
*UIConstraints: *KCFold On *KCBooklet None
*UIConstraints: *KCBooklet None *KCFold On

*% 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/Black && White: "<< /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

*% 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"
*Colorreprod Pantone/PANTONE(R): "<< /ColorReproductionMode 36 >> setpagedevice"
*Colorreprod Colortable/Custom table: "<< /ColorReproductionMode 128 >> setpagedevice"
*CloseUI: *Colorreprod

*% RenderingColorMode 
*OpenUI *RCM/CMYK Processing: PickOne
*OrderDependency: 10 AnySetup *RCM
*DefaultRCM: PrnDef
*RCM PrnDef/Printer settings: ""
*RCM Color3/3 channels: "<< /InternalColorMode 0 >> setpagedevice"
*RCM Color4/4 channels: "<< /InternalColorMode 2 >> setpagedevice"
*CloseUI: *RCM

*% CIE 
*OpenUI *CIE/CIE Optimization: PickOne
*OrderDependency: 11 AnySetup *CIE
*DefaultCIE:  PrnDef
*CIE PrnDef/Printer settings: ""
*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 A3/A3: "<< /Policies << /PageSize 7 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
*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 B4/B4: "<< /Policies << /PageSize 7 >> /PageSize [728 1032] /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 P8K/8K: "<< /Policies << /PageSize 7 >> /PageSize [774 1116] /ImagingBBox null >> setpagedevice"
*PageSize P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
*PageSize OficioI/8.5x13.5: "<< /Policies << /PageSize 7 >> /PageSize [612 972] /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 Tabloid/Ledger 11x17: "<< /Policies << /PageSize 7 >> /PageSize [792 1224] /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 EnvC4/Envelope C4: "<< /Policies << /PageSize 7 >> /PageSize [649 919] /ImagingBBox null >> setpagedevice"
*?PageSize: "
  save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch} if
  (Unknown)
  25 dict
  dup [842 1191] (A3) put
  dup [595 842] (A4) put
  dup [421 595] (A5) put
  dup [297 421] (A6) put
  dup [728 1032] (B4) 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 [774 1116] (P8K) put
  dup [558 774] (P16K) put
  dup [612 972] (OficioI) put
  dup [612 792] (Letter) put
  dup [612 1008] (Legal) put
  dup [522 756] (Executive) put
  dup [792 1224] (Tabloid) 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
  dup [649 919] (EnvC4) 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 A3/A3: "<< /Policies << /PageSize 7 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
*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 B4/B4: "<< /Policies << /PageSize 7 >> /PageSize [728 1032] /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 Tabloid/Ledger 11x17: "<< /Policies << /PageSize 7 >> /PageSize [792 1224] /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 EnvC4/Envelope C4: "<< /Policies << /PageSize 7 >> /PageSize [649 919] /ImagingBBox null >> setpagedevice"
*PageRegion Statement/Statement: "<< /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*PageRegion P8K/8K: "<< /Policies << /PageSize 7 >> /PageSize [774 1116] /ImagingBBox null >> setpagedevice"
*PageRegion P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
*PageRegion OficioI/8.5x13.5: "<< /Policies << /PageSize 7 >> /PageSize [612 972] /ImagingBBox null >> setpagedevice"
*CloseUI: *PageRegion

*% Imageable Area Definitions
*DefaultImageableArea: A4
*ImageableArea A3/A3: "12 10 830 1181"
*ImageableArea A4/A4: "12 10 583 832"
*ImageableArea A5/A5: "12 10 409 585"
*ImageableArea A6/A6: "12 10 285 411"
*ImageableArea B4/B4: "12 10 716 1022"
*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 P8K/8K: "12 12 763 1105"
*ImageableArea P16K/16K: "12 12 547 763"
*ImageableArea OficioI/8.5x13.5: "12 12 600 960"
*ImageableArea Letter/Letter: "12 08 600 784"
*ImageableArea Legal/Legal: "12 08 600 1000"
*ImageableArea Executive/Executive: "12 08 510 748"
*ImageableArea Tabloid/Ledger 11x17: "12 08 780 1216"
*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 EnvC4/Envelope C4: "12 10 637 909"
*?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 A3/A3: "842 1191"
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "421 595"
*PaperDimension A6/A6: "297 421"
*PaperDimension B4/B4: "728 1032"
*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 P8K/8K: "774 1116"
*PaperDimension P16K/16K: "558 774"
*PaperDimension OficioI/8.5x13.5: "612 972"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension Tabloid/Ledger 11x17: "792 1224"
*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"
*PaperDimension EnvC4/Envelope C4: "649 919"

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

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

*% Input Slot Definitions
*OpenUI *InputSlot: PickOne
*OrderDependency: 30 AnySetup *InputSlot
*DefaultInputSlot: PF700A
*InputSlot PF700A/Cassette 1: "<< /ManualFeed false >> setpagedevice statusdict begin 0 setpapertray end"
*InputSlot PF700B/Cassette 2: "<< /ManualFeed false >> setpagedevice statusdict begin 1 setpapertray end"
*InputSlot PF700C/Cassette 3: "<< /ManualFeed false >> setpagedevice statusdict begin 4 setpapertray end"
*InputSlot PF700D/Cassette 4: "<< /ManualFeed false >> setpagedevice statusdict begin 5 setpapertray end"
*InputSlot MF1/Bypass Tray: "<< /ManualFeed false >> setpagedevice statusdict begin 3 setpapertray end"
*InputSlot PF750/Large capacity cassette: "<< /ManualFeed false >> setpagedevice statusdict begin 4 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
*% Output Bin Definitions
*OpenUI *OutputBin/Output Bin: PickOne
*OrderDependency: 51 AnySetup *OutputBin
*DefaultOutputBin: None
*OutputBin None/Printer settings: ""
*OutputBin FDTop/Top Tray (Face-Down): "0 statusdict /setoutputtray get exec"
*End
*OutputBin SEPARATORTRAY/Separator Tray: "3 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin Main/Finisher (Face-Down): "2 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin Sub/Finisher (Face-Up): "1 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin FDStackerA/Tray A (Face-Down): "2 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin FUStackerB/Tray B (Face-Up): "1 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin FDStackerB/Tray B (Face-Down): "1 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin FUStackerC/Tray C (Face-Up): "12 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin FDStackerC/Tray C (Face-Down): "12 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBDWN01/Mailbox 1(Face-Down): "4 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBDWN02/Mailbox 2(Face-Down): "5 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBDWN03/Mailbox 3(Face-Down): "6 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBDWN04/Mailbox 4(Face-Down): "7 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBDWN05/Mailbox 5(Face-Down): "8 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBDWN06/Mailbox 6(Face-Down): "9 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBDWN07/Mailbox 7(Face-Down): "10 statusdict /setoutputtray get exec << /OutputFaceUp false >> setpagedevice"
*End
*OutputBin MBUP01/Mailbox 1(Face-Up): "4 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin MBUP02/Mailbox 2(Face-Up): "5 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin MBUP03/Mailbox 3(Face-Up): "6 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin MBUP04/Mailbox 4(Face-Up): "7 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin MBUP05/Mailbox 5(Face-Up): "8 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin MBUP06/Mailbox 6(Face-Up): "9 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*OutputBin MBUP07/Mailbox 7(Face-Up): "10 statusdict /setoutputtray get exec << /OutputFaceUp true >> setpagedevice"
*End
*?OutputBin: ""
*End
*CloseUI: *OutputBin

*% Page Stack Order
*PageStackOrder FDTop: Normal

*% Staple Mode Definitions
*OpenUI *KCStaple/Staple: PickOne
*OrderDependency: 20 AnySetup *KCStaple
*DefaultKCStaple: None
*KCStaple None/Off: "<< /Staple 0 >> setpagedevice"
*KCStaple Center/Center: "
  userdict /UIStapleDetails known not {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /StaplePosition 3 put
  << /Staple 3 /StapleDetails UIStapleDetails >> setpagedevice"
*End
*KCStaple UpperRight/Upper Right: "
  userdict /UIStapleDetails known not {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /StaplePosition 1 put
  << /Staple 3 /StapleDetails UIStapleDetails >> setpagedevice"
*End
*KCStaple Upperleft/Upper Left: "
  userdict /UIStapleDetails known not {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /StaplePosition 2 put
  << /Staple 3 /StapleDetails UIStapleDetails >> setpagedevice"
*End
*?KCStaple: "
  save
  currentpagedevice /Staple known
  dup {currentpagedevice /Staple get 0 ne and} if
  {currentpagedevice /StapleDetails get /StaplePosition get
  1 {
    dup 1 eq {pop (UpperRight) exit} if
    dup 2 eq {pop (UpperLeft) exit} if
    dup 3 eq {pop (Booklet) exit} if
  } repeat
  }{(None)} ifelse
  = flush restore"
*End
*CloseUI: *KCStaple

*% Staple Method Definitions
*OpenUI *StapleCount/Staple Method: PickOne
*OrderDependency: 20 AnySetup *StapleCount
*DefaultStapleCount: None
*StapleCount None/Off: ""
*StapleCount Each50/Staple Every 50 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 50 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each49/Staple Every 49 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 49 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each48/Staple Every 48 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 48 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each47/Staple Every 47 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 47 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each46/Staple Every 46 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 46 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each45/Staple Every 45 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 45 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each44/Staple Every 44 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 44 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each43/Staple Every 43 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 43 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each42/Staple Every 42 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 42 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each41/Staple Every 41 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 41 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each40/Staple Every 40 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 40 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each39/Staple Every 39 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 39 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each38/Staple Every 38 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 38 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each37/Staple Every 37 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 37 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each36/Staple Every 36 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 36 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each35/Staple Every 35 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 35 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each34/Staple Every 34 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 34 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each33/Staple Every 33 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 33 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each32/Staple Every 32 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 32 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each31/Staple Every 31 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 31 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each30/Staple Every 30 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 30 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each29/Staple Every 29 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 29 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each28/Staple Every 28 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 28 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each27/Staple Every 27 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 27 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each26/Staple Every 26 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 26 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each25/Staple Every 25 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 25 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each24/Staple Every 24 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 24 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each23/Staple Every 23 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 23 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each22/Staple Every 22 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 22 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each21/Staple Every 21 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 21 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each20/Staple Every 20 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 20 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each19/Staple Every 19 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 19 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each18/Staple Every 18 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 18 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each17/Staple Every 17 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 17 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each16/Staple Every 16 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 16 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each15/Staple Every 15 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 15 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each14/Staple Every 14 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 14 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each13/Staple Every 13 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 13 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each12/Staple Every 12 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 12 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each11/Staple Every 11 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 11 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each10/Staple Every 10 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 10 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each9/Staple Every 9 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 9 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each8/Staple Every 8 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 8 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each7/Staple Every 7 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 7 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each6/Staple Every 6 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 6 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each5/Staple Every 5 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 5 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each4/Staple Every 4 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 4 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each3/Staple Every 3 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 3 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*StapleCount Each2/Staple Every 2 Sheets: "
  userdict /UIStapleDetails known not  {userdict /UIStapleDetails 10 dict put} if
  userdict /UIStapleDetails get /Count 2 put <</StapleDetails UIStapleDetails>> setpagedevice"
*End
*?StapleCount: "save (Auto) = flush restore"
*CloseUI: *StapleCount

*% Rotate Method Definitions
*OpenUI *KCRotate/Rotate Collate: PickOne
*OrderDependency: 15 AnySetup *KCRotate
*DefaultKCRotate: None
*KCRotate None/Off: "false statusdict /setkcrotatedcollation get exec"
*KCRotate On/On: "true statusdict /setkcrotatedcollation get exec"
*?KCRotate: "(None) = flush"
*End
*CloseUI: *KCRotate

*% Punch Method Definitions
*OpenUI *KCPunch/Punch Method: PickOne
*OrderDependency: 100 AnySetup *KCPunch
*DefaultKCPunch: None
*KCPunch None/Off: "<< /Punch 0 >> setpagedevice"
*KCPunch 2Hole/2 Holes (US): "<< /Punch 3 /PunchDetails << /PunchMode 2 >> >> setpagedevice"
*KCPunch 2HoleEUR/2 Holes (EUR): "<< /Punch 3 /PunchDetails << /PunchMode 1 >> >> setpagedevice"
*KCPunch 3Hole/3 Holes: "<< /Punch 3 /PunchDetails << /PunchMode 1 >> >> setpagedevice"
*KCPunch 4Hole/4 Holes: "<< /Punch 3 /PunchDetails << /PunchMode 2 >> >> setpagedevice"
*?KCPunch: "
  save
  currentpagedevice /Punch known
  dup { currentpagedevice /Punch get 0 ne and } if
  { currentpagedevice /Mode get
  /Mode get [(2or3holes)(4or2holes)] exch get }
  { (None) } ifelse = flush restore"
*End
*CloseUI: *KCPunch

*% Booklet Definitions
*OpenUI *KCBooklet/Booklet: PickOne
*OrderDependency: 100 AnySetup *KCBooklet
*DefaultKCBooklet: None
*KCBooklet None/Off: "0 statusdict /setkcbooklet get exec"
*KCBooklet Left/Left Edge Binding: " 1 statusdict /setkcbooklet get exec statusdict begin true setduplexmode true settumble end"
*KCBooklet Right/Right Edge Binding: " 2 statusdict /setkcbooklet get exec statusdict begin true setduplexmode true settumble end"
*?KCBooklet: "(None) = flush"
*End
*CloseUI: *KCBooklet

*% Fold Booklet Definitions
*OpenUI *KCFold/Booklet Fold: PickOne
*OrderDependency: 100 AnySetup *KCFold
*DefaultKCFold: None
*KCFold None/Off: "<< /Fold 0 >> setpagedevice"
*KCFold On/On: "<< /Fold 3 /FoldDetails << /FoldMode 1 >> >> setpagedevice"
*?KCFold: "(None) = flush"
*End
*CloseUI: *KCFold

*% 180 Rotate Definitions
*OpenUI *Rotate/180 Rotate: Boolean
*OrderDependency: 45 AnySetup *Rotate
*DefaultRotate: False
*Rotate False/Off: ""
*Rotate True/On: "userdict /180rotdetail known not
{
userdict /180rotdetail true put
1 dict begin currentpagedevice /Install get aload
  /aaa exch def { currentpagedevice /PageSize get aload pop translate 180 rotate } bind aload
  length /aaa load length add array astore cvx /Install exch def currentdict end setpagedevice
} if"
*?Rotate:"
  (False) ="
*End
*CloseUI: *Rotate

*% Job Offset Definitions
*OpenUI *Jog/Offset: PickOne
*OrderDependency: 50 AnySetup *Jog
*DefaultJog: None
*Jog EndOfSet/On: "<< /Jog 3 >> setpagedevice"
*Jog None/Off: "<< /Jog 0 >> setpagedevice"
*?Jog: "
  save
  currentpagedevice dup /Jog known {
    /Jog get dup 0 gt
    {(False)}{(True)} ifelse
  }{(Unknown)} ifelse
  exch pop
  = flush restore"
*End
*CloseUI: *Jog

*% 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 settings: ""
*KCCollate On/Collate: "<< /Collate true >> setpagedevice"
*KCCollate None/None: "<< /Collate false >> setpagedevice"
*KCCollate QuickCopy/Quick Copy: "
  userdict /UICollateDetails known not {userdict /UICollateDetails 10 dict put} if
  userdict /UICollateDetails get dup /Mode 0 put dup /Type 8 put /Hold 1 put <</Collate true /CollateDetails UICollateDetails>> setpagedevice"
*End
*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
*KCCollate JobStorage/Job Storage: "
  userdict /UICollateDetails known not {userdict /UICollateDetails 10 dict put} if
  userdict /UICollateDetails get dup /Mode 0 put dup /Type 8 put dup /Hold 2 put dup /HoldType 0 put /HoldKey (0000) pop pop pop <</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 [09-04-2009]: "
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 CS 400ci (English)