This file is indexed.

/usr/share/ppd/okidata/MC56XPS.ppd is in printer-driver-oki 1.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
*PPD-Adobe: "4.3"
*% ==========================================================
*% Printer Description File for OKI C5550 MFP, MC560 MFP, CX2032 MFP, CX2033 MFP
*% Copyright (C) 2007, 2008, 2009, 2010  Oki Data Corporation
*% ==========================================================
*%
*% Note)
*% This PostScript Printer Description(PPD) file is free software; you
*% can redistribute it and/or modify it under the terms of the GNU
*% General Public License version 2 or later as published by the Free
*% Software Foundation.
*%
*% In addition to the permissions in the GNU General Public License,
*% Oki Data Corporation gives you unlimited permission to link the
*% PostScript code fragments herein into your PostScript documents to
*% form an excutable for enabling printer-specific features, and
*% distribute those combinations without any restrictions from the use
*% of this PPD file. (The General Public License restrictions do apply
*% in other respects; for example, they cover modification of the
*% file, and distribution when not merged into a PostScript document.)
*%
*% This PPD is distributed in the hope that it will be useful, but
*% WITHOUT ANY WARRANTY; without even the implied warranty of
*% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
*% General Public License for more details.
*%
*% You should have received a copy of the GNU General Public License
*% along with this PPD; see the file COPYING.
*%
*%
*% ==========================================================
*FormatVersion: "4.3"
*FileVersion: "1.0"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*PCFileName: "MC56XPS.PPD"
*Product: "(C5550 / MC560 / CX2032 / CX2033)"
*PSVersion: "(3015) 26"
*Manufacturer: "OKI"
*ModelName: "OKI C5550 MFP / MC560 MFP / CX2032 MFP / CX2033 MFP"
*ShortNickName: "C5550 / MC560 / CX2032 / CX2033"
*NickName: "OKI C5550 MFP / MC560 MFP / CX2032 MFP / CX2033 MFP"
*cupsVersion: 1.1
*cupsManualCopies: False
*cupsFilter:	"application/vnd.cups-postscript 0 okijobaccounting"

*OKJobAccount: False
*OKJobType: False
*OKJobInfo: False
*OKOrient: False
*OKJACmd: 0
*OKdrumcleaning: False
*OKNoProof: False
*OKHDDSpool: False

*OKHDD: False
*OKJobLimit: False
*InstalledMemory: 256MB
*OKJob_Type: Normal
*OKHTUtility: False


*OpenGroup: InstallableOptions/OKI Options Installed
*OpenUI *OKOptionTray/Available Tray: PickOne
*DefaultOKOptionTray: 0
*OKOptionTray 0/1: ""
*OKOptionTray 1/2: ""
*CloseUI: *OKOptionTray

*OpenUI *OKOptionDuplex/Duplex: Boolean
*DefaultOKOptionDuplex: False
*OKOptionDuplex True/Installed: ""
*OKOptionDuplex False/Not Installed: ""
*CloseUI: *OKOptionDuplex

*CloseGroup: InstallableOptions

*%=== JCL Features ==========================
*JCLBegin: "<1B>%-12345X@PJL COMMENT OKI C5550 / MC560 / CX2032 / CX2033 PostScript v1.0<0A>"
*JCLToPSInterpreter: "@PJL RDYMSG DISPLAY = <22><22><0A>@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
*JCLEnd: "<1B>%-12345X<1B>%-12345X@PJL EOJ <0A>"
*%===========================================

*% _____ Device Capabilities _____
*ColorDevice: True
*DefaultColorSpace: CMYK
*LanguageLevel: "3"
*Protocols: TBCP PJL
*JCLEnd: "<1B>%-12345X@PJL EOJ <0A>"

*% _____ Memory Configuration(VM Size) _____
*FreeVM: "33554400"
*VMOption 256MB/Total RAM 256 MB: "33554400"
*VMOption 512MB/Total RAM 512 MB: "33554410"
*VMOption 768MB/Total RAM 768 MB: "33554420"

*% _____ Memory Configuration(FontCache Size) _____
*FCacheSize 256MB:28600000
*FCacheSize 512MB:61600000
*FCacheSize 768MB:94700000

*TTRasterizer: Type42

*Throughput: "20"
*Password: "()" 
*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 true}ifelse
 not{ 
 (WARNING: Cannot reset printer.) =
 (Missing or invalid password.) =
 (Please contact the author of this software.) = flush
 }{
 systemdict /quit get exec
 (WARNING : Printer Reset Failed.) = flush
 }ifelse"
*End

*% _____ Job Patch File _____
*JobPatchFile 0: "

%%BeginProcSet: OKI_Default_Color_Setting 1.1 0
globaldict /OK@_CustLimitChk true put
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup
 /initdriverops 2 copy known{get exec}{pop pop}ifelse
 /initalwayprnht 2 copy known{get exec}{pop pop}ifelse
}{pop pop}ifelse
/version (3010.010) def
%%EndProcSet

"
*End

*% _____ Duplexer definitions _____
*OpenUI *Duplex/2-Sided Printing: PickOne
*OrderDependency: 95.0 DocumentSetup *Duplex
*DefaultDuplex: None
*Duplex None/Off: "
 <<
 /Duplex false /Tumble false /Policies << /Duplex 2 >>
 >> setpagedevice"
*End
*Duplex DuplexNoTumble/Long-Edge Binding: "
 <<
 /Duplex true /Tumble false /Policies << /Duplex 2 >>
 >> setpagedevice"
*End
*Duplex DuplexTumble/Short-Edge Binding: "
 <<
 /Duplex true /Tumble true /Policies << /Duplex 2 >>
 >> setpagedevice"
*End
*CloseUI: *Duplex

*% _____ InputSlot _____
*OpenUI *InputSlot/Paper Source: PickOne
*OrderDependency: 40.0 DocumentSetup *InputSlot
*DefaultInputSlot: Upper
*InputSlot Front/Multi-Purpose Tray: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource 4 exch /setinputslot get exec
 }{pop pop}ifelse globaldict /OK@_CustTray 3 put"
*End
*InputSlot Upper/Tray 1: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource 1 exch /setinputslot get exec
 }{pop pop}ifelse globaldict /OK@_CustTray 0 put"
*End
*InputSlot Lower/Tray 2: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource 2 exch /setinputslot get exec
 }{pop pop}ifelse globaldict /OK@_CustTray 1 put"
*End
*InputSlot Plain/Plain Paper: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Plain) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Letterhead/Letterhead: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Letterhead) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Transparency/Transparency: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Transparency) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Labels/Labels: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Labels) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Bond/Bond Paper: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Bond) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Recycled/Recycled Paper: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Recycled) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Cardstock/Card Stock: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Cardstock) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Rough/Rough Paper: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Rough) exch /setinputslot get exec
 }{pop pop}ifelse"
*End
*InputSlot Envelope/Envelope: "
 globaldict /OK@b_CustomMode 2 copy known{get {
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource (Envelope) exch /setinputslot get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*CloseUI: *InputSlot

*% _____ Paper Handling _____
*LandscapeOrientation: Plus90
*VariablePaperSize: True
*% Code in this section both selects a tray and sets up a frame buffer.
*OpenUI *PageSize: PickOne
*OrderDependency: 50.0 DocumentSetup *PageSize
*DefaultPageSize: Letter
*PageSize A4/A4: "
 /OK@setpagesize where{ pop 0 OK@setpagesize
 }{ << /PageSize [595 842] >> setpagedevice
 }ifelse"
*End
*PageSize A5/A5: "
 /OK@setpagesize where{ pop 5 OK@setpagesize
 }{ << /PageSize [420 595] >> setpagedevice
 }ifelse"
*End
*PageSize A6/A6: "
 /OK@setpagesize where{ pop 20 OK@setpagesize
 }{ << /PageSize [297 420] >> setpagedevice
 }ifelse"
*End
*PageSize B5/B5: "
 /OK@setpagesize where{ pop 19 OK@setpagesize
 }{ << /PageSize [516 729] >> setpagedevice
 }ifelse"
*End
*PageSize EnvC5/C5: "
 /OK@setpagesize where{ pop 23 OK@setpagesize
 }{ << /PageSize [459 649] >> setpagedevice
 }ifelse"
*End
*PageSize Env9/Com-9: "
 /OK@setpagesize where{ pop 29 OK@setpagesize
 }{ << /PageSize [279 639] >> setpagedevice
 }ifelse"
*End
*PageSize Env10/Com-10: "
 /OK@setpagesize where{ pop 24 OK@setpagesize
 }{ << /PageSize [297 684] >> setpagedevice
 }ifelse"
*End
*PageSize EnvDL/DL: "
 /OK@setpagesize where{ pop 22 OK@setpagesize
 }{ << /PageSize [312 624] >> setpagedevice
 }ifelse"
*End
*PageSize Executive/Executive: "
 /OK@setpagesize where{ pop 25 OK@setpagesize
 }{ << /PageSize [522 756] >> setpagedevice
 }ifelse"
*End
*PageSize Legal/Legal: "
 /OK@setpagesize where{ pop 2 OK@setpagesize
 }{ << /PageSize [612 1008] >> setpagedevice
 }ifelse"
*End
*PageSize FanFoldGermanLegal/Legal 13: "
 /OK@setpagesize where{ pop 3 OK@setpagesize
 }{ << /PageSize [612 936] >> setpagedevice
 }ifelse"
*End
*PageSize OKLegal/Legal 13.5: "
 /OK@setpagesize where{ pop 30 OK@setpagesize
 }{ << /PageSize [612 972] >> setpagedevice
 }ifelse"
*End
*PageSize Letter/Letter: "
 /OK@setpagesize where{ pop 1 OK@setpagesize
 }{ << /PageSize [612 792] >> setpagedevice
 }ifelse"
*End
*PageSize EnvMonarch/Monarch: "
 /OK@setpagesize where{ pop 21 OK@setpagesize
 }{ << /PageSize [279 540] >> setpagedevice
 }ifelse"
*End
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*OrderDependency: 55.0 DocumentSetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion A4: "
 /OK@setpageregion where{ pop 0 OK@setpageregion
 }{
  <<
   /PageSize [595 842]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion Letter: "
 /OK@setpageregion where{ pop 1 OK@setpageregion
 }{
  <<
   /PageSize [612 792]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion Legal: "
 /OK@setpageregion where{ pop 2 OK@setpageregion
 }{
  <<
   /PageSize [612 1008]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion FanFoldGermanLegal/Legal13: "
 /OK@setpageregion where{ pop 3 OK@setpageregion
 }{
  <<
   /PageSize [612 936]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion A5: "
 /OK@setpageregion where{ pop 5 OK@setpageregion
 }{
  <<
   /PageSize [420 595]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion B5: "
 /OK@setpageregion where{ pop 19 OK@setpageregion
 }{
  <<
   /PageSize [516 729]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion A6: "
 /OK@setpageregion where{ pop 20 OK@setpageregion
 }{
  <<
   /PageSize [297 420]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion EnvMonarch/Monarch: "
 /OK@setpageregion where{ pop 21 OK@setpageregion
 }{
  <<
   /PageSize [279 540]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion EnvDL/DL: "
 /OK@setpageregion where{ pop 22 OK@setpageregion
 }{
  <<
   /PageSize [312 624]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion EnvC5/C5: "
 /OK@setpageregion where{ pop 23 OK@setpageregion
 }{
  <<
   /PageSize [459 649]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion Env10/Com-10: "
 /OK@setpageregion where{ pop 24 OK@setpageregion
 }{
  <<
   /PageSize [297 684]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion Executive/Executive: "
 /OK@setpageregion where{ pop 25 OK@setpageregion
 }{
  <<
   /PageSize [522 756]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion Env9/Com-9: "
 /OK@setpageregion where{ pop 29 OK@setpageregion
 }{
  <<
   /PageSize [279 639]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*PageRegion OKLegal/Legal13.5: "
 /OK@setpageregion where{ pop 30 OK@setpageregion
 }{
  <<
   /PageSize [612 972]
   globaldict /OK@MediaType 2 copy known{get}{pop pop null}ifelse
  >> setpagedevice
 }ifelse"
*End
*CloseUI: *PageRegion

*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: Letter
*ImageableArea A4: "13 13 582 829 "
*ImageableArea Letter: "13 13 599 779 "
*ImageableArea Legal: "13 13 599 995 "
*ImageableArea FanFoldGermanLegal/Legal13: "13 13 599 923 "
*ImageableArea A5: "13 13 407 582 "
*ImageableArea B5: "13 13 503 716 "
*ImageableArea A6: "13 13 285 407 "
*ImageableArea EnvMonarch/Monarch: "13 13 266 527 "
*ImageableArea EnvDL/DL: "13 13 299 611 "
*ImageableArea EnvC5/C5: "13 13 446 636 "
*ImageableArea Env10/Com-10: "13 13 284 670 "
*ImageableArea Executive/Executive: "13 13 509 743 "
*ImageableArea Env9/Com-9: "13 13 266 626 "
*ImageableArea OKLegal/Legal13.5: "13 13 599 959 "

*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter
*PaperDimension A4: "595 842"
*PaperDimension Letter: "612 792"
*PaperDimension Legal: "612 1008"
*PaperDimension FanFoldGermanLegal/Legal13: "612 936"
*PaperDimension A5: "420 595"
*PaperDimension B5: "516 729"
*PaperDimension A6: "297 420"
*PaperDimension EnvMonarch/Monarch: "279 540"
*PaperDimension EnvDL/DL: "312 624"
*PaperDimension EnvC5/C5: "459 649"
*PaperDimension Env10/Com-10: "297 684"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension Env9/Com-9: "279 639"
*PaperDimension OKLegal/Legal13.5: "612 972"

*%=== Custom Paper Support =================
*%Orientation and Margin (offsets) values are not utilized
*MaxMediaWidth: "612.000"
*MaxMediaHeight: "3402.000"
*CenterRegistered: False
*HWMargins: 13 13 13 13
*NonUIOrderDependency: 60.0 DocumentSetup *CustomPageSize
*CustomPageSize True: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource /setcustompage get exec
 }{pop pop}ifelse"
*End

*LeadingEdge Short: ""
*LeadingEdge Long: ""
*DefaultLeadingEdge: Short

*ParamCustomPageSize Width: 1 points 181.400 612.000
*ParamCustomPageSize Height: 2 points 419.500 3402.000
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 0 3

*RequiresPageRegion All: True

*OpenGroup: Printing_Option/OKI Job Option

*% _____ Quality ______
*OpenUI *OKResolution/Quality: PickOne
*OrderDependency: 66.0 DocumentSetup *OKResolution
*DefaultOKResolution: NORMAL
*OKResolution FINE/Fine: "
 /DriverOps /ProcSet 2 copy resourcestatus{
  pop pop findresource 
  dup /headresolution 2 copy known{
   get exec 600 eq{[600 1200]}{[1200 1200]}ifelse
  }{pop pop [600 1200]}ifelse
  600 0 1 2 6 -1 roll /setokresolution get exec
 }{pop pop}ifelse"
*End
*OKResolution GRADATION/High: "
 /DriverOps /ProcSet 2 copy resourcestatus{
  pop pop findresource
  dup /headresolution 2 copy known{
   get exec 600 eq{[600 600]}{[1200 600]}ifelse
  }{pop pop [600 600]}ifelse
  600 0 2 256 6 -1 roll /setokresolution get exec
 }{pop pop}ifelse"
*End
*OKResolution NORMAL/Normal: "
 /DriverOps /ProcSet 2 copy resourcestatus{
  pop pop findresource 
  [600 600] 600 1 0 2 6 -1 roll /setokresolution get exec
 }{pop pop}ifelse"
*End
*CloseUI: *OKResolution

*% _____ Image Smoothing _____
*OpenUI *OKImageSmoothing/Image Smoothing: Boolean
*OrderDependency: 161.0 DocumentSetup *OKImageSmoothing
*DefaultOKImageSmoothing: False
*OKImageSmoothing True/Yes: "
 globaldict /OK@b_ISmooth true put"
*End
*OKImageSmoothing False/No: "
 globaldict /OK@b_ISmooth false put"
*End
*CloseUI: *OKImageSmoothing


*% _____ Page rotate _____
*OpenUI *OKEnvRotate/Page Rotate: Boolean
*OrderDependency: 190.0 PageSetup *OKEnvRotate
*DefaultOKEnvRotate: False
*OKEnvRotate True/Yes: "
 globaldict /OK@_pagerotate true put
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource /winpagerotate get exec
 }{pop pop}ifelse"
*End
*OKEnvRotate False/No: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource /winpagerotate get exec
 }{pop pop}ifelse"
*End
*CloseUI: *OKEnvRotate

*% _____ Adjust ultra fine line _____
*OpenUI *OKHairLine/Adjust Ultra Fine Lines: Boolean
*OrderDependency: 85.0 DocumentSetup *OKHairLine
*DefaultOKHairLine: True
*OKHairLine True/Yes: "
 globaldict /OK@bstrokeadj true put
 true setstrokeadjust"
*End
*OKHairLine False/No: "
 globaldict /OK@bstrokeadj false put"
*End
*CloseUI: *OKHairLine


*% _____ Page Size Check _____
*OpenUI *OKPageSizeCheck/Media Check: Boolean
*OrderDependency: 20.0 DocumentSetup *OKPageSizeCheck
*DefaultOKPageSizeCheck: True
*OKPageSizeCheck True/Yes: "
 statusdict /setpapersizecheck 2 copy known{
 get true exch {exec}stopped {pop}if
 }{pop pop}ifelse
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource true exch /setpapersizecheckmode get exec
 }{pop pop}ifelse"
*End
*OKPageSizeCheck False/No: "
 statusdict /setpapersizecheck 2 copy known{
 get false exch {exec}stopped {pop}if
 }{pop pop}ifelse
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource false exch /setpapersizecheckmode get exec
 }{pop pop}ifelse"
*End
*CloseUI: *OKPageSizeCheck


*% _____ Media Type _____
*% This selection must be later than manual feed selection
*OpenUI *OKMediaType/Media Type: PickOne
*OrderDependency: 90.0 DocumentSetup *OKMediaType
*DefaultOKMediaType: PRINTERDEFAULT
*OKMediaType PRINTERDEFAULT/Printer Setting: "
"
*End
*OKMediaType GLOSSY/Glossy: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (Glossy) null 104 false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType HEAVY/Heavy:"
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null globaldict /OK@MediaType 2 copy known{get}{pop pop (Plain)}ifelse
 null 120 false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType Labels1/Labels 1: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (Labels) null 120 false true 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType Labels2/Labels 2: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (Labels) null 200 false true 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType LIGHT/Light: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null globaldict /OK@MediaType 2 copy known{get}{pop pop (Plain)}ifelse
 null 74 false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType MEDIUM/Medium:"
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null globaldict /OK@MediaType 2 copy known{get}{pop pop (Plain)}ifelse
 null 104 false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType ULTRAHEAVY/Ultra Heavy: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null globaldict /OK@MediaType 2 copy known{get}{pop pop (Plain)}ifelse
 null 200 false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType Transparency/Transparency: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (Transparency) null dup false
 statusdict /papertray 2 copy known{get exec dup 4 eq exch 1 eq or not}{pop pop false}ifelse
 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType USERTYPE1/User Type 1: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (USERTYPE1) null dup false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType USERTYPE2/User Type 2: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (USERTYPE2) null dup false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType USERTYPE3/User Type 3: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (USERTYPE3) null dup false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType USERTYPE4/User Type 4: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (USERTYPE4) null dup false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*OKMediaType USERTYPE5/User Type 5: "
/DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource
 null (USERTYPE5) null dup false dup 7 -1 roll /custsetpd get exec
}{pop pop}ifelse"
*End
*CloseUI: *OKMediaType

*% _____ InputSlot (Manual Feed)_____
*OpenUI *OKManualFeed/Multipurpose Tray is Manual Feed: Boolean
*OrderDependency: 91.0 DocumentSetup *OKManualFeed
*DefaultOKManualFeed: False
*OKManualFeed True/Yes: "
 1 dict dup /ManualFeed
 currentpagedevice /InputAttributes get /Priority get 0 get 3 eq
 dup globaldict /OK@_ManualFeed 3 -1 roll put
 put setpagedevice"
*End
*OKManualFeed False/No: "
 1 dict dup /ManualFeed false put setpagedevice"
*End
*CloseUI: *OKManualFeed


*% _____ Auto Tray Switch _____
*OpenUI *TraySwitch/Tray Switch: Boolean
*OrderDependency: 25.0 DocumentSetup *TraySwitch
*DefaultTraySwitch: True
*TraySwitch True/Yes: "1 dict dup /TraySwitch globaldict /OK@_Custom known not put setpagedevice"
*TraySwitch False/No: "1 dict dup /TraySwitch false put setpagedevice"
*CloseUI: *TraySwitch

*CloseGroup: Printing_Option


*OpenGroup: Color/OKI Color Mode

*% _____ OKI Color Control _____
*OpenUI *OKControl/Color Mode: PickOne
*OrderDependency: 105.0 DocumentSetup *OKControl
*DefaultOKControl: Auto
*OKControl Auto/Automatic: "
 globaldict /OK@ColorMono 2 copy known{pop pop}{0 put}ifelse
 /DriverOps /ProcSet 2 copy resourcestatus{
  pop pop findresource
  globaldict /OK@ColorMono get 1 eq{
   5 4 false <</SelectHalftone 1>> true 6 -1 roll }{
   dup dup
   currentpagedevice /UseCIEColor 2 copy known{get not{
   dup dup 
   1 exch /setdri_cm get exec 0 exch /setcrd get exec
   }if}{pop pop}ifelse
   <</CMYKTransform 1>> exch /setdrinfo get exec
   0 exch /setdri_bk get exec
   1 0 false <</SelectColorMode 0 /SelectHalftone 1>> false 6 -1 roll
  }ifelse
  /setcolmode 2 copy known{get exec}{7{pop}repeat}ifelse
 }{pop pop}ifelse"
*End
*OKControl Gray/Grayscale: "
 /DriverOps /ProcSet 2 copy resourcestatus{
  pop pop findresource
  5 4 false <</SelectHalftone 1>> true 6 -1 roll
  /setcolmode 2 copy known{get exec}{7{pop}repeat}ifelse
 }{pop pop}ifelse
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup 1 exch /setprtspeed get exec
 /unloadscreenobo get exec
 userdict /setcolorspace 2 copy known {undef}{pop pop}ifelse
 }{pop pop}ifelse"
*End
*OKControl NoPrCm/No Color Matching: "
 globaldict /OK@ColorMono 2 copy known{pop pop}{0 put}ifelse
 /DriverOps /ProcSet 2 copy resourcestatus{
  pop pop findresource
  globaldict /OK@ColorMono get 1 eq{
   5 4 false <</SelectHalftone 1>> true 6 -1 roll }{
   4 3 false <</SelectColorMode 0 /SelectColorMatching 0 /SelectHalftone 1>>
   true 6 -1 roll
   }ifelse
  /setcolmode 2 copy known{get exec}{7{pop}repeat}ifelse
 }{pop pop}ifelse"
*End
*OKControl Office/Office Color: "
 globaldict /OK@ColorMono 2 copy known{pop pop}{0 put}ifelse
 /DriverOps /ProcSet 2 copy resourcestatus{
  pop pop findresource
  globaldict /OK@ColorMono get 1 eq{
   5 4 false <</SelectHalftone 1>> true 6 -1 roll }{
   1 1 false <</SelectColorMode 0 /SelectHalftone 1>> false 6 -1 roll
   }ifelse
  /setcolmode 2 copy known{get exec}{7{pop}repeat}ifelse
 }{pop pop}ifelse"
*End
*CloseUI: *OKControl

*% _____ Used Printer Halftone _____
*OpenUI *OKAlwaysPrnHT/Printer Halftone Always Used: Boolean
*OrderDependency: 185.0 DocumentSetup *OKAlwaysPrnHT
*DefaultOKAlwaysPrnHT: True
*OKAlwaysPrnHT True/Yes: "
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource /initalwayprnht get exec
 globaldict /OK@_AlwaysPrHT true put
 }{pop pop}ifelse"
*End
*OKAlwaysPrnHT False/No: "
 globaldict /OK@_AlwaysPrHT false put"
*End
*CloseUI: *OKAlwaysPrnHT

*% _____ Black Overprint _____
*OpenUI *OKOverPrint/Black Overprint: Boolean
*OrderDependency: 195.0 DocumentSetup *OKOverPrint
*DefaultOKOverPrint: False
*OKOverPrint True/Yes: "
 globaldict /OK@_K_OVP true put"
*End
*OKOverPrint False/NO: "
 globaldict /OK@_K_OVP false put"
*End
*CloseUI: *OKOverPrint

*% _____ Toner Save _____
*OpenUI *OKOutputMode/Toner Saving: Boolean
*OrderDependency: 75.0 DocumentSetup *OKOutputMode
*DefaultOKOutputMode: False
*OKOutputMode True/Yes: "
<< /PostRenderingEnhance true >> setpagedevice"
*End
*OKOutputMode False/No: "
<< /PostRenderingEnhance false >> setpagedevice"
*End
*CloseUI: *OKOutputMode

*% _____ Screen obo _____
*OpenUI *OKScreenObo/Use Optimized Gray Scale Halftones: Boolean
*OrderDependency: 62.0 DocumentSetup *OKScreenObo
*DefaultOKScreenObo: True
*OKScreenObo True/Yes: "
 globaldict /OK@bscreenobo true put"
*End
*OKScreenObo False/No: "
"
*End
*CloseUI: *OKScreenObo

*% _____ Color Separation Order _____
*OpenUI *OKSeparationorder/Separations: PickOne
*OrderDependency: 102.0 DocumentSetup *OKSeparationorder
*DefaultOKSeparationorder: OFF
*OKSeparationorder OFF/Off: "
 << /Separations false >> setpagedevice"
*End
*CloseUI: *OKSeparationorder


*CloseGroup: Color

*OpenGroup: Color_Office/OKI Office

*% _____ Color Rendering Style for ASIC _____
*% OKColorRenderStyle should be located at the last selection
*OpenUI *OKColorRenderStyle/Color Setting: PickOne
*OrderDependency: 150.0 DocumentSetup *OKColorRenderStyle
*DefaultOKColorRenderStyle: Auto
*OKColorRenderStyle Auto/Monitor (6500K) - Auto: "
 globaldict /OK@_ColorSelect 2 copy known{ get 1 eq{
 currentpagedevice /UseCIEColor 2 copy known{get not{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup 1 exch /setdri_cm get exec 0 exch /setcrd get exec
 }{pop pop}ifelse
 }if}{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*OKColorRenderStyle Natural/Monitor (6500K) - Perceptual: "
 globaldict /OK@_ColorSelect 2 copy known{ get 1 eq{
 currentpagedevice /UseCIEColor 2 copy known{get not{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup 2 exch /setdri_cm get exec 1 exch /setcrd get exec
 /ColorRendering /ProcSet 2 copy resourcestatus{
 pop pop findresource dup
%ccmp_nt_tmp.asc -1
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FB6500
10F4650000F600EC00000000000000000000000000141E0014
0000000000000000000000000000000000000000CE00EC0096
B450633C78000000000000329B14A043434343434385858585
85853934434343437B768585858500001919191964644B3219
4B23000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnt get exec
%ccmp_nt_tmp.asc -1
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FB6500
10F4650000F600EC00000000000000000000000000141E0014
0000000000000000000000000000000000000000CE00EC0096
B450633C78000000000000329B14A043434343434385858585
85853934434343437B768585858500001919191964644B3219
4B23000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnv get exec
currentpagedevice setpagedevice
 }{pop pop}ifelse
 }{pop pop}ifelse
 }if}{pop pop}ifelse
 }if}{pop pop}ifelse"
*End
*OKColorRenderStyle Vivid/Monitor (6500K) - Vivid: "
 globaldict /OK@_ColorSelect 2 copy known{ get 1 eq{
 currentpagedevice /UseCIEColor 2 copy known{get not{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup 3 exch /setdri_cm get exec 2 exch /setcrd get exec
 /ColorRendering /ProcSet 2 copy resourcestatus{
 pop pop findresource dup
%ccmp_nv_tmp.asc -2
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FD650A
12F1190000F6000000000000000000000000000800141E000A
0000000000000000000000000A0000C4C4000000E2F6000096
B450633C7800000000000042782369787841321E6E96AA82AA
A596826246504BAAAD94BEBEBEBE0032191E00323232321E00
3223000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnt get exec
%ccmp_nv_tmp.asc -2
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FD650A
12F1190000F6000000000000000000000000000800141E000A
0000000000000000000000000A0000C4C4000000E2F6000096
B450633C7800000000000042782369787841321E6E96AA82AA
A596826246504BAAAD94BEBEBEBE0032191E00323232321E00
3223000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnv get exec
currentpagedevice setpagedevice
 }{pop pop}ifelse
 }{pop pop}ifelse
 }if}{pop pop}ifelse
 }if}{pop pop}ifelse"
*End
*OKColorRenderStyle HighBrightness/Monitor (9300K): "
 globaldict /OK@_ColorSelect 2 copy known{ get 1 eq{
 currentpagedevice /UseCIEColor 2 copy known{get not{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup 5 exch /setdri_cm get exec 3 exch /setcrd get exec
 /ColorRendering /ProcSet 2 copy resourcestatus{
 pop pop findresource dup
%ccmp_nl_tmp.asc -3
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FD6500
11EF650000F600EC00000000000000000000000000141E000A
0000000000000000000000000000143C28230000D3E2C4DD96
B450633C7800000000000043854385434343431E3285858585
8585343E43430A147680858585856464323200006464323200
0023000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnt get exec
%ccmp_nl_tmp.asc -3
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FD6500
11EF650000F600EC00000000000000000000000000141E000A
0000000000000000000000000000143C28230000D3E2C4DD96
B450633C7800000000000043854385434343431E3285858585
8585343E43430A147680858585856464323200006464323200
0023000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnv get exec
currentpagedevice setpagedevice
 }{pop pop}ifelse
 }{pop pop}ifelse
 }if}{pop pop}ifelse
 }if}{pop pop}ifelse"
*End
*OKColorRenderStyle DigCam/Digital Camera: "
 globaldict /OK@_ColorSelect 2 copy known{ get 1 eq{
 currentpagedevice /UseCIEColor 2 copy known{get not{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup 4 exch /setdri_cm get exec 4 exch /setcrd get exec
 /ColorRendering /ProcSet 2 copy resourcestatus{
 pop pop findresource dup
%ccmp_dc_tmp.asc -4
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FE6505
0FF01C00000000001E000000000000000000000800141E000A
0000000000000000000000000A000028C4000000E2F6000096
B450633C78000000000000429B1EA06E784146416E96AA82AA
8296968C465046AAAAB9BEBEBEBE0032196432323232326432
3223000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnt get exec
%ccmp_nl_tmp.asc -3
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000FD6500
11EF650000F600EC00000000000000000000000000141E000A
0000000000000000000000000000143C28230000D3E2C4DD96
B450633C7800000000000043854385434343431E3285858585
8585343E43430A147680858585856464323200006464323200
0023000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnv get exec
currentpagedevice setpagedevice
 }{pop pop}ifelse
 }{pop pop}ifelse
 }if}{pop pop}ifelse
 }if}{pop pop}ifelse"
*End
*OKColorRenderStyle sRGB/sRGB: "
 globaldict /OK@_ColorSelect 2 copy known{ get 1 eq{
 currentpagedevice /UseCIEColor 2 copy known{get not{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource dup 6 exch /setdri_cm get exec 5 exch /setcrd get exec
 /ColorRendering /ProcSet 2 copy resourcestatus{
 pop pop findresource dup
%ccmp_sr_tmp.asc -5
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000000000
00000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000E796
B450633C7800000000000032B40DBB43434343434385858585
85854343434343438585858585856464323232326464323219
3223000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnt get exec
%ccmp_sr_tmp.asc -5
<0000000040E00000400CCCCD3F800000400CCCCD3F80000040
0CCCCD3F8000003F23D70A3EA8F5C33E99999A3F19999A3E19
999A3D75C28F3EA01A373EA872B011DE784A00000000000000
00000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000E796
B450633C7800000000000032B40DBB43434343434385858585
85854343434343438585858585856464323232326464323219
3223000000285078A0F6F1F1FBECE2F1D83EB0FF973EB78D50
00000000000000000000000000000000000000000000000000
000000> exch /setccmparamnv get exec
currentpagedevice setpagedevice
 }{pop pop}ifelse
 }{pop pop}ifelse
 }if}{pop pop}ifelse
 }if}{pop pop}ifelse"
*End
*CloseUI: *OKColorRenderStyle

*% _____ Ink Simulation _____
*OpenUI *OKTargetColor/Color Simulation: PickOne
*OrderDependency: 106.0 DocumentSetup *OKTargetColor
*DefaultOKTargetColor: None
*OKTargetColor InkType2/Euroscale: "
 globaldict /OK@_ColorSelect 2 copy known{get 1 eq{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource <</CMYKTransform 3>> exch /setdrinfo get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*OKTargetColor InkType3/Japan Color: "
 globaldict /OK@_ColorSelect 2 copy known{get 1 eq{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource <</CMYKTransform 4>> exch /setdrinfo get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*OKTargetColor None/None: "
 globaldict /OK@_ColorSelect 2 copy known{get 1 eq{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource <</CMYKTransform 1>> exch /setdrinfo get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*OKTargetColor InkType1/SWOP: "
 globaldict /OK@_ColorSelect 2 copy known{get 1 eq{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource <</CMYKTransform 2>> exch /setdrinfo get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*CloseUI: *OKTargetColor

*% _____ Color Process Black Office Mode_____
*OpenUI *OKBlackSubstitution/Black Finish: PickOne
*OrderDependency: 115.0 DocumentSetup *OKBlackSubstitution
*DefaultOKBlackSubstitution: Auto
*OKBlackSubstitution Auto/Auto: "
 globaldict /OK@_ColorSelect 2 copy known{get 1 eq{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource 0 exch /setdri_bk get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*OKBlackSubstitution Glossy/Glossy: "
 globaldict /OK@_ColorSelect 2 copy known{get 1 eq{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource 1 exch /setdri_bk get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*OKBlackSubstitution Matte/Matte: "
 globaldict /OK@_ColorSelect 2 copy known{get 1 eq{
 /DriverOps /ProcSet 2 copy resourcestatus{
 pop pop findresource 2 exch /setdri_bk get exec
 }{pop pop}ifelse
 }if }{pop pop}ifelse"
*End
*CloseUI: *OKBlackSubstitution

*CloseGroup: Color_Office

*% _____ Halftone Information _____
*DefaultHalftoneType: 5
*ScreenFreq: "170.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "
 {
 abs exch abs 2 copy add 1 gt{
 1 sub dup mul exch 1 sub dup mul add 1 sub
 }{
 dup mul exch dup mul add 1 exch sub
 }ifelse
 }"
*End
*ScreenProc Line: "{pop}"
*ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{1 exch sub}"

*% _____ Font Information _____
*% _____ PostScript Level3 Fonts Total 253 fonts listed here _____
*ADOTTFontSub TTF1/Gill Sans: "GillSans"
*ADOTTFontSub TTF2/Gill Sans Condensed: "GillSans Condensed"
*ADOTTFontSub TTF3/Apple Chancery: "Apple Chancery"
*ADOTTFontSub TTF4/Arial: "Arial"
*ADOTTFontSub TTF5/Chicago: "Chicago"
*ADOTTFontSub TTF6/Geneva: "Geneva"
*ADOTTFontSub TTF7/Hoefler Text: "Hoefler Text"
*ADOTTFontSub TTF8/Hoefler Text Black: "Hoefler Text Black"
*ADOTTFontSub TTF9/Hoefler Text Ornaments: "Hoefler Text Ornaments"
*ADOTTFontSub TTF10/Monaco: "Monaco"
*ADOTTFontSub TTF11/NewYork: "NewYork"
*ADOTTFontSub TTF12/Times New Roman: "Times New Roman"
*ADOTTFontSub TTF13/Wingdings: "Wingdings"
*ADOTTFontSub TTF14/Letter Gothic: "Letter Gothic"
*ADOTTFontSub TTF15/Symbol: "Symbol"
*ADOTTFontSub TTF16/Arial Narrow: "Helvetica-Narrow"
*ADOTTFontSub TTF17/Courier New: "Courier"

*DefaultFont: Courier
*Font AlbertusMT-Italic: Standard "(001)" Standard ROM
*Font AlbertusMT-Light: Standard "(001)" Standard ROM
*Font AlbertusMT: Standard "(001)" Standard ROM
*Font AntiqueOlive-Roman: Standard "(001)" ExtendedRoman ROM
*Font AntiqueOlive-Bold: Standard "(001)" ExtendedRoman ROM
*Font AntiqueOlive-Compact: Standard "(001)" ExtendedRoman ROM
*Font AntiqueOlive-Italic: Standard "(001)" ExtendedRoman ROM
*Font AntiqueOliveCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font AntiqueOliveCE-Compact: Win1250 "(001)" ExtendedRoman ROM
*Font AntiqueOliveCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font AntiqueOliveCE-Roman: Win1250 "(001)" ExtendedRoman ROM
*Font Apple-Chancery: Standard "(001)" ExtendedRoman ROM
*Font Apple-ChanceryCE: Win1250 "(001)" ExtendedRoman ROM
*Font Arial-BoldItalicMT: Standard "(001)" ExtendedRoman ROM
*Font Arial-BoldMT: Standard "(001)" ExtendedRoman ROM
*Font Arial-ItalicMT: Standard "(001)" ExtendedRoman ROM
*Font ArialCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font ArialCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font ArialCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font ArialCE: Win1250 "(001)" ExtendedRoman ROM
*Font ArialMT: Standard "(001)" ExtendedRoman ROM
*Font AvantGarde-Book: Standard "(001)" ExtendedRoman ROM
*Font AvantGarde-BookOblique: Standard "(001)" ExtendedRoman ROM
*Font AvantGarde-Demi: Standard "(001)" ExtendedRoman ROM
*Font AvantGarde-DemiOblique: Standard "(001)" ExtendedRoman ROM
*Font AvantGardeCE-Book: Win1250 "(001)" ExtendedRoman ROM
*Font AvantGardeCE-BookOblique: Win1250 "(001)" ExtendedRoman ROM
*Font AvantGardeCE-Demi: Win1250 "(001)" ExtendedRoman ROM
*Font AvantGardeCE-DemiOblique: Win1250 "(001)" ExtendedRoman ROM
*Font Bodoni-Bold: Standard "(001)" ExtendedRoman ROM
*Font Bodoni-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font Bodoni-Italic: Standard "(001)" ExtendedRoman ROM
*Font Bodoni-Poster: Standard "(001)" ExtendedRoman ROM
*Font Bodoni-PosterCompressed: Standard "(001)" ExtendedRoman ROM
*Font Bodoni: Standard "(001)" ExtendedRoman ROM
*Font BodoniCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font BodoniCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font BodoniCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font BodoniCE-Poster: Win1250 "(001)" ExtendedRoman ROM
*Font BodoniCE-PosterCompressed: Win1250 "(001)" ExtendedRoman ROM
*Font BodoniCE: Win1250 "(001)" ExtendedRoman ROM
*Font Bookman-Demi: Standard "(001)" ExtendedRoman ROM
*Font Bookman-DemiItalic: Standard "(001)" ExtendedRoman ROM
*Font Bookman-Light: Standard "(001)" ExtendedRoman ROM
*Font Bookman-LightItalic: Standard "(001)" ExtendedRoman ROM
*Font BookmanCE-Demi: Win1250 "(001)" ExtendedRoman ROM
*Font BookmanCE-DemiItalic: Win1250 "(001)" ExtendedRoman ROM
*Font BookmanCE-Light: Win1250 "(001)" ExtendedRoman ROM
*Font BookmanCE-LightItalic: Win1250 "(001)" ExtendedRoman ROM
*Font Candid: Special "(001)" Special ROM
*Font Chicago: Standard "(001)" ExtendedRoman ROM
*Font ChicagoCE: Win1250 "(001)" ExtendedRoman ROM
*Font Clarendon-Bold: Standard "(001)" ExtendedRoman ROM
*Font Clarendon-Light: Standard "(001)" ExtendedRoman ROM
*Font Clarendon: Standard "(001)" ExtendedRoman ROM
*Font ClarendonCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font ClarendonCE-Light: Win1250 "(001)" ExtendedRoman ROM
*Font ClarendonCE: Win1250 "(001)" ExtendedRoman ROM
*Font CooperBlack-Italic: Standard "(001)" Standard ROM
*Font CooperBlack: Standard "(001)" Standard ROM
*Font Copperplate-ThirtyThreeBC: Standard "(001)" Standard ROM
*Font Copperplate-ThirtyTwoBC: Standard "(001)" Standard ROM
*Font Coronet-Regular: Standard "(001)" ExtendedRoman ROM
*Font CoronetCE-Regular: Win1250 "(001)" ExtendedRoman ROM
*Font Courier-Bold: Standard "(001)" ExtendedRoman ROM
*Font Courier-BoldOblique: Standard "(001)" ExtendedRoman ROM
*Font Courier-Oblique: Standard "(001)" ExtendedRoman ROM
*Font Courier: Standard "(001)" ExtendedRoman ROM
*Font CourierCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font CourierCE-BoldOblique: Win1250 "(001)" ExtendedRoman ROM
*Font CourierCE-Oblique: Win1250 "(001)" ExtendedRoman ROM
*Font CourierCE: Win1250 "(001)" ExtendedRoman ROM
*Font Eurostile-Bold: Standard "(001)" ExtendedRoman ROM
*Font Eurostile-BoldExtendedTwo: Standard "(001)" ExtendedRoman ROM
*Font Eurostile-ExtendedTwo: Standard "(001)" ExtendedRoman ROM
*Font Eurostile: Standard "(001)" ExtendedRoman ROM
*Font EurostileCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font EurostileCE-BoldExtendedTwo: Win1250 "(001)" ExtendedRoman ROM
*Font EurostileCE-ExtendedTwo: Win1250 "(001)" ExtendedRoman ROM
*Font EurostileCE: Win1250 "(001)" ExtendedRoman ROM
*Font Geneva: Standard "(001)" ExtendedRoman ROM
*Font GenevaCE: Win1250 "(001)" ExtendedRoman ROM
*Font GillSans-Bold: Standard "(001)" ExtendedRoman ROM
*Font GillSans-BoldCondensed: Standard "(001)" ExtendedRoman ROM
*Font GillSans-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font GillSans-Condensed: Standard "(001)" ExtendedRoman ROM
*Font GillSans-ExtraBold: Standard "(001)" ExtendedRoman ROM
*Font GillSans-Italic: Standard "(001)" ExtendedRoman ROM
*Font GillSans-Light: Standard "(001)" ExtendedRoman ROM
*Font GillSans-LightItalic: Standard "(001)" ExtendedRoman ROM
*Font GillSans: Standard "(001)" ExtendedRoman ROM
*Font GillSansCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-BoldCondensed: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-Condensed: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-ExtraBold: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-Light: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-LightItalic: Win1250 "(001)" ExtendedRoman ROM
*Font GillSansCE-Roman: Win1250 "(001)" ExtendedRoman ROM
*Font Goudy-Bold: Standard "(001)" Standard ROM
*Font Goudy-BoldItalic: Standard "(001)" Standard ROM
*Font Goudy-ExtraBold: Standard "(001)" Standard ROM
*Font Goudy-Italic: Standard "(001)" Standard ROM
*Font Goudy: Standard "(001)" Standard ROM
*Font HeiseiMin-W3-83pv-RKSJ-H: 83pv-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-90ms-RKSJ-H: 90ms-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-90ms-RKSJ-V: 90ms-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-90pv-RKSJ-H: 90pv-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-90pv-RKSJ-V: 90pv-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Add-H: Add-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Add-RKSJ-H: Add-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Add-RKSJ-V: Add-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Add-V: Add-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-EUC-H: EUC-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-EUC-V: EUC-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Ext-H: Ext-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Ext-RKSJ-H: Ext-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Ext-RKSJ-V: Ext-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-Ext-V: Ext-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-H: H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-NWP-H: NWP-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-NWP-V: NWP-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-RKSJ-H: RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-RKSJ-V: RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiMin-W3-V: V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-83pv-RKSJ-H: 83pv-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-90ms-RKSJ-H: 90ms-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-90ms-RKSJ-V: 90ms-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-90pv-RKSJ-H: 90pv-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-90pv-RKSJ-V: 90pv-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Add-H: Add-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Add-RKSJ-H: Add-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Add-RKSJ-V: Add-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Add-V: Add-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-EUC-H: EUC-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-EUC-V: EUC-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Ext-H: Ext-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Ext-RKSJ-H: Ext-RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Ext-RKSJ-V: Ext-RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-Ext-V: Ext-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-H: H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-NWP-H: NWP-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-NWP-V: NWP-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-RKSJ-H: RKSJ-H "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-RKSJ-V: RKSJ-V "(001)" Adobe-Japan1-2 ROM
*Font HeiseiKakuGo-W5-V: V "(001)" Adobe-Japan1-2 ROM
*Font Helvetica-Bold: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-BoldOblique: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Condensed-Bold: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Condensed-BoldObl: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Condensed-Oblique: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Condensed: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Narrow-Bold: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Narrow-Oblique: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Narrow: Standard "(001)" ExtendedRoman ROM
*Font Helvetica-Oblique: Standard "(001)" ExtendedRoman ROM
*Font Helvetica: Standard "(001)" ExtendedRoman ROM
*Font HelveticaCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-BoldOblique: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-Cond: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-CondBold: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-CondBoldObl: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-CondObl: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-Narrow: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-NarrowBold: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-NarrowBoldOblique: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-NarrowOblique: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE-Oblique: Win1250 "(001)" ExtendedRoman ROM
*Font HelveticaCE: Win1250 "(001)" ExtendedRoman ROM
*Font HoeflerText-Black: Standard "(001)" ExtendedRoman ROM
*Font HoeflerText-BlackItalic: Standard "(001)" ExtendedRoman ROM
*Font HoeflerText-Italic: Standard "(001)" ExtendedRoman ROM
*Font HoeflerText-Ornaments: Special "(001)" Special ROM
*Font HoeflerText-Regular: Standard "(001)" ExtendedRoman ROM
*Font HoeflerTextCE-Black: Win1250 "(001)" ExtendedRoman ROM
*Font HoeflerTextCE-BlackItalic: Win1250 "(001)" ExtendedRoman ROM
*Font HoeflerTextCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font HoeflerTextCE-Regular: Win1250 "(001)" ExtendedRoman ROM
*Font JoannaMT-Bold: Standard "(001)" ExtendedRoman ROM
*Font JoannaMT-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font JoannaMT-Italic: Standard "(001)" ExtendedRoman ROM
*Font JoannaMT: Standard "(001)" ExtendedRoman ROM
*Font JoannaMTCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font JoannaMTCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font JoannaMTCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font JoannaMTCE: Win1250 "(001)" ExtendedRoman ROM
*Font LetterGothic-Bold: Standard "(001)" ExtendedRoman ROM
*Font LetterGothic-BoldSlanted: Standard "(001)" ExtendedRoman ROM
*Font LetterGothic-Slanted: Standard "(001)" ExtendedRoman ROM
*Font LetterGothic: Standard "(001)" ExtendedRoman ROM
*Font LetterGothicCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font LetterGothicCE-BoldSlanted: Win1250 "(001)" ExtendedRoman ROM
*Font LetterGothicCE-Slanted: Win1250 "(001)" ExtendedRoman ROM
*Font LetterGothicCE: Win1250 "(001)" ExtendedRoman ROM
*Font LubalinGraph-Book: Standard "(001)" ExtendedRoman ROM
*Font LubalinGraph-BookOblique: Standard "(001)" ExtendedRoman ROM
*Font LubalinGraph-Demi: Standard "(001)" ExtendedRoman ROM
*Font LubalinGraph-DemiOblique: Standard "(001)" ExtendedRoman ROM
*Font LubalinGraphCE-Book: Win1250 "(001)" ExtendedRoman ROM
*Font LubalinGraphCE-BookOblique: Win1250 "(001)" ExtendedRoman ROM
*Font LubalinGraphCE-Demi: Win1250 "(001)" ExtendedRoman ROM
*Font LubalinGraphCE-DemiOblique: Win1250 "(001)" ExtendedRoman ROM
*Font Marigold: Standard "(001)" Standard ROM
*Font MonaLisa-Recut: Standard "(001)" Standard ROM
*Font Monaco: Standard "(001)" ExtendedRoman ROM
*Font MonacoCE: Win1250 "(001)" ExtendedRoman ROM
*Font NewCenturySchlbk-Roman: Standard "(001)" ExtendedRoman ROM
*Font NewCenturySchlbk-Bold: Standard "(001)" ExtendedRoman ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font NewCenturySchlbk-Italic: Standard "(001)" ExtendedRoman ROM
*Font NewCenturySchlbkCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font NewCenturySchlbkCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font NewCenturySchlbkCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font NewCenturySchlbkCE-Roman: Win1250 "(001)" ExtendedRoman ROM
*Font NewYork: Standard "(001)" ExtendedRoman ROM
*Font NewYorkCE: Win1250 "(001)" ExtendedRoman ROM
*Font Optima-Bold: Standard "(001)" ExtendedRoman ROM
*Font Optima-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font Optima-Italic: Standard "(001)" ExtendedRoman ROM
*Font Optima: Standard "(001)" ExtendedRoman ROM
*Font OptimaCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font OptimaCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font OptimaCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font OptimaCE-Roman: Win1250 "(001)" ExtendedRoman ROM
*Font Oxford: Standard "(001)" Standard ROM
*Font Palatino-Bold: Standard "(001)" ExtendedRoman ROM
*Font Palatino-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font Palatino-Italic: Standard "(001)" ExtendedRoman ROM
*Font Palatino-Roman: Standard "(001)" ExtendedRoman ROM
*Font PalatinoCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font PalatinoCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font PalatinoCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font PalatinoCE-Roman: Win1250 "(001)" ExtendedRoman ROM
*Font StempelGaramond-Bold: Standard "(001)" ExtendedRoman ROM
*Font StempelGaramond-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font StempelGaramond-Italic: Standard "(001)" ExtendedRoman ROM
*Font StempelGaramond-Roman: Standard "(001)" ExtendedRoman ROM
*Font StempelGaramondCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font StempelGaramondCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font StempelGaramondCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font StempelGaramondCE-Roman: Win1250 "(001)" ExtendedRoman ROM
*Font Symbol: Special "(001)" Special ROM
*Font Taffy: Standard "(001)" Standard ROM
*Font Times-Bold: Standard "(001)" ExtendedRoman ROM
*Font Times-BoldItalic: Standard "(001)" ExtendedRoman ROM
*Font Times-Italic: Standard "(001)" ExtendedRoman ROM
*Font Times-Roman: Standard "(001)" ExtendedRoman ROM
*Font TimesCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font TimesCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font TimesCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font TimesCE-Roman: Win1250 "(001)" ExtendedRoman ROM
*Font TimesNewRomanCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font TimesNewRomanCE-BoldItalic: Win1250 "(001)" ExtendedRoman ROM
*Font TimesNewRomanCE-Italic: Win1250 "(001)" ExtendedRoman ROM
*Font TimesNewRomanCE: Win1250 "(001)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldItalicMT: Standard "(001)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldMT: Standard "(001)" ExtendedRoman ROM
*Font TimesNewRomanPS-ItalicMT: Standard "(001)" ExtendedRoman ROM
*Font TimesNewRomanPSMT: Standard "(001)" ExtendedRoman ROM
*Font Univers-Bold: Standard "(001)" ExtendedRoman ROM
*Font Univers-BoldExt: Standard "(001)" ExtendedRoman ROM
*Font Univers-BoldExtObl: Standard "(001)" ExtendedRoman ROM
*Font Univers-BoldOblique: Standard "(001)" ExtendedRoman ROM
*Font Univers-Condensed: Standard "(001)" ExtendedRoman ROM
*Font Univers-CondensedBold: Standard "(001)" ExtendedRoman ROM
*Font Univers-CondensedBoldOblique: Standard "(001)" ExtendedRoman ROM
*Font Univers-CondensedOblique: Standard "(001)" ExtendedRoman ROM
*Font Univers-Extended: Standard "(001)" ExtendedRoman ROM
*Font Univers-ExtendedObl: Standard "(001)" ExtendedRoman ROM
*Font Univers-Light: Standard "(001)" ExtendedRoman ROM
*Font Univers-LightOblique: Standard "(001)" ExtendedRoman ROM
*Font Univers-Oblique: Standard "(001)" ExtendedRoman ROM
*Font Univers: Standard "(001)" ExtendedRoman ROM
*Font UniversCE-Bold: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-BoldExt: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-BoldExtObl: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-BoldOblique: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-Condensed: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-CondensedBold: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-CondensedBoldOblique: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-CondensedOblique: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-Extended: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-ExtendedObl: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-Light: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-LightOblique: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-Medium: Win1250 "(001)" ExtendedRoman ROM
*Font UniversCE-Oblique: Win1250 "(001)" ExtendedRoman ROM
*Font Wingdings-Regular: Special "(001)" Special ROM
*Font ZapfChancery-MediumItalic: Standard "(001)" ExtendedRoman ROM
*Font ZapfChanceryCE-MediumItalic: Win1250 "(001)" ExtendedRoman ROM
*Font ZapfDingbats: Special "(001)" Special ROM

*%----Device Option ----
*UIConstraints: *OKOptionDuplex False *Duplex
*UIConstraints: *Duplex *OKOptionDuplex False

*%----PaperSize selections limit ...
*%----Tray selections-----
*UIConstraints: *OKOptionTray 0 *InputSlot Lower
*UIConstraints: *InputSlot Lower *OKOptionTray 0

*%----StandardTray selections-----
*UIConstraints: *PageSize Env9 *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageSize Env9

*UIConstraints: *PageSize Env10 *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageSize Env10

*UIConstraints: *PageSize EnvMonarch *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageSize EnvMonarch

*UIConstraints: *PageSize EnvDL *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageSize EnvDL

*UIConstraints: *PageSize EnvC5 *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageSize EnvC5

*%----2ndTray selections-----
*UIConstraints: *PageSize A6 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageSize A6

*UIConstraints: *PageSize Env9 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageSize Env9

*UIConstraints: *PageSize Env10 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageSize Env10

*UIConstraints: *PageSize EnvMonarch *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageSize EnvMonarch

*UIConstraints: *PageSize EnvDL *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageSize EnvDL

*UIConstraints: *PageSize EnvC5 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageSize EnvC5

*UIConstraints: *OKMediaType GLOSSY *InputSlot Lower
*UIConstraints: *InputSlot Lower *OKMediaType GLOSSY

*%----Duplex selections-----
*UIConstraints: *PageSize A6 *Duplex
*UIConstraints: *Duplex *PageSize A6

*UIConstraints: *PageSize EnvDL *Duplex
*UIConstraints: *Duplex *PageSize EnvDL

*UIConstraints: *PageSize EnvC5 *Duplex
*UIConstraints: *Duplex *PageSize EnvC5

*UIConstraints: *PageSize Env10 *Duplex
*UIConstraints: *Duplex *PageSize Env10

*UIConstraints: *PageSize Env9 *Duplex
*UIConstraints: *Duplex *PageSize Env9

*UIConstraints: *PageSize EnvMonarch *Duplex
*UIConstraints: *Duplex *PageSize EnvMonarch

*UIConstraints: *InputSlot Transparency *Duplex
*UIConstraints: *Duplex *InputSlot Transparency

*UIConstraints: *InputSlot Labels *Duplex
*UIConstraints: *Duplex *InputSlot Labels

*UIConstraints: *InputSlot Envelope *Duplex
*UIConstraints: *Duplex *InputSlot Envelope

*UIConstraints: *OKMediaType HEAVY *Duplex
*UIConstraints: *Duplex *OKMediaType HEAVY

*UIConstraints: *OKMediaType ULTRAHEAVY *Duplex
*UIConstraints: *Duplex *OKMediaType ULTRAHEAVY

*UIConstraints: *OKMediaType Labels1 *Duplex
*UIConstraints: *Duplex *OKMediaType Labels1

*UIConstraints: *OKMediaType Labels2 *Duplex
*UIConstraints: *Duplex *OKMediaType Labels2

*UIConstraints: *OKMediaType Transparency *Duplex
*UIConstraints: *Duplex *OKMediaType Transparency

*%----Mediatype selections limit ...
*%----Tray selections & duplex selections-----
*UIConstraints: *InputSlot Upper *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Upper

*UIConstraints: *OKMediaType Labels1 *InputSlot Upper
*UIConstraints: *InputSlot Upper *OKMediaType Labels1

*UIConstraints: *OKMediaType Labels2 *InputSlot Upper
*UIConstraints: *InputSlot Upper *OKMediaType Labels2

*UIConstraints: *OKMediaType Transparency *InputSlot Upper
*UIConstraints: *InputSlot Upper *OKMediaType Transparency

*UIConstraints: *OKMediaType Labels1 *InputSlot Lower
*UIConstraints: *InputSlot Lower *OKMediaType Labels1

*UIConstraints: *OKMediaType Labels2 *InputSlot Lower
*UIConstraints: *InputSlot Lower *OKMediaType Labels2

*UIConstraints: *OKMediaType Transparency *InputSlot Lower
*UIConstraints: *InputSlot Lower *OKMediaType Transparency

*%----MediaType and InputSlot(Type) selections limit 
*UIConstraints: *InputSlot Plain *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Plain

*UIConstraints: *InputSlot Plain *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Plain

*UIConstraints: *InputSlot Plain *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Plain

*UIConstraints: *InputSlot Plain *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Plain

*UIConstraints: *InputSlot Plain *OKMediaType Labels1
*UIConstraints: *OKMediaType Labels1 *InputSlot Plain

*UIConstraints: *InputSlot Plain *OKMediaType Labels2
*UIConstraints: *OKMediaType Labels2 *InputSlot Plain

*UIConstraints: *InputSlot Plain *OKMediaType Transparency
*UIConstraints: *OKMediaType Transparency *InputSlot Plain

*UIConstraints: *InputSlot Letterhead *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Letterhead

*UIConstraints: *InputSlot Letterhead *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Letterhead

*UIConstraints: *InputSlot Letterhead *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Letterhead

*UIConstraints: *InputSlot Letterhead *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Letterhead

*UIConstraints: *InputSlot Letterhead *OKMediaType Labels1
*UIConstraints: *OKMediaType Labels1 *InputSlot Letterhead

*UIConstraints: *InputSlot Letterhead *OKMediaType Labels2
*UIConstraints: *OKMediaType Labels2 *InputSlot Letterhead

*UIConstraints: *InputSlot Letterhead *OKMediaType Transparency
*UIConstraints: *OKMediaType Transparency *InputSlot Letterhead

*UIConstraints: *InputSlot Transparency *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Transparency

*UIConstraints: *InputSlot Transparency *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Transparency

*UIConstraints: *InputSlot Transparency *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Transparency

*UIConstraints: *InputSlot Transparency *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Transparency

*UIConstraints: *InputSlot Transparency *OKMediaType Labels1
*UIConstraints: *OKMediaType Labels1 *InputSlot Transparency

*UIConstraints: *InputSlot Transparency *OKMediaType Labels2
*UIConstraints: *OKMediaType Labels2 *InputSlot Transparency

*UIConstraints: *InputSlot Labels *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Labels

*UIConstraints: *InputSlot Labels *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Labels

*UIConstraints: *InputSlot Labels *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Labels

*UIConstraints: *InputSlot Labels *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Labels

*UIConstraints: *InputSlot Labels *OKMediaType Transparency
*UIConstraints: *OKMediaType Transparency *InputSlot Labels

*UIConstraints: *InputSlot Bond *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Bond

*UIConstraints: *InputSlot Bond *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Bond

*UIConstraints: *InputSlot Bond *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Bond

*UIConstraints: *InputSlot Bond *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Bond

*UIConstraints: *InputSlot Bond *OKMediaType Labels1
*UIConstraints: *OKMediaType Labels1 *InputSlot Bond

*UIConstraints: *InputSlot Bond *OKMediaType Labels2
*UIConstraints: *OKMediaType Labels2 *InputSlot Bond

*UIConstraints: *InputSlot Bond *OKMediaType Transparency
*UIConstraints: *OKMediaType Transparency *InputSlot Bond

*UIConstraints: *InputSlot Recycled *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Recycled

*UIConstraints: *InputSlot Recycled *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Recycled

*UIConstraints: *InputSlot Recycled *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Recycled

*UIConstraints: *InputSlot Recycled *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Recycled

*UIConstraints: *InputSlot Recycled *OKMediaType Labels1
*UIConstraints: *OKMediaType Labels1 *InputSlot Recycled

*UIConstraints: *InputSlot Recycled *OKMediaType Labels2
*UIConstraints: *OKMediaType Labels2 *InputSlot Recycled

*UIConstraints: *InputSlot Recycled *OKMediaType Transparency
*UIConstraints: *OKMediaType Transparency *InputSlot Recycled

*UIConstraints: *InputSlot Cardstock *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Cardstock

*UIConstraints: *InputSlot Cardstock *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Cardstock

*UIConstraints: *InputSlot Cardstock *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Cardstock

*UIConstraints: *InputSlot Cardstock *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Cardstock

*UIConstraints: *InputSlot Cardstock *OKMediaType Labels1
*UIConstraints: *OKMediaType Labels1 *InputSlot Cardstock

*UIConstraints: *InputSlot Cardstock *OKMediaType Labels2
*UIConstraints: *OKMediaType Labels2 *InputSlot Cardstock

*UIConstraints: *InputSlot Cardstock *OKMediaType Transparency
*UIConstraints: *OKMediaType Transparency *InputSlot Cardstock

*UIConstraints: *InputSlot Rough *OKMediaType LIGHT
*UIConstraints: *OKMediaType LIGHT *InputSlot Rough

*UIConstraints: *InputSlot Rough *OKMediaType MEDIUM
*UIConstraints: *OKMediaType MEDIUM *InputSlot Rough

*UIConstraints: *InputSlot Rough *OKMediaType HEAVY
*UIConstraints: *OKMediaType HEAVY *InputSlot Rough

*UIConstraints: *InputSlot Rough *OKMediaType ULTRAHEAVY
*UIConstraints: *OKMediaType ULTRAHEAVY *InputSlot Rough

*UIConstraints: *InputSlot Rough *OKMediaType Labels1
*UIConstraints: *OKMediaType Labels1 *InputSlot Rough

*UIConstraints: *InputSlot Rough *OKMediaType Labels2
*UIConstraints: *OKMediaType Labels2 *InputSlot Rough

*UIConstraints: *InputSlot Rough *OKMediaType Transparency
*UIConstraints: *OKMediaType Transparency *InputSlot Rough

*%----InputSlot Envelope PageSize constrains ----
*UIConstraints: *PageSize A4 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize A4

*UIConstraints: *PageSize Letter *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize Letter

*UIConstraints: *PageSize Legal *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize Legal

*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegal

*UIConstraints: *PageSize A5 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize A5

*UIConstraints: *PageSize B5 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize B5

*UIConstraints: *PageSize A6 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize A6

*UIConstraints: *PageSize EnvMonarch *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize EnvMonarch

*UIConstraints: *PageSize EnvDL *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize EnvDL

*UIConstraints: *PageSize EnvC5 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize EnvC5

*UIConstraints: *PageSize Env10 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize Env10

*UIConstraints: *PageSize Executive *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize Executive

*UIConstraints: *PageSize Env9 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize Env9

*UIConstraints: *PageSize OKLegal *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageSize OKLegal

*UIConstraints: *OKMediaType Labels1 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType Labels1

*UIConstraints: *OKMediaType Labels2 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType Labels2

*UIConstraints: *OKMediaType Transparency *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType Transparency

*UIConstraints: *OKMediaType USERTYPE1 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType USERTYPE1

*UIConstraints: *OKMediaType USERTYPE2 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType USERTYPE2

*UIConstraints: *OKMediaType USERTYPE3 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType USERTYPE3

*UIConstraints: *OKMediaType USERTYPE4 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType USERTYPE4

*UIConstraints: *OKMediaType USERTYPE5 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *OKMediaType USERTYPE5

*%----Color Setting Option ----
*UIConstraints: *OKOutputMode True *OKControl Gray
*UIConstraints: *OKControl Gray *OKOutputMode True


*%-----PageSize Constraints Low Priority--------
*UIConstraints: *PageSize Env9 *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageSize Env9

*UIConstraints: *PageSize Env9 *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageSize Env9

*UIConstraints: *PageSize Env9 *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageSize Env9

*UIConstraints: *PageSize Env9 *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageSize Env9

*UIConstraints: *PageSize Env9 *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageSize Env9

*UIConstraints: *PageSize Env9 *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageSize Env9

*UIConstraints: *PageSize Env9 *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageSize Env9

*UIConstraints: *PageSize Env9 *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageSize Env9

*UIConstraints: *PageSize Env10 *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageSize Env10

*UIConstraints: *PageSize Env10 *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageSize Env10

*UIConstraints: *PageSize Env10 *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageSize Env10

*UIConstraints: *PageSize Env10 *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageSize Env10

*UIConstraints: *PageSize Env10 *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageSize Env10

*UIConstraints: *PageSize Env10 *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageSize Env10

*UIConstraints: *PageSize Env10 *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageSize Env10

*UIConstraints: *PageSize Env10 *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageSize Env10

*UIConstraints: *PageSize EnvMonarch *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageSize EnvMonarch

*UIConstraints: *PageSize EnvMonarch *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageSize EnvMonarch

*UIConstraints: *PageSize EnvMonarch *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageSize EnvMonarch

*UIConstraints: *PageSize EnvMonarch *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageSize EnvMonarch

*UIConstraints: *PageSize EnvMonarch *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageSize EnvMonarch

*UIConstraints: *PageSize EnvMonarch *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageSize EnvMonarch

*UIConstraints: *PageSize EnvMonarch *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageSize EnvMonarch

*UIConstraints: *PageSize EnvMonarch *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageSize EnvMonarch

*UIConstraints: *PageSize EnvDL *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageSize EnvDL

*UIConstraints: *PageSize EnvDL *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageSize EnvDL

*UIConstraints: *PageSize EnvDL *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageSize EnvDL

*UIConstraints: *PageSize EnvDL *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageSize EnvDL

*UIConstraints: *PageSize EnvDL *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageSize EnvDL

*UIConstraints: *PageSize EnvDL *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageSize EnvDL

*UIConstraints: *PageSize EnvDL *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageSize EnvDL

*UIConstraints: *PageSize EnvDL *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageSize EnvDL

*UIConstraints: *PageSize EnvC5 *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageSize EnvC5

*UIConstraints: *PageSize EnvC5 *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageSize EnvC5

*UIConstraints: *PageSize EnvC5 *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageSize EnvC5

*UIConstraints: *PageSize EnvC5 *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageSize EnvC5

*UIConstraints: *PageSize EnvC5 *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageSize EnvC5

*UIConstraints: *PageSize EnvC5 *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageSize EnvC5

*UIConstraints: *PageSize EnvC5 *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageSize EnvC5

*UIConstraints: *PageSize EnvC5 *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageSize EnvC5

*%----StandardTray selections-----
*UIConstraints: *PageRegion Env9 *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageRegion Env9

*UIConstraints: *PageRegion Env10 *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageRegion Env10

*UIConstraints: *PageRegion EnvMonarch *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvDL *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageRegion EnvDL

*UIConstraints: *PageRegion EnvC5 *InputSlot Upper
*UIConstraints: *InputSlot Upper *PageRegion EnvC5

*%----2ndTray selections-----
*UIConstraints: *PageRegion A6 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageRegion A6

*UIConstraints: *PageRegion Env9 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageRegion Env9

*UIConstraints: *PageRegion Env10 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageRegion Env10

*UIConstraints: *PageRegion EnvMonarch *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvDL *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageRegion EnvDL

*UIConstraints: *PageRegion EnvC5 *InputSlot Lower
*UIConstraints: *InputSlot Lower *PageRegion EnvC5

*%----Duplex selections-----
*UIConstraints: *PageRegion A6 *Duplex
*UIConstraints: *Duplex *PageRegion A6

*UIConstraints: *PageRegion EnvDL *Duplex
*UIConstraints: *Duplex *PageRegion EnvDL

*UIConstraints: *PageRegion EnvC5 *Duplex
*UIConstraints: *Duplex *PageRegion EnvC5

*UIConstraints: *PageRegion Env10 *Duplex
*UIConstraints: *Duplex *PageRegion Env10

*UIConstraints: *PageRegion Env9 *Duplex
*UIConstraints: *Duplex *PageRegion Env9

*UIConstraints: *PageRegion EnvMonarch *Duplex
*UIConstraints: *Duplex *PageRegion EnvMonarch

*%----MediaType and InputSlot(Type) selections limit 
*UIConstraints: *PageRegion Env9 *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageRegion Env9

*UIConstraints: *PageRegion Env9 *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageRegion Env9

*UIConstraints: *PageRegion Env9 *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageRegion Env9

*UIConstraints: *PageRegion Env9 *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageRegion Env9

*UIConstraints: *PageRegion Env9 *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageRegion Env9

*UIConstraints: *PageRegion Env9 *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageRegion Env9

*UIConstraints: *PageRegion Env9 *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageRegion Env9

*UIConstraints: *PageRegion Env9 *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageRegion Env9

*UIConstraints: *PageRegion Env10 *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageRegion Env10

*UIConstraints: *PageRegion Env10 *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageRegion Env10

*UIConstraints: *PageRegion Env10 *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageRegion Env10

*UIConstraints: *PageRegion Env10 *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageRegion Env10

*UIConstraints: *PageRegion Env10 *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageRegion Env10

*UIConstraints: *PageRegion Env10 *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageRegion Env10

*UIConstraints: *PageRegion Env10 *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageRegion Env10

*UIConstraints: *PageRegion Env10 *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageRegion Env10

*UIConstraints: *PageRegion EnvMonarch *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvMonarch *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvMonarch *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvMonarch *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvMonarch *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvMonarch *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvMonarch *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvMonarch *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvDL *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageRegion EnvDL

*UIConstraints: *PageRegion EnvDL *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageRegion EnvDL

*UIConstraints: *PageRegion EnvDL *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageRegion EnvDL

*UIConstraints: *PageRegion EnvDL *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageRegion EnvDL

*UIConstraints: *PageRegion EnvDL *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageRegion EnvDL

*UIConstraints: *PageRegion EnvDL *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageRegion EnvDL

*UIConstraints: *PageRegion EnvDL *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageRegion EnvDL

*UIConstraints: *PageRegion EnvDL *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageRegion EnvDL

*UIConstraints: *PageRegion EnvC5 *InputSlot Plain
*UIConstraints: *InputSlot Plain *PageRegion EnvC5

*UIConstraints: *PageRegion EnvC5 *InputSlot Letterhead
*UIConstraints: *InputSlot Letterhead *PageRegion EnvC5

*UIConstraints: *PageRegion EnvC5 *InputSlot Transparency
*UIConstraints: *InputSlot Transparency *PageRegion EnvC5

*UIConstraints: *PageRegion EnvC5 *InputSlot Labels
*UIConstraints: *InputSlot Labels *PageRegion EnvC5

*UIConstraints: *PageRegion EnvC5 *InputSlot Bond
*UIConstraints: *InputSlot Bond *PageRegion EnvC5

*UIConstraints: *PageRegion EnvC5 *InputSlot Recycled
*UIConstraints: *InputSlot Recycled *PageRegion EnvC5

*UIConstraints: *PageRegion EnvC5 *InputSlot Cardstock
*UIConstraints: *InputSlot Cardstock *PageRegion EnvC5

*UIConstraints: *PageRegion EnvC5 *InputSlot Rough
*UIConstraints: *InputSlot Rough *PageRegion EnvC5

*%----InputSlot Envelope PageRegion constrains ----
*UIConstraints: *PageRegion A4 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion A4

*UIConstraints: *PageRegion Letter *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion Letter

*UIConstraints: *PageRegion Legal *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion Legal

*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegal

*UIConstraints: *PageRegion A5 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion A5

*UIConstraints: *PageRegion B5 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion B5

*UIConstraints: *PageRegion A6 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion A6

*UIConstraints: *PageRegion EnvMonarch *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion EnvMonarch

*UIConstraints: *PageRegion EnvDL *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion EnvDL

*UIConstraints: *PageRegion EnvC5 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion EnvC5

*UIConstraints: *PageRegion Env10 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion Env10

*UIConstraints: *PageRegion Executive *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion Executive

*UIConstraints: *PageRegion Env9 *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion Env9

*UIConstraints: *PageRegion OKLegal *InputSlot Envelope
*UIConstraints: *InputSlot Envelope *PageRegion OKLegal

*%-------------------------------------------------------------
*%----Office Color / Black Finish -----------
*%-------------------------------------------------------------
*UIConstraints: *OKControl Auto *OKBlackSubstitution Glossy
*UIConstraints: *OKBlackSubstitution Glossy *OKControl Auto 

*UIConstraints: *OKControl Auto *OKBlackSubstitution Matte
*UIConstraints: *OKBlackSubstitution Matte *OKControl Auto 

*%-------------------------------------------------------------
*%----Office Color / Color Simulation -----------
*%-------------------------------------------------------------
*%----Office Color / Color Simulation = Japan Color -----------
*UIConstraints: *OKControl Auto *OKTargetColor InkType3
*UIConstraints: *OKTargetColor InkType3 *OKControl Auto 

*%----Office Color / Color Simulation = Euroscale -----------
*UIConstraints: *OKControl Auto *OKTargetColor InkType2
*UIConstraints: *OKTargetColor InkType2 *OKControl Auto 

*%----Office Color / Color Simulation = SWOP -----------
*UIConstraints: *OKControl Auto *OKTargetColor InkType1
*UIConstraints: *OKTargetColor InkType1 *OKControl Auto 

*%-------------------------------------------------------------
*%----Office Color / Color Setting -----------
*%-------------------------------------------------------------
*%----Office Color / Color Setting = Natural -----------
*UIConstraints: *OKControl Auto *OKColorRenderStyle Natural
*UIConstraints: *OKColorRenderStyle Natural *OKControl Auto 

*%----Office Color / Color Setting = Vivid -----------
*UIConstraints: *OKControl Auto *OKColorRenderStyle Vivid
*UIConstraints: *OKColorRenderStyle Vivid *OKControl Auto 

*%----Office Color / Color Setting = HighBrightness -----------
*UIConstraints: *OKControl Auto *OKColorRenderStyle HighBrightness
*UIConstraints: *OKColorRenderStyle HighBrightness *OKControl Auto 

*%----Office Color / Color Setting = DigCam -----------
*UIConstraints: *OKControl Auto *OKColorRenderStyle DigCam
*UIConstraints: *OKColorRenderStyle DigCam *OKControl Auto 

*%----Office Color / Color Setting = sRGB -----------
*UIConstraints: *OKControl Auto *OKColorRenderStyle sRGB
*UIConstraints: *OKColorRenderStyle sRGB *OKControl Auto 

*%-------------------------------------------------------------
*%----Office Color= No Color Matching / Black Finish -----------
*%-------------------------------------------------------------
*UIConstraints: *OKControl NoPrCm *OKBlackSubstitution Glossy
*UIConstraints: *OKBlackSubstitution Glossy *OKControl NoPrCm 

*UIConstraints: *OKControl NoPrCm *OKBlackSubstitution Matte
*UIConstraints: *OKBlackSubstitution Matte *OKControl NoPrCm 

*%-------------------------------------------------------------
*%----Office Color / Color Simulation -----------
*%-------------------------------------------------------------
*%----Office Color / Color Simulation = Japan Color -----------
*UIConstraints: *OKControl NoPrCm *OKTargetColor InkType3
*UIConstraints: *OKTargetColor InkType3 *OKControl NoPrCm 

*%----Office Color / Color Simulation = Euroscale -----------
*UIConstraints: *OKControl NoPrCm *OKTargetColor InkType2
*UIConstraints: *OKTargetColor InkType2 *OKControl NoPrCm 

*%----Office Color / Color Simulation = SWOP -----------
*UIConstraints: *OKControl NoPrCm *OKTargetColor InkType1
*UIConstraints: *OKTargetColor InkType1 *OKControl NoPrCm 

*%-------------------------------------------------------------
*%----Office Color / Color Setting -----------
*%-------------------------------------------------------------
*%----Office Color / Color Setting = Natural -----------
*UIConstraints: *OKControl NoPrCm *OKColorRenderStyle Natural
*UIConstraints: *OKColorRenderStyle Natural *OKControl NoPrCm 

*%----Office Color / Color Setting = Vivid -----------
*UIConstraints: *OKControl NoPrCm *OKColorRenderStyle Vivid
*UIConstraints: *OKColorRenderStyle Vivid *OKControl NoPrCm 

*%----Office Color / Color Setting = HighBrightness -----------
*UIConstraints: *OKControl NoPrCm *OKColorRenderStyle HighBrightness
*UIConstraints: *OKColorRenderStyle HighBrightness *OKControl NoPrCm 

*%----Office Color / Color Setting = DigCam -----------
*UIConstraints: *OKControl NoPrCm *OKColorRenderStyle DigCam
*UIConstraints: *OKColorRenderStyle DigCam *OKControl NoPrCm 

*%----Office Color / Color Setting = sRGB -----------
*UIConstraints: *OKControl NoPrCm *OKColorRenderStyle sRGB
*UIConstraints: *OKColorRenderStyle sRGB *OKControl NoPrCm 

*%-------------------------------------------------------------
*%----Office Color / Black Finish -----------
*%-------------------------------------------------------------
*UIConstraints: *OKControl Gray *OKBlackSubstitution Glossy
*UIConstraints: *OKBlackSubstitution Glossy *OKControl Gray 

*UIConstraints: *OKControl Gray *OKBlackSubstitution Matte
*UIConstraints: *OKBlackSubstitution Matte *OKControl Gray 

*%-------------------------------------------------------------
*%----Office Color / Color Simulation -----------
*%-------------------------------------------------------------
*%----Office Color / Color Simulation = Japan Color -----------
*UIConstraints: *OKControl Gray *OKTargetColor InkType3
*UIConstraints: *OKTargetColor InkType3 *OKControl Gray 

*%----Office Color / Color Simulation = Euroscale -----------
*UIConstraints: *OKControl Gray *OKTargetColor InkType2
*UIConstraints: *OKTargetColor InkType2 *OKControl Gray 

*%----Office Color / Color Simulation = SWOP -----------
*UIConstraints: *OKControl Gray *OKTargetColor InkType1
*UIConstraints: *OKTargetColor InkType1 *OKControl Gray 

*%-------------------------------------------------------------
*%----Office Color / Color Setting -----------
*%-------------------------------------------------------------
*%----Office Color / Color Setting = Natural -----------
*UIConstraints: *OKControl Gray *OKColorRenderStyle Natural
*UIConstraints: *OKColorRenderStyle Natural *OKControl Gray 

*%----Office Color / Color Setting = Vivid -----------
*UIConstraints: *OKControl Gray *OKColorRenderStyle Vivid
*UIConstraints: *OKColorRenderStyle Vivid *OKControl Gray 

*%----Office Color / Color Setting = HighBrightness -----------
*UIConstraints: *OKControl Gray *OKColorRenderStyle HighBrightness
*UIConstraints: *OKColorRenderStyle HighBrightness *OKControl Gray 

*%----Office Color / Color Setting = DigCam -----------
*UIConstraints: *OKControl Gray *OKColorRenderStyle DigCam
*UIConstraints: *OKColorRenderStyle DigCam *OKControl Gray 

*%----Office Color / Color Setting = sRGB -----------
*UIConstraints: *OKControl Gray *OKColorRenderStyle sRGB
*UIConstraints: *OKColorRenderStyle sRGB *OKControl Gray 



*% Printer Messages _____
*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"
*% Status (format: %%[ status: <Message from the list below> ] %%)
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "PrinterError: toner low"
*Status: "PrinterError: toner sensor error"
*Status: "PrinterError: image drum life"
*Status: "PrinterError: fuser life"
*Status: "PrinterError: belt life"
*Status: "PrinterError: HDD trouble"
*Status: "PrinterError: file system full"
*Status: "PrinterError: disk full"
*Status: "PrinterError: memory overflow"
*Status: "PrinterError: waiting for manual feed"
*Status: "PrinterError: either paper empty, or no tray installed"
*Status: "PrinterError: stacker full error"
*Status: "PrinterError: cover open"
*Status: "PrinterError: toner empty error"
*Status: "PrinterError: paper size error"
*Status: "PrinterError: hopping error"
*Status: "PrinterError: paper feed jam"
*Status: "PrinterError: paper exit jam"
*Status: "PrinterError: paper duplex feed jam"
*Status: "PrinterError: paper duplex input jam"
*Status: "PrinterError: drum missing"
*Status: "PrinterError: belt unit not installed"
*Status: "PrinterError: fuser unit not installed"
*Status: "PrinterError: toner mixing mode"
*Status: "PrinterError: balance error"
*Status: "PrinterError: calibration error"
*Status: "PrinterError: density error"
*Status: "PrinterError: gammer error"
*Status: "PrinterError: process control off"
*Status: "PrinterError: printer engine life"
*Status: "PrinterError: oil roller not installed"
*Status: "PrinterError: oil roller life"
*Status: "PrinterError: waste toner full"
*Status: "PrinterError: waste toner near full"
*Status: "PrinterError: waste toner sensor full"

*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
*Source: "Parallel"
*Source: "EtherTalk"
*Source: "HSP"
*Source: "USB"
*PrinterError: "toner low"
*PrinterError: "toner sensor error"
*PrinterError: "image drum life"
*PrinterError: "fuser life"
*PrinterError: "belt life"
*PrinterError: "HDD trouble"
*PrinterError: "file system full"
*PrinterError: "disk full"
*PrinterError: "memory overflow"
*PrinterError: "waiting for manual feed"
*PrinterError: "either paper empty, or no tray installed"
*PrinterError: "stacker full error"
*PrinterError: "cover open"
*PrinterError: "toner empty error"
*PrinterError: "paper size error"
*PrinterError: "hopping error"
*PrinterError: "paper feed jam"
*PrinterError: "paper exit jam"
*PrinterError: "paper duplex feed jam"
*PrinterError: "paper duplex input jam"
*PrinterError: "drum missing"
*PrinterError: "belt unit not installed"
*PrinterError: "fuser unit not installed"
*PrinterError: "toner mixing mode"
*PrinterError: "balance error"
*PrinterError: "calibration error"
*PrinterError: "density error"
*PrinterError: "gammer error"
*PrinterError: "process control off"
*PrinterError: "printer engine life"
*PrinterError: "oil roller not installed"
*PrinterError: "oil roller life"
*PrinterError: "waste toner full"
*PrinterError: "waste toner near full"
*PrinterError: "waste toner sensor full"

*% _____ Color Separation Information _____
*DefaultColorSep: ProcessBlack.170lpi.600dpi/170 lpi / 600 dpi

*% For 170 lpi / 600 dpi =============================== (Multilevel or 600 dpi)

*ColorSepScreenAngle ProcessBlack.170lpi.600dpi/170 lpi / 600 dpi: "45"
*ColorSepScreenAngle CustomColor.170lpi.600dpi/170 lpi / 600 dpi: "45"
*ColorSepScreenAngle ProcessCyan.170lpi.600dpi/170 lpi / 600 dpi: "162"
*ColorSepScreenAngle ProcessMagenta.170lpi.600dpi/170 lpi / 600 dpi: "18"
*ColorSepScreenAngle ProcessYellow.170lpi.600dpi/170 lpi / 600 dpi: "45"

*ColorSepScreenFreq ProcessBlack.170lpi.600dpi/170 lpi / 600 dpi: "170"
*ColorSepScreenFreq CustomColor.170lpi.600dpi/170 lpi / 600 dpi: "170"
*ColorSepScreenFreq ProcessCyan.170lpi.600dpi/170 lpi / 600 dpi: "170"
*ColorSepScreenFreq ProcessMagenta.170lpi.600dpi/170 lpi / 600 dpi: "170"
*ColorSepScreenFreq ProcessYellow.170lpi.600dpi/170 lpi / 600 dpi: "210"

*% For 180 lpi / 1200 dpi ===============================

*ColorSepScreenAngle ProcessBlack.180lpi.1200dpi/180 lpi / 1200 dpi: "90"
*ColorSepScreenAngle CustomColor.180lpi.1200dpi/180 lpi / 1200 dpi: "90"
*ColorSepScreenAngle ProcessCyan.180lpi.1200dpi/180 lpi / 1200 dpi: "56"
*ColorSepScreenAngle ProcessMagenta.180lpi.1200dpi/180 lpi / 1200 dpi: "124"
*ColorSepScreenAngle ProcessYellow.180lpi.1200dpi/180 lpi / 1200 dpi: "32"

*ColorSepScreenFreq ProcessBlack.180lpi.1200dpi/180 lpi / 1200 dpi: "180"
*ColorSepScreenFreq CustomColor.180lpi.1200dpi/180 lpi / 1200 dpi: "180"
*ColorSepScreenFreq ProcessCyan.180lpi.1200dpi/180 lpi / 1200 dpi: "150"
*ColorSepScreenFreq ProcessMagenta.180lpi.1200dpi/180 lpi / 1200 dpi: "150"
*ColorSepScreenFreq ProcessYellow.180lpi.1200dpi/180 lpi / 1200 dpi: "140"