summaryrefslogtreecommitdiff
path: root/db/source/PPD/Savin/PS/Savin-MP_C3004ex_PS.ppd
blob: bedf386de6d04f1ee248f28f0c40ee5607209c5d (plain)
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
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
*PPD-Adobe: "4.3"
*%
*%  Printer Description file
*%    for "Savin MP C3004ex PS"
*%
*%    CreationDate: 2017/05/02
*%    Modified:     2017/05/02
*%
*%    java.util.zip.CRC32: e8740835
*%
*%    COPYRIGHT (C) 2017 RICOH COMPANY, LTD.
*%    
*%    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 -- please see www.opensource.org]
*%

*FileVersion: "1.0"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*ModelName: "Savin MP C3004ex"
*PCFileName: "SV3621E3.PPD"
*Manufacturer: "Savin"
*Product: "(SAVIN MP C3004ex PS3)"
*PSVersion: "(3018.102) 0"
*ShortNickName: "Savin MP C3004ex PS"
*NickName: "Savin MP C3004ex PS"
*1284DeviceID: "MFG:SAVIN;MDL:MP C3004ex;CMD:POSTSCRIPT;"

*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
*FoomaticRIPUserEntityMaxLength: 8
*FoomaticRIPHostEntityMaxLength: 63
*FoomaticRIPTitleEntityMaxLength: 40
*FoomaticRIPCommandLine: "printf "%%!PS-Adobe-3.0
%%%%Title: (&title;)
%%
%%\n%A%B%C%D"%%%%; cat;"
*End

*%========== Basic Device Capabilities ==========

*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: CMYK

*TTRasterizer: Type42
*?TTRasterizer: "
   save
      42 /FontType resourcestatus
      { pop pop (Type42)} {pop pop (None)} ifelse = flush
   restore
"
*End

*FileSystem: True
*?FileSystem: "
  save
  statusdict /diskonline get exec
  {(True)}{(False)}ifelse = flush
  restore
"
*End

*Throughput: "30"

*%========== Installable Options ==========
*%========== & System Management ==========

*OpenGroup: InstallableOptions/Installable Options

*OpenUI *OptionTray/Option Tray: PickOne
*DefaultOptionTray: NotInstalled
*OptionTray NotInstalled/Not Installed: ""
*OptionTray 1Cassette/Lower Paper Tray: ""
*OptionTray LCT/Tray 3 (LCT): ""
*OptionTray 2Cassette/Lower Paper Trays: ""
*?OptionTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /inslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(1Cassette)  [2]  Isfit?
(LCT)        [8]  Isfit?
(2Cassette)  [7]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *OptionTray

*OpenUI *LargeCapacityTray/Large Capacity Tray: PickOne
*DefaultLargeCapacityTray: NotInstalled
*LargeCapacityTray NotInstalled/Not Installed: ""
*LargeCapacityTray Installed/Installed: ""
*?LargeCapacityTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /inslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [6]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *LargeCapacityTray

*OpenUI *InnerTray2/Internal Tray 2: PickOne
*DefaultInnerTray2: NotInstalled
*InnerTray2 NotInstalled/Not Installed: ""
*InnerTray2 Installed/Installed: ""
*?InnerTray2: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /outslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [1]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *InnerTray2

*OpenUI *ShiftTray/Internal Shift Tray: PickOne
*DefaultShiftTray: NotInstalled
*ShiftTray NotInstalled/Not Installed: ""
*ShiftTray Installed/Installed: ""
*?ShiftTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /outslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [5]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *ShiftTray

*OpenUI *ExternalTray/External Tray: PickOne
*DefaultExternalTray: NotInstalled
*ExternalTray NotInstalled/Not Installed: ""
*ExternalTray Installed/Installed: ""
*?ExternalTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /outslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [0]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *ExternalTray

*OpenUI *Finisher/Finisher: PickOne
*DefaultFinisher: NotInstalled
*Finisher NotInstalled/Not Installed: ""
*Finisher FinRUBICONB/Finisher SR3130: ""
*Finisher FinAMURBBK/Finisher SR3220: ""
*Finisher FinAMURHY/Finisher SR3210: ""
*Finisher FinUYUNI/Finisher SR3180: ""
*?Finisher: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /outslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(FinRUBICONB)        [39]  Isfit?
(FinAMURBBK)         [43]  Isfit?
(FinAMURHY)          [48]  Isfit?
(FinUYUNI)           [45]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *Finisher

*OpenUI *RIPostScript/PostScript: PickOne
*FoomaticRIPOption RIPostScript: enum CmdLine A
*DefaultRIPostScript: IRIPS
*RIPostScript IRIPS/PostScript Emulation: "%% FoomaticRIPOptionSetting: RIPostScript=IRIPS"
*FoomaticRIPOptionSetting RIPostScript=IRIPS: "/isGenuine{\n&&
2 dict begin\n&&
/isGenuineFlag //false def\n&&
//systemdict /execdict known  {\n&&
   //systemdict /execdict get /copyright known {\n&&
       /copyright //systemdict /execdict get /copyright get def\n&&
       { copyright ( ) anchorsearch {\n&&
               pop /copyright exch def\n&&
           }{\n&&
               pop\n&&
               exit\n&&
           } ifelse\n&&
       } loop\n&&

       copyright ((c) Copyright 1984-) anchorsearch {\n&&
           pop pop\n&&
           copyright ( Adobe Systems Incorporated) search {\n&&
               pop pop pop\n&&
               copyright (All Rights Reserved.) search {\n&&
                   pop pop pop\n&&
                   /isGenuineFlag //true def\n&&
               }{\n&&
                   pop\n&&
               } ifelse\n&&
           }{\n&&
               pop\n&&
           } ifelse\n&&
       }{\n&&
           pop\n&&
       } ifelse\n&&
   } if\n&&
} if\n&&
isGenuineFlag\n&&
end\n&&
}bind def\n&&
mark {\n&&
    userdict /86f6369627 known { userdict /86f6369627 get /+DrvMode 1 put } if\n&&
} stopped cleartomark\n"
*End
*RIPostScript Adobe/Adobe PostScript: "%% FoomaticRIPOptionSetting: RIPostScript=Adobe"
*FoomaticRIPOptionSetting RIPostScript=Adobe: "/isGenuine{\n&&
2 dict begin\n&&
/isGenuineFlag //false def\n&&
//systemdict /execdict known  {\n&&
   //systemdict /execdict get /copyright known {\n&&
       /copyright //systemdict /execdict get /copyright get def\n&&
       { copyright ( ) anchorsearch {\n&&
               pop /copyright exch def\n&&
           }{\n&&
               pop\n&&
               exit\n&&
           } ifelse\n&&
       } loop\n&&

       copyright ((c) Copyright 1984-) anchorsearch {\n&&
           pop pop\n&&
           copyright ( Adobe Systems Incorporated) search {\n&&
               pop pop pop\n&&
               copyright (All Rights Reserved.) search {\n&&
                   pop pop pop\n&&
                   /isGenuineFlag //true def\n&&
               }{\n&&
                   pop\n&&
               } ifelse\n&&
           }{\n&&
               pop\n&&
           } ifelse\n&&
       }{\n&&
           pop\n&&
       } ifelse\n&&
   } if\n&&
} if\n&&
isGenuineFlag\n&&
end\n&&
}bind def\n&&
mark {\n&&
    userdict /86f6369627 known { userdict /86f6369627 get /+DrvMode 0 put } if\n&&
} stopped cleartomark\n"
*End
*?RIPostScript: "
save
mark
/isGenuine{
    2 dict begin
    /isGenuineFlag /IRIPS def
    //systemdict /execdict known  {
        //systemdict /execdict get /copyright known {
            /copyright //systemdict /execdict get /copyright get def
            { copyright ( ) anchorsearch {
                    pop /copyright exch def
                }{
                    pop
                    exit
                } ifelse
            } loop

            copyright ((c) Copyright 1984-) anchorsearch {
                pop pop
                copyright ( Adobe Systems Incorporated) search {
                    pop pop pop
                    copyright (All Rights Reserved.) search {
                        pop pop pop
                        /isGenuineFlag /Adobe def
                    }{
                        pop
                    } ifelse
                }{
                    pop
                } ifelse
            }{
                pop
            } ifelse
        } if
    } if
    isGenuineFlag
    end
}bind def
isGenuine = flush
cleartomark
restore
"
*End
*CloseUI: *RIPostScript

*CloseGroup: InstallableOptions

*FreeVM: "2261000"

*Password: "0"
*ExitServer: "
  count 0 eq
  {false}{true exch startjob}ifelse
  not {(WARNING: Cannot modify initial VM.) =
       (Missing or invalid Password.) =
       (Please contact the author.) = flush quit
  }if
"
*End
*Reset: "
  count 0 eq
  {false}{true exch startjob}ifelse
  not {(WARNING: Cannot reset printer.) =
       (Missing or invalid Password.) =
       (Please contact the author.) = flush quit
  }if
  systemdict /quit get exec
  (WARNING: Printer Reset Failed.) = flush
"
*End

*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "300"
*PrintPSErrors: True
*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"

*%========== Media Selection ==========
*LandscapeOrientation: Minus90

*OpenUI *PageSize: PickOne
*OrderDependency: 20 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize A3/A3 (297 x 420 mm): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A4/A4 (210 x 297 mm): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A5/A5 (148 x 210 mm): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A6/A6 (105 x 148 mm): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize B4/B4 JIS (257 x 364 mm): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize B5/B5 JIS (182 x 257 mm): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize B6/B6 JIS (128 x 182 mm): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Legal/Legal (8.5 x 14): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize GovernmentLG/8.25 x 14: "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EngQuatro/8 x 10: "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Letter/Letter (8.5 x 11): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Statement/5.5 x 8.5: "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize F/8 x 13: "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Folio/8.25 x 13: "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize FanFoldGermanLegal/8.5 x 13: "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Tabloid/11 x 17: "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 12x18/12 x 18: "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 11x15/11 x 15: "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 10x14/10 x 14: "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize SRA3/SRA3 (320 x 450 mm): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize SRA4/SRA4 (225 x 320 mm): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Executive/Executive (7.25 x 10.5): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Env10/Com10 Env. (4.125 x 9.5): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EnvMonarch/Monarch Env. (3.875 x 7.5): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EnvC5/C5 Env. (162 x 229 mm): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EnvC6/C6 Env. (114 x 162 mm): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize DLEnv/DL Env. (110 x 220 mm): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 8Kai/8K (267 x 390 mm): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 16Kai/16K (195 x 267 mm): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Oficio/8.5 x 13.4: "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A3.FullBleed/A3  (297 x 420 mm) (Full bleed): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize A4.FullBleed/A4 (210 x 297 mm) (Full Bleed): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize A5.FullBleed/A5 (148 x 210 mm) (Full Bleed): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize A6.FullBleed/A6 (105 x 148 mm) (Full Bleed): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize B4.FullBleed/B4 (JIS) (257 x 364 mm) (Full Bleed): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize B5.FullBleed/B5 (JIS) (182 x 257 mm) (Full Bleed): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize B6.FullBleed/B6 (JIS) (128 x 182 mm) (Full Bleed): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Legal.FullBleed/Legal (8.5 x 14) (Full Bleed): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize GovernmentLG.FullBleed/8.25 x 14 (Full Bleed): "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EngQuatro.FullBleed/8 x 10 (Full Bleed): "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Letter.FullBleed/Letter (8.5 x 11) (Full Bleed): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Statement.FullBleed/5.5 x 8.5 (Full Bleed): "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize F.FullBleed/8 x 13 (Full Bleed): "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Folio.FullBleed/8.25 x 13 (Full Bleed): "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize FanFoldGermanLegal.FullBleed/8.5 x 13 (Full Bleed): "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Tabloid.FullBleed/11 x 17 (Full Bleed): "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 12x18.FullBleed/12 x 18 (Full Bleed): "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 11x15.FullBleed/11 x 15 (Full Bleed): "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 10x14.FullBleed/10 x 14 (Full Bleed): "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize SRA3.FullBleed/SRA3 (320 x 450 mm) (Full Bleed): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize SRA4.FullBleed/SRA4 (225 x 320 mm) (Full Bleed): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Executive.FullBleed/Executive (7.25 x 10.5) (Full Bleed): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Env10.FullBleed/Com10 Env. (4.125 x 9.5) (Full Bleed): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EnvMonarch.FullBleed/Monarch Env. (3.875 x 7.5) (Full Bleed): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EnvC5.FullBleed/C5 Env. (162 x 229 mm) (Full Bleed): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EnvC6.FullBleed/C6 Env. (114 x 162 mm) (Full Bleed): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize DLEnv.FullBleed/DL Env. (110 x 220 mm) (Full Bleed): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 8Kai.FullBleed/8K (267 x 390 mm) (Full Bleed): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 16Kai.FullBleed/16K (195 x 267 mm) (Full Bleed): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Oficio.FullBleed/8.5 x 13.4 (Full Bleed): "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*?PageSize: "
  save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch}if (Unknown)
  60 dict
    dup [842 1191] (A3) put
    dup [595 842] (A4) put
    dup [420 595] (A5) put
    dup [297 420] (A6) put
    dup [729 1032] (B4) put
    dup [516 729] (B5) put
    dup [363 516] (B6) put
    dup [612 1008] (Legal) put
    dup [594 1008] (GovernmentLG) put
    dup [576 720] (EngQuatro) put
    dup [612 792] (Letter) put
    dup [396 612] (Statement) put
    dup [576 936] (F) put
    dup [595 935] (Folio) put
    dup [612 936] (FanFoldGermanLegal) put
    dup [792 1224] (Tabloid) put
    dup [864 1296] (12x18) put
    dup [792 1080] (11x15) put
    dup [720 1008] (10x14) put
    dup [907 1276] (SRA3) put
    dup [638 907] (SRA4) put
    dup [522 756] (Executive) put
    dup [297 684] (Env10) put
    dup [279 540] (EnvMonarch) put
    dup [459 649] (EnvC5) put
    dup [323 459] (EnvC6) put
    dup [311 623] (DLEnv) put
    dup [757 1106] (8Kai) put
    dup [553 757] (16Kai) put
    dup [612 965] (Oficio) put
    dup [842 1191] (A3.FullBleed) put
    dup [595 842] (A4.FullBleed) put
    dup [420 595] (A5.FullBleed) put
    dup [297 420] (A6.FullBleed) put
    dup [729 1032] (B4.FullBleed) put
    dup [516 729] (B5.FullBleed) put
    dup [363 516] (B6.FullBleed) put
    dup [612 1008] (Legal.FullBleed) put
    dup [594 1008] (GovernmentLG.FullBleed) put
    dup [576 720] (EngQuatro.FullBleed) put
    dup [612 792] (Letter.FullBleed) put
    dup [396 612] (Statement.FullBleed) put
    dup [576 936] (F.FullBleed) put
    dup [595 935] (Folio.FullBleed) put
    dup [612 936] (FanFoldGermanLegal.FullBleed) put
    dup [792 1224] (Tabloid.FullBleed) put
    dup [864 1296] (12x18.FullBleed) put
    dup [792 1080] (11x15.FullBleed) put
    dup [720 1008] (10x14.FullBleed) put
    dup [907 1276] (SRA3.FullBleed) put
    dup [638 907] (SRA4.FullBleed) put
    dup [522 756] (Executive.FullBleed) put
    dup [297 684] (Env10.FullBleed) put
    dup [279 540] (EnvMonarch.FullBleed) put
    dup [459 649] (EnvC5.FullBleed) put
    dup [323 459] (EnvC6.FullBleed) put
    dup [311 623] (DLEnv.FullBleed) put
    dup [757 1106] (8Kai.FullBleed) put
    dup [553 757] (16Kai.FullBleed) put
    dup [612 965] (Oficio.FullBleed) 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

*OpenUI *PageRegion: PickOne
*OrderDependency: 25 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion A3/A3 (297 x 420 mm): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A4/A4 (210 x 297 mm): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A5/A5 (148 x 210 mm): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A6/A6 (105 x 148 mm): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion B4/B4 JIS (257 x 364 mm): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion B5/B5 JIS (182 x 257 mm): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion B6/B6 JIS (128 x 182 mm): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Legal/Legal (8.5 x 14): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion GovernmentLG/8.25 x 14: "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EngQuatro/8 x 10: "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Letter/Letter (8.5 x 11): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Statement/5.5 x 8.5: "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion F/8 x 13: "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Folio/8.25 x 13: "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion FanFoldGermanLegal/8.5 x 13: "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Tabloid/11 x 17: "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 12x18/12 x 18: "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 11x15/11 x 15: "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 10x14/10 x 14: "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion SRA3/SRA3 (320 x 450 mm): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion SRA4/SRA4 (225 x 320 mm): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Executive/Executive (7.25 x 10.5): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Env10/Com10 Env. (4.125 x 9.5): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EnvMonarch/Monarch Env. (3.875 x 7.5): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EnvC5/C5 Env. (162 x 229 mm): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EnvC6/C6 Env. (114 x 162 mm): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion DLEnv/DL Env. (110 x 220 mm): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 8Kai/8K (267 x 390 mm): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 16Kai/16K (195 x 267 mm): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Oficio/8.5 x 13.4: "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A3.FullBleed/A3  (297 x 420 mm) (Full bleed): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion A4.FullBleed/A4 (210 x 297 mm) (Full Bleed): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion A5.FullBleed/A5 (148 x 210 mm) (Full Bleed): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion A6.FullBleed/A6 (105 x 148 mm) (Full Bleed): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion B4.FullBleed/B4 (JIS) (257 x 364 mm) (Full Bleed): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion B5.FullBleed/B5 (JIS) (182 x 257 mm) (Full Bleed): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion B6.FullBleed/B6 (JIS) (128 x 182 mm) (Full Bleed): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Legal.FullBleed/Legal (8.5 x 14) (Full Bleed): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion GovernmentLG.FullBleed/8.25 x 14 (Full Bleed): "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EngQuatro.FullBleed/8 x 10 (Full Bleed): "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Letter.FullBleed/Letter (8.5 x 11) (Full Bleed): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Statement.FullBleed/5.5 x 8.5 (Full Bleed): "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion F.FullBleed/8 x 13 (Full Bleed): "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Folio.FullBleed/8.25 x 13 (Full Bleed): "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion FanFoldGermanLegal.FullBleed/8.5 x 13 (Full Bleed): "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Tabloid.FullBleed/11 x 17 (Full Bleed): "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 12x18.FullBleed/12 x 18 (Full Bleed): "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 11x15.FullBleed/11 x 15 (Full Bleed): "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 10x14.FullBleed/10 x 14 (Full Bleed): "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion SRA3.FullBleed/SRA3 (320 x 450 mm) (Full Bleed): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion SRA4.FullBleed/SRA4 (225 x 320 mm) (Full Bleed): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Executive.FullBleed/Executive (7.25 x 10.5) (Full Bleed): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Env10.FullBleed/Com10 Env. (4.125 x 9.5) (Full Bleed): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EnvMonarch.FullBleed/Monarch Env. (3.875 x 7.5) (Full Bleed): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EnvC5.FullBleed/C5 Env. (162 x 229 mm) (Full Bleed): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EnvC6.FullBleed/C6 Env. (114 x 162 mm) (Full Bleed): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion DLEnv.FullBleed/DL Env. (110 x 220 mm) (Full Bleed): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 8Kai.FullBleed/8K (267 x 390 mm) (Full Bleed): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 16Kai.FullBleed/16K (195 x 267 mm) (Full Bleed): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Oficio.FullBleed/8.5 x 13.4 (Full Bleed): "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*CloseUI: *PageRegion

*%========== Information About Media Sizes ==========

*DefaultImageableArea: Letter
*ImageableArea A3/A3 (297 x 420 mm): "12 12 830 1179"
*ImageableArea A4/A4 (210 x 297 mm): "12 12 583 830"
*ImageableArea A5/A5 (148 x 210 mm): "12 12 408 583"
*ImageableArea A6/A6 (105 x 148 mm): "12 12 285 408"
*ImageableArea B4/B4 JIS (257 x 364 mm): "12 12 717 1020"
*ImageableArea B5/B5 JIS (182 x 257 mm): "12 12 504 717"
*ImageableArea B6/B6 JIS (128 x 182 mm): "12 12 351 504"
*ImageableArea Legal/Legal (8.5 x 14): "12 12 600 996"
*ImageableArea GovernmentLG/8.25 x 14: "12 12 582 996"
*ImageableArea EngQuatro/8 x 10: "12 12 564 708"
*ImageableArea Letter/Letter (8.5 x 11): "12 12 600 780"
*ImageableArea Statement/5.5 x 8.5: "12 12 384 600"
*ImageableArea F/8 x 13: "12 12 564 924"
*ImageableArea Folio/8.25 x 13: "12 12 583 923"
*ImageableArea FanFoldGermanLegal/8.5 x 13: "12 12 600 924"
*ImageableArea Tabloid/11 x 17: "12 12 780 1212"
*ImageableArea 12x18/12 x 18: "12 12 852 1284"
*ImageableArea 11x15/11 x 15: "12 12 780 1068"
*ImageableArea 10x14/10 x 14: "12 12 708 996"
*ImageableArea SRA3/SRA3 (320 x 450 mm): "12 12 895 1264"
*ImageableArea SRA4/SRA4 (225 x 320 mm): "12 12 626 895"
*ImageableArea Executive/Executive (7.25 x 10.5): "12 12 510 744"
*ImageableArea Env10/Com10 Env. (4.125 x 9.5): "12 12 285 672"
*ImageableArea EnvMonarch/Monarch Env. (3.875 x 7.5): "12 12 267 528"
*ImageableArea EnvC5/C5 Env. (162 x 229 mm): "12 12 447 637"
*ImageableArea EnvC6/C6 Env. (114 x 162 mm): "12 12 311 447"
*ImageableArea DLEnv/DL Env. (110 x 220 mm): "12 12 299 611"
*ImageableArea 8Kai/8K (267 x 390 mm): "12 12 745 1094"
*ImageableArea 16Kai/16K (195 x 267 mm): "12 12 541 745"
*ImageableArea Oficio/8.5 x 13.4: "12 12 600 953"
*ImageableArea A3.FullBleed/A3  (297 x 420 mm) (Full bleed): "0 0 842 1190"
*ImageableArea A4.FullBleed/A4 (210 x 297 mm) (Full Bleed): "0 0 595 841"
*ImageableArea A5.FullBleed/A5 (148 x 210 mm) (Full Bleed): "0 0 420 594"
*ImageableArea A6.FullBleed/A6 (105 x 148 mm) (Full Bleed): "0 0 297 419"
*ImageableArea B4.FullBleed/B4 (JIS) (257 x 364 mm) (Full Bleed): "0 0 729 1031"
*ImageableArea B5.FullBleed/B5 (JIS) (182 x 257 mm) (Full Bleed): "0 0 516 728"
*ImageableArea B6.FullBleed/B6 (JIS) (128 x 182 mm) (Full Bleed): "0 0 363 515"
*ImageableArea Legal.FullBleed/Legal (8.5 x 14) (Full Bleed): "0 0 612 1007"
*ImageableArea GovernmentLG.FullBleed/8.25 x 14 (Full Bleed): "0 0 594 1007"
*ImageableArea EngQuatro.FullBleed/8 x 10 (Full Bleed): "0 0 576 719"
*ImageableArea Letter.FullBleed/Letter (8.5 x 11) (Full Bleed): "0 0 612 791"
*ImageableArea Statement.FullBleed/5.5 x 8.5 (Full Bleed): "0 0 396 611"
*ImageableArea F.FullBleed/8 x 13 (Full Bleed): "0 0 576 935"
*ImageableArea Folio.FullBleed/8.25 x 13 (Full Bleed): "0 0 595 934"
*ImageableArea FanFoldGermanLegal.FullBleed/8.5 x 13 (Full Bleed): "0 0 612 935"
*ImageableArea Tabloid.FullBleed/11 x 17 (Full Bleed): "0 0 792 1223"
*ImageableArea 12x18.FullBleed/12 x 18 (Full Bleed): "0 0 864 1295"
*ImageableArea 11x15.FullBleed/11 x 15 (Full Bleed): "0 0 792 1079"
*ImageableArea 10x14.FullBleed/10 x 14 (Full Bleed): "0 0 720 1007"
*ImageableArea SRA3.FullBleed/SRA3 (320 x 450 mm) (Full Bleed): "0 0 907 1275"
*ImageableArea SRA4.FullBleed/SRA4 (225 x 320 mm) (Full Bleed): "0 0 638 906"
*ImageableArea Executive.FullBleed/Executive (7.25 x 10.5) (Full Bleed): "0 0 522 755"
*ImageableArea Env10.FullBleed/Com10 Env. (4.125 x 9.5) (Full Bleed): "0 0 297 683"
*ImageableArea EnvMonarch.FullBleed/Monarch Env. (3.875 x 7.5) (Full Bleed): "0 0 279 539"
*ImageableArea EnvC5.FullBleed/C5 Env. (162 x 229 mm) (Full Bleed): "0 0 459 648"
*ImageableArea EnvC6.FullBleed/C6 Env. (114 x 162 mm) (Full Bleed): "0 0 323 458"
*ImageableArea DLEnv.FullBleed/DL Env. (110 x 220 mm) (Full Bleed): "0 0 311 622"
*ImageableArea 8Kai.FullBleed/8K (267 x 390 mm) (Full Bleed): "0 0 757 1105"
*ImageableArea 16Kai.FullBleed/16K (195 x 267 mm) (Full Bleed): "0 0 553 756"
*ImageableArea Oficio.FullBleed/8.5 x 13.4 (Full Bleed): "0 0 612 964"
*?ImageableArea: "
  save
  /cvp {(            ) cvs print (               ) print}bind def
  newpath clippath pathbbox 4 -2 roll exch
  2 {10000 mul ceiling 10000 div cvp}repeat exch
  2 {10000 mul floor 10000 div cvp}repeat flush
  restore
"
*End

*DefaultPaperDimension: Letter
*PaperDimension A3/A3 (297 x 420 mm): "842 1191"
*PaperDimension A4/A4 (210 x 297 mm): "595 842"
*PaperDimension A5/A5 (148 x 210 mm): "420 595"
*PaperDimension A6/A6 (105 x 148 mm): "297 420"
*PaperDimension B4/B4 JIS (257 x 364 mm): "729 1032"
*PaperDimension B5/B5 JIS (182 x 257 mm): "516 729"
*PaperDimension B6/B6 JIS (128 x 182 mm): "363 516"
*PaperDimension Legal/Legal (8.5 x 14): "612 1008"
*PaperDimension GovernmentLG/8.25 x 14: "594 1008"
*PaperDimension EngQuatro/8 x 10: "576 720"
*PaperDimension Letter/Letter (8.5 x 11): "612 792"
*PaperDimension Statement/5.5 x 8.5: "396 612"
*PaperDimension F/8 x 13: "576 936"
*PaperDimension Folio/8.25 x 13: "595 935"
*PaperDimension FanFoldGermanLegal/8.5 x 13: "612 936"
*PaperDimension Tabloid/11 x 17: "792 1224"
*PaperDimension 12x18/12 x 18: "864 1296"
*PaperDimension 11x15/11 x 15: "792 1080"
*PaperDimension 10x14/10 x 14: "720 1008"
*PaperDimension SRA3/SRA3 (320 x 450 mm): "907 1276"
*PaperDimension SRA4/SRA4 (225 x 320 mm): "638 907"
*PaperDimension Executive/Executive (7.25 x 10.5): "522 756"
*PaperDimension Env10/Com10 Env. (4.125 x 9.5): "297 684"
*PaperDimension EnvMonarch/Monarch Env. (3.875 x 7.5): "279 540"
*PaperDimension EnvC5/C5 Env. (162 x 229 mm): "459 649"
*PaperDimension EnvC6/C6 Env. (114 x 162 mm): "323 459"
*PaperDimension DLEnv/DL Env. (110 x 220 mm): "311 623"
*PaperDimension 8Kai/8K (267 x 390 mm): "757 1106"
*PaperDimension 16Kai/16K (195 x 267 mm): "553 757"
*PaperDimension Oficio/8.5 x 13.4: "612 965"
*PaperDimension A3.FullBleed/A3  (297 x 420 mm) (Full bleed): "842 1190"
*PaperDimension A4.FullBleed/A4 (210 x 297 mm) (Full Bleed): "595 841"
*PaperDimension A5.FullBleed/A5 (148 x 210 mm) (Full Bleed): "420 594"
*PaperDimension A6.FullBleed/A6 (105 x 148 mm) (Full Bleed): "297 419"
*PaperDimension B4.FullBleed/B4 (JIS) (257 x 364 mm) (Full Bleed): "729 1031"
*PaperDimension B5.FullBleed/B5 (JIS) (182 x 257 mm) (Full Bleed): "516 728"
*PaperDimension B6.FullBleed/B6 (JIS) (128 x 182 mm) (Full Bleed): "363 515"
*PaperDimension Legal.FullBleed/Legal (8.5 x 14) (Full Bleed): "612 1007"
*PaperDimension GovernmentLG.FullBleed/8.25 x 14 (Full Bleed): "594 1007"
*PaperDimension EngQuatro.FullBleed/8 x 10 (Full Bleed): "576 719"
*PaperDimension Letter.FullBleed/Letter (8.5 x 11) (Full Bleed): "612 791"
*PaperDimension Statement.FullBleed/5.5 x 8.5 (Full Bleed): "396 611"
*PaperDimension F.FullBleed/8 x 13 (Full Bleed): "576 935"
*PaperDimension Folio.FullBleed/8.25 x 13 (Full Bleed): "595 934"
*PaperDimension FanFoldGermanLegal.FullBleed/8.5 x 13 (Full Bleed): "612 935"
*PaperDimension Tabloid.FullBleed/11 x 17 (Full Bleed): "792 1223"
*PaperDimension 12x18.FullBleed/12 x 18 (Full Bleed): "864 1295"
*PaperDimension 11x15.FullBleed/11 x 15 (Full Bleed): "792 1079"
*PaperDimension 10x14.FullBleed/10 x 14 (Full Bleed): "720 1007"
*PaperDimension SRA3.FullBleed/SRA3 (320 x 450 mm) (Full Bleed): "907 1275"
*PaperDimension SRA4.FullBleed/SRA4 (225 x 320 mm) (Full Bleed): "638 906"
*PaperDimension Executive.FullBleed/Executive (7.25 x 10.5) (Full Bleed): "522 755"
*PaperDimension Env10.FullBleed/Com10 Env. (4.125 x 9.5) (Full Bleed): "297 683"
*PaperDimension EnvMonarch.FullBleed/Monarch Env. (3.875 x 7.5) (Full Bleed): "279 539"
*PaperDimension EnvC5.FullBleed/C5 Env. (162 x 229 mm) (Full Bleed): "459 648"
*PaperDimension EnvC6.FullBleed/C6 Env. (114 x 162 mm) (Full Bleed): "323 458"
*PaperDimension DLEnv.FullBleed/DL Env. (110 x 220 mm) (Full Bleed): "311 622"
*PaperDimension 8Kai.FullBleed/8K (267 x 390 mm) (Full Bleed): "757 1105"
*PaperDimension 16Kai.FullBleed/16K (195 x 267 mm) (Full Bleed): "553 756"
*PaperDimension Oficio.FullBleed/8.5 x 13.4 (Full Bleed): "612 964"

*%========== Media Handling Features ==========

*OpenUI *InputSlot: PickOne
*OrderDependency: 30 AnySetup *InputSlot
*DefaultInputSlot: Auto
*InputSlot MultiTray/Bypass Tray: "<</MediaPosition 0>> setpagedevice"
*InputSlot 1Tray/Tray 1: "<</MediaPosition 1>> setpagedevice"
*InputSlot 2Tray/Tray 2: "<</MediaPosition 2>> setpagedevice"
*InputSlot 3Tray/Tray 3: "<</MediaPosition 3>> setpagedevice"
*InputSlot 4Tray/Tray 4: "<</MediaPosition 4>> setpagedevice"
*InputSlot 5Tray/Large Capacity Tray: "<</MediaPosition 5>> setpagedevice"
*InputSlot Auto/Auto Select: ""
*?InputSlot: "
  save
  [(MultiTray)(1Tray)(2Tray)(3Tray)(4Tray)(5Tray)]
  statusdict /papertray get exec {get}stopped
  {pop pop (Unknown)}if = flush
  restore
"
*End
*CloseUI: *InputSlot

*%=== Custom Paper Support =================
*LeadingEdge Short: ""
*LeadingEdge Long: ""
*DefaultLeadingEdge: Short

*MaxMediaWidth:  "908"
*MaxMediaHeight: "3572"
*HWMargins:      12 12 12 12
*CustomPageSize True: "pop pop pop
  << /PageSize [ 5 -2 roll ]  /ImagingBBox null
  /Policies <</PageSize 2 /MediaType 2>>
  /DeferredMediaSelection true
  >> setpagedevice"
*End

*ParamCustomPageSize Width:        1 points 255 908
*ParamCustomPageSize Height:       2 points 419 3572
*ParamCustomPageSize WidthOffset:  3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation:  5 int 1 1

*NonUIOrderDependency: 21 AnySetup *CustomPageSize True

*RequiresPageRegion MultiTray: True
*RequiresPageRegion 1Tray: True
*RequiresPageRegion 2Tray: True
*RequiresPageRegion 3Tray: True
*RequiresPageRegion 4Tray: True
*RequiresPageRegion 5Tray: True

*OpenUI *Duplex/Duplex: PickOne
*OrderDependency: 50 AnySetup *Duplex
*DefaultDuplex: DuplexNoTumble
*Duplex None/Off: "<</Duplex false>>setpagedevice"
*Duplex DuplexNoTumble/Long Edge: "<</Duplex true /Tumble false>>setpagedevice"
*Duplex DuplexTumble/Short Edge: "<</Duplex true /Tumble true>>setpagedevice"
*?Duplex: "
  save
  currentpagedevice /Duplex get
  {currentpagedevice /Tumble get
    {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  }{(None)}ifelse = flush
  restore
"
*End
*CloseUI: *Duplex

*OpenUI *Collate/Collate: PickOne
*OrderDependency: 200 AnySetup *Collate
*DefaultCollate: False
*Collate False/Off: "<</Collate false>>setpagedevice"
*Collate True/On: "RICollateKindValue {
<</Collate true
/CollateDetails << /Type 6 /AlignSet true >>
>>setpagedevice
} {
<</Collate true
/CollateDetails << /Type 6 /AlignSet false /AlignSetType RICollateAlignSetType >>
>>setpagedevice
} ifelse"
*End
*?Collate: "
  save
  currentpagedevice /Collate get
  {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
  restore
"
*End
*CloseUI: *Collate

*%========== Basic ==========
*OpenGroup: Basic/Basic

*OpenUI *RIPaperPolicy/Fit to Paper: PickOne
*OrderDependency: 10 AnySetup *RIPaperPolicy
*DefaultRIPaperPolicy: PromptUser
*RIPaperPolicy PromptUser/Prompt User: "
  <</DeferredMediaSelection true>> setpagedevice
  <</Policies << /PageSize 2 /MediaType 2 >> >> setpagedevice"
*End
*RIPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  <</DeferredMediaSelection false>> setpagedevice
  <</Policies << /PageSize 3 /MediaType 2 >> >> setpagedevice"
*End
*RIPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  <</DeferredMediaSelection false>> setpagedevice
  <</Policies << /PageSize 5 /MediaType 2 >> >> setpagedevice"
*End
*CloseUI: *RIPaperPolicy

*OpenUI *ColorModel/Color Mode: PickOne
*OrderDependency: 100 AnySetup *ColorModel
*DefaultColorModel: CMYK
*ColorModel CMYK/Color: "(cmyk) RCsetdevicecolor"
*ColorModel Gray/Black and White: "(gray) RCsetdevicecolor"
*CloseUI: *ColorModel

*OpenUI *RIRotateBy180/Rotate by 180 degrees: PickOne
*OrderDependency: 165 AnySetup *RIRotateBy180
*DefaultRIRotateBy180: Off
*RIRotateBy180 Off/Off: "
  0 /RDeviceProcSet /ProcSet findresource /SetImageRotation get exec"
*End
*RIRotateBy180 On/On: "
  1 /RDeviceProcSet /ProcSet findresource /SetImageRotation get exec"
*End
*CloseUI: *RIRotateBy180

*CloseGroup: Basic

*%========== Paper ==========
*OpenGroup: Paper/Paper

*OpenUI *MediaType/Paper Type: PickOne
*OrderDependency: 205 AnySetup *MediaType
*DefaultMediaType: Auto
*MediaType Auto/Plain/Recycled: "<< /MediaType (Auto) >> setpagedevice"
*MediaType Plain1/Plain 1 (60 - 74 g/m2): "<< /MediaType (Plain) >> setpagedevice"
*MediaType Plain2/Plain 2 (75 - 81 g/m2): "<< /MediaType (Plain2) >> setpagedevice"
*MediaType Recycled/Recycled: "<< /MediaType (Recycled) >> setpagedevice"
*MediaType Special1/Special 1: "<< /MediaType (Special) >> setpagedevice"
*MediaType Special2/Special 2: "<< /MediaType (Special2) >> setpagedevice"
*MediaType Special3/Special 3: "<< /MediaType (Special3) >> setpagedevice"
*MediaType Colored/Color: "<< /MediaType (Color) >> setpagedevice"
*MediaType Letterhead/Letterhead: "<< /MediaType (Letterhead) >> setpagedevice"
*MediaType Preprinted/Preprinted: "<< /MediaType (Preprinted) >> setpagedevice"
*MediaType Labels/Labels: "<< /MediaType (Labels) >> setpagedevice"
*MediaType Bond/Bond: "<< /MediaType (Bond) >> setpagedevice"
*MediaType Cardstock/Cardstock: "<< /MediaType (Cardstock) >> setpagedevice"
*MediaType OHP/Transparency: "<< /MediaType (Transparency) >> setpagedevice"
*MediaType Thick1/Thick 1 (106 - 169 g/m2): "<< /MediaType (Thick) >> setpagedevice"
*MediaType Thick2/Thick 2 (170 - 220 g/m2): "<< /MediaType (Thick2) >> setpagedevice"
*MediaType Thick3/Thick 3 (221 - 256 g/m2): "<< /MediaType (Thick3) >> setpagedevice"
*MediaType Thick4/Thick 4 (257 - 300 g/m2): "<< /MediaType (Thick4) >> setpagedevice"
*MediaType Thin/Thin (52 - 59 g/m2): "<< /MediaType (Thin) >> setpagedevice"
*MediaType Middlethick/Middle Thick (82 - 105 g/m2): "<< /MediaType (Middlethick) >> setpagedevice"
*MediaType GlossCoated/Coated (Glossy): "<< /MediaType (GlossyCoated) >> setpagedevice"
*MediaType MatCoated/Coated (Matte): "<< /MediaType (MatCoated) >> setpagedevice"
*MediaType Envelope/Envelope: "<< /MediaType (Envelope) >> setpagedevice"
*MediaType None/None: "<< /MediaType null >> setpagedevice"
*?MediaType: "
  save
  /UK (Unknown) def
  {
    currentpagedevice /MediaType 2 copy known not { UK exit } if
    get
    dup (Auto) eq { dup exit } if
    dup (Plain) eq { (Plain1) exit } if
    dup (Plain2) eq { dup exit } if
    dup (Recycled) eq { dup exit } if
    dup (Special) eq { (Special1) exit } if
    dup (Special2) eq { dup exit } if
    dup (Special3) eq { dup exit } if
    dup (Color) eq { (Colored) exit } if
    dup (Letterhead) eq { dup exit } if
    dup (Preprinted) eq { dup exit } if
    dup (Labels) eq { dup exit } if
    dup (Bond) eq { dup exit } if
    dup (Cardstock) eq { dup exit } if
    dup (Transparency) eq { (OHP) exit } if
    dup (Thick) eq { (Thick1) exit } if
    dup (Thick2) eq { dup exit } if
    dup (Thick3) eq { dup exit } if
    dup (Thick4) eq { dup exit } if
    dup (Thin) eq { dup exit } if
    dup (Middlethick) eq { dup exit } if
    dup (GlossyCoated) eq { (GlossCoated) exit } if
    dup (MatCoated) eq { dup exit } if
    dup (Envelope) eq { dup exit } if
    dup null eq { (None) exit } if
    UK exit
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *MediaType

*OpenUI *OutputBin/Destination: PickOne
*FoomaticRIPOption OutputBin: enum CmdLine B
*OrderDependency: 351 AnySetup *OutputBin
*DefaultOutputBin: Default
*OutputBin Default/Printer Default: "%% FoomaticRIPOptionSetting: OutputBin=Default"
*FoomaticRIPOptionSetting OutputBin=Default: "mark{\n&&
<</OutputType null>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin Standard/Internal Tray 1: "%% FoomaticRIPOptionSetting: OutputBin=Standard"
*FoomaticRIPOptionSetting OutputBin=Standard: "mark{\n&&
<</OutputType (Standard)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin Bin1/Internal Tray 2: "%% FoomaticRIPOptionSetting: OutputBin=Bin1"
*FoomaticRIPOptionSetting OutputBin=Bin1: "mark{\n&&
<</OutputType (1Bin)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin Shift/Internal Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=Shift"
*FoomaticRIPOptionSetting OutputBin=Shift: "mark{\n&&
<</OutputType (Shift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin External/External Tray: "%% FoomaticRIPOptionSetting: OutputBin=External"
*FoomaticRIPOptionSetting OutputBin=External: "mark{\n&&
<</OutputType (External)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinRUBICONBShift/Finisher SR3130 Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinRUBICONBShift"
*FoomaticRIPOptionSetting OutputBin=FinRUBICONBShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURBBKUpper/Finisher SR3220 Upper Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURBBKUpper"
*FoomaticRIPOptionSetting OutputBin=FinAMURBBKUpper: "mark{\n&&
<</OutputType (FinProof)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURBBKShift/Finisher SR3220 Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURBBKShift"
*FoomaticRIPOptionSetting OutputBin=FinAMURBBKShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURBBKLower/Finisher SR3220 Booklet Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURBBKLower"
*FoomaticRIPOptionSetting OutputBin=FinAMURBBKLower: "mark{\n&&
<</OutputType (FinBooklet)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURHYUpper/Finisher SR3210 Upper Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURHYUpper"
*FoomaticRIPOptionSetting OutputBin=FinAMURHYUpper: "mark{\n&&
<</OutputType (FinProof)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURHYShift/Finisher SR3210 Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURHYShift"
*FoomaticRIPOptionSetting OutputBin=FinAMURHYShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinUYUNIShift/Finisher SR3180 Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinUYUNIShift"
*FoomaticRIPOptionSetting OutputBin=FinUYUNIShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*?OutputBin: "
save
mark
(Default)
userdict /86f6369627 known {
    userdict /86f6369627 get
   /perifdict get /outslot get
userdict /86f6369627 get begin
	/devdict 1 dict def /ret false def
	dup type /arraytype eq {{devdict exch cvlit null put}forall}{pop}ifelse
	currentpagedevice /OutputType get /curOT exch def
 /IsCurrentOutputType? {
	ret
	{pop pop pop}
	{
        /ret true def
        {devdict exch known not {/ret false def pop pop exit}if} forall
        ret {curOT ne {/ret false def pop}if}if
    }ifelse
}bind def
(Default)            null         []    IsCurrentOutputType?
(Standard)          (Standard)    []	IsCurrentOutputType?
(Bin1)              (1Bin)        []	IsCurrentOutputType?
(Shift)             (Shift)       []	IsCurrentOutputType?
(External)          (External)    []	IsCurrentOutputType?
(FinRUBICONBShift)  (FinShift)    [39]	IsCurrentOutputType?
(FinAMURBBKUpper)   (FinProof)    [43]	IsCurrentOutputType?
(FinAMURBBKShift)   (FinShift)    [43]	IsCurrentOutputType?
(FinAMURBBKLower)   (FinBooklet)  [43]	IsCurrentOutputType?
(FinAMURHYUpper)    (FinProof)    [48]	IsCurrentOutputType?
(FinAMURHYShift)    (FinShift)    [48]	IsCurrentOutputType?
(FinUYUNIShift)     (FinShift)    [45]	IsCurrentOutputType?
end}if
= flush
cleartomark
restore
"
*End
*CloseUI: *OutputBin

*%========== Banner Page ==========
*OpenUI *RIBannerPagePrint/Banner Page: PickOne
*FoomaticRIPOption RIBannerPagePrint: enum CmdLine B
*OrderDependency: 365 AnySetup *RIBannerPagePrint
*DefaultRIBannerPagePrint: False
*RIBannerPagePrint False/Off: "%% FoomaticRIPOptionSetting: RIBannerPagePrint=False"
*FoomaticRIPOptionSetting RIBannerPagePrint=False: "mark{\n&&
<<\n&&
/BannerPageMode false\n&&
/MediaPosition null\n&&
/MediaType null\n&&
>>\n&&
/RDeviceProcSet\n&&
/ProcSet findresource\n&&
/SetBannerPage get exec\n&&
} stopped cleartomark\n"
*End
*RIBannerPagePrint True/On: "%% FoomaticRIPOptionSetting: RIBannerPagePrint=True"
*FoomaticRIPOptionSetting RIBannerPagePrint=True: "mark{\n&&
userdict /RPS_BPdict known{\n&&
<<\n&&
/BannerPageMode true\n&&
/MediaPosition userdict /RPS_BPdict get /RPS_BP_MEDIAPOSITION get\n&&
/MediaType userdict /RPS_BPdict get /RPS_BP_MEDIATYPE get\n&&
>>\n&&
/RDeviceProcSet\n&&
/ProcSet findresource\n&&
/SetBannerPage get exec\n&&
}if\n&&
} stopped cleartomark\n"
*End
*CloseUI: *RIBannerPagePrint

*OpenUI *RIBannerPageInputSlot/Banner Page Input Tray: PickOne
*FoomaticRIPOption RIBannerPageInputSlot: enum CmdLine B
*OrderDependency: 360 AnySetup *RIBannerPageInputSlot
*DefaultRIBannerPageInputSlot: Auto
*RIBannerPageInputSlot Auto/Auto Tray Select: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=Auto"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=Auto: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION null def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot MultiTray/Bypass Tray: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=MultiTray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=MultiTray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 0 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 1Tray/Tray 1: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=1Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=1Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 1 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 2Tray/Tray 2: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=2Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=2Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 2 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 3Tray/Tray 3: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=3Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=3Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 3 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 4Tray/Tray 4: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=4Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=4Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 4 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 5Tray/Large Capacity Tray: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=5Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=5Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 5 def end\n&&
} stopped cleartomark\n"
*End
*CloseUI: *RIBannerPageInputSlot

*OpenUI *RIBannerPageMediaType/Banner Page Paper Type: PickOne
*FoomaticRIPOption RIBannerPageMediaType: enum CmdLine B
*OrderDependency: 362 AnySetup *RIBannerPageMediaType
*DefaultRIBannerPageMediaType: Auto
*RIBannerPageMediaType Auto/Plain/Recycled: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Auto"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Auto: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Auto) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Plain1/Plain 1 (60 - 74 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Plain1"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Plain1: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Plain) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Plain2/Plain 2 (75 - 81 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Plain2"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Plain2: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Plain2) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Recycled/Recycled: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Recycled"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Recycled: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Recycled) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Special1/Special 1: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Special1"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Special1: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Special) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Special2/Special 2: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Special2"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Special2: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Special2) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Special3/Special 3: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Special3"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Special3: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Special3) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Colored/Color: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Colored"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Colored: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Color) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Letterhead/Letterhead: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Letterhead"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Letterhead: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Letterhead) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Preprinted/Preprinted: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Preprinted"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Preprinted: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Preprinted) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Labels/Labels: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Labels"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Labels: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Labels) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Bond/Bond: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Bond"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Bond: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Bond) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Cardstock/Cardstock: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Cardstock"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Cardstock: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Cardstock) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType OHP/Transparency: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=OHP"
*FoomaticRIPOptionSetting RIBannerPageMediaType=OHP: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Transparency) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick1/Thick 1 (106 - 169 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick1"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick1: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick2/Thick 2 (170 - 220 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick2"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick2: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick2) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick3/Thick 3 (221 - 256 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick3"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick3: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick3) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick4/Thick 4 (257 - 300 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick4"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick4: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick4) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thin/Thin (52 - 59 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thin"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thin: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thin) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Middlethick/Middle Thick (82 - 105 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Middlethick"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Middlethick: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Middlethick) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType GlossCoated/Coated (Glossy): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=GlossCoated"
*FoomaticRIPOptionSetting RIBannerPageMediaType=GlossCoated: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (GlossyCoated) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType MatCoated/Coated (Matte): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=MatCoated"
*FoomaticRIPOptionSetting RIBannerPageMediaType=MatCoated: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (MatCoated) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Envelope/Envelope: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Envelope"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Envelope: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Envelope) def end\n&&
} stopped cleartomark\n"
*End
*?RIBannerPageMediaType: "
  save
  /UK (Unknown) def
  {
    currentpagedevice /MediaType 2 copy known not { UK exit } if
    get dup null eq 1 index (Plain) eq or { (Plain1) exit } if
    dup (Auto) eq { dup exit } if
    dup (Plain2) eq { dup exit } if
    dup (Recycled) eq { dup exit } if
    dup (Special) eq { (Special1) exit } if
    dup (Special2) eq { dup exit } if
    dup (Special3) eq { dup exit } if
    dup (Color) eq { (Colored) exit } if
    dup (Letterhead) eq { dup exit } if
    dup (Preprinted) eq { dup exit } if
    dup (Labels) eq { dup exit } if
    dup (Bond) eq { dup exit } if
    dup (Cardstock) eq { dup exit } if
    dup (Transparency) eq { (OHP) exit } if
    dup (Thick) eq { (Thick1) exit } if
    dup (Thick2) eq { dup exit } if
    dup (Thick3) eq { dup exit } if
    dup (Thick4) eq { dup exit } if
    dup (Thin) eq { dup exit } if
    dup (Middlethick) eq { dup exit } if
    dup (GlossyCoated) eq { (GlossCoated) exit } if
    dup (MatCoated) eq { dup exit } if
    dup (Envelope) eq { dup exit } if
    UK exit
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIBannerPageMediaType

*CloseGroup: Paper

*%========== Finishing ==========
*OpenGroup: Finishing/Finishing

*OpenUI *RIOrientOvr/Orientation Override: PickOne
*OrderDependency: 170 AnySetup *RIOrientOvr
*DefaultRIOrientOvr: Off
*RIOrientOvr Off/Off: ""
*RIOrientOvr Landscape/Landscape: "
  1 /RDeviceProcSet /ProcSet findresource /SetOrientationOverride get exec"
*End
*RIOrientOvr Portrait/Portrait: "
  0 /RDeviceProcSet /ProcSet findresource /SetOrientationOverride get exec"
*End
*CloseUI: *RIOrientOvr

*OpenUI *RICollateKind/Collate Type: PickOne
*OrderDependency: 199 AnySetup *RICollateKind
*DefaultRICollateKind: Normal
*RICollateKind Normal/Collate: "/RICollateKindValue true def"
*RICollateKind RotateCollate/Rotating Collate: "/RICollateKindValue false def
/RICollateAlignSetType 1 def"
*End
*RICollateKind ShiftCollate/Shift Collate: "/RICollateKindValue false def
/RICollateAlignSetType 0 def"
*End
*CloseUI: *RICollateKind

*OpenUI *StapleLocation/Staple: PickOne
*OrderDependency: 220 AnySetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/Off: "<< /Staple 0 >> setpagedevice"
*StapleLocation StaplessUpperLeft/Top left (stapleless): "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 0 /Stapless true >>
>> setpagedevice"
*End
*StapleLocation StaplessUpperRight/Top right (stapleless): "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 6 /Stapless true >>
>> setpagedevice"
*End
*StapleLocation UpperLeft/Top left: "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 0 >>
>> setpagedevice"
*End
*StapleLocation UpperRight/Top right: "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 6 >>
>> setpagedevice"
*End
*StapleLocation LeftW/2 at left: "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 1 >>
>> setpagedevice"
*End
*StapleLocation RightW/2 at right: "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 5 >>
>> setpagedevice"
*End
*StapleLocation UpperW/2 at top: "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 7 >>
>> setpagedevice"
*End
*StapleLocation CenterW/2 at center: "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 8 >>
>> setpagedevice"
*End
*?StapleLocation: "
  save
  /UK (Unknown) def
  {
    currentpagedevice dup /Staple 2 copy known not { UK exit } if
    get dup 0 eq {pop (None) exit }
    {pop /StapleDetails get dup /Position get
    dup 0 eq {
		pop dup /Stapless get
		dup true eq {(StaplessUpperLeft) exit} if
		dup false eq {(UpperLeft) exit} if
	}if
    dup 6 eq {
		pop dup /Stapless get
		dup true eq {(StaplessUpperRight) exit} if
		dup false eq {(UpperRight) exit} if
	}if
    dup 1 eq {pop (LeftW) exit} if
    dup 5 eq {pop (RightW) exit} if
    dup 7 eq {pop (UpperW) exit} if
    dup 8 eq {pop (CenterW) exit} if
    UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *StapleLocation

*OpenUI *RIPunch/Punch: PickOne
*OrderDependency: 230 AnySetup *RIPunch
*DefaultRIPunch: None
*RIPunch None/Off: "<< /Punch 0 >> setpagedevice"
*RIPunch Left2/2 at left: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 0 /NumHoles 2 >> >> setpagedevice"
*End
*RIPunch Left3/3 at left: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 0 /NumHoles 3 >> >> setpagedevice"
*End
*RIPunch Left4/4 at left: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 0 /NumHoles 4 >> >> setpagedevice"
*End
*RIPunch Right2/2 at right: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 2 /NumHoles 2 >> >> setpagedevice"
*End
*RIPunch Right3/3 at right: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 2 /NumHoles 3 >> >> setpagedevice"
*End
*RIPunch Right4/4 at right: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 2 /NumHoles 4 >> >> setpagedevice"
*End
*RIPunch Upper2/2 at top: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 3 /NumHoles 2 >> >> setpagedevice"
*End
*RIPunch Upper3/3 at top: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 3 /NumHoles 3 >> >> setpagedevice"
*End
*RIPunch Upper4/4 at top: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 3 /NumHoles 4 >> >> setpagedevice"
*End
*?RIPunch: "
  save
  /UK (Unknown) def
  {
    currentpagedevice dup /Punch 2 copy known not { UK exit } if
    get dup 0 eq {pop (None) exit }
    {pop /PunchDetails get dup /Type get
    dup 4 eq {
		pop dup /Position get
		dup 0 eq{
			pop dup /NumHoles get
			dup 2 eq {pop (Left2) exit} if
			dup 3 eq {pop (Left3) exit} if
			dup 4 eq {pop (Left4) exit} if
		}if
		dup 2 eq{
			pop dup /NumHoles get
			dup 2 eq {pop (Right2) exit} if
			dup 3 eq {pop (Right3) exit} if
			dup 4 eq {pop (Right4) exit} if
		}if
		dup 3 eq{
			pop dup /NumHoles get
			dup 2 eq {pop (Upper2) exit} if
			dup 3 eq {pop (Upper3) exit} if
			dup 4 eq {pop (Upper4) exit} if
		}if
	} if
	UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIPunch

*OpenUI *RIFoldType/Fold Type: PickOne
*OrderDependency: 260 AnySetup *RIFoldType
*DefaultRIFoldType: None
*RIFoldType None/Off: "<< /Fold 1
/FoldDetails << /Type 10 /FoldType 9 /Stamp false >> >> setpagedevice"
*End
*RIFoldType OutsideTwofold/Half Fold - Print Outside (Finisher Booklet Tray): "<< /Fold 1
/FoldDetails << /Type 11 /FoldType 101 /Stack false >> >> setpagedevice"
*End
*?RIFoldType: "
"
*End
*CloseUI: *RIFoldType

*%========== Booklet ==========
*OpenUI *Booklet/Booklet: PickOne
*OrderDependency: 370 AnySetup *Booklet
*DefaultBooklet: None
*Booklet None/Off: "<<
   /Booklet  0
>>
/RDeviceProcSet /ProcSet findresource /SetBooklet get exec"
*End
*Booklet OpenToLeft/Open to Left/Top: "<<
   /Booklet  1
>>
/RDeviceProcSet /ProcSet findresource /SetBooklet get exec"
*End
*Booklet OpenToRight/Open to Right/Bottom: "<<
   /Booklet  2
>>
/RDeviceProcSet /ProcSet findresource /SetBooklet get exec"
*End
*CloseUI: *Booklet

*CloseGroup: Finishing

*%========== Print Quality ==========
*OpenGroup: PrintQuality/Print Quality

*%========== Resolution and Appearance Control ==========

*OpenUI *Resolution/Resolution: PickOne
*OrderDependency: 40 AnySetup *Resolution
*DefaultResolution: 600dpi
*Resolution 600dpi/600 dpi: "<</HWResolution[600 600]>>setpagedevice"
*Resolution 1200dpi/1200 dpi: "<</HWResolution[1200 1200]>>setpagedevice"
*?Resolution: "
  save
  currentpagedevice /HWResolution get 0 get
  (       ) cvs print (dpi) = flush
  restore
"
*End
*CloseUI: *Resolution

*OpenUI *RPSBitsPerPixel/Gradation: PickOne
*OrderDependency: 41 AnySetup *RPSBitsPerPixel
*DefaultRPSBitsPerPixel: 2BitsPerPixel
*RPSBitsPerPixel 2BitsPerPixel/Standard: "2 setbitsperpixel"
*RPSBitsPerPixel 1BitsPerPixel/Fast: "1 setbitsperpixel"
*RPSBitsPerPixel 4BitsPerPixel/Fine: "4 setbitsperpixel"
*CloseUI: *RPSBitsPerPixel

*OpenUI *RIPrintMode/Print Mode: PickOne
*OrderDependency: 45 AnySetup *RIPrintMode
*DefaultRIPrintMode: 0rhit
*RIPrintMode 0rhit/Off: "
  << /PostRenderingEnhance false >> setpagedevice"
*End
*RIPrintMode 3rhit/Toner Saving: "
  << /PostRenderingEnhance true
  /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3 >> >> setpagedevice"
*End
*?RIPrintMode: "
  save
  /UK (Unknown) def
  {
    currentpagedevice dup /PostRenderingEnhance 2 copy known not { UK exit } if
    get dup false eq {pop (0rhit) exit }
    {pop /PostRenderingEnhanceDetails get dup /OutputMode get
    dup 3 eq {pop (3rhit) exit} if
    UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIPrintMode

*OpenUI *Rimagesm/Image Smoothing: PickOne
*OrderDependency: 160 AnySetup *Rimagesm
*DefaultRimagesm: Off
*Rimagesm Off/Off: "(off) /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm On/On: "(on) /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm Auto/Auto: "(auto) /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 90ppi/Less than 90 ppi: "90 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 150ppi/Less than 150 ppi: "150 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 200ppi/Less than 200 ppi: "200 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 300ppi/Less than 300 ppi: "300 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*CloseUI: *Rimagesm

*OpenUI *RPSDitherType/Dithering: PickOne
*OrderDependency: 130 AnySetup *RPSDitherType
*DefaultRPSDitherType: Auto
*RPSDitherType Auto/Auto: "(auto) RCsethalftonetype"
*RPSDitherType Photo/Photographic: "(photo) RCsethalftonetype"
*RPSDitherType Letter/Text: "(text) RCsethalftonetype"
*RPSDitherType User/User Setting: "(user) RCsethalftonetype"
*RPSDitherType Dispersion/Reduce Missing Colors and Blurring: "(dispersion) RCsethalftonetype"
*CloseUI: *RPSDitherType

*OpenUI *RPSRGBcorrect/Color Setting: PickOne
*OrderDependency: 110 AnySetup *RPSRGBcorrect
*DefaultRPSRGBcorrect: DetailBright
*RPSRGBcorrect None/Off: "(none) RCsetrgbrevision"
*RPSRGBcorrect DetailNormal/Fine: "(precision-std) RCsetrgbrevision"
*RPSRGBcorrect DetailBright/Super Fine: "(precision-dark) RCsetrgbrevision"
*CloseUI: *RPSRGBcorrect

*OpenUI *RPSColorRendDict/Color Profile: PickOne
*OrderDependency: 120 AnySetup *RPSColorRendDict
*DefaultRPSColorRendDict: Auto
*RPSColorRendDict Auto/Auto: "(auto) RCsetcolorprofile"
*RPSColorRendDict Photograph/Photographic: "(photo) RCsetcolorprofile"
*RPSColorRendDict Business/Presentation: "(business) RCsetcolorprofile"
*RPSColorRendDict Colorimetric/Solid Color: "(colorimetric) RCsetcolorprofile"
*RPSColorRendDict POP/POP Display: "(pop) RCsetcolorprofile"
*RPSColorRendDict User/User Setting: "(user) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation1/Soft: "(hybrid13) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation2/Sharp: "(hybrid14) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation4/Vivid: "(hybrid16) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation/CLP Simulation: "(hybrid11) RCsetcolorprofile"
*CloseUI: *RPSColorRendDict

*OpenUI *Rcmyksimulation/CMYK Simulation Profile: PickOne
*OrderDependency: 155 AnySetup *Rcmyksimulation
*DefaultRcmyksimulation: Off
*Rcmyksimulation Off/Off: "(None) RCsetcmyksimulation"
*Rcmyksimulation USOffsetPrint/US OffsetPrint: "(USOffsetPrint) RCsetcmyksimulation"
*Rcmyksimulation Euroscale/Euroscale: "(Euroscale) RCsetcmyksimulation"
*Rcmyksimulation JapanColor/JapanColor2001: "(JapanColor) RCsetcmyksimulation"
*Rcmyksimulation PANTONE/PaletteColor: "(PaletteColor) RCsetcmyksimulation"
*Rcmyksimulation Trans01/Make Bluer: "(Trans01) RCsetcmyksimulation"
*CloseUI: *Rcmyksimulation

*OpenUI *RPSBlackMode/Gray Reproduction: PickOne
*OrderDependency: 140 AnySetup *RPSBlackMode
*DefaultRPSBlackMode: gray
*RPSBlackMode gray/Black/Gray by K (Text/Line Art):"(gray) (gray) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode 1Color/Black by K:"(black) (black) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode 4Color/CMY+K:"(off) (off) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode grayText/Black/Gray by K (Text only):"(gray) (off) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode 1ColorText/Black by K (Text only):"(black) (off) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode grayAll/Black/Gray by K (Strong UCR):"(gray) (gray) (gray)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*CloseUI: *RPSBlackMode

*OpenUI *RPSBlackOverPrint/Black Over Print: PickOne
*OrderDependency: 145 AnySetup *RPSBlackOverPrint
*DefaultRPSBlackOverPrint: False
*RPSBlackOverPrint False/Off:"(off) RCsetblackoverprint"
*RPSBlackOverPrint True/On:"(on) RCsetblackoverprint"
*CloseUI: *RPSBlackOverPrint

*OpenUI *RPSColorSep/Separate into CMYK: PickOne
*OrderDependency: 150 AnySetup *RPSColorSep
*DefaultRPSColorSep: None
*RPSColorSep None/Do not Separate: "(none) RCsetprintseparation"
*RPSColorSep Cyan/Cyan: "(cyan) RCsetprintseparation"
*RPSColorSep Magenta/Magenta: "(magenta) RCsetprintseparation"
*RPSColorSep Yellow/Yellow: "(yellow) RCsetprintseparation"
*RPSColorSep Black/Black: "(black) RCsetprintseparation"
*RPSColorSep Red/Magenta and Yellow: "(magenta&yellow) RCsetprintseparation"
*RPSColorSep Green/Cyan and Yellow: "(cyan&yellow) RCsetprintseparation"
*RPSColorSep Blue/Cyan and Magenta: "(cyan&magenta) RCsetprintseparation"
*RPSColorSep KCyan/Black and Cyan: "(cyan&black) RCsetprintseparation"
*RPSColorSep KMagenta/Black and Magenta: "(magenta&black) RCsetprintseparation"
*RPSColorSep KYellow/Black and Yellow: "(yellow&black) RCsetprintseparation"
*CloseUI: *RPSColorSep

*CloseGroup: PrintQuality

*OpenGroup: Effects/Effects

*%=== Watermark ========
*OpenUI *RIWatermark/Watermark:  PickOne
*OrderDependency: 300 AnySetup *RIWatermark
*DefaultRIWatermark: Off
*RIWatermark Off/Off: ""
*RIWatermark On/On: "
 userdict /RPS_WMdict 10 dict put
 userdict /RPS_WMdict get begin
  /RPS_WM true def
  /RPS_WM_adjangle { 1.0 mul } bind def	%% Portrait, Portrait(4up)
  /RPS_WM_adjust 0.5 def
  /RPS_WM_position { %% center
	currentpagedevice /PageSize get
	aload pop exch 2.0 div exch 2.0 div translate
	RPS_WM_angle RPS_WM_adjangle rotate
	RPS_WM_font findfont RPS_WM_size scalefont setfont
	RPS_WM_str stringwidth pop 2.0 div neg RPS_WM_size 2.0 div moveto
  } bind def
 end
 <<
	/EndPage {
		2 eq { pop false }{
			userdict /RPS_WMdict 2 copy known {
				get begin
				RPS_WM {
					gsave
					initgraphics
					RPS_WM_color
					RPS_WM_Pattern
					RPS_WM_position
					RPS_WM_draw
					grestore
				} if
				end
			}{ pop pop } ifelse
			pop true
		} ifelse
	} bind
 >> setpagedevice"
*End
*CloseUI: *RIWatermark

*%=== Watermark Text ========
*OpenUI *RIWMText/Watermark Text:  PickOne
*OrderDependency: 310 AnySetup *RIWMText
*DefaultRIWMText: Confidential
*RIWMText Confidential/CONFIDENTIAL: "userdict /RPS_WMdict get begin
 /RPS_WM_str (CONFIDENTIAL) def end"
*End
*RIWMText Copy/COPY: "userdict /RPS_WMdict get begin
 /RPS_WM_str (COPY) def end"
*End
*RIWMText Copyright/DRAFT: "userdict /RPS_WMdict get begin
 /RPS_WM_str (DRAFT) def end"
*End
*RIWMText Final/FINAL: "userdict /RPS_WMdict get begin
 /RPS_WM_str (FINAL) def end"
*End
*RIWMText FileCopy/FILE COPY: "userdict /RPS_WMdict get begin
 /RPS_WM_str (FILE COPY) def end"
*End
*RIWMText Proof/PROOF: "userdict /RPS_WMdict get begin
 /RPS_WM_str (PROOF) def end"
*End
*RIWMText TopSecret/TOP SECRET: "userdict /RPS_WMdict get begin
 /RPS_WM_str (TOP SECRET) def end"
*End
*CloseUI: *RIWMText

*%=== WaterMark Font ========
*OpenUI *RIwmFont/Watermark Font:  PickOne
*OrderDependency: 320 AnySetup *RIwmFont
*DefaultRIwmFont: Default
*RIwmFont Default/Printer Default: "userdict /isGenuine known {
    isGenuine
    {userdict /RPS_WMdict get begin
    /RPS_WM_font /Helvetica-Bold def end}
    {userdict /RPS_WMdict get begin
    /RPS_WM_font /NimbusSans-Bold def end}
    ifelse
}{
    userdict /RPS_WMdict get begin
    /RPS_WM_font /NimbusSans-Bold def end
} ifelse
"
*End
*RIwmFont HelveticaB/Helvetica Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Helvetica-Bold def end"
*End
*RIwmFont CourierB/Courier Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Courier-Bold def end"
*End
*RIwmFont TimesB/Times Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Times-Bold def end"
*End
*RIwmFont NimbusSansB/NimbusSans Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /NimbusSans-Bold def end"
*End
*RIwmFont NimbusMonoPSB/NimbusMonoPS Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /NimbusMonoPS-Bold def end"
*End
*RIwmFont NimbusRomanB/NimbusRoman Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /NimbusRoman-Bold def end"
*End
*CloseUI: *RIwmFont

*%=== WaterMark Angle ========
*OpenUI *RIwmAngle/Watermark Angle:  PickOne
*OrderDependency: 340 AnySetup *RIwmAngle
*DefaultRIwmAngle: 45Deg
*RIwmAngle 180Deg/180 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 180 def end"
*End
*RIwmAngle 135Deg/135 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 135 def end"
*End
*RIwmAngle 90Deg/90 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 90 def end"
*End
*RIwmAngle 45Deg/45 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 45 def end"
*End
*RIwmAngle 0Deg/0 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 0 def end"
*End
*RIwmAngle M45Deg/-45 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -45 def end"
*End
*RIwmAngle M90Deg/-90 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -90 def end"
*End
*RIwmAngle M135Deg/-135 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -135 def end"
*End
*RIwmAngle M180Deg/-180 Degrees: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -180 def end"
*End
*CloseUI: *RIwmAngle

*%=== WaterMark Font Size========
*OpenUI *RIwmSize/Watermark Size:  PickOne
*OrderDependency: 330 AnySetup *RIwmSize
*DefaultRIwmSize: 36
*RIwmSize 24/24 Point: "userdict /RPS_WMdict get begin
 /RPS_WM_size 24 def end"
*End
*RIwmSize 36/36 Point: "userdict /RPS_WMdict get begin
 /RPS_WM_size 36 def end"
*End
*RIwmSize 48/48 Point: "userdict /RPS_WMdict get begin
 /RPS_WM_size 48 def end"
*End
*RIwmSize 60/60 Point: "userdict /RPS_WMdict get begin
 /RPS_WM_size 60 def end"
*End
*RIwmSize 72/72 Point: "userdict /RPS_WMdict get begin
 /RPS_WM_size 72 def end"
*End
*CloseUI: *RIwmSize

*%=== WaterMark Style ========
*OpenUI *RIwmTextStyle/Watermark Style:  PickOne
*OrderDependency: 350 AnySetup *RIwmTextStyle
*DefaultRIwmTextStyle: Gray
*RIwmTextStyle Gray/Gray: "userdict /RPS_WMdict get begin
   /RPS_WM_color { 0 setgray }  bind  def
   /RPS_WM_Pattern {
    <<
        /PatternType 1
        /PaintType 1
        /TilingType 3
        /BBox [ 0 0 1 1 ]
        /XStep 1
        /YStep 1
        /PaintProc {
            begin
                RPS_WM_color
                8 8 true [ 8 0 0 -8 0 8 ]
                <88002200 88002200> imagemask
            end
        }
    >> [ 1 0 0 -1 0 1 ] makepattern
    setpattern }
   bind def
   /RPS_WM_draw {   %% RPS_WM_mask
    RPS_WM_str false charpath fill
  } bind def end"
*End
*RIwmTextStyle Outline/Outlined: "userdict /RPS_WMdict get begin
   /RPS_WM_color { 0 setgray }  bind  def
   /RPS_WM_Pattern {} def
   /RPS_WM_draw {   %% RPS_WM_outline
    0 setlinewidth RPS_WM_str false charpath stroke
  } bind def end"
*End
*CloseUI: *RIwmTextStyle

*CloseGroup: Effects

*%========== Gray Levels and Halftoning ==========
*AccurateScreensSupport: True
*ScreenFreq: "85.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*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}
"
*End

*%========== Job Log ==========

*OpenGroup: JobLog/Job Log
*OpenUI *JobType/JobType: PickOne
*FoomaticRIPOption JobType: enum CmdLine A
*OrderDependency: 110 AnySetup *JobType
*DefaultJobType: Normal
*JobType Normal/Normal: "%% FoomaticRIPOptionSetting: JobType=Normal"
*FoomaticRIPOptionSetting JobType=Normal: "mark\n&&
/usrcode where{pop}{/usrcode()def}ifelse\n&&
/usrid where{pop}{/usrid()def}ifelse\n&&
(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
cleartomark\n&&
mark {\n&&
<<\n&&
   /JobType 0\n&&
   /JobInfo <<\n&&
      /UserID usrid\n&&
      /Time (20`date +%y%m%d%R | sed 's/://'`)\n&&
      /HostLoginName (&user;)\n&&
      /HostName (&host;)\n&&
   >>\n&&
>> /RDeviceProcSet /ProcSet findresource /SetJobType get exec\n&&
}stopped cleartomark\n"
*End
*JobType SamplePrint/Sample Print: "%% FoomaticRIPOptionSetting: JobType=SamplePrint"
*FoomaticRIPOptionSetting JobType=SamplePrint: "mark\n&&
/usrcode where{pop}{/usrcode()def}ifelse\n&&
/usrid where{pop}{/usrid()def}ifelse\n&&
(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
cleartomark\n&&
mark {\n&&
 <<\n&&
   /JobType 2\n&&
   /JobInfo <<\n&&
      /UserID usrid\n&&
      /Time (20`date +%y%m%d%R | sed 's/://'`)\n&&
      /HostLoginName (&user;)\n&&
      /HostName (&host;)\n&&
   >>\n&&
 >> /RDeviceProcSet /ProcSet findresource /SetJobType get exec\n&&
}stopped cleartomark\n"
*End
*JobType LockedPrint/Locked Print: "%% FoomaticRIPOptionSetting: JobType=LockedPrint"
*FoomaticRIPOptionSetting JobType=LockedPrint: "mark\n&&
/usrcode where{pop}{/usrcode()def}ifelse\n&&
/usrid where{pop}{/usrid()def}ifelse\n&&
/lppswd where{pop}{/lppswd()def}ifelse\n&&
(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
cleartomark\n&&
mark {\n&&
 <<\n&&
   /JobType 1\n&&
   /JobInfo <<\n&&
      /UserID usrid\n&&
      /Time (20`date +%y%m%d%R | sed 's/://'`)\n&&
      /Password lppswd\n&&
      /HostLoginName (&user;)\n&&
      /HostName (&host;)\n&&
   >>\n&&
 >> /RDeviceProcSet /ProcSet findresource /SetJobType get exec\n&&
}stopped cleartomark\n"
*End
*JobType HoldPrint/Hold Print: "%% FoomaticRIPOptionSetting: JobType=HoldPrint"
*FoomaticRIPOptionSetting JobType=HoldPrint: "mark\n&&
/usrcode where{pop}{/usrcode()def}ifelse\n&&
/usrid where{pop}{/usrid()def}ifelse\n&&
(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
cleartomark\n&&
mark {\n&&
 <<\n&&
   /JobType 3\n&&
   /JobInfo <<\n&&
      /UserID usrid\n&&
      /Time (20`date +%y%m%d%R | sed 's/://'`)\n&&
      /JobID (&title;)\n&&
      /HostLoginName (&user;)\n&&
      /HostName (&host;)\n&&
   >>\n&&
 >> /RDeviceProcSet /ProcSet findresource /SetJobType get exec\n&&
}stopped cleartomark\n"
*End
*JobType StoredPrint/Stored Print: "%% FoomaticRIPOptionSetting: JobType=StoredPrint"
*FoomaticRIPOptionSetting JobType=StoredPrint: "mark\n&&
/usrcode where{pop}{/usrcode()def}ifelse\n&&
/usrid where{pop}{/usrid()def}ifelse\n&&
/sppswd where{pop}{/sppswd()def}ifelse\n&&
(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
cleartomark\n&&
mark {\n&&
 <<\n&&
   /JobType 3\n&&
   /JobInfo <<\n&&
      /UserID usrid\n&&
      /Time (20`date +%y%m%d%R | sed 's/://'`)\n&&
      /Password sppswd\n&&
      /JobID (&title;)\n&&
      /HostLoginName (&user;)\n&&
      /HostName (&host;)\n&&
   >>\n&&
   /JobAttr << /Save 1 /Public false >>\n&&
 >> /RDeviceProcSet /ProcSet findresource /SetJobType get exec\n&&
}stopped cleartomark\n"
*End
*JobType StoreandPrint/Store and Print: "%% FoomaticRIPOptionSetting: JobType=StoreandPrint"
*FoomaticRIPOptionSetting JobType=StoreandPrint: "mark\n&&
/usrcode where{pop}{/usrcode()def}ifelse\n&&
/usrid where{pop}{/usrid()def}ifelse\n&&
/sppswd where{pop}{/sppswd()def}ifelse\n&&
(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
cleartomark\n&&
mark {\n&&
 <<\n&&
   /JobType 3\n&&
   /JobInfo <<\n&&
      /UserID usrid\n&&
      /Time (20`date +%y%m%d%R | sed 's/://'`)\n&&
      /Password sppswd\n&&
      /JobID (&title;)\n&&
      /HostLoginName (&user;)\n&&
      /HostName (&host;)\n&&
   >>\n&&
   /JobAttr << /Save 2 /Public false >>\n&&
 >> /RDeviceProcSet /ProcSet findresource /SetJobType get exec\n&&
}stopped cleartomark\n"
*End
*JobType DocServer/Document Server: "%% FoomaticRIPOptionSetting: JobType=DocServer"
*FoomaticRIPOptionSetting JobType=DocServer: "mark\n&&
/usrcode where{pop}{/usrcode()def}ifelse\n&&
/usrid where{pop}{/usrid()def}ifelse\n&&
/dspswd where{pop}{/dspswd()def}ifelse\n&&
(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
cleartomark\n&&
mark {\n&&
 <<\n&&
   /JobType 4\n&&
   /JobInfo <<\n&&
      /UserID usrid\n&&
      /Time (20`date +%y%m%d%R | sed 's/://'`)\n&&
      /Password dspswd\n&&
      /JobID (&title;)\n&&
      /HostLoginName (&user;)\n&&
      /HostName (&host;)\n&&
   >>\n&&
 >> /RDeviceProcSet /ProcSet findresource /SetJobType get exec\n&&
}stopped cleartomark\n"
*End
*CloseUI: *JobType

*OpenUI *LockedPrintPassword/Locked Print Password (4-8 digits): PickOne
*FoomaticRIPOption LockedPrintPassword: password CmdLine A
*FoomaticRIPOptionMaxLength LockedPrintPassword:8
*FoomaticRIPOptionAllowedChars LockedPrintPassword: "0-9"
*OrderDependency: 100 AnySetup *LockedPrintPassword
*FoomaticRIPOptionPrototype LockedPrintPassword: "/lppswd(%s)def\n"
*DefaultLockedPrintPassword: None
*LockedPrintPassword None/None: "/lppswd()def\n"
*LockedPrintPassword 4001/4001: "/lppswd(4001)def\n"
*LockedPrintPassword 4002/4002: "/lppswd(4002)def\n"
*LockedPrintPassword 4003/4003: "/lppswd(4003)def\n"
*CloseUI: *LockedPrintPassword

*CustomLockedPrintPassword True/Custom Password: ""
*ParamCustomLockedPrintPassword Password: 1 password 4 8
*NonUIOrderDependency: 101 AnySetup *CustomLockedPrintPassword True

*OpenUI *StoredPrintPassword/Stored Print Password (4-8 digits): PickOne
*FoomaticRIPOption StoredPrintPassword: password CmdLine A
*FoomaticRIPOptionMaxLength StoredPrintPassword:8
*FoomaticRIPOptionAllowedChars StoredPrintPassword: "0-9"
*OrderDependency: 106 AnySetup *StoredPrintPassword
*FoomaticRIPOptionPrototype StoredPrintPassword: "/sppswd(%s)def\n"
*DefaultStoredPrintPassword: None
*StoredPrintPassword None/None: "/sppswd()def\n"
*StoredPrintPassword 2001/2001: "/sppswd(2001)def\n"
*StoredPrintPassword 2002/2002: "/sppswd(2002)def\n"
*StoredPrintPassword 2003/2003: "/sppswd(2003)def\n"
*CloseUI: *StoredPrintPassword

*CustomStoredPrintPassword True/Custom Stored Print Password: ""
*ParamCustomStoredPrintPassword Password: 1 password 4 8
*NonUIOrderDependency: 107 AnySetup *CustomStoredPrintPassword True

*OpenUI *DocServerPassword/Document Server Password (4-8 digits): PickOne
*FoomaticRIPOption DocServerPassword: password CmdLine A
*FoomaticRIPOptionMaxLength DocServerPassword:8
*FoomaticRIPOptionAllowedChars DocServerPassword: "0-9"
*OrderDependency: 102 AnySetup *DocServerPassword
*FoomaticRIPOptionPrototype DocServerPassword: "/dspswd(%s)def\n"
*DefaultDocServerPassword: None
*DocServerPassword None/None: "/dspswd()def\n"
*DocServerPassword 3001/3001: "/dspswd(3001)def\n"
*DocServerPassword 3002/3002: "/dspswd(3002)def\n"
*DocServerPassword 3003/3003: "/dspswd(3003)def\n"
*CloseUI: *DocServerPassword

*CustomDocServerPassword True/Custom Document Server Password: ""
*ParamCustomDocServerPassword Password: 1 password 4 8
*NonUIOrderDependency: 103 AnySetup *CustomDocServerPassword True

*OpenUI *UserCode/User Code (up to 8 digits): PickOne
*FoomaticRIPOption UserCode: string CmdLine A
*FoomaticRIPOptionMaxLength UserCode:8
*FoomaticRIPOptionAllowedChars UserCode: "0-9"
*OrderDependency: 104 AnySetup *UserCode
*FoomaticRIPOptionPrototype UserCode: "/usrcode(%s)def\n"
*DefaultUserCode: None
*UserCode None/None: "/usrcode()def\n"
*UserCode 1001/1001: "/usrcode(1001)def\n"
*UserCode 1002/1002: "/usrcode(1002)def\n"
*UserCode 1003/1003: "/usrcode(1003)def\n"
*CloseUI: *UserCode

*CustomUserCode True/Custom UserCode: ""
*ParamCustomUserCode UserCode: 1 string 1 8
*NonUIOrderDependency: 105 AnySetup *CustomUserCode True

*OpenUI *UserId/User Id (Up to 8 alphanumeric<0A> [a-z,A-Z,0-9,<2D><2E><2F><3A><5F><5F>] characters): PickOne
*FoomaticRIPOption UserId: string CmdLine A
*FoomaticRIPOptionMaxLength UserId:8
*FoomaticRIPOptionAllowedChars UserId: "0-9a-zA-Z-./:_"
*OrderDependency: 100 AnySetup *UserId
*FoomaticRIPOptionPrototype UserId: "/usrid(%s)def\n"
*DefaultUserId: LoginUser
*UserId None/None: "/usrid()def\n"
*UserId LoginUser/LoginUser: "/usrid(&user;)def\n"
*UserId User1/User1: "/usrid(User1)def\n"
*UserId User2/User2: "/usrid(User2)def\n"
*UserId User3/User3: "/usrid(User3)def\n"
*CloseUI: *UserId

*CustomUserId True/Custom UserId: ""
*ParamCustomUserId UserId: 1 string 1 8
*NonUIOrderDependency: 101 AnySetup *CustomUserId True

*CloseGroup: JobLog/Job Log
*%========== Font ==========

*DefaultFont: Courier
*Font AlbertusMT: Standard "(001.000)" Standard ROM
*Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
*Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
*Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
*Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
*Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
*Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
*Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
*Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
*Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
*Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
*Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
*Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
*Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
*Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Carta: Special "(001.001)" Special ROM
*Font Chicago: Standard "(501.011)" ExtendedRoman ROM
*Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
*Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
*Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
*Font CooperBlack: Standard "(001.003)" Standard ROM
*Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
*Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
*Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
*Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
*Font Courier: Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
*Font Geneva: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans: Standard "(501.009)" ExtendedRoman ROM
*Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
*Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
*Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Goudy: Standard "(001.003)" Standard ROM
*Font Goudy-Bold: Standard "(001.002)" Standard ROM
*Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
*Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
*Font Goudy-Italic: Standard "(001.002)" Standard ROM
*Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
*Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
*Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
*Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
*Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
*Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
*Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Marigold: Standard "(001.000)" Standard ROM
*Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
*Font Monaco: Standard "(501.012)" ExtendedRoman ROM
*Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
*Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
*Font NewYork: Standard "(501.013)" ExtendedRoman ROM
*Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font Optima: Standard "(501.010)" ExtendedRoman ROM
*Font Oxford: Standard "(001.000)" Standard ROM
*Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
*Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
*Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
*Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
*Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
*Font Symbol: Special "(001.008)" Special ROM
*Font Tekton: Standard "(001.001)" Standard ROM
*Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
*Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
*Font Univers: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
*Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
*Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
*Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
*Font Wingdings-Regular: Special "(001.001)" Special ROM
*Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
*Font ZapfDingbats: Special "(001.005S)" Special ROM
*RIIRIPSFont NimbusSans-Bold:
*RIIRIPSFont NimbusMonoPS-Bold:
*RIIRIPSFont NimbusRoman-Bold:

*?FontQuery: "
  save
  {count 1 gt {
    exch dup 127 string cvs (/) print print (:) print
    /Font resourcestatus {pop pop (Yes)}{(NO)}ifelse =
    }{exit}ifelse
  }bind loop (*) = flush
  restore
"
*End

*?FontList: "
  save
  (*) {cvn ==} 128 string /Font resourceforall (*) = flush
  restore
"
*End

*Status: "initializing"
*Status: "holding"
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "printing"
*Status: "print test page"

*Source: "Parallel"
*Source: "TCP/IP"
*Source: "EtherTalk"
*Source: "SPX/IPX"
*Source: "NetBEUI"
*Source: "IEEE1394"

*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"

*%========== Color Separation ==========

*DefaultColorSep: ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi

*%===== For 600 dpi =====

*ColorSepScreenAngle ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.141lpi.600dpi/141 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.141lpi.600dpi/141 lpi / 600 dpi: "27.0"
*ColorSepScreenAngle ProcessMagenta.141lpi.600dpi/141 lpi / 600 dpi: "63.0"
*ColorSepScreenAngle ProcessYellow.141lpi.600dpi/141 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi: "141"
*ColorSepScreenFreq CustomColor.141lpi.600dpi/141 lpi / 600 dpi: "141"
*ColorSepScreenFreq ProcessCyan.141lpi.600dpi/141 lpi / 600 dpi: "134"
*ColorSepScreenFreq ProcessMagenta.141lpi.600dpi/141 lpi / 600 dpi: "134"
*ColorSepScreenFreq ProcessYellow.141lpi.600dpi/141 lpi / 600 dpi: "150"

*%===== For 1200 dpi =====

*ColorSepScreenAngle ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0"
*ColorSepScreenAngle CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "18.0"
*ColorSepScreenAngle ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "72.0"
*ColorSepScreenAngle ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "27.0"

*ColorSepScreenFreq ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "212"
*ColorSepScreenFreq CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "212"
*ColorSepScreenFreq ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "190"
*ColorSepScreenFreq ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "190"
*ColorSepScreenFreq ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "268"

*%==========PS Option/Watermark font
*UIConstraints: *RIwmFont CourierB *RIPostScript IRIPS
*UIConstraints: *RIPostScript IRIPS *RIwmFont CourierB
*UIConstraints: *RIwmFont TimesB *RIPostScript IRIPS
*UIConstraints: *RIPostScript IRIPS *RIwmFont TimesB
*UIConstraints: *RIwmFont HelveticaB *RIPostScript IRIPS
*UIConstraints: *RIPostScript IRIPS *RIwmFont HelveticaB

*UIConstraints: *RIwmFont NimbusSansB *RIPostScript Adobe
*UIConstraints: *RIPostScript Adobe *RIwmFont NimbusSansB
*UIConstraints: *RIwmFont NimbusMonoPSB *RIPostScript Adobe
*UIConstraints: *RIPostScript Adobe *RIwmFont NimbusMonoPSB
*UIConstraints: *RIwmFont NimbusRomanB *RIPostScript Adobe
*UIConstraints: *RIPostScript Adobe *RIwmFont NimbusRomanB

*%==========PS Option/Dithering
*UIConstraints: *RPSDitherType User *RIPostScript IRIPS
*UIConstraints: *RIPostScript IRIPS *RPSDitherType User

*%==========Media Type/Duplex
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Labels
*UIConstraints: *MediaType OHP *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType OHP
*UIConstraints: *MediaType OHP *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType OHP
*UIConstraints: *MediaType Thick4 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Thick4
*UIConstraints: *MediaType Thick4 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Thick4
*UIConstraints: *MediaType GlossCoated *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType MatCoated
*UIConstraints: *MediaType Envelope *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Envelope
*UIConstraints: *MediaType Envelope *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Envelope

*%==========Paper Size/Duplex
*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize Env10
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
*UIConstraints: *PageSize EnvC6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC6
*UIConstraints: *PageSize DLEnv *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize DLEnv

*%==========Paper Size(FullBleed)/Duplex
*UIConstraints: *PageSize Env10.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize Env10.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize DLEnv.FullBleed

*%==========Paper Region/Duplex
*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion Env10
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6
*UIConstraints: *PageRegion DLEnv *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv

*%==========Paper Region(FullBleed)/Duplex
*UIConstraints: *PageRegion Env10.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv.FullBleed

*%==========Booklet/Duplex
*UIConstraints: *Booklet OpenToLeft *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *Booklet OpenToRight

*%==========Destination/Collate Kind
*UIConstraints: *OutputBin Default *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin Default
*UIConstraints: *OutputBin Standard *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin Standard
*UIConstraints: *OutputBin Bin1 *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin Bin1
*UIConstraints: *OutputBin Shift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin Shift
*UIConstraints: *OutputBin External *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin External
*UIConstraints: *OutputBin FinRUBICONBShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinAMURBBKUpper *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKLower *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURHYUpper *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinUYUNIShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinUYUNIShift

*%==========Finisher/Staple
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher NotInstalled
*UIConstraints: *Finisher FinRUBICONB *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinRUBICONB
*UIConstraints: *Finisher FinAMURBBK *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinAMURHY
*UIConstraints: *Finisher FinUYUNI *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinUYUNI

*%==========Input Tray/Staple
*UIConstraints: *InputSlot MultiTray *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *InputSlot MultiTray

*%==========Media Type/Staple
*UIConstraints: *MediaType Labels *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Labels
*UIConstraints: *MediaType OHP *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType OHP
*UIConstraints: *MediaType Thick1 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick1
*UIConstraints: *MediaType Thick1 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick1
*UIConstraints: *MediaType Thick1 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Thick1
*UIConstraints: *MediaType Thick2 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick2
*UIConstraints: *MediaType Thick2 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick2
*UIConstraints: *MediaType Thick2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Thick2
*UIConstraints: *MediaType Thick3 *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Thick3
*UIConstraints: *MediaType Thick4 *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Thick4
*UIConstraints: *MediaType Middlethick *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Middlethick
*UIConstraints: *MediaType Middlethick *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Middlethick
*UIConstraints: *MediaType GlossCoated *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType MatCoated
*UIConstraints: *MediaType Envelope *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Envelope

*%==========Destination/Staple
*UIConstraints: *OutputBin Standard *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin Standard
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin Bin1
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKShift *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinAMURHYUpper

*%==========Punch/Staple
*UIConstraints: *RIPunch Left2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Left2
*UIConstraints: *RIPunch Left3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Left3
*UIConstraints: *RIPunch Left4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Left4
*UIConstraints: *RIPunch Right2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Right2
*UIConstraints: *RIPunch Right3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Right3
*UIConstraints: *RIPunch Right4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Right4
*UIConstraints: *RIPunch Upper2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Upper2
*UIConstraints: *RIPunch Upper3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Upper3
*UIConstraints: *RIPunch Upper4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Upper4

*%==========Fold Type/Staple
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIFoldType OutsideTwofold

*%==========Booklet/Staple
*UIConstraints: *Booklet OpenToLeft *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Booklet OpenToRight

*%==========Finisher/Punch
*UIConstraints: *Finisher NotInstalled *RIPunch Left2
*UIConstraints: *RIPunch Left2 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Left3
*UIConstraints: *RIPunch Left3 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Left4
*UIConstraints: *RIPunch Left4 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Right2
*UIConstraints: *RIPunch Right2 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Right3
*UIConstraints: *RIPunch Right3 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Right4
*UIConstraints: *RIPunch Right4 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *Finisher NotInstalled
*UIConstraints: *Finisher FinUYUNI *RIPunch Left2
*UIConstraints: *RIPunch Left2 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Left3
*UIConstraints: *RIPunch Left3 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Left4
*UIConstraints: *RIPunch Left4 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Right2
*UIConstraints: *RIPunch Right2 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Right3
*UIConstraints: *RIPunch Right3 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Right4
*UIConstraints: *RIPunch Right4 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *Finisher FinUYUNI

*%==========Input Tray/Punch
*UIConstraints: *InputSlot MultiTray *RIPunch Left2
*UIConstraints: *RIPunch Left2 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Left3
*UIConstraints: *RIPunch Left3 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Left4
*UIConstraints: *RIPunch Left4 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Right2
*UIConstraints: *RIPunch Right2 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Right3
*UIConstraints: *RIPunch Right3 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Right4
*UIConstraints: *RIPunch Right4 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *InputSlot MultiTray

*%==========Media Type/Punch
*UIConstraints: *MediaType Labels *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType Labels
*UIConstraints: *MediaType OHP *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType OHP
*UIConstraints: *MediaType Thick4 *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType Thick4
*UIConstraints: *MediaType GlossCoated *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType MatCoated
*UIConstraints: *MediaType Envelope *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType Envelope

*%==========Destination/Punch
*UIConstraints: *OutputBin Standard *RIPunch Left2
*UIConstraints: *RIPunch Left2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Left3
*UIConstraints: *RIPunch Left3 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Left4
*UIConstraints: *RIPunch Left4 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Right2
*UIConstraints: *RIPunch Right2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Right3
*UIConstraints: *RIPunch Right3 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Right4
*UIConstraints: *RIPunch Right4 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *OutputBin Standard
*UIConstraints: *OutputBin Bin1 *RIPunch Left2
*UIConstraints: *RIPunch Left2 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Left3
*UIConstraints: *RIPunch Left3 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Left4
*UIConstraints: *RIPunch Left4 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Right2
*UIConstraints: *RIPunch Right2 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Right3
*UIConstraints: *RIPunch Right3 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Right4
*UIConstraints: *RIPunch Right4 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *OutputBin Bin1
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Left2
*UIConstraints: *RIPunch Left2 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Left3
*UIConstraints: *RIPunch Left3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Left4
*UIConstraints: *RIPunch Left4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Right2
*UIConstraints: *RIPunch Right2 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Right3
*UIConstraints: *RIPunch Right3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Right4
*UIConstraints: *RIPunch Right4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *OutputBin FinAMURBBKLower

*%==========Fold Type/Punch
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Left2
*UIConstraints: *RIPunch Left2 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Left3
*UIConstraints: *RIPunch Left3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Left4
*UIConstraints: *RIPunch Left4 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Right2
*UIConstraints: *RIPunch Right2 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Right3
*UIConstraints: *RIPunch Right3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Right4
*UIConstraints: *RIPunch Right4 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *RIFoldType OutsideTwofold

*%==========Booklet/Punch
*UIConstraints: *Booklet OpenToLeft *RIPunch Left2
*UIConstraints: *RIPunch Left2 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Left3
*UIConstraints: *RIPunch Left3 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Left4
*UIConstraints: *RIPunch Left4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Right2
*UIConstraints: *RIPunch Right2 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Right3
*UIConstraints: *RIPunch Right3 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Right4
*UIConstraints: *RIPunch Right4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *RIPunch Left2
*UIConstraints: *RIPunch Left2 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Left3
*UIConstraints: *RIPunch Left3 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Left4
*UIConstraints: *RIPunch Left4 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Right2
*UIConstraints: *RIPunch Right2 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Right3
*UIConstraints: *RIPunch Right3 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Right4
*UIConstraints: *RIPunch Right4 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *Booklet OpenToRight

*%==========Finisher/Fold Type
*UIConstraints: *Finisher NotInstalled *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher NotInstalled
*UIConstraints: *Finisher FinRUBICONB *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher FinRUBICONB
*UIConstraints: *Finisher FinAMURHY *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher FinAMURHY
*UIConstraints: *Finisher FinUYUNI *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher FinUYUNI

*%==========Input Tray/Fold Type
*UIConstraints: *InputSlot MultiTray *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *InputSlot MultiTray

*%==========Media Type/Fold Type
*UIConstraints: *MediaType Labels *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Labels
*UIConstraints: *MediaType OHP *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType OHP
*UIConstraints: *MediaType Thick1 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Thick1
*UIConstraints: *MediaType Thick2 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Thick2
*UIConstraints: *MediaType Thick3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Thick3
*UIConstraints: *MediaType Thick4 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Thick4
*UIConstraints: *MediaType GlossCoated *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType MatCoated
*UIConstraints: *MediaType Envelope *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Envelope

*%==========Destination/Fold Type
*UIConstraints: *OutputBin Standard *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin Standard
*UIConstraints: *OutputBin Bin1 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin Bin1
*UIConstraints: *OutputBin FinAMURBBKUpper *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKShift *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin FinAMURBBKShift

*%==========Upper Internal Tray/Destination
*UIConstraints: *InnerTray2 NotInstalled *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *InnerTray2 NotInstalled

*%==========Internal Shift Tray/Destination
*UIConstraints: *ShiftTray NotInstalled *OutputBin Shift
*UIConstraints: *OutputBin Shift *ShiftTray NotInstalled
*UIConstraints: *ShiftTray Installed *OutputBin Standard
*UIConstraints: *OutputBin Standard *ShiftTray Installed

*%==========External Tray/Destination
*UIConstraints: *ExternalTray NotInstalled *OutputBin External
*UIConstraints: *OutputBin External *ExternalTray NotInstalled

*%==========Finisher/Destination
*UIConstraints: *Finisher NotInstalled *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinUYUNIShift
*UIConstraints: *OutputBin FinUYUNIShift *Finisher NotInstalled
*UIConstraints: *Finisher FinRUBICONB *OutputBin Standard
*UIConstraints: *OutputBin Standard *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinUYUNIShift
*UIConstraints: *OutputBin FinUYUNIShift *Finisher FinRUBICONB
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinUYUNIShift
*UIConstraints: *OutputBin FinUYUNIShift *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinUYUNIShift
*UIConstraints: *OutputBin FinUYUNIShift *Finisher FinAMURHY
*UIConstraints: *Finisher FinUYUNI *OutputBin Standard
*UIConstraints: *OutputBin Standard *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher FinUYUNI
*UIConstraints: *Finisher FinUYUNI *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher FinUYUNI

*%==========Media Type/Destination
*UIConstraints: *MediaType Labels *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Labels
*UIConstraints: *MediaType OHP *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *MediaType OHP
*UIConstraints: *MediaType OHP *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType OHP
*UIConstraints: *MediaType Thick1 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick1
*UIConstraints: *MediaType Thick2 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick2
*UIConstraints: *MediaType Thick3 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType Thick3
*UIConstraints: *MediaType Thick3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick3
*UIConstraints: *MediaType Thick3 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType Thick3
*UIConstraints: *MediaType Thick4 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType Thick4
*UIConstraints: *MediaType Thick4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick4
*UIConstraints: *MediaType Thick4 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType Thick4
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinUYUNIShift
*UIConstraints: *OutputBin FinUYUNIShift *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType MatCoated
*UIConstraints: *MediaType Envelope *OutputBin External
*UIConstraints: *OutputBin External *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *MediaType Envelope

*%==========Paper Size/Destination
*UIConstraints: *PageSize A5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A5
*UIConstraints: *PageSize A6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A6
*UIConstraints: *PageSize B6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize B6
*UIConstraints: *PageSize GovernmentLG *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize GovernmentLG
*UIConstraints: *PageSize EngQuatro *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EngQuatro
*UIConstraints: *PageSize Statement *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Statement
*UIConstraints: *PageSize F *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize F
*UIConstraints: *PageSize Folio *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Folio
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize 11x15 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 11x15
*UIConstraints: *PageSize 10x14 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 10x14
*UIConstraints: *PageSize SRA3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA3
*UIConstraints: *PageSize SRA4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA4
*UIConstraints: *PageSize Executive *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Executive
*UIConstraints: *PageSize Env10 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize Env10
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvMonarch
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC5
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC6
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize DLEnv
*UIConstraints: *PageSize 8Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 8Kai
*UIConstraints: *PageSize 16Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 16Kai

*%==========Paper Size(FullBleed)/Destination
*UIConstraints: *PageSize A5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A5.FullBleed
*UIConstraints: *PageSize A6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A6.FullBleed
*UIConstraints: *PageSize B6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize B6.FullBleed
*UIConstraints: *PageSize GovernmentLG.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize GovernmentLG.FullBleed
*UIConstraints: *PageSize EngQuatro.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EngQuatro.FullBleed
*UIConstraints: *PageSize Statement.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Statement.FullBleed
*UIConstraints: *PageSize F.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize F.FullBleed
*UIConstraints: *PageSize Folio.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Folio.FullBleed
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize 11x15.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 11x15.FullBleed
*UIConstraints: *PageSize 10x14.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 10x14.FullBleed
*UIConstraints: *PageSize SRA3.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA3.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA4.FullBleed
*UIConstraints: *PageSize Executive.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Executive.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize Env10.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize 8Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 8Kai.FullBleed
*UIConstraints: *PageSize 16Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 16Kai.FullBleed

*%==========Paper Region/Destination
*UIConstraints: *PageRegion A5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A5
*UIConstraints: *PageRegion A6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A6
*UIConstraints: *PageRegion B6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion B6
*UIConstraints: *PageRegion GovernmentLG *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion GovernmentLG
*UIConstraints: *PageRegion EngQuatro *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EngQuatro
*UIConstraints: *PageRegion Statement *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Statement
*UIConstraints: *PageRegion F *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion F
*UIConstraints: *PageRegion Folio *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Folio
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion 11x15 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 11x15
*UIConstraints: *PageRegion 10x14 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 10x14
*UIConstraints: *PageRegion SRA3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA3
*UIConstraints: *PageRegion SRA4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA4
*UIConstraints: *PageRegion Executive *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Executive
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion Env10
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC6
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion DLEnv
*UIConstraints: *PageRegion 8Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 8Kai
*UIConstraints: *PageRegion 16Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 16Kai

*%==========Paper Region(FullBleed)/Destination
*UIConstraints: *PageRegion A5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A5.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A6.FullBleed
*UIConstraints: *PageRegion B6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion B6.FullBleed
*UIConstraints: *PageRegion GovernmentLG.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion GovernmentLG.FullBleed
*UIConstraints: *PageRegion EngQuatro.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EngQuatro.FullBleed
*UIConstraints: *PageRegion Statement.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Statement.FullBleed
*UIConstraints: *PageRegion F.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion F.FullBleed
*UIConstraints: *PageRegion Folio.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Folio.FullBleed
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion 11x15.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 11x15.FullBleed
*UIConstraints: *PageRegion 10x14.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 10x14.FullBleed
*UIConstraints: *PageRegion SRA3.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA3.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion Executive.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Executive.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion 8Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 8Kai.FullBleed
*UIConstraints: *PageRegion 16Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 16Kai.FullBleed

*%==========Banner Page Media Type/Destination
*UIConstraints: *RIBannerPageMediaType Labels *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType Thick1 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick1
*UIConstraints: *RIBannerPageMediaType Thick2 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick2
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinUYUNIShift
*UIConstraints: *OutputBin FinUYUNIShift *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType MatCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType MatCoated
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin External
*UIConstraints: *OutputBin External *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *RIBannerPageMediaType Envelope

*%==========Option Tray/Banner Page Input Tray
*UIConstraints: *OptionTray NotInstalled *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray NotInstalled *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray 1Cassette *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *OptionTray 1Cassette
*UIConstraints: *OptionTray LCT *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *OptionTray LCT

*%==========Large Capacity Tray/Banner Page Input Tray
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *LargeCapacityTray NotInstalled

*%==========Banner Page Media Type/Banner Page Input Tray
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Envelope *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType Envelope

*%==========Option Tray/Input Tray
*UIConstraints: *OptionTray NotInstalled *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray NotInstalled *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray 1Cassette *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *OptionTray 1Cassette
*UIConstraints: *OptionTray LCT *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *OptionTray LCT

*%==========Large Capacity Tray/Input Tray
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray NotInstalled

*%==========Paper Size/Input Tray
*UIConstraints: *PageSize A3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A3
*UIConstraints: *PageSize A3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A3
*UIConstraints: *PageSize A5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A5
*UIConstraints: *PageSize A6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A6
*UIConstraints: *PageSize A6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A6
*UIConstraints: *PageSize B4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B4
*UIConstraints: *PageSize B4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B4
*UIConstraints: *PageSize B6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B6
*UIConstraints: *PageSize B6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B6
*UIConstraints: *PageSize Legal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Legal
*UIConstraints: *PageSize Legal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Legal
*UIConstraints: *PageSize GovernmentLG *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize GovernmentLG
*UIConstraints: *PageSize GovernmentLG *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize GovernmentLG
*UIConstraints: *PageSize EngQuatro *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EngQuatro
*UIConstraints: *PageSize EngQuatro *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EngQuatro
*UIConstraints: *PageSize Statement *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Statement
*UIConstraints: *PageSize Statement *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Statement
*UIConstraints: *PageSize F *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize F
*UIConstraints: *PageSize F *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize F
*UIConstraints: *PageSize Folio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Folio
*UIConstraints: *PageSize Folio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Folio
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize Tabloid *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Tabloid
*UIConstraints: *PageSize 12x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 12x18
*UIConstraints: *PageSize 12x18 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 12x18
*UIConstraints: *PageSize 11x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 11x15
*UIConstraints: *PageSize 11x15 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 11x15
*UIConstraints: *PageSize 10x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 10x14
*UIConstraints: *PageSize 10x14 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 10x14
*UIConstraints: *PageSize SRA3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA3
*UIConstraints: *PageSize SRA3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA3
*UIConstraints: *PageSize SRA4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA4
*UIConstraints: *PageSize Executive *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Executive
*UIConstraints: *PageSize Executive *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Executive
*UIConstraints: *PageSize Env10 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Env10
*UIConstraints: *PageSize Env10 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvMonarch
*UIConstraints: *PageSize EnvC5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC5
*UIConstraints: *PageSize EnvC6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC6
*UIConstraints: *PageSize DLEnv *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize DLEnv
*UIConstraints: *PageSize 8Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 8Kai
*UIConstraints: *PageSize 8Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 8Kai
*UIConstraints: *PageSize 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 16Kai
*UIConstraints: *PageSize 16Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 16Kai
*UIConstraints: *PageSize Oficio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Oficio
*UIConstraints: *PageSize Oficio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Oficio

*%==========Paper Size(FullBleed)/Input Tray
*UIConstraints: *PageSize A3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A3.FullBleed
*UIConstraints: *PageSize A3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A3.FullBleed
*UIConstraints: *PageSize A5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A5.FullBleed
*UIConstraints: *PageSize A6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A6.FullBleed
*UIConstraints: *PageSize A6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A6.FullBleed
*UIConstraints: *PageSize B4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B4.FullBleed
*UIConstraints: *PageSize B4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B4.FullBleed
*UIConstraints: *PageSize B6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B6.FullBleed
*UIConstraints: *PageSize B6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B6.FullBleed
*UIConstraints: *PageSize Legal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Legal.FullBleed
*UIConstraints: *PageSize Legal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Legal.FullBleed
*UIConstraints: *PageSize GovernmentLG.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize GovernmentLG.FullBleed
*UIConstraints: *PageSize GovernmentLG.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize GovernmentLG.FullBleed
*UIConstraints: *PageSize EngQuatro.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EngQuatro.FullBleed
*UIConstraints: *PageSize EngQuatro.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EngQuatro.FullBleed
*UIConstraints: *PageSize Statement.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Statement.FullBleed
*UIConstraints: *PageSize Statement.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Statement.FullBleed
*UIConstraints: *PageSize F.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize F.FullBleed
*UIConstraints: *PageSize F.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize F.FullBleed
*UIConstraints: *PageSize Folio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Folio.FullBleed
*UIConstraints: *PageSize Folio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Folio.FullBleed
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize Tabloid.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Tabloid.FullBleed
*UIConstraints: *PageSize Tabloid.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Tabloid.FullBleed
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 12x18.FullBleed
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 12x18.FullBleed
*UIConstraints: *PageSize 11x15.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 11x15.FullBleed
*UIConstraints: *PageSize 11x15.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 11x15.FullBleed
*UIConstraints: *PageSize 10x14.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 10x14.FullBleed
*UIConstraints: *PageSize 10x14.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 10x14.FullBleed
*UIConstraints: *PageSize SRA3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA3.FullBleed
*UIConstraints: *PageSize SRA3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA3.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize Executive.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Executive.FullBleed
*UIConstraints: *PageSize Executive.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Executive.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Env10.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize 8Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 8Kai.FullBleed
*UIConstraints: *PageSize 8Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 8Kai.FullBleed
*UIConstraints: *PageSize 16Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 16Kai.FullBleed
*UIConstraints: *PageSize 16Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 16Kai.FullBleed
*UIConstraints: *PageSize Oficio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Oficio.FullBleed
*UIConstraints: *PageSize Oficio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Oficio.FullBleed

*%==========Paper Region/Input Tray
*UIConstraints: *PageRegion A3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A3
*UIConstraints: *PageRegion A3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A3
*UIConstraints: *PageRegion A5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A5
*UIConstraints: *PageRegion A6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A6
*UIConstraints: *PageRegion A6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A6
*UIConstraints: *PageRegion B4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B4
*UIConstraints: *PageRegion B4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B4
*UIConstraints: *PageRegion B6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B6
*UIConstraints: *PageRegion B6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B6
*UIConstraints: *PageRegion Legal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Legal
*UIConstraints: *PageRegion Legal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Legal
*UIConstraints: *PageRegion GovernmentLG *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion GovernmentLG
*UIConstraints: *PageRegion GovernmentLG *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion GovernmentLG
*UIConstraints: *PageRegion EngQuatro *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EngQuatro
*UIConstraints: *PageRegion EngQuatro *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EngQuatro
*UIConstraints: *PageRegion Statement *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Statement
*UIConstraints: *PageRegion Statement *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Statement
*UIConstraints: *PageRegion F *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion F
*UIConstraints: *PageRegion F *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion F
*UIConstraints: *PageRegion Folio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Folio
*UIConstraints: *PageRegion Folio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Folio
*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion Tabloid *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Tabloid
*UIConstraints: *PageRegion Tabloid *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Tabloid
*UIConstraints: *PageRegion 12x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18
*UIConstraints: *PageRegion 12x18 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 12x18
*UIConstraints: *PageRegion 11x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 11x15
*UIConstraints: *PageRegion 11x15 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 11x15
*UIConstraints: *PageRegion 10x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 10x14
*UIConstraints: *PageRegion 10x14 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 10x14
*UIConstraints: *PageRegion SRA3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA3
*UIConstraints: *PageRegion SRA3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA3
*UIConstraints: *PageRegion SRA4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA4
*UIConstraints: *PageRegion Executive *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Executive
*UIConstraints: *PageRegion Executive *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Executive
*UIConstraints: *PageRegion Env10 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Env10
*UIConstraints: *PageRegion Env10 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Env10
*UIConstraints: *PageRegion EnvMonarch *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvC5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC6
*UIConstraints: *PageRegion DLEnv *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion DLEnv
*UIConstraints: *PageRegion 8Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 8Kai
*UIConstraints: *PageRegion 8Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 8Kai
*UIConstraints: *PageRegion 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 16Kai
*UIConstraints: *PageRegion 16Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 16Kai
*UIConstraints: *PageRegion Oficio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Oficio
*UIConstraints: *PageRegion Oficio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Oficio

*%==========Paper Region(FullBleed)/Input Tray
*UIConstraints: *PageRegion A3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A3.FullBleed
*UIConstraints: *PageRegion A3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A3.FullBleed
*UIConstraints: *PageRegion A5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A5.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A6.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A6.FullBleed
*UIConstraints: *PageRegion B4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B4.FullBleed
*UIConstraints: *PageRegion B4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B4.FullBleed
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B6.FullBleed
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B6.FullBleed
*UIConstraints: *PageRegion Legal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Legal.FullBleed
*UIConstraints: *PageRegion Legal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Legal.FullBleed
*UIConstraints: *PageRegion GovernmentLG.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion GovernmentLG.FullBleed
*UIConstraints: *PageRegion GovernmentLG.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion GovernmentLG.FullBleed
*UIConstraints: *PageRegion EngQuatro.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EngQuatro.FullBleed
*UIConstraints: *PageRegion EngQuatro.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EngQuatro.FullBleed
*UIConstraints: *PageRegion Statement.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Statement.FullBleed
*UIConstraints: *PageRegion Statement.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Statement.FullBleed
*UIConstraints: *PageRegion F.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion F.FullBleed
*UIConstraints: *PageRegion F.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion F.FullBleed
*UIConstraints: *PageRegion Folio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Folio.FullBleed
*UIConstraints: *PageRegion Folio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Folio.FullBleed
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion Tabloid.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Tabloid.FullBleed
*UIConstraints: *PageRegion Tabloid.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Tabloid.FullBleed
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18.FullBleed
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 12x18.FullBleed
*UIConstraints: *PageRegion 11x15.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 11x15.FullBleed
*UIConstraints: *PageRegion 11x15.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 11x15.FullBleed
*UIConstraints: *PageRegion 10x14.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 10x14.FullBleed
*UIConstraints: *PageRegion 10x14.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 10x14.FullBleed
*UIConstraints: *PageRegion SRA3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA3.FullBleed
*UIConstraints: *PageRegion SRA3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA3.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion Executive.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Executive.FullBleed
*UIConstraints: *PageRegion Executive.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Executive.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion 8Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 8Kai.FullBleed
*UIConstraints: *PageRegion 8Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 8Kai.FullBleed
*UIConstraints: *PageRegion 16Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 16Kai.FullBleed
*UIConstraints: *PageRegion 16Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 16Kai.FullBleed
*UIConstraints: *PageRegion Oficio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Oficio.FullBleed
*UIConstraints: *PageRegion Oficio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Oficio.FullBleed

*%==========Media Type/Input Tray
*UIConstraints: *MediaType Labels *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *MediaType Labels
*UIConstraints: *MediaType Labels *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *MediaType Labels
*UIConstraints: *MediaType OHP *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType OHP
*UIConstraints: *MediaType OHP *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType OHP
*UIConstraints: *MediaType OHP *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType OHP
*UIConstraints: *MediaType OHP *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *MediaType OHP
*UIConstraints: *MediaType OHP *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *MediaType OHP
*UIConstraints: *MediaType Thin *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Thin
*UIConstraints: *MediaType Thin *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType Thin
*UIConstraints: *MediaType Thin *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *MediaType Thin
*UIConstraints: *MediaType Thin *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *MediaType Thin
*UIConstraints: *MediaType Thin *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *MediaType Thin
*UIConstraints: *MediaType Envelope *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Envelope
*UIConstraints: *MediaType Envelope *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *MediaType Envelope

*%==========Fit to Paper/Media Type
*UIConstraints: *RIPaperPolicy PromptUser *MediaType None
*UIConstraints: *MediaType None *RIPaperPolicy PromptUser

*%==========Booklet/Media Type
*UIConstraints: *Booklet OpenToLeft *MediaType Labels
*UIConstraints: *MediaType Labels *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType OHP
*UIConstraints: *MediaType OHP *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType Thick4
*UIConstraints: *MediaType Thick4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType Envelope
*UIConstraints: *MediaType Envelope *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *MediaType Labels
*UIConstraints: *MediaType Labels *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType OHP
*UIConstraints: *MediaType OHP *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType Thick4
*UIConstraints: *MediaType Thick4 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType Envelope
*UIConstraints: *MediaType Envelope *Booklet OpenToRight

*%==========Booklet/Paper Size
*UIConstraints: *Booklet OpenToLeft *PageSize Env10
*UIConstraints: *PageSize Env10 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageSize Env10
*UIConstraints: *PageSize Env10 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *Booklet OpenToRight

*%==========Booklet/Paper Size(FullBleed)
*UIConstraints: *Booklet OpenToLeft *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Booklet OpenToRight

*%==========Booklet/Paper Region
*UIConstraints: *Booklet OpenToLeft *PageRegion Env10
*UIConstraints: *PageRegion Env10 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageRegion Env10
*UIConstraints: *PageRegion Env10 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *Booklet OpenToRight

*%==========Booklet/Paper Region(FullBleed)
*UIConstraints: *Booklet OpenToLeft *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Booklet OpenToRight

*%==========Gradation/Resolution
*UIConstraints: *RPSBitsPerPixel 4BitsPerPixel *Resolution 1200dpi
*UIConstraints: *Resolution 1200dpi *RPSBitsPerPixel 4BitsPerPixel

*%==========Large Capacity Tray/Option Tray
*UIConstraints: *LargeCapacityTray Installed *OptionTray NotInstalled
*UIConstraints: *OptionTray NotInstalled *LargeCapacityTray Installed
*UIConstraints: *LargeCapacityTray Installed *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *LargeCapacityTray Installed

*%==========Finisher/Option Tray
*UIConstraints: *Finisher FinAMURBBK *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *Finisher FinAMURHY

*%==========External Tray/Internal Shift Tray
*UIConstraints: *ExternalTray Installed *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *ExternalTray Installed

*%==========Finisher/Internal Shift Tray
*UIConstraints: *Finisher FinRUBICONB *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinRUBICONB
*UIConstraints: *Finisher FinAMURBBK *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinAMURHY
*UIConstraints: *Finisher FinUYUNI *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinUYUNI

*%==========Finisher/External Tray
*UIConstraints: *Finisher FinRUBICONB *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinRUBICONB
*UIConstraints: *Finisher FinAMURBBK *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinAMURHY
*UIConstraints: *Finisher FinUYUNI *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinUYUNI

*%==========Color Mode/Separate into CMYK
*UIConstraints: *ColorModel Gray *RPSColorSep Cyan
*UIConstraints: *RPSColorSep Cyan *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Magenta
*UIConstraints: *RPSColorSep Magenta *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Yellow
*UIConstraints: *RPSColorSep Yellow *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Red
*UIConstraints: *RPSColorSep Red *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Green
*UIConstraints: *RPSColorSep Green *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Blue
*UIConstraints: *RPSColorSep Blue *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep KCyan
*UIConstraints: *RPSColorSep KCyan *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep KMagenta
*UIConstraints: *RPSColorSep KMagenta *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep KYellow
*UIConstraints: *RPSColorSep KYellow *ColorModel Gray

*%==========Color Profile/Color Setting
*UIConstraints: *RPSColorRendDict User *RPSRGBcorrect None
*UIConstraints: *RPSRGBcorrect None *RPSColorRendDict User
*UIConstraints: *RPSColorRendDict User *RPSRGBcorrect DetailNormal
*UIConstraints: *RPSRGBcorrect DetailNormal *RPSColorRendDict User

*%============ User Id / Job Type ============
*UIConstraints: *UserId None *JobType SamplePrint
*UIConstraints: *JobType SamplePrint *UserId None
*UIConstraints: *UserId None *JobType LockedPrint
*UIConstraints: *JobType LockedPrint *UserId None
*UIConstraints: *UserId None *JobType HoldPrint
*UIConstraints: *JobType HoldPrint *UserId None
*UIConstraints: *UserId None *JobType StoredPrint
*UIConstraints: *JobType StoredPrint *UserId None
*UIConstraints: *UserId None *JobType StoreandPrint
*UIConstraints: *JobType StoreandPrint *UserId None

*%========== Banner Page/Job Type ==========
*UIConstraints: *RIBannerPagePrint True *JobType SamplePrint
*UIConstraints: *RIBannerPagePrint True *JobType LockedPrint
*UIConstraints: *RIBannerPagePrint True *JobType DocServer

*% end of Printer Description file