summaryrefslogtreecommitdiff
path: root/prnt/ps/HP_Color_LaserJet_8550-ps.ppd
blob: 4bc587a52f202323890dbeec9afcbabff63763e8 (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
*PPD-Adobe: "4.3"
*% =======================================================
*% Disclaimer:  The above statement indicates
*% that this PPD was written using the Adobe PPD
*% File Format Specification 4.3, but does not
*% intend to imply approval and acceptance by
*% Adobe Systems, Inc.
*% =======================================================
*% Printer Description File
*% Copyright 1992-2003 Hewlett-Packard Company
*%
*% 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]
*%

*%========================================================
*% PPD for HP LaserJet 8550 Series
*% For Macintosh
*%========================================================

*FormatVersion: "4.3"
*FileVersion: "1.1.3 X"
*PCFileName: "HP-CLJ85.PPD"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*Product: "(HP Color LaserJet 8550)"
*PSVersion: "(3011.103) 1"
*ModelName: "HP Color LaserJet 8550"
*ShortNickName: "HP Color LaserJet 8550"
*NickName: "HP Color LaserJet 8550 Postscript (recommended)"
*Manufacturer: "HP"
*APDialogExtension: "/Library/Printers/hp/PDEs/hpColorOptions.plugin"
*APDialogExtension: "/Library/Printers/hp/PDEs/hpEdgeToEdge.plugin"
*APDialogExtension: "/Library/Printers/hp/PDEs/hpFinishing.plugin"
*APDialogExtension: "/Library/Printers/hp/PDEs/hpImageQuality.plugin"
*APDialogExtension: "/Library/Printers/hp/PDEs/hpProofAndPrint.plugin"
*cupsICCProfile RGB../sRGB Matching Profile: "/Library/Printers/hp/Profiles/sRGB_A.icc"
*cupsICCProfile CMYK../CMYK Matching Profile: "/Library/Printers/hp/Profiles/CMYK_A.icc"
*cupsICCProfile Gray../Gray Matching Profile: "/Library/Printers/hp/Profiles/Gray_A.icc"
*APPrinterIconPath: "/Library/Printers/hp/Icons/HP Color LaserJet 8550.icns"

*% ===================================
*% Emulations and Protocols
*% ===================================
*Protocols: TBCP

*% Protocols: BCP TBCP

*% ===================================
*% Installable Options
*% ===================================

*OpenGroup: InstallableOptions/Options Installed

*OpenUI *HPOption_Tray2/Optional Tray 2: Boolean
*DefaultHPOption_Tray2: False
*HPOption_Tray2 True/Installed:   ""
*HPOption_Tray2 False/Not Installed:   ""
*?HPOption_Tray2: "
  save
	userdict /FieryXJdict known {
	FieryXJdict /getfierysysdict known
       	{(%%OPT_CASS2) FieryXJdict /getfierysysdict get exec }
        { (False) }
        ifelse
	}
	{ (False) } ifelse
        = flush
  restore
"
*End
*CloseUI: *HPOption_Tray2

*OpenUI *HPOption_Tray4/Optional Tray 4: PickOne
*DefaultHPOption_Tray4: False
*HPOption_Tray4 False/Not Installed:   ""
*HPOption_Tray4 OPT_HCI1000/1000 sheet input Tray 4:   ""
*HPOption_Tray4 OPT_HCI2000/2000 sheet input Tray 4:   ""
*?HPOption_Tray4: "
  save
	userdict /FieryXJdict known {
	    FieryXJdict /getfierysysdict known {
       	   (%%OPT_HCI1000) FieryXJdict /getfierysysdict get exec
       	     (True) eq { (OPT_HCI1000) }  { (False) } ifelse
       	   (%%OPT_HCI2000) FieryXJdict /getfierysysdict get exec
       	     (True) eq { pop (OPT_HCI2000) }  if
       	}
        { (False) }
        ifelse
	}
	{ (False) } ifelse
       = flush

  restore
"
*End
*CloseUI: *HPOption_Tray4

*OpenUI *HPOption_Duplexer/Duplex Printing Accessory: Boolean
*DefaultHPOption_Duplexer: False
*HPOption_Duplexer True/Installed: ""
*HPOption_Duplexer False/Not Installed: ""
*?HPOption_Duplexer: "
save
    currentpagedevice /Duplex known
    {(True)}{(False)}ifelse = flush
restore"
*End
*CloseUI: *HPOption_Duplexer

*%
*% Note: There are two choices for the 8 bin mailbox depending on mode
*%
*OpenUI *HPOption_MBM_Mixed/Accessory Output Bins: PickOne
*OrderDependency: 10 AnySetup *HPOption_MBM_Mixed
*DefaultHPOption_MBM_Mixed: Standard
*HPOption_MBM_Mixed Standard/Not Installed: ""
*HPOption_MBM_Mixed MBM8MB/8 Bin Mailbox (Mailbox mode): ""
*HPOption_MBM_Mixed MBM8ST/8 Bin Mailbox (Stacker-Separator-Collator): ""
*HPOption_MBM_Mixed MBMStaplerStacker/HP 3000-Sheet Stapler-Stacker: "userdict /HPConfigurableStapler 0 put"
*HPOption_MBM_Mixed MBMStacker/HP 3000-Sheet Stacker: ""
*?HPOption_MBM_Mixed: "
{ /OptionalOutputDevice /HWOptions findresource } stopped
{ pop pop (Standard)} if
dup (MBM8) eq
{ pop
	{ /OutputDeviceMode /HWOptions findresource } stopped
	{ pop pop (MailboxModeMailbox) } if
	(MailboxModeMailbox) eq {(MBM8MB)}{(MBM8ST)} ifelse
} if
=
"
*End
*CloseUI: *HPOption_MBM_Mixed

*OpenUI *HPOption_Disk/Printer hard disk: Boolean
*DefaultHPOption_Disk: False
*HPOption_Disk True/Installed:        "
/HPexecform where { pop
	/execform /HPexecform load def
}if"
*End
*HPOption_Disk False/Not Installed:   ""
*?HPOption_Disk: "
save
   false
   (%disk?%)
   { currentdevparams dup /Writeable known
     { /Writeable get {pop true} if }  { pop } ifelse
   } 100 string /IODevice resourceforall
   {(True)}{(False)} ifelse = flush
restore"
*End
*CloseUI: *HPOption_Disk

*OpenUI *InstalledMemory/Memory Configuration: PickOne
*DefaultInstalledMemory: 32MB
*InstalledMemory 32MB/32: ""
*InstalledMemory 64MB/64: ""
*InstalledMemory 96MB/96: ""
*InstalledMemory 128MB/128: ""
*InstalledMemory 160MB/160: ""
*InstalledMemory 192MB/192: ""
*InstalledMemory 224MB/224: ""
*InstalledMemory 256MB/256: ""
*InstalledMemory 288MB/288: ""
*InstalledMemory 320MB/320: ""
*InstalledMemory 352MB/352: ""
*InstalledMemory 384MB/384: ""
*InstalledMemory 416MB/416: ""
*InstalledMemory 448MB/448: ""
*InstalledMemory 480MB/480: ""
*InstalledMemory 512MB/512: ""
*?InstalledMemory: "
  save
    currentsystemparams /RamSize get
    1048576 div ceiling cvi
    [(32MB) (32MB) (64MB) (96MB) (128MB) (160MB) (192MB) (224MB) (256MB)
    (288MB) (320MB) (352MB) (384MB) (416MB) (448MB) (480MB) (512MB)]
    dup length 3 -1 roll 32 idiv dup 2 index  ge { pop 1 sub} {exch pop} ifelse get
    = flush
  restore
"
*End
*CloseUI: *InstalledMemory

*CloseGroup: InstallableOptions

*%===============================================
*%       Options and Constraints
*%===============================================

*%====================================================
*%   Contraints based on Installable options.
*%====================================================

*% If optional Duplexer is not installed, disable access to Duplex
*%----------------------------------------------------------------
*UIConstraints: *HPOption_Duplexer False *Duplex
*UIConstraints: *HPOption_Duplexer False *Duplex DuplexTumble
*UIConstraints: *HPOption_Duplexer False *Duplex DuplexNoTumble

*UIConstraints: *Duplex *HPOption_Duplexer False
*UIConstraints: *Duplex DuplexTumble   *HPOption_Duplexer False
*UIConstraints: *Duplex DuplexNoTumble *HPOption_Duplexer False

*%Don't allow Manual Duplexing and Auto Duplexing at the same time
*%----------------------------------------------------------------
*UIConstraints: *HPManualDuplex True *Duplex DuplexTumble
*UIConstraints: *HPManualDuplex True *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *HPManualDuplex True
*UIConstraints: *Duplex DuplexNoTumble *HPManualDuplex True

*% If optional tray 2 is not installed, disable access to Tray2
*%----------------------------------------------------------------
*UIConstraints: *HPOption_Tray2 False *InputSlot Tray2
*UIConstraints: *InputSlot Tray2 *HPOption_Tray2 False

*% If optional HCI tray is not installed, disable access to Tray4
*%----------------------------------------------------------------------
*UIConstraints: *HPOption_Tray4 False *InputSlot Tray4
*UIConstraints: *InputSlot Tray4 *HPOption_Tray4 False

*% Constrain output bins that are not available with Standard configuration
*%-------------------------------------------------------------------------
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin Stacker
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin StackerSeparator
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin1
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin2
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin3
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin4
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin5
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin6
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin7
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin OutputBin8
*UIConstraints: *HPOption_MBM_Mixed Standard *OutputBin UStapler

*UIConstraints: *OutputBin Stacker *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin StackerSeparator *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin1 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin2 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin3 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin4 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin5 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin6 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin7 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin OutputBin8 *HPOption_MBM_Mixed Standard
*UIConstraints: *OutputBin UStapler *HPOption_MBM_Mixed Standard

*% Constrain output bins that are not available with MBM8MB
*%---------------------------------------------------------
*UIConstraints: *OutputBin UStapler *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *OutputBin Stacker *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *OutputBin StackerSeparator *HPOption_MBM_Mixed MBM8MB

*UIConstraints: *HPOption_MBM_Mixed MBM8MB *OutputBin UStapler
*UIConstraints: *HPOption_MBM_Mixed MBM8MB *OutputBin Stacker
*UIConstraints: *HPOption_MBM_Mixed MBM8MB *OutputBin StackerSeparator

*% Constrain output bins that are not available with MBM8ST
*%---------------------------------------------------------
*UIConstraints: *OutputBin OutputBin1 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin OutputBin2 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin OutputBin3 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin OutputBin4 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin OutputBin5 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin OutputBin6 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin OutputBin7 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin OutputBin8 *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin UStapler *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *OutputBin Stacker *HPOption_MBM_Mixed MBM8ST

*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin1
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin2
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin3
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin4
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin5
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin6
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin7
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin OutputBin8
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin UStapler
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *OutputBin Stacker

*% Constrain output bins that are not available with MBMStaplerStacker
*%--------------------------------------------------------------------
*UIConstraints: *OutputBin OutputBin1 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin OutputBin2 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin OutputBin3 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin OutputBin4 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin OutputBin5 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin OutputBin6 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin OutputBin7 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin OutputBin8 *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin StackerSeparator *HPOption_MBM_Mixed MBMStaplerStacker
*UIConstraints: *OutputBin Stacker *HPOption_MBM_Mixed MBMStaplerStacker

*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin1
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin2
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin3
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin4
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin5
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin6
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin7
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin OutputBin8
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin StackerSeparator
*UIConstraints: *HPOption_MBM_Mixed MBMStaplerStacker *OutputBin Stacker

*% Constrain output bins that are not available with MBMStacker
*%-------------------------------------------------------------
*UIConstraints: *OutputBin OutputBin1 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin OutputBin2 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin OutputBin3 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin OutputBin4 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin OutputBin5 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin OutputBin6 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin OutputBin7 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin OutputBin8 *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin UStapler *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *OutputBin StackerSeparator *HPOption_MBM_Mixed MBMStacker

*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin1
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin2
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin3
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin4
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin5
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin6
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin7
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin OutputBin8
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin UStapler
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *OutputBin StackerSeparator

*%==========================================
*% input tray and media constraints:
*%==========================================
*UIConstraints: *MediaType Transparent *InputSlot Tray4
*UIConstraints: *InputSlot Tray4 *MediaType Transparent

*UIConstraints: *MediaType Labels *InputSlot Tray2
*UIConstraints: *MediaType Labels *InputSlot Tray3
*UIConstraints: *MediaType Labels *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *MediaType Labels
*UIConstraints: *InputSlot Tray3 *MediaType Labels
*UIConstraints: *InputSlot Tray4 *MediaType Labels

*UIConstraints: *MediaType Cardstock *InputSlot Tray2
*UIConstraints: *MediaType Cardstock *InputSlot Tray3
*UIConstraints: *MediaType Cardstock *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *MediaType Cardstock
*UIConstraints: *InputSlot Tray3 *MediaType Cardstock
*UIConstraints: *InputSlot Tray4 *MediaType Cardstock

*UIConstraints: *MediaType HeavyMedia *InputSlot Tray2
*UIConstraints: *MediaType HeavyMedia *InputSlot Tray3
*UIConstraints: *MediaType HeavyMedia *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *MediaType HeavyMedia
*UIConstraints: *InputSlot Tray3 *MediaType HeavyMedia
*UIConstraints: *InputSlot Tray4 *MediaType HeavyMedia

*UIConstraints: *MediaType Envelope *InputSlot Tray2
*UIConstraints: *MediaType Envelope *InputSlot Tray3
*UIConstraints: *MediaType Envelope *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *MediaType Envelope
*UIConstraints: *InputSlot Tray3 *MediaType Envelope
*UIConstraints: *InputSlot Tray4 *MediaType Envelope

*% input tray and media constraints:
*UIConstraints: *MediaType Transparent *OutputBin Stacker
*UIConstraints: *MediaType Transparent *OutputBin StackerSeparator
*UIConstraints: *MediaType Transparent *OutputBin UStapler
*UIConstraints: *MediaType Transparent *OutputBin OutputBin1
*UIConstraints: *MediaType Transparent *OutputBin OutputBin2
*UIConstraints: *MediaType Transparent *OutputBin OutputBin3
*UIConstraints: *MediaType Transparent *OutputBin OutputBin4
*UIConstraints: *MediaType Transparent *OutputBin OutputBin5
*UIConstraints: *MediaType Transparent *OutputBin OutputBin6
*UIConstraints: *MediaType Transparent *OutputBin OutputBin7
*UIConstraints: *MediaType Transparent *OutputBin OutputBin8

*UIConstraints: *OutputBin Stacker *MediaType Transparent
*UIConstraints: *OutputBin StackerSeparator *MediaType Transparent
*UIConstraints: *OutputBin UStapler *MediaType Transparent
*UIConstraints: *OutputBin OutputBin1 *MediaType Transparent
*UIConstraints: *OutputBin OutputBin2 *MediaType Transparent
*UIConstraints: *OutputBin OutputBin3 *MediaType Transparent
*UIConstraints: *OutputBin OutputBin4 *MediaType Transparent
*UIConstraints: *OutputBin OutputBin5 *MediaType Transparent
*UIConstraints: *OutputBin OutputBin6 *MediaType Transparent
*UIConstraints: *OutputBin OutputBin7 *MediaType Transparent
*UIConstraints: *OutputBin OutputBin8 *MediaType Transparent

*UIConstraints: *MediaType Labels *OutputBin Stacker
*UIConstraints: *MediaType Labels *OutputBin StackerSeparator
*UIConstraints: *MediaType Labels *OutputBin UStapler
*UIConstraints: *MediaType Labels *OutputBin OutputBin1
*UIConstraints: *MediaType Labels *OutputBin OutputBin2
*UIConstraints: *MediaType Labels *OutputBin OutputBin3
*UIConstraints: *MediaType Labels *OutputBin OutputBin4
*UIConstraints: *MediaType Labels *OutputBin OutputBin5
*UIConstraints: *MediaType Labels *OutputBin OutputBin6
*UIConstraints: *MediaType Labels *OutputBin OutputBin7
*UIConstraints: *MediaType Labels *OutputBin OutputBin8

*UIConstraints: *OutputBin Stacker *MediaType Labels
*UIConstraints: *OutputBin StackerSeparator *MediaType Labels
*UIConstraints: *OutputBin UStapler *MediaType Labels
*UIConstraints: *OutputBin OutputBin1 *MediaType Labels
*UIConstraints: *OutputBin OutputBin2 *MediaType Labels
*UIConstraints: *OutputBin OutputBin3 *MediaType Labels
*UIConstraints: *OutputBin OutputBin4 *MediaType Labels
*UIConstraints: *OutputBin OutputBin5 *MediaType Labels
*UIConstraints: *OutputBin OutputBin6 *MediaType Labels
*UIConstraints: *OutputBin OutputBin7 *MediaType Labels
*UIConstraints: *OutputBin OutputBin8 *MediaType Labels

*UIConstraints: *MediaType Cardstock *OutputBin Stacker
*UIConstraints: *MediaType Cardstock *OutputBin StackerSeparator
*UIConstraints: *MediaType Cardstock *OutputBin UStapler
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin1
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin2
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin3
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin4
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin5
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin6
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin7
*UIConstraints: *MediaType Cardstock *OutputBin OutputBin8

*UIConstraints: *OutputBin Stacker *MediaType Cardstock
*UIConstraints: *OutputBin StackerSeparator *MediaType Cardstock
*UIConstraints: *OutputBin UStapler *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin1 *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin2 *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin3 *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin4 *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin5 *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin6 *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin7 *MediaType Cardstock
*UIConstraints: *OutputBin OutputBin8 *MediaType Cardstock

*UIConstraints: *MediaType HeavyMedia *OutputBin Stacker
*UIConstraints: *MediaType HeavyMedia *OutputBin StackerSeparator
*UIConstraints: *MediaType HeavyMedia *OutputBin UStapler
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin1
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin2
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin3
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin4
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin5
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin6
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin7
*UIConstraints: *MediaType HeavyMedia *OutputBin OutputBin8

*UIConstraints: *OutputBin Stacker *MediaType HeavyMedia
*UIConstraints: *OutputBin StackerSeparator *MediaType HeavyMedia
*UIConstraints: *OutputBin UStapler *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin1 *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin2 *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin3 *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin4 *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin5 *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin6 *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin7 *MediaType HeavyMedia
*UIConstraints: *OutputBin OutputBin8 *MediaType HeavyMedia

*UIConstraints: *MediaType Envelope *OutputBin Stacker
*UIConstraints: *MediaType Envelope *OutputBin StackerSeparator
*UIConstraints: *MediaType Envelope *OutputBin UStapler
*UIConstraints: *MediaType Envelope *OutputBin OutputBin1
*UIConstraints: *MediaType Envelope *OutputBin OutputBin2
*UIConstraints: *MediaType Envelope *OutputBin OutputBin3
*UIConstraints: *MediaType Envelope *OutputBin OutputBin4
*UIConstraints: *MediaType Envelope *OutputBin OutputBin5
*UIConstraints: *MediaType Envelope *OutputBin OutputBin6
*UIConstraints: *MediaType Envelope *OutputBin OutputBin7
*UIConstraints: *MediaType Envelope *OutputBin OutputBin8

*UIConstraints: *OutputBin Stacker *MediaType Envelope
*UIConstraints: *OutputBin StackerSeparator *MediaType Envelope
*UIConstraints: *OutputBin UStapler *MediaType Envelope
*UIConstraints: *OutputBin OutputBin1 *MediaType Envelope
*UIConstraints: *OutputBin OutputBin2 *MediaType Envelope
*UIConstraints: *OutputBin OutputBin3 *MediaType Envelope
*UIConstraints: *OutputBin OutputBin4 *MediaType Envelope
*UIConstraints: *OutputBin OutputBin5 *MediaType Envelope
*UIConstraints: *OutputBin OutputBin6 *MediaType Envelope
*UIConstraints: *OutputBin OutputBin7 *MediaType Envelope
*UIConstraints: *OutputBin OutputBin8 *MediaType Envelope

*%===============================================
*% Contraints between Trays and PageSize
*%===============================================

*% Executive/InputSlot
*%-----------------------------------
*UIConstraints: *PageSize Executive *InputSlot Tray2
*UIConstraints: *PageSize Executive *InputSlot Tray3
*UIConstraints: *PageSize Executive *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize Executive
*UIConstraints: *InputSlot Tray3 *PageSize Executive
*UIConstraints: *InputSlot Tray4 *PageSize Executive

*% A5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize A5 *InputSlot Tray2
*UIConstraints: *PageSize A5 *InputSlot Tray3
*UIConstraints: *PageSize A5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize A5
*UIConstraints: *InputSlot Tray3 *PageSize A5
*UIConstraints: *InputSlot Tray4 *PageSize A5

*% JIS B5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize B5 *InputSlot Tray2
*UIConstraints: *PageSize B5 *InputSlot Tray3
*UIConstraints: *PageSize B5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize B5
*UIConstraints: *InputSlot Tray3 *PageSize B5
*UIConstraints: *InputSlot Tray4 *PageSize B5

*% A3/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize A3 *InputSlot Tray2
*UIConstraints: *InputSlot Tray2 *PageSize A3

*% A3 Oversize/InputSlot
*%-----------------------------------
*UIConstraints: *PageSize w869h1304 *InputSlot Tray2
*UIConstraints: *PageSize w869h1304 *InputSlot Tray3
*UIConstraints: *PageSize w869h1304 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize w869h1304
*UIConstraints: *InputSlot Tray3 *PageSize w869h1304
*UIConstraints: *InputSlot Tray4 *PageSize w869h1304

*% Env10/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize Env10 *InputSlot Tray2
*UIConstraints: *PageSize Env10 *InputSlot Tray3
*UIConstraints: *PageSize Env10 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize Env10
*UIConstraints: *InputSlot Tray3 *PageSize Env10
*UIConstraints: *InputSlot Tray4 *PageSize Env10

*% EnvDL/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize EnvDL *InputSlot Tray2
*UIConstraints: *PageSize EnvDL *InputSlot Tray3
*UIConstraints: *PageSize EnvDL *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize EnvDL
*UIConstraints: *InputSlot Tray3 *PageSize EnvDL
*UIConstraints: *InputSlot Tray4 *PageSize EnvDL

*% EnvC5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize EnvC5 *InputSlot Tray2
*UIConstraints: *PageSize EnvC5 *InputSlot Tray3
*UIConstraints: *PageSize EnvC5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize EnvC5
*UIConstraints: *InputSlot Tray3 *PageSize EnvC5
*UIConstraints: *InputSlot Tray4 *PageSize EnvC5

*% EnvB5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize EnvB5 *InputSlot Tray2
*UIConstraints: *PageSize EnvB5 *InputSlot Tray3
*UIConstraints: *PageSize EnvB5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize EnvB5
*UIConstraints: *InputSlot Tray3 *PageSize EnvB5
*UIConstraints: *InputSlot Tray4 *PageSize EnvB5

*% EnvMonarch/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray4 *PageSize EnvMonarch

*% Tabloid/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageSize Tabloid *InputSlot Tray2
*UIConstraints: *InputSlot Tray2 *PageSize Tabloid

*% DoublePostcardRotated/InputSlot
*%-----------------------------------
*UIConstraints: *PageSize DoublePostcardRotated *InputSlot Tray2
*UIConstraints: *PageSize DoublePostcardRotated *InputSlot Tray3
*UIConstraints: *PageSize DoublePostcardRotated *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize DoublePostcardRotated
*UIConstraints: *InputSlot Tray3 *PageSize DoublePostcardRotated
*UIConstraints: *InputSlot Tray4 *PageSize DoublePostcardRotated

*% 16K/InputSlot
*%-----------------------------------
*UIConstraints: *PageSize w558h774 *InputSlot Tray2
*UIConstraints: *PageSize w558h774 *InputSlot Tray3
*UIConstraints: *PageSize w558h774 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize w558h774
*UIConstraints: *InputSlot Tray3 *PageSize w558h774
*UIConstraints: *InputSlot Tray4 *PageSize w558h774

*% 8K/InputSlot
*%-----------------------------------
*UIConstraints: *PageSize w774h1116 *InputSlot Tray2
*UIConstraints: *PageSize w774h1116 *InputSlot Tray3
*UIConstraints: *PageSize w774h1116 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize w774h1116
*UIConstraints: *InputSlot Tray3 *PageSize w774h1116
*UIConstraints: *InputSlot Tray4 *PageSize w774h1116

*% Executive JIS/InputSlot
*%-----------------------------------
*UIConstraints: *PageSize w612h935 *InputSlot Tray2
*UIConstraints: *PageSize w612h935 *InputSlot Tray3
*UIConstraints: *PageSize w612h935 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageSize w612h935
*UIConstraints: *InputSlot Tray3 *PageSize w612h935
*UIConstraints: *InputSlot Tray4 *PageSize w612h935

*%==========================================
*% Contraints between Trays and PageRegion
*%==========================================

*% Executive/InputSlot
*%-----------------------------------
*UIConstraints: *PageRegion Executive *InputSlot Tray2
*UIConstraints: *PageRegion Executive *InputSlot Tray3
*UIConstraints: *PageRegion Executive *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion Executive
*UIConstraints: *InputSlot Tray3 *PageRegion Executive
*UIConstraints: *InputSlot Tray4 *PageRegion Executive

*% A5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion A5 *InputSlot Tray2
*UIConstraints: *PageRegion A5 *InputSlot Tray3
*UIConstraints: *PageRegion A5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion A5
*UIConstraints: *InputSlot Tray3 *PageRegion A5
*UIConstraints: *InputSlot Tray4 *PageRegion A5

*% JIS B5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion B5 *InputSlot Tray2
*UIConstraints: *PageRegion B5 *InputSlot Tray3
*UIConstraints: *PageRegion B5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion B5
*UIConstraints: *InputSlot Tray3 *PageRegion B5
*UIConstraints: *InputSlot Tray4 *PageRegion B5

*% A3/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion A3 *InputSlot Tray2
*UIConstraints: *InputSlot Tray2 *PageRegion A3

*% A3 Oversize/InputSlot
*%-----------------------------------
*UIConstraints: *PageRegion w869h1304 *InputSlot Tray2
*UIConstraints: *PageRegion w869h1304 *InputSlot Tray3
*UIConstraints: *PageRegion w869h1304 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion w869h1304
*UIConstraints: *InputSlot Tray3 *PageRegion w869h1304
*UIConstraints: *InputSlot Tray4 *PageRegion w869h1304


*% Env10/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion Env10 *InputSlot Tray2
*UIConstraints: *PageRegion Env10 *InputSlot Tray3
*UIConstraints: *PageRegion Env10 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion Env10
*UIConstraints: *InputSlot Tray3 *PageRegion Env10
*UIConstraints: *InputSlot Tray4 *PageRegion Env10

*% EnvDL/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion EnvDL *InputSlot Tray2
*UIConstraints: *PageRegion EnvDL *InputSlot Tray3
*UIConstraints: *PageRegion EnvDL *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion EnvDL
*UIConstraints: *InputSlot Tray3 *PageRegion EnvDL
*UIConstraints: *InputSlot Tray4 *PageRegion EnvDL

*% EnvC5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion EnvC5 *InputSlot Tray2
*UIConstraints: *PageRegion EnvC5 *InputSlot Tray3
*UIConstraints: *PageRegion EnvC5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion EnvC5
*UIConstraints: *InputSlot Tray3 *PageRegion EnvC5
*UIConstraints: *InputSlot Tray4 *PageRegion EnvC5

*% EnvB5/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion EnvB5 *InputSlot Tray2
*UIConstraints: *PageRegion EnvB5 *InputSlot Tray3
*UIConstraints: *PageRegion EnvB5 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion EnvB5
*UIConstraints: *InputSlot Tray3 *PageRegion EnvB5
*UIConstraints: *InputSlot Tray4 *PageRegion EnvB5

*% EnvMonarch/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion EnvMonarch *InputSlot Tray2
*UIConstraints: *PageRegion EnvMonarch *InputSlot Tray3
*UIConstraints: *PageRegion EnvMonarch *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion EnvMonarch
*UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarch
*UIConstraints: *InputSlot Tray4 *PageRegion EnvMonarch

*% Tabloid/HPInputSlot
*%-----------------------------------
*UIConstraints: *PageRegion Tabloid *InputSlot Tray2
*UIConstraints: *InputSlot Tray2 *PageRegion Tabloid

*% DoublePostcardRotated/InputSlot
*%-----------------------------------
*UIConstraints: *PageRegion DoublePostcardRotated *InputSlot Tray2
*UIConstraints: *PageRegion DoublePostcardRotated *InputSlot Tray3
*UIConstraints: *PageRegion DoublePostcardRotated *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion DoublePostcardRotated
*UIConstraints: *InputSlot Tray3 *PageRegion DoublePostcardRotated
*UIConstraints: *InputSlot Tray4 *PageRegion DoublePostcardRotated

*% 16K/InputSlot
*%-----------------------------------
*UIConstraints: *PageRegion w558h774 *InputSlot Tray2
*UIConstraints: *PageRegion w558h774 *InputSlot Tray3
*UIConstraints: *PageRegion w558h774 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion w558h774
*UIConstraints: *InputSlot Tray3 *PageRegion w558h774
*UIConstraints: *InputSlot Tray4 *PageRegion w558h774

*% 8K/InputSlot
*%-----------------------------------
*UIConstraints: *PageRegion w774h1116 *InputSlot Tray2
*UIConstraints: *PageRegion w774h1116 *InputSlot Tray3
*UIConstraints: *PageRegion w774h1116 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion w774h1116
*UIConstraints: *InputSlot Tray3 *PageRegion w774h1116
*UIConstraints: *InputSlot Tray4 *PageRegion w774h1116

*% Executive JIS/InputSlot
*%-----------------------------------
*UIConstraints: *PageRegion w612h935 *InputSlot Tray2
*UIConstraints: *PageRegion w612h935 *InputSlot Tray3
*UIConstraints: *PageRegion w612h935 *InputSlot Tray4
*UIConstraints: *InputSlot Tray2 *PageRegion w612h935
*UIConstraints: *InputSlot Tray3 *PageRegion w612h935
*UIConstraints: *InputSlot Tray4 *PageRegion w612h935

*%==========================================
*% Contraints between Bins and PageSize
*%==========================================

*% JIS B4/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize B4 *OutputBin Stacker
*UIConstraints: *PageSize B4 *OutputBin UStapler
*UIConstraints: *OutputBin Stacker *PageSize B4
*UIConstraints: *OutputBin UStapler *PageSize B4

*% A3 Oversize/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize w869h1304 *OutputBin Stacker
*UIConstraints: *PageSize w869h1304 *OutputBin StackerSeparator
*UIConstraints: *PageSize w869h1304 *OutputBin UStapler
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin1
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin2
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin3
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin4
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin5
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin6
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin7
*UIConstraints: *PageSize w869h1304 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize w869h1304
*UIConstraints: *OutputBin StackerSeparator *PageSize w869h1304
*UIConstraints: *OutputBin UStapler *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin1 *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin2 *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin3 *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin4 *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin5 *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin6 *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin7 *PageSize w869h1304
*UIConstraints: *OutputBin OutputBin8 *PageSize w869h1304

*% Executive JIS/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize w612h935 *OutputBin Stacker
*UIConstraints: *PageSize w612h935 *OutputBin StackerSeparator
*UIConstraints: *PageSize w612h935 *OutputBin UStapler
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin1
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin2
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin3
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin4
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin5
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin6
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin7
*UIConstraints: *PageSize w612h935 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize w612h935
*UIConstraints: *OutputBin StackerSeparator *PageSize w612h935
*UIConstraints: *OutputBin UStapler *PageSize w612h935
*UIConstraints: *OutputBin OutputBin1 *PageSize w612h935
*UIConstraints: *OutputBin OutputBin2 *PageSize w612h935
*UIConstraints: *OutputBin OutputBin3 *PageSize w612h935
*UIConstraints: *OutputBin OutputBin4 *PageSize w612h935
*UIConstraints: *OutputBin OutputBin5 *PageSize w612h935
*UIConstraints: *OutputBin OutputBin6 *PageSize w612h935
*UIConstraints: *OutputBin OutputBin7 *PageSize w612h935
*UIConstraints: *OutputBin OutputBin8 *PageSize w612h935

*% 16K/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize w558h774 *OutputBin Stacker
*UIConstraints: *PageSize w558h774 *OutputBin StackerSeparator
*UIConstraints: *PageSize w558h774 *OutputBin UStapler
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin1
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin2
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin3
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin4
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin5
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin6
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin7
*UIConstraints: *PageSize w558h774 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize w558h774
*UIConstraints: *OutputBin StackerSeparator *PageSize w558h774
*UIConstraints: *OutputBin UStapler *PageSize w558h774
*UIConstraints: *OutputBin OutputBin1 *PageSize w558h774
*UIConstraints: *OutputBin OutputBin2 *PageSize w558h774
*UIConstraints: *OutputBin OutputBin3 *PageSize w558h774
*UIConstraints: *OutputBin OutputBin4 *PageSize w558h774
*UIConstraints: *OutputBin OutputBin5 *PageSize w558h774
*UIConstraints: *OutputBin OutputBin6 *PageSize w558h774
*UIConstraints: *OutputBin OutputBin7 *PageSize w558h774
*UIConstraints: *OutputBin OutputBin8 *PageSize w558h774

*% 8K/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize w774h1116 *OutputBin Stacker
*UIConstraints: *PageSize w774h1116 *OutputBin StackerSeparator
*UIConstraints: *PageSize w774h1116 *OutputBin UStapler
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin1
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin2
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin3
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin4
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin5
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin6
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin7
*UIConstraints: *PageSize w774h1116 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize w774h1116
*UIConstraints: *OutputBin StackerSeparator *PageSize w774h1116
*UIConstraints: *OutputBin UStapler *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin1 *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin2 *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin3 *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin4 *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin5 *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin6 *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin7 *PageSize w774h1116
*UIConstraints: *OutputBin OutputBin8 *PageSize w774h1116

*% Env10/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize Env10 *OutputBin Stacker
*UIConstraints: *PageSize Env10 *OutputBin StackerSeparator
*UIConstraints: *PageSize Env10 *OutputBin UStapler
*UIConstraints: *PageSize Env10 *OutputBin OutputBin1
*UIConstraints: *PageSize Env10 *OutputBin OutputBin2
*UIConstraints: *PageSize Env10 *OutputBin OutputBin3
*UIConstraints: *PageSize Env10 *OutputBin OutputBin4
*UIConstraints: *PageSize Env10 *OutputBin OutputBin5
*UIConstraints: *PageSize Env10 *OutputBin OutputBin6
*UIConstraints: *PageSize Env10 *OutputBin OutputBin7
*UIConstraints: *PageSize Env10 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize Env10
*UIConstraints: *OutputBin StackerSeparator *PageSize Env10
*UIConstraints: *OutputBin UStapler *PageSize Env10
*UIConstraints: *OutputBin OutputBin1 *PageSize Env10
*UIConstraints: *OutputBin OutputBin2 *PageSize Env10
*UIConstraints: *OutputBin OutputBin3 *PageSize Env10
*UIConstraints: *OutputBin OutputBin4 *PageSize Env10
*UIConstraints: *OutputBin OutputBin5 *PageSize Env10
*UIConstraints: *OutputBin OutputBin6 *PageSize Env10
*UIConstraints: *OutputBin OutputBin7 *PageSize Env10
*UIConstraints: *OutputBin OutputBin8 *PageSize Env10

*% EnvDL/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize EnvDL *OutputBin Stacker
*UIConstraints: *PageSize EnvDL *OutputBin StackerSeparator
*UIConstraints: *PageSize EnvDL *OutputBin UStapler
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin1
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin2
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin3
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin4
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin5
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin6
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin7
*UIConstraints: *PageSize EnvDL *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize EnvDL
*UIConstraints: *OutputBin StackerSeparator *PageSize EnvDL
*UIConstraints: *OutputBin UStapler *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin1 *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin2 *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin3 *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin4 *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin5 *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin6 *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin7 *PageSize EnvDL
*UIConstraints: *OutputBin OutputBin8 *PageSize EnvDL

*% EnvC5/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize EnvC5 *OutputBin Stacker
*UIConstraints: *PageSize EnvC5 *OutputBin StackerSeparator
*UIConstraints: *PageSize EnvC5 *OutputBin UStapler
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin1
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin2
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin3
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin4
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin5
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin6
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin7
*UIConstraints: *PageSize EnvC5 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize EnvC5
*UIConstraints: *OutputBin StackerSeparator *PageSize EnvC5
*UIConstraints: *OutputBin UStapler *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin1 *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin2 *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin3 *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin4 *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin5 *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin6 *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin7 *PageSize EnvC5
*UIConstraints: *OutputBin OutputBin8 *PageSize EnvC5

*% EnvB5/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize EnvB5 *OutputBin Stacker
*UIConstraints: *PageSize EnvB5 *OutputBin StackerSeparator
*UIConstraints: *PageSize EnvB5 *OutputBin UStapler
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin1
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin2
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin3
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin4
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin5
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin6
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin7
*UIConstraints: *PageSize EnvB5 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize EnvB5
*UIConstraints: *OutputBin StackerSeparator *PageSize EnvB5
*UIConstraints: *OutputBin UStapler *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin1 *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin2 *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin3 *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin4 *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin5 *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin6 *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin7 *PageSize EnvB5
*UIConstraints: *OutputBin OutputBin8 *PageSize EnvB5

*% EnvMonarch/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageSize EnvMonarch *OutputBin Stacker
*UIConstraints: *PageSize EnvMonarch *OutputBin StackerSeparator
*UIConstraints: *PageSize EnvMonarch *OutputBin UStapler
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin1
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin2
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin3
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin4
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin5
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin6
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin7
*UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize EnvMonarch
*UIConstraints: *OutputBin StackerSeparator *PageSize EnvMonarch
*UIConstraints: *OutputBin UStapler *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin1 *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin2 *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin3 *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin4 *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin5 *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin6 *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin7 *PageSize EnvMonarch
*UIConstraints: *OutputBin OutputBin8 *PageSize EnvMonarch

*% DoublePostcardRotated/OutputBin
*%-----------------------------------
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin Stacker
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin StackerSeparator
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin UStapler
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin1
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin2
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin3
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin4
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin5
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin6
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin7
*UIConstraints: *PageSize DoublePostcardRotated *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin StackerSeparator *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin UStapler *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin1 *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin2 *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin3 *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin4 *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin5 *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin6 *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin7 *PageSize DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin8 *PageSize DoublePostcardRotated

*%==========================================
*% Contraints between Bins and PageRegion
*%==========================================

*% JIS B4/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion B4 *OutputBin Stacker
*UIConstraints: *PageRegion B4 *OutputBin UStapler
*UIConstraints: *OutputBin Stacker *PageRegion B4
*UIConstraints: *OutputBin UStapler *PageRegion B4

*% A3 Oversize/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion w869h1304 *OutputBin Stacker
*UIConstraints: *PageRegion w869h1304 *OutputBin StackerSeparator
*UIConstraints: *PageRegion w869h1304 *OutputBin UStapler
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin1
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin2
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin3
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin4
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin5
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin6
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin7
*UIConstraints: *PageRegion w869h1304 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion w869h1304
*UIConstraints: *OutputBin StackerSeparator *PageRegion w869h1304
*UIConstraints: *OutputBin UStapler *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin1 *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin2 *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin3 *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin4 *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin5 *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin6 *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin7 *PageRegion w869h1304
*UIConstraints: *OutputBin OutputBin8 *PageRegion w869h1304

*% Executive JIS/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion w612h935 *OutputBin Stacker
*UIConstraints: *PageRegion w612h935 *OutputBin StackerSeparator
*UIConstraints: *PageRegion w612h935 *OutputBin UStapler
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin1
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin2
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin3
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin4
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin5
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin6
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin7
*UIConstraints: *PageRegion w612h935 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion w612h935
*UIConstraints: *OutputBin StackerSeparator *PageRegion w612h935
*UIConstraints: *OutputBin UStapler *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin1 *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin2 *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin3 *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin4 *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin5 *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin6 *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin7 *PageRegion w612h935
*UIConstraints: *OutputBin OutputBin8 *PageRegion w612h935

*% 16K/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion w558h774 *OutputBin Stacker
*UIConstraints: *PageRegion w558h774 *OutputBin StackerSeparator
*UIConstraints: *PageRegion w558h774 *OutputBin UStapler
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin1
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin2
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin3
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin4
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin5
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin6
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin7
*UIConstraints: *PageRegion w558h774 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion w558h774
*UIConstraints: *OutputBin StackerSeparator *PageRegion w558h774
*UIConstraints: *OutputBin UStapler *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin1 *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin2 *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin3 *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin4 *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin5 *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin6 *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin7 *PageRegion w558h774
*UIConstraints: *OutputBin OutputBin8 *PageRegion w558h774

*% 8K/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion w774h1116 *OutputBin Stacker
*UIConstraints: *PageRegion w774h1116 *OutputBin StackerSeparator
*UIConstraints: *PageRegion w774h1116 *OutputBin UStapler
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin1
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin2
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin3
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin4
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin5
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin6
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin7
*UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion w774h1116
*UIConstraints: *OutputBin StackerSeparator *PageRegion w774h1116
*UIConstraints: *OutputBin UStapler *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin1 *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin2 *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin3 *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin4 *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin5 *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin6 *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin7 *PageRegion w774h1116
*UIConstraints: *OutputBin OutputBin8 *PageRegion w774h1116


*% Env10/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion Env10 *OutputBin Stacker
*UIConstraints: *PageRegion Env10 *OutputBin StackerSeparator
*UIConstraints: *PageRegion Env10 *OutputBin UStapler
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin1
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin2
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin3
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin4
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin5
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin6
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin7
*UIConstraints: *PageRegion Env10 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion Env10
*UIConstraints: *OutputBin StackerSeparator *PageRegion Env10
*UIConstraints: *OutputBin UStapler *PageRegion Env10
*UIConstraints: *OutputBin OutputBin1 *PageRegion Env10
*UIConstraints: *OutputBin OutputBin2 *PageRegion Env10
*UIConstraints: *OutputBin OutputBin3 *PageRegion Env10
*UIConstraints: *OutputBin OutputBin4 *PageRegion Env10
*UIConstraints: *OutputBin OutputBin5 *PageRegion Env10
*UIConstraints: *OutputBin OutputBin6 *PageRegion Env10
*UIConstraints: *OutputBin OutputBin7 *PageRegion Env10
*UIConstraints: *OutputBin OutputBin8 *PageRegion Env10

*% EnvDL/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion EnvDL *OutputBin Stacker
*UIConstraints: *PageRegion EnvDL *OutputBin StackerSeparator
*UIConstraints: *PageRegion EnvDL *OutputBin UStapler
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin1
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin2
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin3
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin4
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin5
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin6
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin7
*UIConstraints: *PageRegion EnvDL *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion EnvDL
*UIConstraints: *OutputBin StackerSeparator *PageRegion EnvDL
*UIConstraints: *OutputBin UStapler *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin1 *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin2 *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin3 *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin4 *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin5 *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin6 *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin7 *PageRegion EnvDL
*UIConstraints: *OutputBin OutputBin8 *PageRegion EnvDL

*% EnvC5/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion EnvC5 *OutputBin Stacker
*UIConstraints: *PageRegion EnvC5 *OutputBin StackerSeparator
*UIConstraints: *PageRegion EnvC5 *OutputBin UStapler
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin1
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin2
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin3
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin4
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin5
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin6
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin7
*UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion EnvC5
*UIConstraints: *OutputBin StackerSeparator *PageRegion EnvC5
*UIConstraints: *OutputBin UStapler *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin1 *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin2 *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin3 *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin4 *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin5 *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin6 *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin7 *PageRegion EnvC5
*UIConstraints: *OutputBin OutputBin8 *PageRegion EnvC5

*% EnvB5/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion EnvB5 *OutputBin Stacker
*UIConstraints: *PageRegion EnvB5 *OutputBin StackerSeparator
*UIConstraints: *PageRegion EnvB5 *OutputBin UStapler
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin1
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin2
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin3
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin4
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin5
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin6
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin7
*UIConstraints: *PageRegion EnvB5 *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion EnvB5
*UIConstraints: *OutputBin StackerSeparator *PageRegion EnvB5
*UIConstraints: *OutputBin UStapler *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin1 *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin2 *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin3 *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin4 *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin5 *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin6 *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin7 *PageRegion EnvB5
*UIConstraints: *OutputBin OutputBin8 *PageRegion EnvB5

*% EnvMonarch/HPOutputBin
*%-----------------------------------
*UIConstraints: *PageRegion EnvMonarch *OutputBin Stacker
*UIConstraints: *PageRegion EnvMonarch *OutputBin StackerSeparator
*UIConstraints: *PageRegion EnvMonarch *OutputBin UStapler
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin1
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin2
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin3
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin4
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin5
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin6
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin7
*UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion EnvMonarch
*UIConstraints: *OutputBin StackerSeparator *PageRegion EnvMonarch
*UIConstraints: *OutputBin UStapler *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin1 *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin2 *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin3 *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin4 *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin5 *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin6 *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin7 *PageRegion EnvMonarch
*UIConstraints: *OutputBin OutputBin8 *PageRegion EnvMonarch

*% DoublePostcardRotated/OutputBin
*%-----------------------------------
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin Stacker
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin StackerSeparator
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin UStapler
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin1
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin2
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin3
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin4
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin5
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin6
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin7
*UIConstraints: *PageRegion DoublePostcardRotated *OutputBin OutputBin8
*UIConstraints: *OutputBin Stacker *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin StackerSeparator *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin UStapler *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin1 *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin2 *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin3 *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin4 *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin5 *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin6 *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin7 *PageRegion DoublePostcardRotated
*UIConstraints: *OutputBin OutputBin8 *PageRegion DoublePostcardRotated

*% High capacity stapler disabled without high capacity output unit
*%------------------------------------------------------------------
*UIConstraints: *HPOption_MBM_Mixed Standard *HPStaplerOptions 1diagonal
*UIConstraints: *HPOption_MBM_Mixed Standard *HPStaplerOptions 1parallel
*UIConstraints: *HPOption_MBM_Mixed Standard *HPStaplerOptions 2parallel
*UIConstraints: *HPOption_MBM_Mixed Standard *HPStaplerOptions 3parallel
*UIConstraints: *HPOption_MBM_Mixed Standard *HPStaplerOptions 6parallel
*UIConstraints: *HPOption_MBM_Mixed Standard *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *HPOption_MBM_Mixed Standard
*UIConstraints: *HPStaplerOptions 1parallel *HPOption_MBM_Mixed Standard
*UIConstraints: *HPStaplerOptions 2parallel *HPOption_MBM_Mixed Standard
*UIConstraints: *HPStaplerOptions 3parallel *HPOption_MBM_Mixed Standard
*UIConstraints: *HPStaplerOptions 6parallel *HPOption_MBM_Mixed Standard
*UIConstraints: *HPStaplerOptions Custom *HPOption_MBM_Mixed Standard

*UIConstraints: *HPOption_MBM_Mixed MBM8MB *HPStaplerOptions 1diagonal
*UIConstraints: *HPOption_MBM_Mixed MBM8MB *HPStaplerOptions 1parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8MB *HPStaplerOptions 2parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8MB *HPStaplerOptions 3parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8MB *HPStaplerOptions 6parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8MB *HPStaplerOptions Custom
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *HPStaplerOptions 1diagonal
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *HPStaplerOptions 1parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *HPStaplerOptions 2parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *HPStaplerOptions 3parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *HPStaplerOptions 6parallel
*UIConstraints: *HPOption_MBM_Mixed MBM8ST *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *HPStaplerOptions 1parallel *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *HPStaplerOptions 2parallel *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *HPStaplerOptions 3parallel *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *HPStaplerOptions 6parallel *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *HPStaplerOptions Custom *HPOption_MBM_Mixed MBM8MB
*UIConstraints: *HPStaplerOptions 1diagonal *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *HPStaplerOptions 1parallel *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *HPStaplerOptions 2parallel *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *HPStaplerOptions 3parallel *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *HPStaplerOptions 6parallel *HPOption_MBM_Mixed MBM8ST
*UIConstraints: *HPStaplerOptions Custom *HPOption_MBM_Mixed MBM8ST

*UIConstraints: *HPOption_MBM_Mixed MBMStacker *HPStaplerOptions 1diagonal
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *HPStaplerOptions 1parallel
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *HPStaplerOptions 2parallel
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *HPStaplerOptions 3parallel
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *HPStaplerOptions 6parallel
*UIConstraints: *HPOption_MBM_Mixed MBMStacker *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *HPStaplerOptions 1parallel *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *HPStaplerOptions 2parallel *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *HPStaplerOptions 3parallel *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *HPStaplerOptions 6parallel *HPOption_MBM_Mixed MBMStacker
*UIConstraints: *HPStaplerOptions Custom *HPOption_MBM_Mixed MBMStacker

*%Constrain stapling to the stapling bin
*%------------------------------------------------------------------
*UIConstraints: *OutputBin PrinterDefault *HPStaplerOptions 1diagonal
*UIConstraints: *OutputBin PrinterDefault *HPStaplerOptions 1parallel
*UIConstraints: *OutputBin PrinterDefault *HPStaplerOptions 2parallel
*UIConstraints: *OutputBin PrinterDefault *HPStaplerOptions 3parallel
*UIConstraints: *OutputBin PrinterDefault *HPStaplerOptions 6parallel
*UIConstraints: *OutputBin PrinterDefault *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *OutputBin PrinterDefault
*UIConstraints: *HPStaplerOptions 1parallel *OutputBin PrinterDefault
*UIConstraints: *HPStaplerOptions 2parallel *OutputBin PrinterDefault
*UIConstraints: *HPStaplerOptions 3parallel *OutputBin PrinterDefault
*UIConstraints: *HPStaplerOptions 6parallel *OutputBin PrinterDefault
*UIConstraints: *HPStaplerOptions Custom *OutputBin PrinterDefault

*UIConstraints: *OutputBin Upper *HPStaplerOptions 1diagonal
*UIConstraints: *OutputBin Upper *HPStaplerOptions 1parallel
*UIConstraints: *OutputBin Upper *HPStaplerOptions 2parallel
*UIConstraints: *OutputBin Upper *HPStaplerOptions 3parallel
*UIConstraints: *OutputBin Upper *HPStaplerOptions 6parallel
*UIConstraints: *OutputBin Upper *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *OutputBin Upper
*UIConstraints: *HPStaplerOptions 1parallel *OutputBin Upper
*UIConstraints: *HPStaplerOptions 2parallel *OutputBin Upper
*UIConstraints: *HPStaplerOptions 3parallel *OutputBin Upper
*UIConstraints: *HPStaplerOptions 6parallel *OutputBin Upper
*UIConstraints: *HPStaplerOptions Custom *OutputBin Upper

*UIConstraints: *OutputBin Left *HPStaplerOptions 1diagonal
*UIConstraints: *OutputBin Left *HPStaplerOptions 1parallel
*UIConstraints: *OutputBin Left *HPStaplerOptions 2parallel
*UIConstraints: *OutputBin Left *HPStaplerOptions 3parallel
*UIConstraints: *OutputBin Left *HPStaplerOptions 6parallel
*UIConstraints: *OutputBin Left *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *OutputBin Left
*UIConstraints: *HPStaplerOptions 1parallel *OutputBin Left
*UIConstraints: *HPStaplerOptions 2parallel *OutputBin Left
*UIConstraints: *HPStaplerOptions 3parallel *OutputBin Left
*UIConstraints: *HPStaplerOptions 6parallel *OutputBin Left
*UIConstraints: *HPStaplerOptions Custom *OutputBin Left

*UIConstraints: *OutputBin Stacker *HPStaplerOptions 1diagonal
*UIConstraints: *OutputBin Stacker *HPStaplerOptions 1parallel
*UIConstraints: *OutputBin Stacker *HPStaplerOptions 2parallel
*UIConstraints: *OutputBin Stacker *HPStaplerOptions 3parallel
*UIConstraints: *OutputBin Stacker *HPStaplerOptions 6parallel
*UIConstraints: *OutputBin Stacker *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *OutputBin Stacker
*UIConstraints: *HPStaplerOptions 1parallel *OutputBin Stacker
*UIConstraints: *HPStaplerOptions 2parallel *OutputBin Stacker
*UIConstraints: *HPStaplerOptions 3parallel *OutputBin Stacker
*UIConstraints: *HPStaplerOptions 6parallel *OutputBin Stacker
*UIConstraints: *HPStaplerOptions Custom *OutputBin Stacker

*UIConstraints: *OutputBin StackerSeparator *HPStaplerOptions 1diagonal
*UIConstraints: *OutputBin StackerSeparator *HPStaplerOptions 1parallel
*UIConstraints: *OutputBin StackerSeparator *HPStaplerOptions 2parallel
*UIConstraints: *OutputBin StackerSeparator *HPStaplerOptions 3parallel
*UIConstraints: *OutputBin StackerSeparator *HPStaplerOptions 6parallel
*UIConstraints: *OutputBin StackerSeparator *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *OutputBin StackerSeparator
*UIConstraints: *HPStaplerOptions 1parallel *OutputBin StackerSeparator
*UIConstraints: *HPStaplerOptions 2parallel *OutputBin StackerSeparator
*UIConstraints: *HPStaplerOptions 3parallel *OutputBin StackerSeparator
*UIConstraints: *HPStaplerOptions 6parallel *OutputBin StackerSeparator
*UIConstraints: *HPStaplerOptions Custom *OutputBin StackerSeparator

*% Do not staple uncollated documents
*%------------------------------------------------------------------
*UIConstraints: *Collate False *HPStaplerOptions 1diagonal
*UIConstraints: *Collate False *HPStaplerOptions 1parallel
*UIConstraints: *Collate False *HPStaplerOptions 2parallel
*UIConstraints: *Collate False *HPStaplerOptions 3parallel
*UIConstraints: *Collate False *HPStaplerOptions 6parallel
*UIConstraints: *Collate False *HPStaplerOptions Custom

*UIConstraints: *HPStaplerOptions 1diagonal *Collate False
*UIConstraints: *HPStaplerOptions 1parallel *Collate False
*UIConstraints: *HPStaplerOptions 2parallel *Collate False
*UIConstraints: *HPStaplerOptions 3parallel *Collate False
*UIConstraints: *HPStaplerOptions 6parallel *Collate False
*UIConstraints: *HPStaplerOptions Custom *Collate False

*% Mopy not available without hard disk
*%------------------------------------------------------------------
*UIConstraints: *Collate True *HPOption_Disk False
*UIConstraints: *HPOption_Disk False *Collate True

*%==========================================
*% Duplexing & Media Type constraints
*%==========================================

*UIConstraints: *MediaType Transparent *Duplex DuplexTumble
*UIConstraints: *MediaType Transparent *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Transparent
*UIConstraints: *Duplex DuplexNoTumble *MediaType Transparent

*UIConstraints: *MediaType HeavyMedia *Duplex DuplexTumble
*UIConstraints: *MediaType HeavyMedia *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble  *MediaType HeavyMedia
*UIConstraints: *Duplex DuplexNoTumble *MediaType HeavyMedia

*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble  *MediaType Labels
*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels

*UIConstraints: *MediaType Cardstock *Duplex DuplexTumble
*UIConstraints: *MediaType Cardstock *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble  *MediaType Cardstock
*UIConstraints: *Duplex DuplexNoTumble *MediaType Cardstock

*UIConstraints: *MediaType Envelope *Duplex DuplexTumble
*UIConstraints: *MediaType Envelope *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble  *MediaType Envelope
*UIConstraints: *Duplex DuplexNoTumble *MediaType Envelope


*%==========================================
*% Duplexing & PageSize constraints
*%==========================================

*% Constrain duplexing A3 Oversize
*%------------------------------------
*UIConstraints: *PageSize w869h1304 *Duplex DuplexTumble
*UIConstraints: *PageSize w869h1304 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize w869h1304
*UIConstraints: *Duplex DuplexNoTumble *PageSize w869h1304

*% Constrain duplexing Executive JIS
*%------------------------------------
*UIConstraints: *PageSize w612h935 *Duplex DuplexTumble
*UIConstraints: *PageSize w612h935 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize w612h935
*UIConstraints: *Duplex DuplexNoTumble *PageSize w612h935

*% Constrain duplexing 16K
*%------------------------------------
*UIConstraints: *PageSize w558h774 *Duplex DuplexTumble
*UIConstraints: *PageSize w558h774 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize w558h774
*UIConstraints: *Duplex DuplexNoTumble *PageSize w558h774

*% Constrain duplexing 8K
*%------------------------------------
*UIConstraints: *PageSize w774h1116 *Duplex DuplexTumble
*UIConstraints: *PageSize w774h1116 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize w774h1116
*UIConstraints: *Duplex DuplexNoTumble *PageSize w774h1116

*% Constrain duplexing Double Postcard
*%------------------------------------
*UIConstraints: *PageSize DoublePostcardRotated *Duplex DuplexTumble
*UIConstraints: *PageSize DoublePostcardRotated *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize DoublePostcardRotated
*UIConstraints: *Duplex DuplexNoTumble *PageSize DoublePostcardRotated

*% Constrain duplexing Env10
*%------------------------------------
*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize Env10
*UIConstraints: *Duplex DuplexNoTumble *PageSize Env10

*% Constrain duplexing EnvDL
*%------------------------------------
*UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
*UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvDL
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvDL

*% Constrain duplexing EnvC5
*%------------------------------------
*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5

*% Constrain duplexing EnvB5
*%------------------------------------
*UIConstraints: *PageSize EnvB5 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvB5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvB5
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvB5

*% Constrain duplexing EnvMonarch
*%------------------------------------
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch


*%==========================================
*% Duplexing & PageRegion constraints
*%==========================================

*% Constrain duplexing A3 Oversize
*%------------------------------------
*UIConstraints: *PageRegion w869h1304 *Duplex DuplexTumble
*UIConstraints: *PageRegion w869h1304 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion w869h1304
*UIConstraints: *Duplex DuplexNoTumble *PageRegion w869h1304

*% Constrain duplexing Executive JIS
*%------------------------------------
*UIConstraints: *PageRegion w612h935 *Duplex DuplexTumble
*UIConstraints: *PageRegion w612h935 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion w612h935
*UIConstraints: *Duplex DuplexNoTumble *PageRegion w612h935

*% Constrain duplexing 16K
*%------------------------------------
*UIConstraints: *PageRegion w558h774 *Duplex DuplexTumble
*UIConstraints: *PageRegion w558h774 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion w558h774
*UIConstraints: *Duplex DuplexNoTumble *PageRegion w558h774

*% Constrain duplexing 8K
*%------------------------------------
*UIConstraints: *PageRegion w774h1116 *Duplex DuplexTumble
*UIConstraints: *PageRegion w774h1116 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion w774h1116
*UIConstraints: *Duplex DuplexNoTumble *PageRegion w774h1116

*% Constrain duplexing Double Postcard
*%------------------------------------
*UIConstraints: *PageRegion DoublePostcardRotated *Duplex DuplexTumble
*UIConstraints: *PageRegion DoublePostcardRotated *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion DoublePostcardRotated
*UIConstraints: *Duplex DuplexNoTumble *PageRegion DoublePostcardRotated

*% Constrain duplexing Env10
*%------------------------------------
*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion Env10
*UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10

*% Constrain duplexing EnvDL
*%------------------------------------
*UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvDL
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvDL

*% Constrain duplexing EnvC5
*%------------------------------------
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5

*% Constrain duplexing EnvB5
*%------------------------------------
*UIConstraints: *PageRegion EnvB5 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvB5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvB5
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvB5

*% Constrain duplexing EnvMonarch
*%------------------------------------
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch


*%==========================================
*%  CustomPageSize/InputSlot
*%==========================================
*NonUIConstraints: *CustomPageSize True *InputSlot Tray2
*NonUIConstraints: *CustomPageSize True *InputSlot Tray3
*NonUIConstraints: *CustomPageSize True *InputSlot Tray4
*NonUIConstraints: *InputSlot Tray2 *CustomPageSize True
*NonUIConstraints: *InputSlot Tray3 *CustomPageSize True
*NonUIConstraints: *InputSlot Tray4 *CustomPageSize True

*%==========================================
*%  CustomPageSize/Output Bins
*%==========================================
*NonUIConstraints: *CustomPageSize True *OutputBin Stacker
*NonUIConstraints: *CustomPageSize True *OutputBin StackerSeparator
*NonUIConstraints: *CustomPageSize True *OutputBin UStapler
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin1
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin2
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin3
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin4
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin5
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin6
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin7
*NonUIConstraints: *CustomPageSize True *OutputBin OutputBin8
*NonUIConstraints: *OutputBin Stacker *CustomPageSize True
*NonUIConstraints: *OutputBin StackerSeparator *CustomPageSize True
*NonUIConstraints: *OutputBin UStapler *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin1 *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin2 *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin3 *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin4 *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin5 *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin6 *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin7 *CustomPageSize True
*NonUIConstraints: *OutputBin OutputBin8 *CustomPageSize True

*%==========================================
*%  CustomPageSize/Duplexing
*%==========================================
*NonUIConstraints: *CustomPageSize True *Duplex DuplexTumble
*NonUIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
*NonUIConstraints: *Duplex DuplexTumble *CustomPageSize True
*NonUIConstraints: *Duplex DuplexNoTumble *CustomPageSize True

*% General Information and Defaults ===============
*FreeVM: "2900000"
*FCacheSize None: 1048576
*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: CMYK
*TTRasterizer: Type42
*RenderingIntent: Colorimetric
*ContoneOnly: True
*ScreenFreq: "100"
*ScreenAngle: "50"
*FileSystem: True
*?FileSystem: "
    save
      statusdict /diskstatus known{(True)} {(False)} ifelse = flush
    restore
    "
*End
*Throughput: "10"
*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 of this software.) = 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 of this software.) = flush quit
          } if
   systemdict /quit get exec
   (WARNING: Printer Reset Failed.) = flush
"
*End

*DefaultResolution: 600dpi
*?Resolution: "
    save
      initgraphics
      0 0 moveto currentpoint matrix defaultmatrix transform
      0 72 lineto currentpoint matrix defaultmatrix transform
      3 -1 roll sub dup mul
      3 1 roll exch sub dup mul
      add sqrt round cvi
      (          ) cvs print (dpi) = flush
    restore
    "
*End

*AccurateScreensSupport: True

*VMOption 32-63MB/32 - 63 MB : "2900000"
*VMOption 64-95MB/64 - 95 MB : "3800000"
*VMOption 96-127MB/96 - 127 MB : "5900000"
*VMOption 128-191MB/128 - 191 MB: "8000000"
*VMOption 192-255MB/192 - 255 MB : "12200000"
*VMOption 256-383MB/256 - 383 MB : "16400000"
*VMOption 384-512MB/384 - 512 MB : "24800000"

*OpenUI *HPColorSmart/Color Treatment: PickOne
*OrderDependency: 25 AnySetup *HPColorSmart
*DefaultHPColorSmart: Automatic
*HPColorSmart Automatic/ColorSmart II: "
<< /ProcessColorModel /DeviceCMYK >> setpagedevice
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	Vivid ColorSmartTextAdjustment
	Vivid ColorSmartGraphicsAdjustment
	Vivid ColorSmartImageAdjustment
	Detail ColorSmartTextHalftone
	Smooth ColorSmartGraphicsHalftone
	Smooth ColorSmartImageHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPColorSmart Manual/Manual: "
	<< /ProcessColorModel /DeviceCMYK >> setpagedevice "
*End
*CloseUI: *HPColorSmart

*% =================================
*% Print Color as Gray
*% Chose NOT to use standard *ColorModel keyword because color on or off is simpler
*% =================================
*OpenUI *ColorModel/Print Color as Gray:  PickOne
*OrderDependency: 20 AnySetup *ColorModel
*DefaultColorModel: CMYK
*ColorModel Gray/On: "<</ProcessColorModel /DeviceGray>> setpagedevice"
*ColorModel CMYK/Off: "<</ProcessColorModel /DeviceCMYK>> setpagedevice"
*?ColorModel: "
  save
    currentpagedevice /ProcessColorModel get
	/DeviceGray eq {(Gray)}{(CMYK)}ifelse = flush
  restore
"
*End
*CloseUI: *ColorModel

*% ===================================
*% Duplexer definitions
*% ===================================

*OpenUI *Duplex/2-Sided Printing: PickOne
*OrderDependency: 20 AnySetup *Duplex
*DefaultDuplex: None
*Duplex DuplexTumble/Short-Edge Binding: "
	 <</Duplex true /Tumble true >> setpagedevice "
*End
*Duplex DuplexNoTumble/Long-Edge Binding: "
	<</Duplex true /Tumble false >> setpagedevice "
*End
*Duplex None/Off: "
	 <</Duplex false /Tumble false >> setpagedevice "
*End
*CloseUI: *Duplex

*% ===================================
*% Extra Drum Cleaning Pass
*% ===================================
*OpenUI *HPClean/High Print Quality: Boolean
*OrderDependency: 20 AnySetup *HPClean
*DefaultHPClean: False
*HPClean True/Yes: "<< /Cleaning true >> setpagedevice"
*HPClean False/No: "<< /Cleaning false >> setpagedevice"
*CloseUI: *HPClean

*% ================================================
*% Spot Colors
*% ================================================
*OpenUI *HPPantone/Automatic PANTONE� Color Calibration: Boolean
*OrderDependency: 35 AnySetup *HPPantone
*DefaultHPPantone: True
*HPPantone True/Yes: "<< /SpotColorMatching true >> setpagedevice"
*HPPantone False/No: "<< /SpotColorMatching false >> setpagedevice"
*?HPPantone: "(True) == flush"
*CloseUI: *HPPantone

*% ===================================
*% Press Emulations
*% ===================================
*OpenUI *HPCMYKInks/CMYK Inks: PickOne
*OrderDependency: 20 AnySetup *HPCMYKInks
*DefaultHPCMYKInks: SWOP
*HPCMYKInks SWOP/SWOP-Coated: "<< /CMYKInkSet 1 >> setpagedevice "
*HPCMYKInks Euroscale/Euroscale: "<< /CMYKInkSet 2 >> setpagedevice "
*HPCMYKInks DIC/DIC: "<< /CMYKInkSet 4 >> setpagedevice "
*HPCMYKInks None/None: "<< /CMYKInkSet 0 >> setpagedevice "
*CloseUI: *HPCMYKInks

*% ================================================
*% Manual Duplex
*% ================================================

*OpenUI *HPManualDuplex/Manually Print on 2nd Side: Boolean
*OrderDependency: 35 AnySetup *HPManualDuplex
*DefaultHPManualDuplex: False
*HPManualDuplex True/Yes: "<< /PrintOnBackside true >> setpagedevice"
*HPManualDuplex False/No: "<< /PrintOnBackside false >> setpagedevice"
*?HPManualDuplex: "(False) == flush"
*CloseUI: *HPManualDuplex

*% ===================================
*% ColorSmart Stuff
*% ===================================

*OpenUI *HPCSText/Manual Text: PickOne
*OrderDependency: 20 AnySetup *HPCSText
*DefaultHPCSText: VividDetail
*HPCSText VividDetail/Vivid-Detail: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	Vivid ColorSmartTextAdjustment
	Detail ColorSmartTextHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSText VividSmooth/Vivid-Smooth: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	Vivid ColorSmartTextAdjustment
	Smooth ColorSmartTextHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSText MatchDetail/Calibrated-Detail: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	MatchScreen ColorSmartTextAdjustment
	Detail ColorSmartTextHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSText MatchSmooth/Calibrated-Smooth: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	MatchScreen ColorSmartTextAdjustment
	Smooth ColorSmartTextHalftone
	true ColorSmartColorMatching
} if
"
*End
*CloseUI: *HPCSText

*OpenUI *HPCSGraphics/Manual Graphics: PickOne
*OrderDependency: 20 AnySetup *HPCSGraphics
*DefaultHPCSGraphics: VividDetail
*HPCSGraphics VividDetail/Vivid-Detail: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	Vivid ColorSmartGraphicsAdjustment
	Detail ColorSmartGraphicsHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSGraphics VividSmooth/Vivid-Smooth: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	Vivid ColorSmartGraphicsAdjustment
	Smooth ColorSmartGraphicsHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSGraphics MatchDetail/Calibrated-Detail: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	MatchScreen ColorSmartGraphicsAdjustment
	Detail ColorSmartGraphicsHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSGraphics MatchSmooth/Calibrated-Smooth: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	MatchScreen ColorSmartGraphicsAdjustment
	Smooth ColorSmartGraphicsHalftone
	true ColorSmartColorMatching
} if
"
*End
*CloseUI: *HPCSGraphics

*OpenUI *HPCSImages/Manual Images: PickOne
*OrderDependency: 20 AnySetup *HPCSImages
*DefaultHPCSImages: VividSmooth
*HPCSImages VividDetail/Vivid-Detail: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	Vivid ColorSmartImageAdjustment
	Detail ColorSmartImageHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSImages VividSmooth/Vivid-Smooth: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	Vivid ColorSmartImageAdjustment
	Smooth ColorSmartImageHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSImages MatchDetail/Calibrated-Detail: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	MatchScreen ColorSmartImageAdjustment
	Detail ColorSmartImageHalftone
	true ColorSmartColorMatching
} if
"
*End
*HPCSImages MatchSmooth/Calibrated-Smooth: "
globaldict /ColorSmartColorMatching known {
	true ColorSmartColorMatching
	MatchScreen ColorSmartImageAdjustment
	Smooth ColorSmartImageHalftone
	true ColorSmartColorMatching
} if
"
*End
*CloseUI: *HPCSImages

*% ===================================
*% Mediatype definitions
*% ===================================

*OpenUI *MediaType/Media Type: PickOne
*OrderDependency: 20 AnySetup *MediaType
*DefaultMediaType: Plain

*MediaType Plain/Plain: "
    <</MediaType (Plain)>> setpagedevice"
*End
*MediaType Preprinted/Preprinted: "
    <</MediaType (Preprinted)>> setpagedevice"
*End
*MediaType Letterhead/Letterhead: "
    <</MediaType (Letterhead)>> setpagedevice"
*End
*%Note: Use of transparency forces OHT Color Table
*MediaType Transparent/Transparency: "
    <</MediaType (Transparency) /OHTIntent 1>> setpagedevice"
*End
*MediaType Prepunched/Prepunched: "
    <</MediaType (Prepunched)>> setpagedevice"
*End
*MediaType Labels/Labels: "
    <</MediaType (Labels)>> setpagedevice"
*End
*MediaType Bond/Bond: "
    <</MediaType (Bond)>> setpagedevice"
*End
*MediaType Recycled/Recycled: "
    <</MediaType (Recycled)>> setpagedevice"
*End
*MediaType Color/Color: "
    <</MediaType (Color)>> setpagedevice"
*End
*MediaType Cardstock/Card Stock: "
    <</MediaType (Card Stock)>> setpagedevice"
*End
*MediaType HeavyMedia/Heavy: "
    <</MediaType (Heavy)>> setpagedevice"
*End
*MediaType Glossy/Glossy: "
    <</MediaType (Glossy)>> setpagedevice"
*End
*MediaType Envelope/Envelope: "
    <</MediaType (Envelope)>> setpagedevice"
*End
*MediaType HeavyType1/28 Lb Type1: "
    <</MediaType (28 lb Type1)>> setpagedevice"
*End
*MediaType HeavyType2/28 Lb Type2: "
    <</MediaType (28 lb Type2)>> setpagedevice"
*End
*?MediaType: " (unknown) == flush"
*CloseUI: *MediaType

*% ================================================
*% Collate (Mopy)
*% ================================================

*OpenUI *Collate/Collate: Boolean
*OrderDependency: 35 AnySetup *Collate
*DefaultCollate: False
*Collate True/Yes: "<< /Collate true >> setpagedevice"
*Collate False/No: "<< /Collate false >> setpagedevice"
*?Collate: "(True) == flush"
*CloseUI: *Collate

*% ================================================
*% Job Retention
*% ================================================
*%Job Retention not allowed unless printer has a hard disk
*UIConstraints: *HPOption_Disk False *HPJobRetentionOption HPJobRetentionQuickCopy
*UIConstraints: *HPOption_Disk False *HPJobRetentionOption HPJobRetentionProof
*UIConstraints: *HPOption_Disk False *HPJobRetentionOption HPJobRetentionStore
*%UIConstraints: *HPOption_Disk False *HPJobRetentionOption HPJobRetentionPrivate
*%UIConstraints: *HPOption_Disk False *HPJobRetentionOption HPJobRetentionPrivateStore

*UIConstraints: *HPJobRetentionOption HPJobRetentionQuickCopy *HPOption_Disk False
*UIConstraints: *HPJobRetentionOption HPJobRetentionProof *HPOption_Disk False
*UIConstraints: *HPJobRetentionOption HPJobRetentionStore *HPOption_Disk False
*%UIConstraints: *HPJobRetentionOption HPJobRetentionPrivate *HPOption_Disk False
*%UIConstraints: *HPJobRetentionOption HPJobRetentionPrivateStore *HPOption_Disk False


*%=== Proof and Hold =======================
*% The UserName setting is obtained from the print job. This may not work on non-Mac drivers.
*OpenUI *HPJobRetentionOption/Job Retention: PickOne
*OrderDependency: 14 Prolog *HPJobRetentionOption
*DefaultHPJobRetentionOption: HPJobRetentionOff
*HPJobRetentionOption HPJobRetentionQuickCopy/Quick Copy: "
	<< /Collate true /CollateDetails
		<< /Type 8 /Hold 1 >>
	>> setpagedevice
"
*End
*HPJobRetentionOption HPJobRetentionProof/Proof and Hold: "
	<< /Collate true /CollateDetails
		<< /Type 8 /Hold 3 >>
	>> setpagedevice
"
*End
*HPJobRetentionOption HPJobRetentionStore/Stored Job: "
	<< /Collate true /CollateDetails
		<< /Type 8 /Hold 2 >>
	>> setpagedevice
"
*End
*%HPJobRetention HPJobRetentionPrivate/Private Job: "
*%	<< /Collate true /CollateDetails
*%		<< /Type 8 /Hold 1 /HoldType 1 >>
*%	>> setpagedevice
*%"
*%End
*%HPJobRetention HPJobRetentionPrivateStore/Private Stored Job: "
*%	<< /Collate true /CollateDetails
*%		<< /Type 8 /Hold 2 /HoldType 1 >>
*%	>> setpagedevice
*%"
*%End
*HPJobRetentionOption HPJobRetentionOff/Off: "
	<< /CollateDetails
	<< /Type 8 /Hold 0 >> >> setpagedevice
"
*End
*CloseUI: *HPJobRetentionOption



*OpenUI *HPUserName/User Name: PickOne
*% The UserName setting is obtained from the print job. This will not work unchanged on non-Mac drivers.
*% The PS code has been written to put in default user and job names if they are not available from the job.
*% User specification of UserName works only with LW 8.5.1 or later. It will not work with non-Mac drivers.
*% If the driver does not support text entry UI the UserName will always be obtained from the print job.
*% The user is allowed to set the user name to allow organization of jobs in the printer.
*% For example, all forms could be stored under UserName "Forms".
*OrderDependency: 15 Prolog *HPUserName
*DefaultHPUserName: FileSharingName
*HPUserName FileSharingName/Use file sharing name: "
	<< /CollateDetails
		<< /Type 8
			/UserName /dscInfo where
				{ /dscInfo get dup /For known
					{/For get}
					{pop (No User Name)} ifelse}
				{(No User Name)}ifelse
			dup length 80 gt { 0 80 getinterval } if
			dup true exch { 32 eq not { false exch pop } if } forall
			{ pop (No User Name) } if
			0 1 2 index length 1 sub
			{ dup 2 index exch get dup 97 ge 1 index 122 le and
				{ 32 sub 2 index 3 1 roll put }
				{ pop pop } ifelse
			} for
		>>
	>> setpagedevice
"
*End
*HPUserName Forms/Forms: "
	<< /CollateDetails
		<< /Type 8
			/UserName (Forms)
			0 1 2 index length 1 sub
			{ dup 2 index exch get dup 97 ge 1 index 122 le and
				{ 32 sub 2 index 3 1 roll put }
				{ pop pop } ifelse
			} for
		>>
	>> setpagedevice
"
*End
*HPUserName Set/Custom user name: "
	<< /CollateDetails
		<< /Type 8
			/UserName /dscInfo where
				{ /dscInfo get dup /For known
					{/For get}
					{pop (No User Name)} ifelse}
				{(No User Name)}ifelse
			dup length 80 gt { 0 80 getinterval } if
			dup true exch { 32 eq not { false exch pop } if } forall
			{ pop (No User Name) } if
			0 1 2 index length 1 sub
			{ dup 2 index exch get dup 97 ge 1 index 122 le and
				{ 32 sub 2 index 3 1 roll put }
				{ pop pop } ifelse
			} for
		>>
	>> setpagedevice
"
*End
*CloseUI: *HPUserName
*% Allows LW 8.5.1 and above to use custom strings
*RBISetHPUserName Data: "() 80"
*RBISetHPUserName Code: "
	<< /CollateDetails
		<< /Type 8 /UserName 7 -1 roll
			dup true exch { 32 eq not { false exch pop } if } forall
			{ pop (No User Name) } if
			0 1 2 index length 1 sub
			{ dup 2 index exch get dup 97 ge 1 index 122 le and
				{ 32 sub 2 index 3 1 roll put }
				{ pop pop } ifelse
			} for
		>>
	>> setpagedevice
"
*End

*OpenUI *HPJobName/Job Name: PickOne
*% The JobMgrName setting is obtained from the print job. This may not work on non-Mac drivers.
*% User specification of Jobname works only with LW 8.5.1 or later. It will not work with non-Mac drivers.
*% If the driver does not support text entry UI the JobMgrName will always be obtained from the print job.
*OrderDependency: 16 Prolog *HPJobName
*DefaultHPJobName: DocName
*HPJobName DocName/Use Document Name: "
	<< /CollateDetails
		<< /Type 8
			/JobMgrName /dscInfo where
				{ /dscInfo get dup /Title known
					{/Title get}
					{pop ()} ifelse}
				{()}ifelse
			/dscInfo where
				{ /dscInfo get dup /Creator known
					{
						/Creator get dup 0 exch
						{ dup 32 eq exch dup 64 gt exch 122 le and or { 1 add } { exit } ifelse } forall
						0 exch getinterval anchorsearch { pop } if
					}
					{pop} ifelse
				} if
			{ (:) search
				{ pop pop }
				{ exit }
				ifelse
			} loop
			dup 0 exch { false ( -) { 2 index eq or } forall exch pop { 1 add } { exit } ifelse } forall
			dup 0 eq { pop } { dup 2 index length exch sub getinterval } ifelse
			dup length 80 gt { 0 80 getinterval } if
			dup true exch { 32 eq not { false exch pop } if } forall
			{ pop () } if
			0 1 2 index length 1 sub
			{ dup 2 index exch get dup 97 ge 1 index 122 le and
				{ 32 sub 2 index 3 1 roll put }
				{ pop pop } ifelse
			} for
		>>
	>> setpagedevice
"
*End
*HPJobName Set/User Specified Job Name: "
	<< /CollateDetails
		<< /Type 8
			/JobMgrName /dscInfo where
				{ /dscInfo get dup /Title known
					{/Title get}
					{pop ()} ifelse}
				{()}ifelse
			/dscInfo where
				{ /dscInfo get dup /Creator known
					{
						/Creator get dup 0 exch
						{ dup 32 eq exch dup 64 gt exch 122 le and or { 1 add } { exit } ifelse } forall
						0 exch getinterval anchorsearch { pop } if
					}
					{pop} ifelse
				} if
			{ (:) search
				{ pop pop }
				{ exit }
				ifelse
			} loop
			dup 0 exch { false ( -) { 2 index eq or } forall exch pop { 1 add } { exit } ifelse } forall
			dup 0 eq { pop } { dup 2 index length exch sub getinterval } ifelse
			dup length 80 gt { 0 80 getinterval } if
			dup true exch { 32 eq not { false exch pop } if } forall
			{ pop () } if
			0 1 2 index length 1 sub
			{ dup 2 index exch get dup 97 ge 1 index 122 le and
				{ 32 sub 2 index 3 1 roll put }
				{ pop pop } ifelse
			} for
		>>
	>> setpagedevice
"
*End
*CloseUI: *HPJobName
*% Allows LW 8.5.1 and above to use custom strings
*RBISetHPJobName Data: "() 80"
*RBISetHPJobName Code: "
	<< /CollateDetails
		<< /Type 8 /JobMgrName 7 -1 roll
			{ (:) search
				{ pop pop
					{ ( ) anchorsearch
						{ pop }
						{ exit }
						ifelse
					} loop
				}
				{ exit }
				ifelse
			} loop dup true exch { 32 eq not { false exch pop } if } forall
			{ pop () } if
			0 1 2 index length 1 sub
			{ dup 2 index exch get dup 97 ge 1 index 122 le and
				{ 32 sub 2 index 3 1 roll put }
				{ pop pop } ifelse
			} for
		>>
	>> setpagedevice
"
*End
*% ================================================
*% End Job Retention
*% ================================================

*% ================================================
*% Paper source
*% ================================================
*OpenUI *InputSlot/Paper Source: PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Auto
*InputSlot Auto/Automatic: "<</ManualFeed false /MediaPosition 7>> setpagedevice"
*InputSlot Tray1/Tray 1: "<</ManualFeed false /MediaPosition 3>> setpagedevice"
*InputSlot Tray2/Tray 2: "<</ManualFeed false /MediaPosition 0>> setpagedevice"
*InputSlot Tray3/Tray 3: "<</ManualFeed false /MediaPosition 1>> setpagedevice"
*InputSlot Tray4/Tray 4: "<</ManualFeed false /MediaPosition 5>> setpagedevice"
*?InputSlot: "(unknown) == flush"
*CloseUI: *InputSlot

*% ================================================
*% Manual Feed
*% ================================================
*% Enable/Disable Manual Feed
*OpenUI *ManualFeed/Manual Feed (Tray 1): Boolean
*OrderDependency: 25 AnySetup *ManualFeed
*DefaultManualFeed: False
*ManualFeed True/True: "<</ManualFeed true /MediaPosition 3>> setpagedevice"
*ManualFeed False/False: "<</ManualFeed false>> setpagedevice"
*?ManualFeed: "(unknown) == flush"
*CloseUI: *ManualFeed

*% ================================================
*% Paper Destinations  (output trays)
*% ================================================

*% Media Output Destination
*OpenUI *OutputBin/Output Destination: PickOne
*OrderDependency: 95 AnySetup *OutputBin
*DefaultOutputBin: PrinterDefault
*OutputBin PrinterDefault/Printer's Current Setting: ""
*OutputBin Upper/Top Output Bin (Face-Down): "<</Staple 0 /OutputType (TOP OUTPUT BIN)>> setpagedevice"
*OutputBin Left/Left Output Bin (Face-Up): "
     <</Staple 0 /OutputType (FACE UP BIN)>> setpagedevice
     <</Staple 0 /OutputType (LEFT OUTPUT BIN)>> setpagedevice
"
*End
*%This is used by any of the stacker devices, but not the 8 bin mailbox
*OutputBin Stacker/Stacker: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
*%This is only used by the 8 bin mailbox
*OutputBin StackerSeparator/Stacker-Separator-Collator: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
*OutputBin UStapler/Stapler: "
userdict /HPStapleOption known
{<</Staple 2 /StapleDetails <</Type 8 /StapleOption HPStapleOption>> >> setpagedevice}
{<</Staple 2 /StapleDetails <</Type 8 >> /OutputType (OPTIONAL OUTBIN 2) >> setpagedevice}
ifelse
"
*End
*OutputBin OutputBin1/Bin 1: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
*OutputBin OutputBin2/Bin 2: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 3)>> setpagedevice"
*OutputBin OutputBin3/Bin 3: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 4)>> setpagedevice"
*OutputBin OutputBin4/Bin 4: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 5)>> setpagedevice"
*OutputBin OutputBin5/Bin 5: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 6)>> setpagedevice"
*OutputBin OutputBin6/Bin 6: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 7)>> setpagedevice"
*OutputBin OutputBin7/Bin 7: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 8)>> setpagedevice"
*OutputBin OutputBin8/Bin 8: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 9)>> setpagedevice"

*?OutputBin:"
save
    errordict /undefined { pop pop (Standard) } put
    errordict /undefinedresource { pop pop (Standard) } put
    /OptionalOutputDevice /HWOptions findresource
    ==
restore
"
*End
*CloseUI: *OutputBin

*PageStackOrder Upper: Normal
*PageStackOrder Left: Reverse
*PageStackOrder Stacker: Normal
*PageStackOrder StackerSeparator: Normal
*PageStackOrder Collator: Normal
*PageStackOrder UStapler: Normal
*PageStackOrder JetBondHard: Normal
*PageStackOrder JetBondSoft: Normal
*PageStackOrder OutputBin1: Normal
*PageStackOrder OutputBin2: Normal
*PageStackOrder OutputBin3: Normal
*PageStackOrder OutputBin4: Normal
*PageStackOrder OutputBin5: Normal
*PageStackOrder OutputBin6: Normal
*PageStackOrder OutputBin7: Normal
*PageStackOrder OutputBin8: Normal

*%=== 3000 Sheet Stacker/Stapler Stapler Options =========================
*OpenUI *HPStaplerOptions/Stapler Option: PickOne
*OrderDependency: 45 AnySetup *HPStaplerOptions
*DefaultHPStaplerOptions: PrintersDefault
*HPStaplerOptions PrintersDefault/Printer's Current Setting: ""
*HPStaplerOptions 1diagonal/1 Staple, diagonal: "
  userdict /HPConfigurableStapler known
  { userdict /HPStapleOption {<</Staple 2 /StapleDetails <</Type 8 /StapleOption (ONEANGLED)>> >> setpagedevice} put }
  if"
*End
*HPStaplerOptions 1parallel/1 Staple, parallel: "
  userdict /HPStapleOption {<</Staple 2 /StapleDetails <</Type 8 /StapleOption (ONE)>> >> setpagedevice} put"
*End
*HPStaplerOptions 2parallel/2 Staples, parallel: "
  userdict /HPStapleOption {<</Staple 2 /StapleDetails <</Type 8 /StapleOption (TWO)>> >> setpagedevice} put"
*End
*HPStaplerOptions 3parallel/3 Staples, parallel: "
  userdict /HPStapleOption {<</Staple 2 /StapleDetails <</Type 8 /StapleOption (THREE)>> >> setpagedevice} put"
*End
*HPStaplerOptions 6parallel/6 Staples, parallel: "
  userdict /HPStapleOption {<</Staple 2 /StapleDetails <</Type 8 /StapleOption (SIX)>> >> setpagedevice} put"
*End
*HPStaplerOptions Custom/Custom: "
  userdict /HPStapleOption {<</Staple 2 /StapleDetails <</Type 8 /StapleOption (CUSTOM)>> >> setpagedevice} put"
*End
*CloseUI: *HPStaplerOptions


*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{ 1 exch sub }"

*% Black substitution is always on.
*DefaultBlackSubstitution: True
*BlackSubstitution True: ""
*?BlackSubstitution: "(True) == flush"

*% Custom Page Sizes ===================
*% min: 3.874 x 7.48 (as of 3/21/97) (old: 5.83w x  8.27h)
*% max:12.00w x 18.50h
*MaxMediaWidth: "864"
*MaxMediaHeight: "1332"
*HWMargins: 12 12 12 12
*ParamCustomPageSize Width:  1 points 278 864
*ParamCustomPageSize Height: 2 points 539 1332
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 0 0
*CustomPageSize True: "
	4 dict begin
		pop
		2 array astore /Margins exch def
		2 copy gt {exch} if 2 array astore /PageSize exch def
		/ImagingBBox null def
		/MediaType (ShortEdgeFeed) def
		currentdict
	end setpagedevice"
*End


*% Paper Handling ===================
*OpenUI *PageSize/Page Size: PickOne
*OrderDependency: 90 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter/Letter:"
    << /PageSize [612 792] /MediaType (null)
	/InputAttributes << 0 << /PageSize [612 792] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize Legal/Legal: "
    << /PageSize [612 1008] /MediaType (null)
	/InputAttributes << 0 << /PageSize [522 756] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize Executive/Executive: "
    << /PageSize [522 756] /MediaType (null)
	/InputAttributes << 0 << /PageSize [522 756] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize Tabloid/11x17: "
    << /PageSize [792 1224] /MediaType (null)
	/InputAttributes << 0 << /PageSize [792 1224] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize A4/A4:"
    << /PageSize [595 842] /MediaType (null)
	/InputAttributes << 0 << /PageSize [595 842] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize B4/JIS B4: "
    << /PageSize [729 1032] /MediaType (null)
	/InputAttributes << 0 << /PageSize [729 1032] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize B5/JIS B5: "
    << /PageSize [516 729] /MediaType (null)
	/InputAttributes << 0 << /PageSize [516 729] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize A3/A3: "
    << /PageSize [842 1191] /MediaType (null)
	/InputAttributes << 0 << /PageSize [842 1191] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize w869h1304/A3 (Oversize 12x18.11): "
    << /PageSize [869 1304] /MediaType (null)
	/InputAttributes << 0 << /PageSize [869 1304] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize w612h935/Executive (JIS): "
    << /PageSize [612 935] /MediaType (null)
	/InputAttributes << 0 << /PageSize [612 935] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize w558h774/16K: "
    << /PageSize [558 774] /MediaType (null)
	/InputAttributes << 0 << /PageSize [558 774] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize w774h1116/8K: "
    << /PageSize [774 1116] /MediaType (null)
	/InputAttributes << 0 << /PageSize [774 1116] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize Env10/Env Comm10: "
    << /PageSize [297 684] /MediaType (null)
	/InputAttributes << 0 << /PageSize [297 684] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize EnvDL/Env DL: "
    << /PageSize [312 624] /MediaType (null)
	/InputAttributes << 0 << /PageSize [312 624] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize EnvMonarch/Env Monarch: "
    << /PageSize [279 540] /MediaType (null)
	/InputAttributes << 0 << /PageSize [279 540] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize EnvC5/Env C5: "
    << /PageSize [459 649] /MediaType (null)
	/InputAttributes << 0 << /PageSize [459 649] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize EnvB5/Env ISO B5: "
    << /PageSize [499 709] /MediaType (null)
	/InputAttributes << 0 << /PageSize [499 709] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize DoublePostcardRotated/Double Postcard (JIS): "
    << /PageSize [420 567] /MediaType (null)
	/InputAttributes << 0 << /PageSize [420 567] /MediaType (null) >> >> >> setpagedevice "
*End
*PageSize A5/A5:"
    << /PageSize [420 595] /MediaType (null)
	/InputAttributes << 0 << /PageSize [420 595] /MediaType (null) >> >> >> setpagedevice "
*End

*?PageSize: "
    save currentpagedevice /PageSize get aload pop
    2 copy gt {exch} if (Unknown)
    19 dict
    dup [612 792] (Letter) put
    dup [612 1008] (Legal) put
    dup [522 756] (Executive) put
    dup [595 842] (A4) put
    dup [792 1224] (Tabloid) put
    dup [842 1191] (A3) put
    dup [869 1304] (w869h1304) put
    dup [729 1032] (B4) put
    dup [516 729] (B5) put
    dup [420 567] (DoublePostcardRotated) put
    dup [612 935] (w612h935) put
    dup [558 774] (w558h774) put
    dup [774 1116] (w774h1116) put
    dup [297 684] (Env10) put
    dup [279 540] (EnvMonarch) put
    dup [312 624] (EnvDL) put
    dup [459 649] (EnvC5) put
    dup [499 709] (EnvB5) put
    dup [420 595] (A5) 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

*% These entries will set up the frame buffer. Usually used with manual feed.
*OpenUI *PageRegion: PickOne
*OrderDependency: 95 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter/Letter:"
    << /PageSize [612 792] /MediaType (null)
	/InputAttributes << 0 << /PageSize [612 792] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion Legal/Legal: "
    << /PageSize [612 1008] /MediaType (null)
	/InputAttributes << 0 << /PageSize [612 1008] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion Executive/Executive: "
    << /PageSize [522 756] /MediaType (null)
	/InputAttributes << 0 << /PageSize [522 756] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion Tabloid/11x17: "
    << /PageSize [792 1224] /MediaType (null)
	/InputAttributes << 0 << /PageSize [792 1224] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion A4/A4: "
    << /PageSize [595 842] /MediaType (null)
	/InputAttributes << 0 << /PageSize [595 842] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion B4/JIS B4: "
    << /PageSize [729 1032] /MediaType (null)
	/InputAttributes << 0 << /PageSize [729 1032] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion B5/JIS B5: "
    << /PageSize [516 729] /MediaType (null)
	/InputAttributes << 0 << /PageSize [516 729] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion A3/A3: "
    << /PageSize [842 1191] /MediaType (null)
	/InputAttributes << 0 << /PageSize [842 1191] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion w869h1304/A3 (Oversize 12x18.11): "
    << /PageSize [869 1304] /MediaType (null)
	/InputAttributes << 0 << /PageSize [869 1304] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion w612h935/Executive (JIS): "
    << /PageSize [612 935] /MediaType (null)
	/InputAttributes << 0 << /PageSize [612 935] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion w558h774/16K: "
    << /PageSize [558 774] /MediaType (null)
	/InputAttributes << 0 << /PageSize [558 774] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion w774h1116/8K: "
    << /PageSize [774 1116] /MediaType (null)
	/InputAttributes << 0 << /PageSize [774 1116] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion Env10/Env Comm10: "
    << /PageSize [297 684] /MediaType (null)
	/InputAttributes << 0 << /PageSize [297 684] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion EnvDL/Env DL: "
    << /PageSize [312 624] /MediaType (null)
	/InputAttributes << 0 << /PageSize [312 624] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion EnvMonarch/Env Monarch: "
    << /PageSize [279 540] /MediaType (null)
	/InputAttributes << 0 << /PageSize [279 540] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion EnvC5/Env C5: "
    << /PageSize [459 649] /MediaType (null)
	/InputAttributes << 0 << /PageSize [459 649] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion EnvB5/Env ISO B5: "
    << /PageSize [499 709] /MediaType (null)
	/InputAttributes << 0 << /PageSize [499 709] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion DoublePostcardRotated/Double Postcard (JIS): "
    << /PageSize [420 567] /MediaType (null)
	/InputAttributes << 0 << /PageSize [420 567] /MediaType (null) >> >> >> setpagedevice "
*End
*PageRegion A5/A5: "
    << /PageSize [420 595] /MediaType (null)
	/InputAttributes << 0 << /PageSize [420 595] /MediaType (null) >> >> >> setpagedevice "
*End
*CloseUI: *PageRegion

*DefaultImageableArea: Letter
*ImageableArea Letter/Letter: "12 12 600 780"
*ImageableArea Legal/Legal: "12 12 600 996"
*ImageableArea Executive/Executive: "12 12 510 744"
*ImageableArea Tabloid/11x17: "12 12 780 1212"
*ImageableArea A4/A4: "12 12 583 830"
*ImageableArea B4/JIS B4: "12 12 717 1020"
*ImageableArea B5/JIS B5: "12 12 504 717"
*ImageableArea A3/A3: "12 12 830 1179"
*ImageableArea w869h1304/A3 (Oversize 12x18.11): "12 12 857 1292"
*ImageableArea w612h935/Executive (JIS): "12.00 12.00 599.76 922.76"
*ImageableArea w558h774/16K: "12.00 12.00 545.76 761.76"
*ImageableArea w774h1116/8K: "12.00 12.00 761.76 1103.76"
*ImageableArea Env10/Env Comm10: "12 12 285 672"
*ImageableArea EnvDL/Env DL: "12 12 300 612"
*ImageableArea EnvMonarch/Env Monarch: "12 12 267 528"
*ImageableArea EnvC5/Env C5: "12 12 447 637"
*ImageableArea EnvB5/Env ISO B5: "12 12 487 697"
*ImageableArea DoublePostcardRotated/Double Postcard (JIS): "12 12 408 555"
*ImageableArea A5/A5: "12 12 408 583"

*?ImageableArea: "
 save /cvp { cvi (            ) cvs print ( ) print } bind def
  newpath clippath pathbbox
  4 -2 roll exch 2 {ceiling cvp} repeat
  exch 2 {floor cvp} repeat flush
 restore
"
*End

*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter
*PaperDimension Letter/Letter: "612 792"
*PaperDimension Legal/Legal:     "612 1008"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension Tabloid/11x17:        "792 1224"
*PaperDimension A4/A4: "595 842"
*PaperDimension B4/JIS B4: "729 1032"
*PaperDimension B5/JIS B5: "516 729"
*PaperDimension A3/A3:     "842 1191"
*PaperDimension w869h1304/A3 (Oversize 12x18.11): "869 1304"
*PaperDimension w612h935/Executive (JIS): "612 935"
*PaperDimension w558h774/16K: "558 774"
*PaperDimension w774h1116/8K: "774 1116"
*PaperDimension Env10/Env Comm10: "297 684"
*PaperDimension EnvDL/Env DL: "312 624"
*PaperDimension EnvMonarch/Env Monarch: "279 540"
*PaperDimension EnvC5/Env C5: "459 649"
*PaperDimension EnvB5/Env ISO B5: "499 709"
*PaperDimension DoublePostcardRotated/Double Postcard (JIS): "420 567"
*PaperDimension A5/A5: "420 595"

*RequiresPageRegion All: True

*DefaultOutputOrder: Reverse


*% =================================
*% Specials for Quark
*% =================================
*QRKDoNonLocalDCS: False
*QRKCustomHalftone HP/HP Color LaserJet 8550: ""

*% Font Information =========================
*DefaultFont: Courier
*Font AlbertusMT: Standard "(001.000)" Standard Disk
*Font AlbertusMT-Italic: Standard "(001.000)" Standard Disk
*Font AlbertusMT-Light: Standard "(001.000)" Standard Disk
*Font AntiqueOlive-Bold: Standard "(001.001)" Standard Disk
*Font AntiqueOlive-Compact: Standard "(001.001)" Standard Disk
*Font AntiqueOlive-Italic: Standard "(001.001)" Standard Disk
*Font AntiqueOlive-Roman: Standard "(001.001)" Standard Disk
*Font Apple-Chancery: Standard "(002.000)" Standard Disk
*Font Arial-BoldItalicMT: Standard "(002.000)" Standard Disk
*Font Arial-BoldMT: Standard "(002.000)" Standard Disk
*Font Arial-ItalicMT: Standard "(002.000)" Standard Disk
*Font ArialMT: Standard "(002.000)" Standard Disk
*Font AvantGarde-Book: Standard "(002.000)" Standard Disk
*Font AvantGarde-BookOblique: Standard "(002.000)" Standard Disk
*Font AvantGarde-Demi: Standard "(002.000)" Standard Disk
*Font AvantGarde-DemiOblique: Standard "(002.000)" Standard Disk
*Font Bodoni: Standard "(001.002)" Standard Disk
*Font Bodoni-Bold: Standard "(001.002)" Standard Disk
*Font Bodoni-BoldItalic: Standard "(001.002)" Standard Disk
*Font Bodoni-Italic: Standard "(001.002)" Standard Disk
*Font Bodoni-Poster: Standard "(001.002)" Standard Disk
*Font Bodoni-PosterCompressed: Standard "(001.001)" Standard Disk
*Font Bookman-Demi: Standard "(002.000)" Standard Disk
*Font Bookman-DemiItalic: Standard "(002.000)" Standard Disk
*Font Bookman-Light: Standard "(002.000)" Standard Disk
*Font Bookman-LightItalic: Standard "(002.000)" Standard Disk
*Font Carta: Standard "(001.001)" Standard Disk
*Font Chicago: Standard "(002.000)" Standard Disk
*Font Clarendon: Standard "(001.001)" Standard Disk
*Font Clarendon-Bold: Standard "(001.001)" Standard Disk
*Font Clarendon-Light: Standard "(001.001)" Standard Disk
*Font CooperBlack: Standard "(001.003)" Standard Disk
*Font CooperBlack-Italic: Standard "(001.003)" Standard Disk
*Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard Disk
*Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard Disk
*Font Coronet-Regular: Standard "(001.000)" Standard Disk
*Font Courier: Standard "(003.000)" Standard Disk
*Font Courier-Bold: Standard "(003.000)" Standard Disk
*Font Courier-BoldOblique: Standard "(003.000)" Standard Disk
*Font Courier-Oblique: Standard "(003.000)" Standard Disk
*Font Eurostile: Standard "(001.002)" Standard Disk
*Font Eurostile-Bold: Standard "(001.001)" Standard Disk
*Font Eurostile-BoldExtendedTwo: Standard "(001.002)" Standard Disk
*Font Eurostile-ExtendedTwo: Standard "(001.002)" Standard Disk
*Font Geneva: Standard "(002.000)" Standard Disk
*Font GillSans: Standard "(001.002)" Standard Disk
*Font GillSans-Bold: Standard "(001.001)" Standard Disk
*Font GillSans-BoldCondensed: Standard "(001.001)" Standard Disk
*Font GillSans-BoldItalic: Standard "(001.002)" Standard Disk
*Font GillSans-Condensed: Standard "(001.001)" Standard Disk
*Font GillSans-ExtraBold: Standard "(001.001)" Standard Disk
*Font GillSans-Italic: Standard "(001.002)" Standard Disk
*Font GillSans-Light: Standard "(001.001)" Standard Disk
*Font GillSans-LightItalic: Standard "(001.002)" Standard Disk
*Font Goudy: Standard "(001.003)" Standard Disk
*Font Goudy-Bold: Standard "(001.002)" Standard Disk
*Font Goudy-BoldItalic: Standard "(001.002)" Standard Disk
*Font Goudy-ExtraBold: Standard "(001.001)" Standard Disk
*Font Goudy-Italic: Standard "(001.002)" Standard Disk
*Font Helvetica: Standard "(002.000)" Standard Disk
*Font Helvetica-Bold: Standard "(002.000)" Standard Disk
*Font Helvetica-BoldOblique: Standard "(002.000)" Standard Disk
*Font Helvetica-Condensed: Standard "(002.000)" Standard Disk
*Font Helvetica-Condensed-Bold: Standard "(002.000)" Standard Disk
*Font Helvetica-Condensed-BoldObl: Standard "(002.000)" Standard Disk
*Font Helvetica-Condensed-Oblique: Standard "(002.000)" Standard Disk
*Font Helvetica-Narrow: Standard "(002.000)" Standard Disk
*Font Helvetica-Narrow-Bold: Standard "(002.000)" Standard Disk
*Font Helvetica-Narrow-BoldOblique: Standard "(002.000)" Standard Disk
*Font Helvetica-Narrow-Oblique: Standard "(002.000)" Standard Disk
*Font Helvetica-Oblique: Standard "(002.000)" Standard Disk
*Font HoeflerText-Black: Standard "(002.000)" Standard Disk
*Font HoeflerText-BlackItalic: Standard "(002.000)" Standard Disk
*Font HoeflerText-Italic: Standard "(002.000)" Standard Disk
*Font HoeflerText-Ornaments: Standard "(002.000)" Standard Disk
*Font HoeflerText-Regular: Standard "(002.000)" Standard Disk
*Font JoannaMT: Standard "(001.000)" Standard Disk
*Font JoannaMT-Bold: Standard "(001.000)" Standard Disk
*Font JoannaMT-BoldItalic: Standard "(001.000)" Standard Disk
*Font JoannaMT-Italic: Standard "(001.000)" Standard Disk
*Font LetterGothic: Standard "(001.004)" Standard Disk
*Font LetterGothic-Bold: Standard "(001.006)" Standard Disk
*Font LetterGothic-BoldSlanted: Standard "(001.005)" Standard Disk
*Font LetterGothic-Slanted: Standard "(001.004)" Standard Disk
*Font LubalinGraph-Book: Standard "(001.002)" Standard Disk
*Font LubalinGraph-BookOblique: Standard "(001.002)" Standard Disk
*Font LubalinGraph-Demi: Standard "(001.002)" Standard Disk
*Font LubalinGraph-DemiOblique: Standard "(001.002)" Standard Disk
*Font Marigold: Standard "(001.000)" Standard Disk
*Font Monaco: Standard "(002.000)" Standard Disk
*Font MonaLisa-Recut: Standard "(001.000)" Standard Disk
*Font NewCenturySchlbk-Bold: Standard "(002.000)" Standard Disk
*Font NewCenturySchlbk-BoldItalic: Standard "(002.000)" Standard Disk
*Font NewCenturySchlbk-Italic: Standard "(002.000)" Standard Disk
*Font NewCenturySchlbk-Roman: Standard "(002.000)" Standard Disk
*Font NewYork: Standard "(002.000)" Standard Disk
*Font Optima: Standard "(001.005)" Standard Disk
*Font Optima-Bold: Standard "(001.005)" Standard Disk
*Font Optima-BoldItalic: Standard "(001.000)" Standard Disk
*Font Optima-Italic: Standard "(001.000)" Standard Disk
*Font Oxford: Standard "(001.000)" Standard Disk
*Font Palatino-Bold: Standard "(002.000)" Standard Disk
*Font Palatino-BoldItalic: Standard "(002.000)" Standard Disk
*Font Palatino-Italic: Standard "(002.000)" Standard Disk
*Font Palatino-Roman: Standard "(002.000)" Standard Disk
*Font StempelGaramond-Bold: Standard "(001.002)" Standard Disk
*Font StempelGaramond-BoldItalic: Standard "(001.002)" Standard Disk
*Font StempelGaramond-Italic: Standard "(001.002)" Standard Disk
*Font StempelGaramond-Roman: Standard "(001.002)" Standard Disk
*Font Symbol: Standard "(001.008)" Standard Disk
*Font Tekton: Standard "(001.001)" Standard Disk
*Font Times-Bold: Standard "(002.000)" Standard Disk
*Font Times-BoldItalic: Standard "(002.000)" Standard Disk
*Font Times-Italic: Standard "(002.000)" Standard Disk
*Font Times-Roman: Standard "(002.000)" Standard Disk
*Font TimesNewRomanPS-BoldItalicMT: Standard "(002.000)" Standard Disk
*Font TimesNewRomanPS-BoldMT: Standard "(002.000)" Standard Disk
*Font TimesNewRomanPS-ItalicMT: Standard "(002.000)" Standard Disk
*Font TimesNewRomanPSMT: Standard "(002.000)" Standard Disk
*Font Univers: Standard "(001.003)" Standard Disk
*Font Univers-Bold: Standard "(001.003)" Standard Disk
*Font Univers-BoldExt: Standard "(001.000)" Standard Disk
*Font Univers-BoldExtObl: Standard "(001.000)" Standard Disk
*Font Univers-BoldOblique: Standard "(001.003)" Standard Disk
*Font Univers-Condensed: Standard "(001.002)" Standard Disk
*Font Univers-CondensedBold: Standard "(001.001)" Standard Disk
*Font Univers-CondensedBoldOblique: Standard "(001.001)" Standard Disk
*Font Univers-CondensedOblique: Standard "(001.002)" Standard Disk
*Font Univers-Extended: Standard "(001.000)" Standard Disk
*Font Univers-ExtendedObl: Standard "(001.000)" Standard Disk
*Font Univers-Light: Standard "(001.003)" Standard Disk
*Font Univers-LightOblique: Standard "(001.003)" Standard Disk
*Font Univers-Oblique: Standard "(001.003)" Standard Disk
*Font Wingdings-Regular: Standard "(002.000)" Standard Disk
*Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard Disk
*Font ZapfDingbats: Standard "(002.000)" Standard Disk
*?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

*% =================================
*% For "HP Color LaserJet 8550"
*% =================================