summaryrefslogtreecommitdiff
path: root/db/source/PPD/Lanier/PS/Lanier-LD345c_PS.ppd
blob: c2939a54a2fe44f78a495ef0a1e3dec889851306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
*PPD-Adobe: "4.3"
*%
*%  Printer Description file
*%    for "Lanier LD345c PS"
*%
*%    CreationDate: 2004/03/23
*%    Modified:     2005/08/29
*%
*%    COPYRIGHT (C) 2004-2005 RICOH COMPANY, LTD.
*%    
*%    Permission is hereby granted, free of charge, to any person obtaining
*%    a copy of this software and associated documentation files (the
*%    "Software"), to deal in the Software without restriction, including
*%    without limitation the rights to use, copy, modify, merge, publish,
*%    distribute, sublicense, and/or sell copies of the Software, and to
*%    permit persons to whom the Software is furnished to do so, subject to
*%    the following conditions:
*%    
*%    The above copyright notice and this permission notice shall be
*%    included in all copies or substantial portions of the Software.
*%    
*%    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
*%    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
*%    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
*%    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
*%    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
*%    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
*%    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*%    
*%    [this is the MIT open source license -- please see www.opensource.org]
*%

*FileVersion: "1.00"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*ModelName: "Lanier LD345c"
*PCFileName: "LAND3453.PPD"
*Manufacturer: "Lanier"
*Product: "(LANIER LD345c PS3)"
*PSVersion: "(3015.102) 2"
*ShortNickName: "Lanier LD345c PS"
*NickName: "Lanier LD345c PS"

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

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

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

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

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

*Throughput: "45"

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

*OpenGroup: InstallableOptions/Installable Options

*OpenUI *Option1/Tray: PickOne
*DefaultOption1: None
*Option1 None/None: ""
*Option1 1Cassette/Tray 3: ""
*Option1 2Cassette/Tray 3 and 4: ""
*?Option1: "
  save
  {
   /num 0 def
   currentpagedevice /InputAttributes get
   {type (dicttype) eq {/num num 1 add def} if pop} forall
   num
     dup 3 eq { (None) exit } if
     dup 4 eq { (1Cassette) exit } if
     5 eq { (2Cassette) exit } if
     (Unknown) exit
   } loop
   mark count 1 sub 2 roll cleartomark
   = flush
  restore
"
*End
*CloseUI: *Option1

*OpenUI *Option30/Finisher: PickOne
*DefaultOption30: None
*Option30 None/Not Installed: ""
*Option30 Fin2250/2 Tray Finisher: ""
*Option30 FinKINU/Booklet Finisher: ""
*?Option30: "
   save
mark
(None)
userdict /86f6369627 known {
	userdict /86f6369627 get 
	/perifdict get /outslot get dup type /arraytype eq {
	    {
		dup 18 eq {(FinKINU) exit} if 
		dup 7 eq {(Fin2250) exit} if 
		pop
	    } forall
	}{pop} ifelse
}{
    currentpagedevice /OutputAttributes get dup
    31 get null ne
	{pop (Fin2250)}
	{
	 dup 32 get null ne
		{pop (FinKINU)}
		{pop (None)} ifelse
	} ifelse
}ifelse
= flush
cleartomark 
restore
"
*End

*CloseUI: *Option30

*OpenUI *Option50/Left Tray 1 and 2: PickOne
*DefaultOption50: False
*Option50 False/Not Installed: ""
*Option50 True/Installed: ""
*?Option50: "
save
mark
userdict /86f6369627 known {
	userdict /86f6369627 get 
	/perifdict get /outslot get dup type /arraytype eq {
	{
		dup 0 eq {(True) exit}
			{(False)} ifelse
	} forall
	}
	{(False)} ifelse
}
{
  currentpagedevice /OutputAttributes get dup 20 known
  {20 get null ne {(True)}{(False)} ifelse} {pop (False)} ifelse
} ifelse
    = flush
cleartomark
  restore
"
*End
*CloseUI: *Option50

*CloseGroup: InstallableOptions

*%========== Left Tray 1 and 2 / Finisher
*UIConstraints: *Option50 True *Option30 Fin2250
*UIConstraints: *Option50 True *Option30 FinKINU
*UIConstraints: *Option30 Fin2250 *Option50 True
*UIConstraints: *Option30 FinKINU *Option50 True

*%========== Option Tray / InputSlot
*UIConstraints: *Option1 None *InputSlot 3Tray
*UIConstraints: *Option1 None *InputSlot 4Tray
*UIConstraints: *Option1 1Cassette *InputSlot 4Tray
*UIConstraints: *InputSlot 3Tray *Option1 None
*UIConstraints: *InputSlot 4Tray *Option1 None
*UIConstraints: *InputSlot 4Tray *Option1 1Cassette

*%========== Finisher / Staple
*UIConstraints: *Option30 None *StapleLocation UpperLeft
*UIConstraints: *Option30 None *StapleLocation UpperRight
*UIConstraints: *Option30 None *StapleLocation LowerLeft
*UIConstraints: *Option30 None *StapleLocation LowerRight
*UIConstraints: *Option30 None *StapleLocation LeftW
*UIConstraints: *Option30 None *StapleLocation RightW
*UIConstraints: *Option30 None *StapleLocation UpperW
*UIConstraints: *Option30 None *StapleLocation LowerW
*UIConstraints: *Option30 None *StapleLocation CenterW
*UIConstraints: *Option30 Fin2250 *StapleLocation CenterW
*UIConstraints: *StapleLocation UpperLeft *Option30 None
*UIConstraints: *StapleLocation UpperRight *Option30 None
*UIConstraints: *StapleLocation LowerLeft *Option30 None
*UIConstraints: *StapleLocation LowerRight *Option30 None
*UIConstraints: *StapleLocation LeftW *Option30 None
*UIConstraints: *StapleLocation RightW *Option30 None
*UIConstraints: *StapleLocation UpperW *Option30 None
*UIConstraints: *StapleLocation LowerW *Option30 None
*UIConstraints: *StapleLocation CenterW *Option30 None
*UIConstraints: *StapleLocation CenterW *Option30 Fin2250

*%========== Finisher / Punch
*UIConstraints: *Option30 None *RIPunch Left2
*UIConstraints: *Option30 None *RIPunch Left3
*UIConstraints: *Option30 None *RIPunch Left4
*UIConstraints: *Option30 None *RIPunch Right2
*UIConstraints: *Option30 None *RIPunch Right3
*UIConstraints: *Option30 None *RIPunch Right4
*UIConstraints: *Option30 None *RIPunch Upper2
*UIConstraints: *Option30 None *RIPunch Upper3
*UIConstraints: *Option30 None *RIPunch Upper4
*UIConstraints: *Option30 None *RIPunch Lower2
*UIConstraints: *Option30 None *RIPunch Lower3
*UIConstraints: *Option30 None *RIPunch Lower4
*UIConstraints: *RIPunch Left2 *Option30 None
*UIConstraints: *RIPunch Left3 *Option30 None
*UIConstraints: *RIPunch Left4 *Option30 None
*UIConstraints: *RIPunch Right2 *Option30 None
*UIConstraints: *RIPunch Right3 *Option30 None
*UIConstraints: *RIPunch Right4 *Option30 None
*UIConstraints: *RIPunch Upper2 *Option30 None
*UIConstraints: *RIPunch Upper3 *Option30 None
*UIConstraints: *RIPunch Upper4 *Option30 None
*UIConstraints: *RIPunch Lower2 *Option30 None
*UIConstraints: *RIPunch Lower3 *Option30 None
*UIConstraints: *RIPunch Lower4 *Option30 None

*%========== Finisher / OutputBin
*UIConstraints: *Option30 None *OutputBin Fin2250Upper
*UIConstraints: *Option30 None *OutputBin Fin2250Lower
*UIConstraints: *Option30 None *OutputBin FinKINUShift
*UIConstraints: *Option30 None *OutputBin FinBooklet
*UIConstraints: *Option30 Fin2250 *OutputBin FinKINUShift
*UIConstraints: *Option30 Fin2250 *OutputBin FinBooklet
*UIConstraints: *Option30 FinKINU *OutputBin Fin2250Upper
*UIConstraints: *Option30 FinKINU *OutputBin Fin2250Lower
*UIConstraints: *OutputBin Fin2250Upper *Option30 None
*UIConstraints: *OutputBin Fin2250Lower *Option30 None
*UIConstraints: *OutputBin FinKINUShift *Option30 None
*UIConstraints: *OutputBin FinBooklet *Option30 None
*UIConstraints: *OutputBin FinKINUShift *Option30 Fin2250
*UIConstraints: *OutputBin FinBooklet *Option30 Fin2250
*UIConstraints: *OutputBin Fin2250Upper *Option30 FinKINU
*UIConstraints: *OutputBin Fin2250Lower *Option30 FinKINU

*%========== Left Tray 1 and 2 / OutputBin
*UIConstraints: *Option50 False *OutputBin CFBin1
*UIConstraints: *Option50 False *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin1 *Option50 False
*UIConstraints: *OutputBin CFBin2 *Option50 False

*%========== MediaType / InputSlot
*UIConstraints: *MediaType OHP *InputSlot 1Tray
*UIConstraints: *MediaType OHP *InputSlot 2Tray
*UIConstraints: *MediaType OHP *InputSlot 3Tray
*UIConstraints: *MediaType OHP *InputSlot 4Tray
*UIConstraints: *MediaType Thick *InputSlot 1Tray
*UIConstraints: *MediaType Thick *InputSlot 2Tray
*UIConstraints: *MediaType Thick *InputSlot 3Tray
*UIConstraints: *MediaType Thick *InputSlot 4Tray
*UIConstraints: *MediaType DupPlain *InputSlot 1Tray
*UIConstraints: *MediaType DupPlain *InputSlot 2Tray
*UIConstraints: *MediaType DupPlain *InputSlot 3Tray
*UIConstraints: *MediaType DupPlain *InputSlot 4Tray
*UIConstraints: *MediaType DupThick *InputSlot 1Tray
*UIConstraints: *MediaType DupThick *InputSlot 2Tray
*UIConstraints: *MediaType DupThick *InputSlot 3Tray
*UIConstraints: *MediaType DupThick *InputSlot 4Tray
*UIConstraints: *MediaType Labels *InputSlot 1Tray
*UIConstraints: *MediaType Labels *InputSlot 2Tray
*UIConstraints: *MediaType Labels *InputSlot 3Tray
*UIConstraints: *MediaType Labels *InputSlot 4Tray
*UIConstraints: *InputSlot 1Tray *MediaType OHP
*UIConstraints: *InputSlot 2Tray *MediaType OHP
*UIConstraints: *InputSlot 3Tray *MediaType OHP
*UIConstraints: *InputSlot 4Tray *MediaType OHP
*UIConstraints: *InputSlot 1Tray *MediaType Thick
*UIConstraints: *InputSlot 2Tray *MediaType Thick
*UIConstraints: *InputSlot 3Tray *MediaType Thick
*UIConstraints: *InputSlot 4Tray *MediaType Thick
*UIConstraints: *InputSlot 1Tray *MediaType DupPlain
*UIConstraints: *InputSlot 2Tray *MediaType DupPlain
*UIConstraints: *InputSlot 3Tray *MediaType DupPlain
*UIConstraints: *InputSlot 4Tray *MediaType DupPlain
*UIConstraints: *InputSlot 1Tray *MediaType DupThick
*UIConstraints: *InputSlot 2Tray *MediaType DupThick
*UIConstraints: *InputSlot 3Tray *MediaType DupThick
*UIConstraints: *InputSlot 4Tray *MediaType DupThick
*UIConstraints: *InputSlot 1Tray *MediaType Labels
*UIConstraints: *InputSlot 2Tray *MediaType Labels
*UIConstraints: *InputSlot 3Tray *MediaType Labels
*UIConstraints: *InputSlot 4Tray *MediaType Labels

*%========== PageSize / InputSlot
*UIConstraints: *PageSize B6 *InputSlot 1Tray
*UIConstraints: *PageSize B6 *InputSlot 2Tray
*UIConstraints: *PageSize B6 *InputSlot 3Tray
*UIConstraints: *PageSize B6 *InputSlot 4Tray
*UIConstraints: *PageSize A6 *InputSlot 1Tray
*UIConstraints: *PageSize A6 *InputSlot 2Tray
*UIConstraints: *PageSize A6 *InputSlot 3Tray
*UIConstraints: *PageSize A6 *InputSlot 4Tray
*UIConstraints: *PageSize 12x18 *InputSlot 1Tray
*UIConstraints: *PageSize 12x18 *InputSlot 2Tray
*UIConstraints: *PageSize 12x18 *InputSlot 3Tray
*UIConstraints: *PageSize 12x18 *InputSlot 4Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 1Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 2Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 3Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 4Tray
*UIConstraints: *PageSize Env10 *InputSlot 1Tray
*UIConstraints: *PageSize Env10 *InputSlot 2Tray
*UIConstraints: *PageSize Env10 *InputSlot 3Tray
*UIConstraints: *PageSize Env10 *InputSlot 4Tray
*UIConstraints: *PageSize EnvMonarch *InputSlot 1Tray
*UIConstraints: *PageSize EnvMonarch *InputSlot 2Tray
*UIConstraints: *PageSize EnvMonarch *InputSlot 3Tray
*UIConstraints: *PageSize EnvMonarch *InputSlot 4Tray
*UIConstraints: *PageSize EnvC5 *InputSlot 1Tray
*UIConstraints: *PageSize EnvC5 *InputSlot 2Tray
*UIConstraints: *PageSize EnvC5 *InputSlot 3Tray
*UIConstraints: *PageSize EnvC5 *InputSlot 4Tray
*UIConstraints: *PageSize EnvC6 *InputSlot 1Tray
*UIConstraints: *PageSize EnvC6 *InputSlot 2Tray
*UIConstraints: *PageSize EnvC6 *InputSlot 3Tray
*UIConstraints: *PageSize EnvC6 *InputSlot 4Tray
*UIConstraints: *PageSize DLEnv *InputSlot 1Tray
*UIConstraints: *PageSize DLEnv *InputSlot 2Tray
*UIConstraints: *PageSize DLEnv *InputSlot 3Tray
*UIConstraints: *PageSize DLEnv *InputSlot 4Tray
*UIConstraints: *InputSlot 1Tray *PageSize B6
*UIConstraints: *InputSlot 2Tray *PageSize B6
*UIConstraints: *InputSlot 3Tray *PageSize B6
*UIConstraints: *InputSlot 4Tray *PageSize B6
*UIConstraints: *InputSlot 1Tray *PageSize A6
*UIConstraints: *InputSlot 2Tray *PageSize A6
*UIConstraints: *InputSlot 3Tray *PageSize A6
*UIConstraints: *InputSlot 4Tray *PageSize A6
*UIConstraints: *InputSlot 1Tray *PageSize 12x18
*UIConstraints: *InputSlot 2Tray *PageSize 12x18
*UIConstraints: *InputSlot 3Tray *PageSize 12x18
*UIConstraints: *InputSlot 4Tray *PageSize 12x18
*UIConstraints: *InputSlot 1Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 2Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 3Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 4Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 1Tray *PageSize Env10
*UIConstraints: *InputSlot 2Tray *PageSize Env10
*UIConstraints: *InputSlot 3Tray *PageSize Env10
*UIConstraints: *InputSlot 4Tray *PageSize Env10
*UIConstraints: *InputSlot 1Tray *PageSize EnvMonarch
*UIConstraints: *InputSlot 2Tray *PageSize EnvMonarch
*UIConstraints: *InputSlot 3Tray *PageSize EnvMonarch
*UIConstraints: *InputSlot 4Tray *PageSize EnvMonarch
*UIConstraints: *InputSlot 1Tray *PageSize EnvC5
*UIConstraints: *InputSlot 2Tray *PageSize EnvC5
*UIConstraints: *InputSlot 3Tray *PageSize EnvC5
*UIConstraints: *InputSlot 4Tray *PageSize EnvC5
*UIConstraints: *InputSlot 1Tray *PageSize EnvC6
*UIConstraints: *InputSlot 2Tray *PageSize EnvC6
*UIConstraints: *InputSlot 3Tray *PageSize EnvC6
*UIConstraints: *InputSlot 4Tray *PageSize EnvC6
*UIConstraints: *InputSlot 1Tray *PageSize DLEnv
*UIConstraints: *InputSlot 2Tray *PageSize DLEnv
*UIConstraints: *InputSlot 3Tray *PageSize DLEnv
*UIConstraints: *InputSlot 4Tray *PageSize DLEnv

*UIConstraints: *PageRegion B6 *InputSlot 1Tray
*UIConstraints: *PageRegion B6 *InputSlot 2Tray
*UIConstraints: *PageRegion B6 *InputSlot 3Tray
*UIConstraints: *PageRegion B6 *InputSlot 4Tray
*UIConstraints: *PageRegion A6 *InputSlot 1Tray
*UIConstraints: *PageRegion A6 *InputSlot 2Tray
*UIConstraints: *PageRegion A6 *InputSlot 3Tray
*UIConstraints: *PageRegion A6 *InputSlot 4Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 1Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 2Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 3Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 4Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 1Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 2Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 3Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 4Tray
*UIConstraints: *PageRegion Env10 *InputSlot 1Tray
*UIConstraints: *PageRegion Env10 *InputSlot 2Tray
*UIConstraints: *PageRegion Env10 *InputSlot 3Tray
*UIConstraints: *PageRegion Env10 *InputSlot 4Tray
*UIConstraints: *PageRegion EnvMonarch *InputSlot 1Tray
*UIConstraints: *PageRegion EnvMonarch *InputSlot 2Tray
*UIConstraints: *PageRegion EnvMonarch *InputSlot 3Tray
*UIConstraints: *PageRegion EnvMonarch *InputSlot 4Tray
*UIConstraints: *PageRegion EnvC5 *InputSlot 1Tray
*UIConstraints: *PageRegion EnvC5 *InputSlot 2Tray
*UIConstraints: *PageRegion EnvC5 *InputSlot 3Tray
*UIConstraints: *PageRegion EnvC5 *InputSlot 4Tray
*UIConstraints: *PageRegion EnvC6 *InputSlot 1Tray
*UIConstraints: *PageRegion EnvC6 *InputSlot 2Tray
*UIConstraints: *PageRegion EnvC6 *InputSlot 3Tray
*UIConstraints: *PageRegion EnvC6 *InputSlot 4Tray
*UIConstraints: *PageRegion DLEnv *InputSlot 1Tray
*UIConstraints: *PageRegion DLEnv *InputSlot 2Tray
*UIConstraints: *PageRegion DLEnv *InputSlot 3Tray
*UIConstraints: *PageRegion DLEnv *InputSlot 4Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B6
*UIConstraints: *InputSlot 2Tray *PageRegion B6
*UIConstraints: *InputSlot 3Tray *PageRegion B6
*UIConstraints: *InputSlot 4Tray *PageRegion B6
*UIConstraints: *InputSlot 1Tray *PageRegion A6
*UIConstraints: *InputSlot 2Tray *PageRegion A6
*UIConstraints: *InputSlot 3Tray *PageRegion A6
*UIConstraints: *InputSlot 4Tray *PageRegion A6
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18
*UIConstraints: *InputSlot 2Tray *PageRegion 12x18
*UIConstraints: *InputSlot 3Tray *PageRegion 12x18
*UIConstraints: *InputSlot 4Tray *PageRegion 12x18
*UIConstraints: *InputSlot 1Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 2Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 3Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 4Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 1Tray *PageRegion Env10
*UIConstraints: *InputSlot 2Tray *PageRegion Env10
*UIConstraints: *InputSlot 3Tray *PageRegion Env10
*UIConstraints: *InputSlot 4Tray *PageRegion Env10
*UIConstraints: *InputSlot 1Tray *PageRegion EnvMonarch
*UIConstraints: *InputSlot 2Tray *PageRegion EnvMonarch
*UIConstraints: *InputSlot 3Tray *PageRegion EnvMonarch
*UIConstraints: *InputSlot 4Tray *PageRegion EnvMonarch
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC5
*UIConstraints: *InputSlot 2Tray *PageRegion EnvC5
*UIConstraints: *InputSlot 3Tray *PageRegion EnvC5
*UIConstraints: *InputSlot 4Tray *PageRegion EnvC5
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC6
*UIConstraints: *InputSlot 2Tray *PageRegion EnvC6
*UIConstraints: *InputSlot 3Tray *PageRegion EnvC6
*UIConstraints: *InputSlot 4Tray *PageRegion EnvC6
*UIConstraints: *InputSlot 1Tray *PageRegion DLEnv
*UIConstraints: *InputSlot 2Tray *PageRegion DLEnv
*UIConstraints: *InputSlot 3Tray *PageRegion DLEnv
*UIConstraints: *InputSlot 4Tray *PageRegion DLEnv

*UIConstraints: *PageSize A3 *InputSlot 1Tray
*UIConstraints: *PageSize A5 *InputSlot 1Tray
*UIConstraints: *PageSize B4 *InputSlot 1Tray
*UIConstraints: *PageSize B5 *InputSlot 1Tray
*UIConstraints: *PageSize Legal *InputSlot 1Tray
*UIConstraints: *PageSize 11x17 *InputSlot 1Tray
*UIConstraints: *PageSize Executive *InputSlot 1Tray
*UIConstraints: *PageSize F *InputSlot 1Tray
*UIConstraints: *PageSize Folio *InputSlot 1Tray
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *PageSize 8Kai *InputSlot 1Tray
*UIConstraints: *PageSize 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A3
*UIConstraints: *InputSlot 1Tray *PageSize A5
*UIConstraints: *InputSlot 1Tray *PageSize B4
*UIConstraints: *InputSlot 1Tray *PageSize B5
*UIConstraints: *InputSlot 1Tray *PageSize Legal
*UIConstraints: *InputSlot 1Tray *PageSize 11x17
*UIConstraints: *InputSlot 1Tray *PageSize Executive
*UIConstraints: *InputSlot 1Tray *PageSize F
*UIConstraints: *InputSlot 1Tray *PageSize Folio
*UIConstraints: *InputSlot 1Tray *PageSize FanFoldGermanLegal
*UIConstraints: *InputSlot 1Tray *PageSize 8Kai
*UIConstraints: *InputSlot 1Tray *PageSize 16Kai

*UIConstraints: *PageRegion A3 *InputSlot 1Tray
*UIConstraints: *PageRegion A5 *InputSlot 1Tray
*UIConstraints: *PageRegion B4 *InputSlot 1Tray
*UIConstraints: *PageRegion B5 *InputSlot 1Tray
*UIConstraints: *PageRegion Legal *InputSlot 1Tray
*UIConstraints: *PageRegion 11x17 *InputSlot 1Tray
*UIConstraints: *PageRegion Executive *InputSlot 1Tray
*UIConstraints: *PageRegion F *InputSlot 1Tray
*UIConstraints: *PageRegion Folio *InputSlot 1Tray
*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *PageRegion 8Kai *InputSlot 1Tray
*UIConstraints: *PageRegion 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A3
*UIConstraints: *InputSlot 1Tray *PageRegion A5
*UIConstraints: *InputSlot 1Tray *PageRegion B4
*UIConstraints: *InputSlot 1Tray *PageRegion B5
*UIConstraints: *InputSlot 1Tray *PageRegion Legal
*UIConstraints: *InputSlot 1Tray *PageRegion 11x17
*UIConstraints: *InputSlot 1Tray *PageRegion Executive
*UIConstraints: *InputSlot 1Tray *PageRegion F
*UIConstraints: *InputSlot 1Tray *PageRegion Folio
*UIConstraints: *InputSlot 1Tray *PageRegion FanFoldGermanLegal
*UIConstraints: *InputSlot 1Tray *PageRegion 8Kai
*UIConstraints: *InputSlot 1Tray *PageRegion 16Kai

*%========== PageSize / Duplex
*UIConstraints: *PageSize B6 *Duplex DuplexTumble
*UIConstraints: *PageSize B6 *Duplex DuplexNoTumble
*UIConstraints: *PageSize A6 *Duplex DuplexTumble
*UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
*UIConstraints: *PageSize HalfLetter *Duplex DuplexTumble
*UIConstraints: *PageSize HalfLetter *Duplex DuplexNoTumble
*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *PageSize EnvC6 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvC6 *Duplex DuplexNoTumble
*UIConstraints: *PageSize DLEnv *Duplex DuplexTumble
*UIConstraints: *PageSize DLEnv *Duplex DuplexNoTumble
*UIConstraints: *PageSize 12x18 *Duplex DuplexTumble
*UIConstraints: *PageSize 12x18 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize B6
*UIConstraints: *Duplex DuplexNoTumble *PageSize B6
*UIConstraints: *Duplex DuplexTumble *PageSize A6
*UIConstraints: *Duplex DuplexNoTumble *PageSize A6
*UIConstraints: *Duplex DuplexTumble *PageSize HalfLetter
*UIConstraints: *Duplex DuplexNoTumble *PageSize HalfLetter
*UIConstraints: *Duplex DuplexTumble *PageSize Env10
*UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
*UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC6
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6
*UIConstraints: *Duplex DuplexTumble *PageSize DLEnv
*UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv
*UIConstraints: *Duplex DuplexTumble *PageSize 12x18
*UIConstraints: *Duplex DuplexNoTumble *PageSize 12x18

*UIConstraints: *PageRegion B6 *Duplex DuplexTumble
*UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion A6 *Duplex DuplexTumble
*UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion HalfLetter *Duplex DuplexTumble
*UIConstraints: *PageRegion HalfLetter *Duplex DuplexNoTumble
*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion EnvC6 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvC6 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion DLEnv *Duplex DuplexTumble
*UIConstraints: *PageRegion DLEnv *Duplex DuplexNoTumble
*UIConstraints: *PageRegion 12x18 *Duplex DuplexTumble
*UIConstraints: *PageRegion 12x18 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion B6
*UIConstraints: *Duplex DuplexNoTumble *PageRegion B6
*UIConstraints: *Duplex DuplexTumble *PageRegion A6
*UIConstraints: *Duplex DuplexNoTumble *PageRegion A6
*UIConstraints: *Duplex DuplexTumble *PageRegion HalfLetter
*UIConstraints: *Duplex DuplexNoTumble *PageRegion HalfLetter
*UIConstraints: *Duplex DuplexTumble *PageRegion Env10
*UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6
*UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv
*UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv
*UIConstraints: *Duplex DuplexTumble *PageRegion 12x18
*UIConstraints: *Duplex DuplexNoTumble *PageRegion 12x18

*%=== PaperSize & Outputbin
*UIConstraints: *PageSize A5 *OutputBin FinKINUShift
*UIConstraints: *PageSize A5 *OutputBin FinBooklet
*UIConstraints: *PageSize A6 *OutputBin FinKINUShift
*UIConstraints: *PageSize A6 *OutputBin FinBooklet
*UIConstraints: *PageSize A6 *OutputBin CFBin1
*UIConstraints: *PageSize A6 *OutputBin CFBin2
*UIConstraints: *PageSize A6 *OutputBin Fin2250Upper
*UIConstraints: *PageSize A6 *OutputBin Fin2250Lower
*UIConstraints: *PageSize B5 *OutputBin FinBooklet
*UIConstraints: *PageSize B6 *OutputBin FinKINUShift
*UIConstraints: *PageSize B6 *OutputBin FinBooklet
*UIConstraints: *PageSize B6 *OutputBin CFBin1
*UIConstraints: *PageSize B6 *OutputBin CFBin2
*UIConstraints: *PageSize B6 *OutputBin Fin2250Upper
*UIConstraints: *PageSize B6 *OutputBin Fin2250Lower
*UIConstraints: *PageSize HalfLetter *OutputBin FinKINUShift
*UIConstraints: *PageSize HalfLetter *OutputBin FinBooklet
*UIConstraints: *PageSize HalfLetter *OutputBin CFBin1
*UIConstraints: *PageSize HalfLetter *OutputBin CFBin2
*UIConstraints: *PageSize HalfLetter *OutputBin Fin2250Upper
*UIConstraints: *PageSize HalfLetter *OutputBin Fin2250Lower
*UIConstraints: *PageSize 12x18 *OutputBin Standard
*UIConstraints: *PageSize 12x18 *OutputBin FinKINUShift
*UIConstraints: *PageSize 12x18 *OutputBin FinBooklet
*UIConstraints: *PageSize 12x18 *OutputBin CFBin1
*UIConstraints: *PageSize 12x18 *OutputBin CFBin2
*UIConstraints: *PageSize 12x18 *OutputBin Fin2250Upper
*UIConstraints: *PageSize 12x18 *OutputBin Fin2250Lower
*UIConstraints: *PageSize Executive *OutputBin FinKINUShift
*UIConstraints: *PageSize Executive *OutputBin FinBooklet
*UIConstraints: *PageSize F *OutputBin FinKINUShift
*UIConstraints: *PageSize F *OutputBin FinBooklet
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinKINUShift
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinBooklet
*UIConstraints: *PageSize Folio *OutputBin FinKINUShift
*UIConstraints: *PageSize Folio *OutputBin FinBooklet
*UIConstraints: *PageSize Env10 *OutputBin Standard
*UIConstraints: *PageSize Env10 *OutputBin FinKINUShift
*UIConstraints: *PageSize Env10 *OutputBin FinBooklet
*UIConstraints: *PageSize Env10 *OutputBin CFBin1
*UIConstraints: *PageSize Env10 *OutputBin CFBin2
*UIConstraints: *PageSize Env10 *OutputBin Fin2250Upper
*UIConstraints: *PageSize Env10 *OutputBin Fin2250Lower
*UIConstraints: *PageSize EnvMonarch *OutputBin Standard
*UIConstraints: *PageSize EnvMonarch *OutputBin FinKINUShift
*UIConstraints: *PageSize EnvMonarch *OutputBin FinBooklet
*UIConstraints: *PageSize EnvMonarch *OutputBin CFBin1
*UIConstraints: *PageSize EnvMonarch *OutputBin CFBin2
*UIConstraints: *PageSize EnvMonarch *OutputBin Fin2250Upper
*UIConstraints: *PageSize EnvMonarch *OutputBin Fin2250Lower
*UIConstraints: *PageSize EnvC5 *OutputBin Standard
*UIConstraints: *PageSize EnvC5 *OutputBin FinKINUShift
*UIConstraints: *PageSize EnvC5 *OutputBin FinBooklet
*UIConstraints: *PageSize EnvC5 *OutputBin CFBin1
*UIConstraints: *PageSize EnvC5 *OutputBin CFBin2
*UIConstraints: *PageSize EnvC5 *OutputBin Fin2250Upper
*UIConstraints: *PageSize EnvC5 *OutputBin Fin2250Lower
*UIConstraints: *PageSize EnvC6 *OutputBin Standard
*UIConstraints: *PageSize EnvC6 *OutputBin FinKINUShift
*UIConstraints: *PageSize EnvC6 *OutputBin FinBooklet
*UIConstraints: *PageSize EnvC6 *OutputBin CFBin1
*UIConstraints: *PageSize EnvC6 *OutputBin CFBin2
*UIConstraints: *PageSize EnvC6 *OutputBin Fin2250Upper
*UIConstraints: *PageSize EnvC6 *OutputBin Fin2250Lower
*UIConstraints: *PageSize DLEnv *OutputBin Standard
*UIConstraints: *PageSize DLEnv *OutputBin FinKINUShift
*UIConstraints: *PageSize DLEnv *OutputBin FinBooklet
*UIConstraints: *PageSize DLEnv *OutputBin CFBin1
*UIConstraints: *PageSize DLEnv *OutputBin CFBin2
*UIConstraints: *PageSize DLEnv *OutputBin Fin2250Upper
*UIConstraints: *PageSize DLEnv *OutputBin Fin2250Lower
*UIConstraints: *PageSize 8Kai *OutputBin FinKINUShift
*UIConstraints: *PageSize 8Kai *OutputBin FinBooklet
*UIConstraints: *PageSize 16Kai *OutputBin FinKINUShift
*UIConstraints: *PageSize 16Kai *OutputBin FinBooklet

*UIConstraints: *OutputBin FinKINUShift *PageSize A5
*UIConstraints: *OutputBin FinBooklet *PageSize A5
*UIConstraints: *OutputBin FinKINUShift *PageSize A6
*UIConstraints: *OutputBin FinBooklet *PageSize A6
*UIConstraints: *OutputBin CFBin1 *PageSize A6 
*UIConstraints: *OutputBin CFBin2 *PageSize A6
*UIConstraints: *OutputBin Fin2250Upper *PageSize A6
*UIConstraints: *OutputBin Fin2250Lower *PageSize A6
*UIConstraints: *OutputBin FinBooklet *PageSize B5
*UIConstraints: *OutputBin FinKINUShift *PageSize B6
*UIConstraints: *OutputBin FinBooklet *PageSize B6
*UIConstraints: *OutputBin CFBin1 *PageSize B6
*UIConstraints: *OutputBin CFBin2 *PageSize B6
*UIConstraints: *OutputBin Fin2250Upper *PageSize B6
*UIConstraints: *OutputBin Fin2250Lower *PageSize B6
*UIConstraints: *OutputBin FinKINUShift *PageSize HalfLetter
*UIConstraints: *OutputBin FinBooklet *PageSize HalfLetter
*UIConstraints: *OutputBin CFBin1 *PageSize HalfLetter
*UIConstraints: *OutputBin CFBin2 *PageSize HalfLetter
*UIConstraints: *OutputBin Fin2250Upper *PageSize HalfLetter
*UIConstraints: *OutputBin Fin2250Lower *PageSize HalfLetter
*UIConstraints: *OutputBin Standard *PageSize 12x18
*UIConstraints: *OutputBin FinKINUShift *PageSize 12x18
*UIConstraints: *OutputBin FinBooklet *PageSize 12x18
*UIConstraints: *OutputBin CFBin1 *PageSize 12x18
*UIConstraints: *OutputBin CFBin2 *PageSize 12x18
*UIConstraints: *OutputBin Fin2250Upper *PageSize 12x18
*UIConstraints: *OutputBin Fin2250Lower *PageSize 12x18
*UIConstraints: *OutputBin FinKINUShift *PageSize Executive
*UIConstraints: *OutputBin FinBooklet *PageSize Executive
*UIConstraints: *OutputBin FinKINUShift *PageSize F
*UIConstraints: *OutputBin FinBooklet *PageSize F
*UIConstraints: *OutputBin FinKINUShift *PageSize FanFoldGermanLegal
*UIConstraints: *OutputBin FinBooklet *PageSize FanFoldGermanLegal
*UIConstraints: *OutputBin FinKINUShift *PageSize Folio
*UIConstraints: *OutputBin FinBooklet *PageSize Folio
*UIConstraints: *OutputBin Standard *PageSize Env10
*UIConstraints: *OutputBin FinKINUShift *PageSize Env10
*UIConstraints: *OutputBin FinBooklet *PageSize Env10
*UIConstraints: *OutputBin CFBin1 *PageSize Env10
*UIConstraints: *OutputBin CFBin2 *PageSize Env10
*UIConstraints: *OutputBin Fin2250Upper *PageSize Env10
*UIConstraints: *OutputBin Fin2250Lower *PageSize Env10
*UIConstraints: *OutputBin Standard *PageSize EnvMonarch
*UIConstraints: *OutputBin FinKINUShift *PageSize EnvMonarch
*UIConstraints: *OutputBin FinBooklet *PageSize EnvMonarch
*UIConstraints: *OutputBin CFBin1 *PageSize EnvMonarch
*UIConstraints: *OutputBin CFBin2 *PageSize EnvMonarch
*UIConstraints: *OutputBin Fin2250Upper *PageSize EnvMonarch
*UIConstraints: *OutputBin Fin2250Lower *PageSize EnvMonarch
*UIConstraints: *OutputBin Standard *PageSize EnvC5
*UIConstraints: *OutputBin FinKINUShift *PageSize EnvC5
*UIConstraints: *OutputBin FinBooklet *PageSize EnvC5
*UIConstraints: *OutputBin CFBin1 *PageSize EnvC5
*UIConstraints: *OutputBin CFBin2 *PageSize EnvC5
*UIConstraints: *OutputBin Fin2250Upper *PageSize EnvC5
*UIConstraints: *OutputBin Fin2250Lower *PageSize EnvC5
*UIConstraints: *OutputBin Standard *PageSize EnvC6
*UIConstraints: *OutputBin FinKINUShift *PageSize EnvC6
*UIConstraints: *OutputBin FinBooklet *PageSize EnvC6
*UIConstraints: *OutputBin CFBin1 *PageSize EnvC6
*UIConstraints: *OutputBin CFBin2 *PageSize EnvC6
*UIConstraints: *OutputBin Fin2250Upper *PageSize EnvC6
*UIConstraints: *OutputBin Fin2250Lower *PageSize EnvC6
*UIConstraints: *OutputBin Standard *PageSize DLEnv
*UIConstraints: *OutputBin FinKINUShift *PageSize DLEnv
*UIConstraints: *OutputBin FinBooklet *PageSize DLEnv
*UIConstraints: *OutputBin CFBin1 *PageSize DLEnv
*UIConstraints: *OutputBin CFBin2 *PageSize DLEnv
*UIConstraints: *OutputBin Fin2250Upper *PageSize DLEnv
*UIConstraints: *OutputBin Fin2250Lower *PageSize DLEnv
*UIConstraints: *OutputBin FinKINUShift *PageSize 8Kai
*UIConstraints: *OutputBin FinBooklet *PageSize 8Kai
*UIConstraints: *OutputBin FinKINUShift *PageSize 16Kai
*UIConstraints: *OutputBin FinBooklet *PageSize 16Kai

*%=== PageRegion & OutputBin
*UIConstraints: *PageRegion A5 *OutputBin FinKINUShift
*UIConstraints: *PageRegion A5 *OutputBin FinBooklet
*UIConstraints: *PageRegion A6 *OutputBin FinKINUShift
*UIConstraints: *PageRegion A6 *OutputBin FinBooklet
*UIConstraints: *PageRegion A6 *OutputBin CFBin1
*UIConstraints: *PageRegion A6 *OutputBin CFBin2
*UIConstraints: *PageRegion A6 *OutputBin Fin2250Upper
*UIConstraints: *PageRegion A6 *OutputBin Fin2250Lower
*UIConstraints: *PageRegion B5 *OutputBin FinBooklet
*UIConstraints: *PageRegion B6 *OutputBin FinKINUShift
*UIConstraints: *PageRegion B6 *OutputBin FinBooklet
*UIConstraints: *PageRegion B6 *OutputBin CFBin1
*UIConstraints: *PageRegion B6 *OutputBin CFBin2
*UIConstraints: *PageRegion B6 *OutputBin Fin2250Upper
*UIConstraints: *PageRegion B6 *OutputBin Fin2250Lower
*UIConstraints: *PageRegion HalfLetter *OutputBin FinKINUShift
*UIConstraints: *PageRegion HalfLetter *OutputBin FinBooklet
*UIConstraints: *PageRegion HalfLetter *OutputBin CFBin1
*UIConstraints: *PageRegion HalfLetter *OutputBin CFBin2
*UIConstraints: *PageRegion HalfLetter *OutputBin Fin2250Upper
*UIConstraints: *PageRegion HalfLetter *OutputBin Fin2250Lower
*UIConstraints: *PageRegion 12x18 *OutputBin Standard
*UIConstraints: *PageRegion 12x18 *OutputBin FinKINUShift
*UIConstraints: *PageRegion 12x18 *OutputBin FinBooklet
*UIConstraints: *PageRegion 12x18 *OutputBin CFBin1
*UIConstraints: *PageRegion 12x18 *OutputBin CFBin2
*UIConstraints: *PageRegion 12x18 *OutputBin Fin2250Upper
*UIConstraints: *PageRegion 12x18 *OutputBin Fin2250Lower
*UIConstraints: *PageRegion Executive *OutputBin FinKINUShift
*UIConstraints: *PageRegion Executive *OutputBin FinBooklet
*UIConstraints: *PageRegion F *OutputBin FinKINUShift
*UIConstraints: *PageRegion F *OutputBin FinBooklet
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinKINUShift
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinBooklet
*UIConstraints: *PageRegion Folio *OutputBin FinKINUShift
*UIConstraints: *PageRegion Folio *OutputBin FinBooklet
*UIConstraints: *PageRegion Env10 *OutputBin Standard
*UIConstraints: *PageRegion Env10 *OutputBin FinKINUShift
*UIConstraints: *PageRegion Env10 *OutputBin FinBooklet
*UIConstraints: *PageRegion Env10 *OutputBin CFBin1
*UIConstraints: *PageRegion Env10 *OutputBin CFBin2
*UIConstraints: *PageRegion Env10 *OutputBin Fin2250Upper
*UIConstraints: *PageRegion Env10 *OutputBin Fin2250Lower
*UIConstraints: *PageRegion EnvMonarch *OutputBin Standard
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinKINUShift
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinBooklet
*UIConstraints: *PageRegion EnvMonarch *OutputBin CFBin1
*UIConstraints: *PageRegion EnvMonarch *OutputBin CFBin2
*UIConstraints: *PageRegion EnvMonarch *OutputBin Fin2250Upper
*UIConstraints: *PageRegion EnvMonarch *OutputBin Fin2250Lower
*UIConstraints: *PageRegion EnvC5 *OutputBin Standard
*UIConstraints: *PageRegion EnvC5 *OutputBin FinKINUShift
*UIConstraints: *PageRegion EnvC5 *OutputBin FinBooklet
*UIConstraints: *PageRegion EnvC5 *OutputBin CFBin1
*UIConstraints: *PageRegion EnvC5 *OutputBin CFBin2
*UIConstraints: *PageRegion EnvC5 *OutputBin Fin2250Upper
*UIConstraints: *PageRegion EnvC5 *OutputBin Fin2250Lower
*UIConstraints: *PageRegion EnvC6 *OutputBin Standard
*UIConstraints: *PageRegion EnvC6 *OutputBin FinKINUShift
*UIConstraints: *PageRegion EnvC6 *OutputBin FinBooklet
*UIConstraints: *PageRegion EnvC6 *OutputBin CFBin1
*UIConstraints: *PageRegion EnvC6 *OutputBin CFBin2
*UIConstraints: *PageRegion EnvC6 *OutputBin Fin2250Upper
*UIConstraints: *PageRegion EnvC6 *OutputBin Fin2250Lower
*UIConstraints: *PageRegion DLEnv *OutputBin Standard
*UIConstraints: *PageRegion DLEnv *OutputBin FinKINUShift
*UIConstraints: *PageRegion DLEnv *OutputBin FinBooklet
*UIConstraints: *PageRegion DLEnv *OutputBin CFBin1
*UIConstraints: *PageRegion DLEnv *OutputBin CFBin2
*UIConstraints: *PageRegion DLEnv *OutputBin Fin2250Upper
*UIConstraints: *PageRegion DLEnv *OutputBin Fin2250Lower
*UIConstraints: *PageRegion 8Kai *OutputBin FinKINUShift
*UIConstraints: *PageRegion 8Kai *OutputBin FinBooklet
*UIConstraints: *PageRegion 16Kai *OutputBin FinKINUShift
*UIConstraints: *PageRegion 16Kai *OutputBin FinBooklet

*UIConstraints: *OutputBin FinKINUShift *PageRegion A5
*UIConstraints: *OutputBin FinBooklet *PageRegion A5
*UIConstraints: *OutputBin FinKINUShift *PageRegion A6
*UIConstraints: *OutputBin FinBooklet *PageRegion A6
*UIConstraints: *OutputBin CFBin1 *PageRegion A6 
*UIConstraints: *OutputBin CFBin2 *PageRegion A6
*UIConstraints: *OutputBin Fin2250Upper *PageRegion A6
*UIConstraints: *OutputBin Fin2250Lower *PageRegion A6
*UIConstraints: *OutputBin FinBooklet *PageRegion B5
*UIConstraints: *OutputBin FinKINUShift *PageRegion B6
*UIConstraints: *OutputBin FinBooklet *PageRegion B6
*UIConstraints: *OutputBin CFBin1 *PageRegion B6
*UIConstraints: *OutputBin CFBin2 *PageRegion B6
*UIConstraints: *OutputBin Fin2250Upper *PageRegion B6
*UIConstraints: *OutputBin Fin2250Lower *PageRegion B6
*UIConstraints: *OutputBin FinKINUShift *PageRegion HalfLetter
*UIConstraints: *OutputBin FinBooklet *PageRegion HalfLetter
*UIConstraints: *OutputBin CFBin1 *PageRegion HalfLetter
*UIConstraints: *OutputBin CFBin2 *PageRegion HalfLetter
*UIConstraints: *OutputBin Fin2250Upper *PageRegion HalfLetter
*UIConstraints: *OutputBin Fin2250Lower *PageRegion HalfLetter
*UIConstraints: *OutputBin Standard *PageRegion 12x18
*UIConstraints: *OutputBin FinKINUShift *PageRegion 12x18
*UIConstraints: *OutputBin FinBooklet *PageRegion 12x18
*UIConstraints: *OutputBin CFBin1 *PageRegion 12x18
*UIConstraints: *OutputBin CFBin2 *PageRegion 12x18
*UIConstraints: *OutputBin Fin2250Upper *PageRegion 12x18
*UIConstraints: *OutputBin Fin2250Lower *PageRegion 12x18
*UIConstraints: *OutputBin FinKINUShift *PageRegion Executive
*UIConstraints: *OutputBin FinBooklet *PageRegion Executive
*UIConstraints: *OutputBin FinKINUShift *PageRegion F
*UIConstraints: *OutputBin FinBooklet *PageRegion F
*UIConstraints: *OutputBin FinKINUShift *PageRegion FanFoldGermanLegal
*UIConstraints: *OutputBin FinBooklet *PageRegion FanFoldGermanLegal
*UIConstraints: *OutputBin FinKINUShift *PageRegion Folio
*UIConstraints: *OutputBin FinBooklet *PageRegion Folio
*UIConstraints: *OutputBin Standard *PageRegion Env10
*UIConstraints: *OutputBin FinKINUShift *PageRegion Env10
*UIConstraints: *OutputBin FinBooklet *PageRegion Env10
*UIConstraints: *OutputBin CFBin1 *PageRegion Env10
*UIConstraints: *OutputBin CFBin2 *PageRegion Env10
*UIConstraints: *OutputBin Fin2250Upper *PageRegion Env10
*UIConstraints: *OutputBin Fin2250Lower *PageRegion Env10
*UIConstraints: *OutputBin Standard *PageRegion EnvMonarch
*UIConstraints: *OutputBin FinKINUShift *PageRegion EnvMonarch
*UIConstraints: *OutputBin FinBooklet *PageRegion EnvMonarch
*UIConstraints: *OutputBin CFBin1 *PageRegion EnvMonarch
*UIConstraints: *OutputBin CFBin2 *PageRegion EnvMonarch
*UIConstraints: *OutputBin Fin2250Upper *PageRegion EnvMonarch
*UIConstraints: *OutputBin Fin2250Lower *PageRegion EnvMonarch
*UIConstraints: *OutputBin Standard *PageRegion EnvC5
*UIConstraints: *OutputBin FinKINUShift *PageRegion EnvC5
*UIConstraints: *OutputBin FinBooklet *PageRegion EnvC5
*UIConstraints: *OutputBin CFBin1 *PageRegion EnvC5
*UIConstraints: *OutputBin CFBin2 *PageRegion EnvC5
*UIConstraints: *OutputBin Fin2250Upper *PageRegion EnvC5
*UIConstraints: *OutputBin Fin2250Lower *PageRegion EnvC5
*UIConstraints: *OutputBin Standard *PageRegion EnvC6
*UIConstraints: *OutputBin FinKINUShift *PageRegion EnvC6
*UIConstraints: *OutputBin FinBooklet *PageRegion EnvC6
*UIConstraints: *OutputBin CFBin1 *PageRegion EnvC6
*UIConstraints: *OutputBin CFBin2 *PageRegion EnvC6
*UIConstraints: *OutputBin Fin2250Upper *PageRegion EnvC6
*UIConstraints: *OutputBin Fin2250Lower *PageRegion EnvC6
*UIConstraints: *OutputBin Standard *PageRegion DLEnv
*UIConstraints: *OutputBin FinKINUShift *PageRegion DLEnv
*UIConstraints: *OutputBin FinBooklet *PageRegion DLEnv
*UIConstraints: *OutputBin CFBin1 *PageRegion DLEnv
*UIConstraints: *OutputBin CFBin2 *PageRegion DLEnv
*UIConstraints: *OutputBin Fin2250Upper *PageRegion DLEnv
*UIConstraints: *OutputBin Fin2250Lower *PageRegion DLEnv
*UIConstraints: *OutputBin FinKINUShift *PageRegion 8Kai
*UIConstraints: *OutputBin FinBooklet *PageRegion 8Kai
*UIConstraints: *OutputBin FinKINUShift *PageRegion 16Kai
*UIConstraints: *OutputBin FinBooklet *PageRegion 16Kai

*%========== Staple / OutputBin
*UIConstraints: *StapleLocation UpperLeft *OutputBin Standard
*UIConstraints: *StapleLocation UpperLeft *OutputBin External
*UIConstraints: *StapleLocation UpperLeft *OutputBin CFBin1
*UIConstraints: *StapleLocation UpperLeft *OutputBin CFBin2
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinBooklet
*UIConstraints: *StapleLocation UpperRight *OutputBin Standard
*UIConstraints: *StapleLocation UpperRight *OutputBin External
*UIConstraints: *StapleLocation UpperRight *OutputBin CFBin1
*UIConstraints: *StapleLocation UpperRight *OutputBin CFBin2
*UIConstraints: *StapleLocation UpperRight *OutputBin FinBooklet
*UIConstraints: *StapleLocation LowerLeft *OutputBin Standard
*UIConstraints: *StapleLocation LowerLeft *OutputBin External
*UIConstraints: *StapleLocation LowerLeft *OutputBin CFBin1
*UIConstraints: *StapleLocation LowerLeft *OutputBin CFBin2
*UIConstraints: *StapleLocation LowerLeft *OutputBin FinBooklet
*UIConstraints: *StapleLocation LowerRight *OutputBin Standard
*UIConstraints: *StapleLocation LowerRight *OutputBin External
*UIConstraints: *StapleLocation LowerRight *OutputBin CFBin1
*UIConstraints: *StapleLocation LowerRight *OutputBin CFBin2
*UIConstraints: *StapleLocation LowerRight *OutputBin FinBooklet
*UIConstraints: *StapleLocation LeftW *OutputBin Standard
*UIConstraints: *StapleLocation LeftW *OutputBin External
*UIConstraints: *StapleLocation LeftW *OutputBin CFBin1
*UIConstraints: *StapleLocation LeftW *OutputBin CFBin2
*UIConstraints: *StapleLocation LeftW *OutputBin FinBooklet
*UIConstraints: *StapleLocation RightW *OutputBin Standard
*UIConstraints: *StapleLocation RightW *OutputBin External
*UIConstraints: *StapleLocation RightW *OutputBin CFBin1
*UIConstraints: *StapleLocation RightW *OutputBin CFBin2
*UIConstraints: *StapleLocation RightW *OutputBin FinBooklet
*UIConstraints: *StapleLocation UpperW *OutputBin Standard
*UIConstraints: *StapleLocation UpperW *OutputBin External
*UIConstraints: *StapleLocation UpperW *OutputBin CFBin1
*UIConstraints: *StapleLocation UpperW *OutputBin CFBin2
*UIConstraints: *StapleLocation UpperW *OutputBin FinBooklet
*UIConstraints: *StapleLocation LowerW *OutputBin Standard
*UIConstraints: *StapleLocation LowerW *OutputBin External
*UIConstraints: *StapleLocation LowerW *OutputBin CFBin1
*UIConstraints: *StapleLocation LowerW *OutputBin CFBin2
*UIConstraints: *StapleLocation LowerW *OutputBin FinBooklet
*UIConstraints: *StapleLocation CenterW *OutputBin Standard
*UIConstraints: *StapleLocation CenterW *OutputBin External
*UIConstraints: *StapleLocation CenterW *OutputBin CFBin1
*UIConstraints: *StapleLocation CenterW *OutputBin CFBin2
*UIConstraints: *StapleLocation CenterW *OutputBin Fin2250Upper
*UIConstraints: *StapleLocation CenterW *OutputBin Fin2250Lower
*UIConstraints: *StapleLocation CenterW *OutputBin FinKINUShift

*UIConstraints: *OutputBin Standard *StapleLocation UpperLeft
*UIConstraints: *OutputBin External *StapleLocation UpperLeft
*UIConstraints: *OutputBin CFBin1 *StapleLocation UpperLeft
*UIConstraints: *OutputBin CFBin2 *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinBooklet *StapleLocation UpperLeft
*UIConstraints: *OutputBin Standard *StapleLocation UpperRight
*UIConstraints: *OutputBin External *StapleLocation UpperRight
*UIConstraints: *OutputBin CFBin1 *StapleLocation UpperRight
*UIConstraints: *OutputBin CFBin2 *StapleLocation UpperRight
*UIConstraints: *OutputBin FinBooklet *StapleLocation UpperRight
*UIConstraints: *OutputBin Standard *StapleLocation LowerLeft
*UIConstraints: *OutputBin External *StapleLocation LowerLeft
*UIConstraints: *OutputBin CFBin1 *StapleLocation LowerLeft
*UIConstraints: *OutputBin CFBin2 *StapleLocation LowerLeft
*UIConstraints: *OutputBin FinBooklet *StapleLocation LowerLeft
*UIConstraints: *OutputBin Standard *StapleLocation LowerRight
*UIConstraints: *OutputBin External *StapleLocation LowerRight
*UIConstraints: *OutputBin CFBin1 *StapleLocation LowerRight
*UIConstraints: *OutputBin CFBin2 *StapleLocation LowerRight
*UIConstraints: *OutputBin FinBooklet *StapleLocation LowerRight
*UIConstraints: *OutputBin Standard *StapleLocation LeftW
*UIConstraints: *OutputBin External *StapleLocation LeftW
*UIConstraints: *OutputBin CFBin1 *StapleLocation LeftW
*UIConstraints: *OutputBin CFBin2 *StapleLocation LeftW
*UIConstraints: *OutputBin FinBooklet *StapleLocation LeftW
*UIConstraints: *OutputBin Standard *StapleLocation RightW
*UIConstraints: *OutputBin External *StapleLocation RightW
*UIConstraints: *OutputBin CFBin1 *StapleLocation RightW
*UIConstraints: *OutputBin CFBin2 *StapleLocation RightW
*UIConstraints: *OutputBin FinBooklet *StapleLocation RightW
*UIConstraints: *OutputBin Standard *StapleLocation UpperW
*UIConstraints: *OutputBin External *StapleLocation UpperW
*UIConstraints: *OutputBin CFBin1 *StapleLocation UpperW
*UIConstraints: *OutputBin CFBin2 *StapleLocation UpperW
*UIConstraints: *OutputBin FinBooklet *StapleLocation UpperW
*UIConstraints: *OutputBin Standard *StapleLocation LowerW
*UIConstraints: *OutputBin External *StapleLocation LowerW
*UIConstraints: *OutputBin CFBin1 *StapleLocation LowerW
*UIConstraints: *OutputBin CFBin2 *StapleLocation LowerW
*UIConstraints: *OutputBin FinBooklet *StapleLocation LowerW
*UIConstraints: *OutputBin Standard *StapleLocation CenterW
*UIConstraints: *OutputBin External *StapleLocation CenterW
*UIConstraints: *OutputBin CFBin1 *StapleLocation CenterW
*UIConstraints: *OutputBin CFBin2 *StapleLocation CenterW
*UIConstraints: *OutputBin Fin2250Upper *StapleLocation CenterW
*UIConstraints: *OutputBin Fin2250Lower *StapleLocation CenterW
*UIConstraints: *OutputBin FinKINUShift *StapleLocation CenterW

*%========== Punch / OutputBin
*UIConstraints: *RIPunch Left2 *OutputBin Standard
*UIConstraints: *RIPunch Left2 *OutputBin External
*UIConstraints: *RIPunch Left2 *OutputBin CFBin1
*UIConstraints: *RIPunch Left2 *OutputBin CFBin2
*UIConstraints: *RIPunch Left2 *OutputBin FinBooklet
*UIConstraints: *RIPunch Left3 *OutputBin Standard
*UIConstraints: *RIPunch Left3 *OutputBin External
*UIConstraints: *RIPunch Left3 *OutputBin CFBin1
*UIConstraints: *RIPunch Left3 *OutputBin CFBin2
*UIConstraints: *RIPunch Left3 *OutputBin FinBooklet
*UIConstraints: *RIPunch Left4 *OutputBin Standard
*UIConstraints: *RIPunch Left4 *OutputBin External
*UIConstraints: *RIPunch Left4 *OutputBin CFBin1
*UIConstraints: *RIPunch Left4 *OutputBin CFBin2
*UIConstraints: *RIPunch Left4 *OutputBin FinBooklet
*UIConstraints: *RIPunch Right2 *OutputBin Standard
*UIConstraints: *RIPunch Right2 *OutputBin External
*UIConstraints: *RIPunch Right2 *OutputBin CFBin1
*UIConstraints: *RIPunch Right2 *OutputBin CFBin2
*UIConstraints: *RIPunch Right2 *OutputBin FinBooklet
*UIConstraints: *RIPunch Right3 *OutputBin Standard
*UIConstraints: *RIPunch Right3 *OutputBin External
*UIConstraints: *RIPunch Right3 *OutputBin CFBin1
*UIConstraints: *RIPunch Right3 *OutputBin CFBin2
*UIConstraints: *RIPunch Right3 *OutputBin FinBooklet
*UIConstraints: *RIPunch Right4 *OutputBin Standard
*UIConstraints: *RIPunch Right4 *OutputBin External
*UIConstraints: *RIPunch Right4 *OutputBin CFBin1
*UIConstraints: *RIPunch Right4 *OutputBin CFBin2
*UIConstraints: *RIPunch Right4 *OutputBin FinBooklet
*UIConstraints: *RIPunch Upper2 *OutputBin Standard
*UIConstraints: *RIPunch Upper2 *OutputBin External
*UIConstraints: *RIPunch Upper2 *OutputBin CFBin1
*UIConstraints: *RIPunch Upper2 *OutputBin CFBin2
*UIConstraints: *RIPunch Upper2 *OutputBin FinBooklet
*UIConstraints: *RIPunch Upper3 *OutputBin Standard
*UIConstraints: *RIPunch Upper3 *OutputBin External
*UIConstraints: *RIPunch Upper3 *OutputBin CFBin1
*UIConstraints: *RIPunch Upper3 *OutputBin CFBin2
*UIConstraints: *RIPunch Upper3 *OutputBin FinBooklet
*UIConstraints: *RIPunch Upper4 *OutputBin Standard
*UIConstraints: *RIPunch Upper4 *OutputBin External
*UIConstraints: *RIPunch Upper4 *OutputBin CFBin1
*UIConstraints: *RIPunch Upper4 *OutputBin CFBin2
*UIConstraints: *RIPunch Upper4 *OutputBin FinBooklet
*UIConstraints: *RIPunch Lower2 *OutputBin Standard
*UIConstraints: *RIPunch Lower2 *OutputBin External
*UIConstraints: *RIPunch Lower2 *OutputBin CFBin1
*UIConstraints: *RIPunch Lower2 *OutputBin CFBin2
*UIConstraints: *RIPunch Lower2 *OutputBin FinBooklet
*UIConstraints: *RIPunch Lower3 *OutputBin Standard
*UIConstraints: *RIPunch Lower3 *OutputBin External
*UIConstraints: *RIPunch Lower3 *OutputBin CFBin1
*UIConstraints: *RIPunch Lower3 *OutputBin CFBin2
*UIConstraints: *RIPunch Lower3 *OutputBin FinBooklet
*UIConstraints: *RIPunch Lower4 *OutputBin Standard
*UIConstraints: *RIPunch Lower4 *OutputBin External
*UIConstraints: *RIPunch Lower4 *OutputBin CFBin1
*UIConstraints: *RIPunch Lower4 *OutputBin CFBin2
*UIConstraints: *RIPunch Lower4 *OutputBin FinBooklet

*UIConstraints: *OutputBin Standard *RIPunch Left2
*UIConstraints: *OutputBin External *RIPunch Left2
*UIConstraints: *OutputBin CFBin1 *RIPunch Left2
*UIConstraints: *OutputBin CFBin2 *RIPunch Left2
*UIConstraints: *OutputBin FinBooklet *RIPunch Left2
*UIConstraints: *OutputBin Standard *RIPunch Left3
*UIConstraints: *OutputBin External *RIPunch Left3
*UIConstraints: *OutputBin CFBin1 *RIPunch Left3
*UIConstraints: *OutputBin CFBin2 *RIPunch Left3
*UIConstraints: *OutputBin FinBooklet *RIPunch Left3
*UIConstraints: *OutputBin Standard *RIPunch Left4
*UIConstraints: *OutputBin External *RIPunch Left4
*UIConstraints: *OutputBin CFBin1 *RIPunch Left4
*UIConstraints: *OutputBin CFBin2 *RIPunch Left4
*UIConstraints: *OutputBin FinBooklet *RIPunch Left4
*UIConstraints: *OutputBin Standard *RIPunch Right2
*UIConstraints: *OutputBin External *RIPunch Right2
*UIConstraints: *OutputBin CFBin1 *RIPunch Right2
*UIConstraints: *OutputBin CFBin2 *RIPunch Right2
*UIConstraints: *OutputBin FinBooklet *RIPunch Right2
*UIConstraints: *OutputBin Standard *RIPunch Right3
*UIConstraints: *OutputBin External *RIPunch Right3
*UIConstraints: *OutputBin CFBin1 *RIPunch Right3
*UIConstraints: *OutputBin CFBin2 *RIPunch Right3
*UIConstraints: *OutputBin FinBooklet *RIPunch Right3
*UIConstraints: *OutputBin Standard *RIPunch Right4
*UIConstraints: *OutputBin External *RIPunch Right4
*UIConstraints: *OutputBin CFBin1 *RIPunch Right4
*UIConstraints: *OutputBin CFBin2 *RIPunch Right4
*UIConstraints: *OutputBin FinBooklet *RIPunch Right4
*UIConstraints: *OutputBin Standard *RIPunch Upper2
*UIConstraints: *OutputBin External *RIPunch Upper2
*UIConstraints: *OutputBin CFBin1 *RIPunch Upper2
*UIConstraints: *OutputBin CFBin2 *RIPunch Upper2
*UIConstraints: *OutputBin FinBooklet *RIPunch Upper2
*UIConstraints: *OutputBin Standard *RIPunch Upper3
*UIConstraints: *OutputBin External *RIPunch Upper3
*UIConstraints: *OutputBin CFBin1 *RIPunch Upper3
*UIConstraints: *OutputBin CFBin2 *RIPunch Upper3
*UIConstraints: *OutputBin FinBooklet *RIPunch Upper3
*UIConstraints: *OutputBin Standard *RIPunch Upper4
*UIConstraints: *OutputBin External *RIPunch Upper4
*UIConstraints: *OutputBin CFBin1 *RIPunch Upper4
*UIConstraints: *OutputBin CFBin2 *RIPunch Upper4
*UIConstraints: *OutputBin FinBooklet *RIPunch Upper4
*UIConstraints: *OutputBin Standard *RIPunch Lower2
*UIConstraints: *OutputBin External *RIPunch Lower2
*UIConstraints: *OutputBin CFBin1 *RIPunch Lower2
*UIConstraints: *OutputBin CFBin2 *RIPunch Lower2
*UIConstraints: *OutputBin FinBooklet *RIPunch Lower2
*UIConstraints: *OutputBin Standard *RIPunch Lower3
*UIConstraints: *OutputBin External *RIPunch Lower3
*UIConstraints: *OutputBin CFBin1 *RIPunch Lower3
*UIConstraints: *OutputBin CFBin2 *RIPunch Lower3
*UIConstraints: *OutputBin FinBooklet *RIPunch Lower3
*UIConstraints: *OutputBin Standard *RIPunch Lower4
*UIConstraints: *OutputBin External *RIPunch Lower4
*UIConstraints: *OutputBin CFBin1 *RIPunch Lower4
*UIConstraints: *OutputBin CFBin2 *RIPunch Lower4
*UIConstraints: *OutputBin FinBooklet *RIPunch Lower4

*%========== BlackOverPrint / BlackMode
*UIConstraints: *RPSBlackOverPrint True *RPSBlackMode 4Color
*UIConstraints: *RPSBlackMode 4Color *RPSBlackOverPrint True

*%========== Resolution / BitsPerPixel
*UIConstraints: *Resolution 1200dpi *RPSBitsPerPixel 2BitsPerPixel
*UIConstraints: *RPSBitsPerPixel 2BitsPerPixel *Resolution 1200dpi

*%====== RIPaperPolicy & MediaType
*UIConstraints: *RIPaperPolicy PromptUser *MediaType None
*UIConstraints: *MediaType None *RIPaperPolicy PromptUser

*%====== ColorMode / Color Separation
*UIConstraints: *ColorModel Gray *RPSColorSep CYAN
*UIConstraints: *ColorModel Gray *RPSColorSep MAGENTA
*UIConstraints: *ColorModel Gray *RPSColorSep YELLOW
*UIConstraints: *ColorModel Gray *RPSColorSep CYANMAGENTA
*UIConstraints: *ColorModel Gray *RPSColorSep CYANYELLOW
*UIConstraints: *ColorModel Gray *RPSColorSep CYANBLACK
*UIConstraints: *ColorModel Gray *RPSColorSep MAGYLW
*UIConstraints: *ColorModel Gray *RPSColorSep MAGBLA
*UIConstraints: *ColorModel Gray *RPSColorSep YLWBLA

*UIConstraints: *RPSColorSep CYAN *ColorModel Gray
*UIConstraints: *RPSColorSep MAGENTA *ColorModel Gray
*UIConstraints: *RPSColorSep YELLOW *ColorModel Gray
*UIConstraints: *RPSColorSep CYANMAGENTA *ColorModel Gray
*UIConstraints: *RPSColorSep CYANYELLOW *ColorModel Gray
*UIConstraints: *RPSColorSep CYANBLACK *ColorModel Gray
*UIConstraints: *RPSColorSep MAGYLW *ColorModel Gray
*UIConstraints: *RPSColorSep MAGBLA *ColorModel Gray
*UIConstraints: *RPSColorSep YLWBLA *ColorModel Gray

*%========== MediaType / Duplex
*UIConstraints: *Duplex DuplexTumble *MediaType Thick
*UIConstraints: *Duplex DuplexNoTumble *MediaType Thick
*UIConstraints: *Duplex DuplexTumble *MediaType Labels
*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
*UIConstraints: *Duplex DuplexTumble *MediaType OHP
*UIConstraints: *Duplex DuplexNoTumble *MediaType OHP
*UIConstraints: *Duplex DuplexTumble *MediaType DupPlain
*UIConstraints: *Duplex DuplexNoTumble *MediaType DupPlain
*UIConstraints: *Duplex DuplexTumble *MediaType DupThick
*UIConstraints: *Duplex DuplexNoTumble *MediaType DupThick
*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *MediaType Thick *Duplex DuplexTumble
*UIConstraints: *MediaType Thick *Duplex DuplexNoTumble
*UIConstraints: *MediaType OHP *Duplex DuplexTumble
*UIConstraints: *MediaType OHP *Duplex DuplexNoTumble
*UIConstraints: *MediaType DupPlain *Duplex DuplexTumble
*UIConstraints: *MediaType DupPlain *Duplex DuplexNoTumble 
*UIConstraints: *MediaType DupThick *Duplex DuplexTumble
*UIConstraints: *MediaType DupThick *Duplex DuplexNoTumble

*%====== MediaType & Output
*UIConstraints: *MediaType OHP *OutputBin Standard
*UIConstraints: *MediaType OHP *OutputBin CFBin1
*UIConstraints: *MediaType OHP *OutputBin CFBin2
*UIConstraints: *MediaType OHP *OutputBin Fin2250Upper
*UIConstraints: *MediaType OHP *OutputBin Fin2250Lower
*UIConstraints: *MediaType OHP *OutputBin FinKINUShift
*UIConstraints: *MediaType OHP *OutputBin FinBooklet
*UIConstraints: *MediaType Thick *OutputBin Standard
*UIConstraints: *MediaType Thick *OutputBin CFBin1
*UIConstraints: *MediaType Thick *OutputBin CFBin2
*UIConstraints: *MediaType Thick *OutputBin Fin2250Upper
*UIConstraints: *MediaType Thick *OutputBin Fin2250Lower
*UIConstraints: *MediaType Thick *OutputBin FinKINUShift
*UIConstraints: *MediaType Thick *OutputBin FinBooklet
*UIConstraints: *MediaType DupThick *OutputBin Standard
*UIConstraints: *MediaType DupThick *OutputBin CFBin1
*UIConstraints: *MediaType DupThick *OutputBin CFBin2
*UIConstraints: *MediaType DupThick *OutputBin Fin2250Upper
*UIConstraints: *MediaType DupThick *OutputBin Fin2250Lower
*UIConstraints: *MediaType DupThick *OutputBin FinKINUShift
*UIConstraints: *MediaType DupThick *OutputBin FinBooklet

*UIConstraints: *OutputBin Standard *MediaType OHP
*UIConstraints: *OutputBin CFBin1 *MediaType OHP
*UIConstraints: *OutputBin CFBin2 *MediaType OHP
*UIConstraints: *OutputBin Fin2250Upper *MediaType OHP
*UIConstraints: *OutputBin Fin2250Lower *MediaType OHP
*UIConstraints: *OutputBin FinKINUShift *MediaType OHP
*UIConstraints: *OutputBin FinBooklet *MediaType OHP
*UIConstraints: *OutputBin Standard *MediaType Thick
*UIConstraints: *OutputBin CFBin1 *MediaType Thick
*UIConstraints: *OutputBin CFBin2 *MediaType Thick
*UIConstraints: *OutputBin Fin2250Upper *MediaType Thick
*UIConstraints: *OutputBin Fin2250Lower *MediaType Thick
*UIConstraints: *OutputBin FinKINUShift *MediaType Thick
*UIConstraints: *OutputBin FinBooklet *MediaType Thick
*UIConstraints: *OutputBin Standard *MediaType DupThick
*UIConstraints: *OutputBin CFBin1 *MediaType DupThick
*UIConstraints: *OutputBin CFBin2 *MediaType DupThick
*UIConstraints: *OutputBin Fin2250Upper *MediaType DupThick
*UIConstraints: *OutputBin Fin2250Lower *MediaType DupThick
*UIConstraints: *OutputBin FinKINUShift *MediaType DupThick
*UIConstraints: *OutputBin FinBooklet *MediaType DupThick

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

*UIConstraints: *StapleLocation CenterW *RIPunch Left2 
*UIConstraints: *StapleLocation CenterW *RIPunch Left3 
*UIConstraints: *StapleLocation CenterW *RIPunch Left4 
*UIConstraints: *StapleLocation CenterW *RIPunch Right2 
*UIConstraints: *StapleLocation CenterW *RIPunch Right3 
*UIConstraints: *StapleLocation CenterW *RIPunch Right4 
*UIConstraints: *StapleLocation CenterW *RIPunch Upper2 
*UIConstraints: *StapleLocation CenterW *RIPunch Upper3 
*UIConstraints: *StapleLocation CenterW *RIPunch Upper4 
*UIConstraints: *StapleLocation CenterW *RIPunch Lower2 
*UIConstraints: *StapleLocation CenterW *RIPunch Lower3 
*UIConstraints: *StapleLocation CenterW *RIPunch Lower4 

*%========== OutputBin/Duplex
*UIConstraints: *OutputBin External *Duplex DuplexTumble
*UIConstraints: *OutputBin External *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *OutputBin External 
*UIConstraints: *Duplex DuplexNoTumble *OutputBin External 

*%========== MultiTray/Duplex
*UIConstraints: *InputSlot MultiTray *Duplex DuplexTumble
*UIConstraints: *InputSlot MultiTray *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *InputSlot MultiTray
*UIConstraints: *Duplex DuplexNoTumble *InputSlot MultiTray

*%========== MultiTray/OutputBin
*UIConstraints: *InputSlot MultiTray *OutputBin CFBin1
*UIConstraints: *InputSlot MultiTray *OutputBin CFBin2
*UIConstraints: *InputSlot MultiTray *OutputBin Fin2250Upper
*UIConstraints: *InputSlot MultiTray *OutputBin Fin2250Lower
*UIConstraints: *InputSlot MultiTray *OutputBin FinKINUShift
*UIConstraints: *InputSlot MultiTray *OutputBin FinBooklet

*UIConstraints: *OutputBin CFBin1 *InputSlot MultiTray
*UIConstraints: *OutputBin CFBin2 *InputSlot MultiTray
*UIConstraints: *OutputBin Fin2250Upper *InputSlot MultiTray
*UIConstraints: *OutputBin Fin2250Lower *InputSlot MultiTray
*UIConstraints: *OutputBin FinKINUShift *InputSlot MultiTray
*UIConstraints: *OutputBin FinBooklet *InputSlot MultiTray


*FreeVM: "2261000"
*% VMOption None/16 MB RAM: "2261000"
*% VMOption 80Meg/80 MB RAM: "2261000"

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

*DefaultResolution: 600dpi
*?Resolution: "
  save
  currentpagedevice /HWResolution get 0 get
  (       ) cvs print (dpi) = flush
  restore
"
*End

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

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

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

*OpenUI *PageSize: PickOne
*OrderDependency: 20 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize A3/A3: "<< 
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
*End
*PageSize A4/A4: "<< 
  /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*End
*PageSize A5/A5: "<< 
  /PageSize [420 595] /ImagingBBox null >> setpagedevice"
*End
*PageSize A6/A6: "<< 
  /PageSize [297 420] /ImagingBBox null >> setpagedevice"
*End
*PageSize B4/B4 (JIS): "<< 
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
*End
*PageSize B5/B5 (JIS): "<< 
  /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*End
*PageSize B6/B6 (JIS): "<< 
  /PageSize [363 516] /ImagingBBox null >> setpagedevice"
*End
*PageSize Legal/Legal: "<< 
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*End
*PageSize Letter/Letter: "<< 
  /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*End
*PageSize HalfLetter/5.5x8.5:"<< 
  /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*End
*PageSize 11x17/11x17: "<< 
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
*End
*PageSize 12x18/12x18: "<< 
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
*End
*PageSize Executive/Executive: "<< 
  /PageSize [522 756] /ImagingBBox null>> setpagedevice"
*End
*PageSize F/8x13: "<< 
  /PageSize [576 936] /ImagingBBox null>> setpagedevice"
*End
*PageSize Folio/8.25x13: "<< 
  /PageSize [595 935] /ImagingBBox null>> setpagedevice"
*End
*PageSize FanFoldGermanLegal/8.5x13: "<< 
  /PageSize [612 936] /ImagingBBox null>> setpagedevice"
*End
*PageSize Env10/Com10 Env.: "<< 
  /PageSize [297 684] /ImagingBBox null>> setpagedevice"
*End
*PageSize EnvMonarch/Mon. Env.: "<< 
  /PageSize [279 540] /ImagingBBox null>> setpagedevice"
*End
*PageSize EnvC5/C5 Env.: "<< 
  /PageSize [459 649] /ImagingBBox null>> setpagedevice"
*End
*PageSize EnvC6/C6 Env.: "<< 
  /PageSize [323 459] /ImagingBBox null>> setpagedevice"
*End
*PageSize DLEnv/DL Env.: "<< 
  /PageSize [311 623] /ImagingBBox null>> setpagedevice"
*End
*PageSize 8Kai/8K: "<< 
  /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
*End
*PageSize 16Kai/16K: "<< 
  /PageSize [553 757] /ImagingBBox null>> setpagedevice"
*End
*?PageSize: "
  save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch}if (Unknown)
  23 dict
    dup [842 1191] (A3) put
    dup [595 842]  (A4) put
    dup [420 595]  (A5) put
    dup [297 420]  (A6) put
    dup [729 1032] (B4) put
    dup [516 729]  (B5) put
    dup [363 516]  (B6) put
    dup [612 1008] (Legal) put
    dup [612 792]  (Letter) put
    dup [396 612]  (HalfLetter) put
    dup [792 1224] (11x17) put
    dup [864 1296] (12x18) put
    dup [522 756] (Executive) put
    dup [576 936] (F) put
    dup [595 935] (Folio) put
    dup [612 936] (FanFoldGermanLegal) put
    dup [297 684] (Env10) put
    dup [279 540] (EnvMonarch) put
    dup [459 649] (EnvC5) put
    dup [323 459] (EnvC6) put
    dup [311 623] (DLEnv) put
    dup [757 1106] (8Kai) put
    dup [553 757] (16Kai) put
    {exch aload pop 4 index sub abs 5 le exch 5 index
     sub abs 5 le and {exch pop exit}{pop}ifelse 
    }bind forall = flush pop pop
    restore
"
*End
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*OrderDependency: 25 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion A3/A3: "<< 
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
*End
*PageRegion A4/A4: "<< 
  /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*End
*PageRegion A5/A5: "<< 
  /PageSize [420 595] /ImagingBBox null >> setpagedevice"
*End
*PageRegion A6/A6: "<< 
  /PageSize [297 420] /ImagingBBox null >> setpagedevice"
*End
*PageRegion B4/B4 (JIS): "<< 
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
*End
*PageRegion B5/B5 (JIS): "<< 
  /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*End
*PageRegion B6/B6 (JIS): "<< 
  /PageSize [363 516] /ImagingBBox null >> setpagedevice"
*End
*PageRegion Legal/Legal: "<< 
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*End
*PageRegion Letter/Letter: "<< 
  /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*End
*PageRegion HalfLetter/5.5x8.5: "<< 
  /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*End
*PageRegion 11x17/11x17: "<< 
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
*End
*PageRegion 12x18/12x18: "<< 
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
*End
*PageRegion Executive/Executive: "<< 
  /PageSize [522 756] /ImagingBBox null>> setpagedevice"
*End
*PageRegion F/8x13: "<< 
  /PageSize [576 936] /ImagingBBox null>> setpagedevice"
*End
*PageRegion Folio/8.25x13: "<< 
  /PageSize [595 935] /ImagingBBox null>> setpagedevice"
*End
*PageRegion FanFoldGermanLegal/8.5x13: "<< 
  /PageSize [612 936] /ImagingBBox null>> setpagedevice"
*End
*PageRegion Env10/Com10 Env.: "<< 
  /PageSize [297 684] /ImagingBBox null>> setpagedevice"
*End
*PageRegion EnvMonarch/Mon. Env.: "<< 
  /PageSize [279 540] /ImagingBBox null>> setpagedevice"
*End
*PageRegion EnvC5/C5 Env.: "<< 
  /PageSize [459 649] /ImagingBBox null>> setpagedevice"
*End
*PageRegion EnvC6/C6 Env.: "<< 
  /PageSize [323 459] /ImagingBBox null>> setpagedevice"
*End
*PageRegion DLEnv/DL Env.: "<< 
  /PageSize [311 623] /ImagingBBox null>> setpagedevice"
*End
*PageRegion 8Kai/8K: "<< 
  /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
*End
*PageRegion 16Kai/16K: "<< 
  /PageSize [553 757] /ImagingBBox null>> setpagedevice"
*End
*CloseUI: *PageRegion

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

*DefaultImageableArea: A4
*ImageableArea A3/A3: "12 12 830 1179"
*ImageableArea A4/A4: "12 12 583 830"
*ImageableArea A5/A5: "12 12 408 583"
*ImageableArea A6/A6: "12 12 285 408"
*ImageableArea B4/B4 (JIS): "12 12 717 1020"
*ImageableArea B5/B5 (JIS): "12 12 504 717"
*ImageableArea B6/B6 (JIS): "12 12 351 504"
*ImageableArea Legal/Legal: "12 12 600 996"
*ImageableArea Letter/Letter: "12 12 600 780"
*ImageableArea HalfLetter/5.5x8.5: "12 12 384 600"
*ImageableArea 11x17/11x17: "12 12 780 1212"
*ImageableArea 12x18/12x18: "12 12 852 1284"
*ImageableArea Executive/Executive: "12 12 510 744"
*ImageableArea F/8x13: "12 12 564 924"
*ImageableArea Folio/8.25x13: "12 12 583 923"
*ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
*ImageableArea Env10/Com10 Env.: "12 12 285 672"
*ImageableArea EnvMonarch/Mon. Env.: "12 12 267 528"
*ImageableArea EnvC5/C5 Env.: "12 12 447 637"
*ImageableArea EnvC6/C6 Env.: "12 12 311 447"
*ImageableArea DLEnv/DL Env.: "12 12 299 611"
*ImageableArea 8Kai/8K: "12 12 745 1094"
*ImageableArea 16Kai/16K: "12 12 541 745"
*?ImageableArea: "
  save
  /cvp {(            ) cvs print (               ) print}bind def
  newpath clippath pathbbox 4 -2 roll exch
  2 {10000 mul ceiling 10000 div cvp}repeat exch
  2 {10000 mul floor 10000 div cvp}repeat flush
  restore
"
*End

*DefaultPaperDimension: A4
*PaperDimension A3/A3: "842 1191"
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "420 595"
*PaperDimension A6/A6: "297 420"
*PaperDimension B4/B4 (JIS): "729 1032"
*PaperDimension B5/B5 (JIS): "516 729"
*PaperDimension B6/B6 (JIS): "363 516"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension HalfLetter/5.5x8.5: "396 612"
*PaperDimension 11x17/11x17: "792 1224"
*PaperDimension 12x18/12x18: "864 1296"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension F/8x13: "576 936"
*PaperDimension Folio/8.25x13: "595 935"
*PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
*PaperDimension Env10/Com10 Env.: "297 684"
*PaperDimension EnvMonarch/Mon. Env.: "279 540"
*PaperDimension EnvC5/C5 Env.: "459 649"
*PaperDimension EnvC6/C6 Env.: "323 459"
*PaperDimension DLEnv/DL Env.: "311 623"
*PaperDimension 8Kai/8K: "757 1106"
*PaperDimension 16Kai/16K: "553 757"

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

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

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

*MaxMediaWidth:  "865"
*MaxMediaHeight: "1700"
*HWMargins:      11 11 11 11
*CustomPageSize True: "pop pop pop 
  << /PageSize [ 5 -2 roll ]  /ImagingBBox null
  >> setpagedevice"
*End

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

*NonUIOrderDependency: 21 AnySetup *CustomPageSize True

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

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

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

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

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

*OpenUI *RIPrintMode/Toner Saving: PickOne
*OrderDependency: 45 AnySetup *RIPrintMode
*DefaultRIPrintMode: 0rhit
*RIPrintMode 0rhit/Off: "
  <</PostRenderingEnhance false>> setpagedevice"
*End
*RIPrintMode 5rhit/On: "<</PostRenderingEnhance true
  /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>> >> setpagedevice"
*End
*?RIPrintMode: "
  save
  currentpagedevice /PostRenderingEnhance get 
  {{(5rhit)}{(0rhit)}ifelse }stopped {(Unknown)}if = flush
  restore
"
*End
*CloseUI: *RIPrintMode

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

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

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

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

*OpenUI *RPSColorRendDict/Color Profile: PickOne
*OrderDependency: 120 AnySetup *RPSColorRendDict
*DefaultRPSColorRendDict: Auto
*RPSColorRendDict Auto/Auto: "(auto) RCsetcolorprofile"
*RPSColorRendDict Photograph/Photographic: "(photo) RCsetcolorprofile"
*RPSColorRendDict Business/Presentation: "(business) RCsetcolorprofile"
*RPSColorRendDict Colorimetric/Solid Color: "(colorimetric) RCsetcolorprofile"
*RPSColorRendDict User/User Setting: "(user) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation1/CLP Simulation1: "(hybrid10) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation2/CLP Simulation2: "(hybrid11) RCsetcolorprofile"
*CloseUI: *RPSColorRendDict

*OpenUI *RPSColorSep/Separate into CMYK: PickOne
*OrderDependency: 125 AnySetup *RPSColorSep
*DefaultRPSColorSep: NOSEPARATE
*RPSColorSep NOSEPARATE/Do not Separate: "(none) RCsetprintseparation"
*RPSColorSep CYAN/Cyan: "(cyan) RCsetprintseparation"
*RPSColorSep MAGENTA/Magenta: "(magenta) RCsetprintseparation"
*RPSColorSep YELLOW/Yellow: "(yellow) RCsetprintseparation"
*RPSColorSep BLACK/Black: "(black) RCsetprintseparation"
*RPSColorSep CYANMAGENTA/Cyan & Magenta: "(cyan&magenta) RCsetprintseparation"
*RPSColorSep CYANYELLOW/Cyan & Yellow: "(cyan&yellow) RCsetprintseparation"
*RPSColorSep CYANBLACK/Cyan & Black: "(cyan&black) RCsetprintseparation"
*RPSColorSep MAGYLW/Magenta & Yellow: "(magenta&yellow) RCsetprintseparation"
*RPSColorSep MAGBLA/Magenta & Black: "(magenta&black) RCsetprintseparation"
*RPSColorSep YLWBLA/Yellow & Black: "(yellow&black) RCsetprintseparation"
*CloseUI: *RPSColorSep

*OpenUI *RPSDitherType/Dithering: PickOne
*OrderDependency: 130 AnySetup *RPSDitherType
*DefaultRPSDitherType: Auto
*RPSDitherType Auto/Auto: "(auto) RCsethalftonetype"
*RPSDitherType Photo/Photographic: "(photo) RCsethalftonetype"
*RPSDitherType Letter/Text: "(text) RCsethalftonetype"
*% *RPSDitherType Graphic/Graphics: "(graphic) RCsethalftonetype"
*RPSDitherType User/User Setting: "(user) RCsethalftonetype"
*CloseUI: *RPSDitherType

*OpenUI *RPSBlackMode/Gray Reproduction (Text/Line Art): PickOne
*OrderDependency: 140 AnySetup *RPSBlackMode
*DefaultRPSBlackMode: gray
*RPSBlackMode gray/Black/Gray by K:"(gray) RCsetpureblack"
*RPSBlackMode 1Color/Black by K:"(on) RCsetpureblack"
*RPSBlackMode 4Color/CMY+K:"(off) RCsetpureblack"
*CloseUI: *RPSBlackMode

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

*OpenUI *Rcmyksimulation/CMYK Simulation Profile: PickOne
*OrderDependency: 150 AnySetup *Rcmyksimulation
*DefaultRcmyksimulation: Off
*Rcmyksimulation Off/Off: ""
*Rcmyksimulation SWOP/US OffsetPrint: "(SWOP-Coated) RCsetcmyksimulation"
*Rcmyksimulation Euroscale/Euroscale: "(Euroscale) RCsetcmyksimulation"
*Rcmyksimulation JapanColor/JapanColor: "(JapanColor) RCsetcmyksimulation"
*Rcmyksimulation PANTONE/PaletteColor: "(PaletteColor) RCsetcmyksimulation"
*CloseUI: *Rcmyksimulation

*OpenUI *MediaType/Paper Type: PickOne
*OrderDependency: 205 AnySetup *MediaType
*DefaultMediaType: Plain
*MediaType Plain/Plain: "<< /MediaType (Plain) >> setpagedevice"
*MediaType Recycled/Recycled: "<< /MediaType (Recycled) >> setpagedevice"
*MediaType Special/Special: "<< /MediaType (Special) >> setpagedevice"
*MediaType Colored/Color: "<< /MediaType (Color) >> setpagedevice"
*MediaType Letterhead/Letterhead: "<< /MediaType (Letterhead) >> setpagedevice"
*MediaType Preprinted/Preprinted: "<< /MediaType (Preprinted) >> setpagedevice"
*MediaType Labels/Labels: "<< /MediaType (Labels) >> setpagedevice"
*MediaType OHP/Transparency: "<< /MediaType (Transparency) >> setpagedevice"
*MediaType Thick/Thick: "<< /MediaType (Thick) >> setpagedevice"
*MediaType DupPlain/Plain (Duplex Backside): "<< /MediaType (PlainDuplexBackSide) >> setpagedevice"
*MediaType DupThick/Thick (Duplex Backside): "<< /MediaType (ThickDuplexBackSide) >> setpagedevice"
*MediaType None/None: "<< /MediaType (None) >> setpagedevice"
*?MediaType: "
  save
  /UK (Unknown) def
  {
    currentpagedevice /MediaType 2 copy known not { UK exit } if
    get dup null eq 1 index (Plain) eq or { (Plain) exit } if
    dup (Recycled) eq { dup exit } if
    dup (Special) eq { dup exit } if
    UK exit
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *MediaType

*OpenUI *OutputBin/Destination: PickOne
*OrderDependency: 210 AnySetup *OutputBin
*DefaultOutputBin: Default
*OutputBin Default/Printer Default: "<</OutputType null>>setpagedevice"
*OutputBin Standard/Internal Tray: "<</OutputType (Standard)>>setpagedevice"
*OutputBin External/External Tray: "<</OutputType (External)>>setpagedevice"
*OutputBin CFBin1/Left Tray 1: "<</OutputType (FinMulti1)>>setpagedevice"
*OutputBin CFBin2/Left Tray 2: "<</OutputType (FinMulti2)>>setpagedevice"
*OutputBin Fin2250Upper/Finisher Shift Tray 1: "<</OutputType (FinProof)>>setpagedevice"
*OutputBin Fin2250Lower/Finisher Shift Tray 2: "<</OutputType (FinShift)>>setpagedevice"
*OutputBin FinKINUShift/Finisher Shift Tray: "<</OutputType (FinShift)>>setpagedevice"
*OutputBin FinBooklet/Finisher Booklet Tray: "<</OutputType (FinBooklet)>>setpagedevice"
*?OutputBin: "
  save
  currentpagedevice /OutputType get = flush
  restore
"
*End
*CloseUI: *OutputBin

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

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

*%========== Gray Levels and Halftoning ==========
*AccurateScreensSupport: True
*ScreenFreq: "85.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "
  {abs exch abs 2 copy add 1 gt
   {1 sub dup mul exch 1 sub dup mul add 1 sub}
   {dup mul exch dup mul add 1 exch sub}
   ifelse}
"
*End
*ScreenProc Line: "{pop}"
*ScreenProc Ellipse: "
  {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}
"
*End

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

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

*%=== WaterMark Font ========
*OpenUI *RIwmFont/Watermark Font:  PickOne
*OrderDependency: 320 AnySetup *RIwmFont
*DefaultRIwmFont: HelveticaB
*RIwmFont CourierB/Courier Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Courier-Bold def end"
*End
*RIwmFont TimesB/Times Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Times-Bold def end"
*End
*RIwmFont HelveticaB/Helvetica Bold: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Helvetica-Bold def end"
*End
*CloseUI: *RIwmFont

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

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

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

*%========== Font ==========

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

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

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

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

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

*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"

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

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

*%===== For 106 lpi / 600 dpi =====

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

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

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

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

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

*% end of Printer Description file