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

*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1996 Adobe Systems Incorporated.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright statement

*FileVersion: "1.0"
*FormatVersion: "4.3"
*LanguageEncoding: CP1252
*LanguageVersion: German

*Manufacturer: "Xerox"
*Product: "(Xerox WorkCentre 7425)"
*PCFileName: "XRWP7425.PPD"
*PSVersion: "(3016.103) 6"
*ShortNickName: "Xerox WorkCentre 7425"
*ModelName: "Xerox WorkCentre 7425"
*NickName: "Xerox WorkCentre 7425"


*OpenGroup: InstallableOptions/Options Installed

*OpenUI *XRPaperTrays/Behälter: PickOne
*DefaultXRPaperTrays: TwoTrays
*XRPaperTrays TwoTrays/2 Behälter: ""
*XRPaperTrays FiveTrays/5 Behälter: ""
*XRPaperTrays FiveTraysHiCap/5 Behälter (Großraum-Tandembehälter): ""
*CloseUI: *XRPaperTrays

*OpenUI *XRHighCapacityFeeder/Großraumbehälter: PickOne
*DefaultXRHighCapacityFeeder: False
*XRHighCapacityFeeder True/Installiert: ""
*XRHighCapacityFeeder False/Nicht installiert: ""
*CloseUI: *XRHighCapacityFeeder

*OpenUI *XRFinisher/Finisher/Ausgabefach: PickOne
*DefaultXRFinisher: None
*XRFinisher None/Versatzausgabefach: ""
*XRFinisher AClass/Integrierter Office-Finisher: ""
*XRFinisher SBClass/Office-Finisher LX: ""
*XRFinisher SBClassBooklet/Office-Finisher LX mit Booklet Maker: ""
*XRFinisher CClassBooklet/Profi-Finisher: ""
*CloseUI: *XRFinisher

*OpenUI *XRHolePunchUnit/Locher: PickOne
*DefaultXRHolePunchUnit: False
*XRHolePunchUnit False/Nicht installiert: ""
*XRHolePunchUnit HolePunch23/Zweifach-/Dreifachlocher: ""
*XRHolePunchUnit HolePunch24/2fach-/4fach-Locher: ""
*XRHolePunchUnit HolePunch4/4fach-Locher: ""
*CloseUI: *XRHolePunchUnit

*OpenUI *XRFax/LAN-Fax: PickOne
*DefaultXRFax: False
*XRFax True/Installiert: ""
*XRFax False/Nicht installiert: ""
*CloseUI: *XRFax

*CloseGroup: InstallableOptions

*% =============== Device Capabilities ===============
*LanguageLevel: "3"
*Protocols: BCP PJL TBCP
*1284Modes Parallel: Compat Nibble ECP
*1284DeviceID: "MANUFACTURER:XEROX;COMMAND SET:;MODEL:WorkCentre 7425;CLASS:PRINTER;COMPATIBLE ID:;DESCRIPTION:XEROX WorkCentre 7425;"

*JCLBegin:"<1B>%-12345X@PJL JOB<0A>"

*JCLOpenUI *JCLBanner/Begleitblatt: Boolean
*OrderDependency: 10.0 JCLSetup *JCLBanner
*DefaultJCLBanner: True
*JCLBanner False/Aus: "@PJL SET JOBATTR=<22>@BANR=OFF<22><0A>"
*JCLBanner True/Ein: "@PJL SET JOBATTR=<22>@BANR=START<22><0A>"
*JCLCloseUI: *JCLBanner

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

*FreeVM: "23247104"
*VMOption 768Meg/768 MB: "23247104"
*VMOption 1024Meg/1024 MB: "23247104"

*ColorDevice: True
*DefaultColorSpace: CMYK
*VariablePaperSize: True
*LandscapeOrientation: Plus90
*TTRasterizer: Type42
*FileSystem: True

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

*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "300"
*PrintPSErrors: True

*% OutputMode Information ===================
*DefaultResolution: 600dpi

*AccurateScreensSupport: True

*% UI Constraints

*%      ====  Constraints Based on Installable Options  ====

*%		Finisher / Output Bin

*UIConstraints : *XRFinisher None *OutputBin CentreTray1
*UIConstraints : *XRFinisher None *OutputBin CentreTray2
*UIConstraints : *XRFinisher None *OutputBin RightMiddleTray
*UIConstraints : *XRFinisher None *OutputBin RightTopTray
*UIConstraints : *XRFinisher None *OutputBin Booklet

*UIConstraints : *XRFinisher AClass *OutputBin Middle
*UIConstraints : *XRFinisher AClass *OutputBin Middle2
*UIConstraints : *XRFinisher AClass *OutputBin CentreTray2
*UIConstraints : *XRFinisher AClass *OutputBin RightMiddleTray
*UIConstraints : *XRFinisher AClass *OutputBin RightTopTray
*UIConstraints : *XRFinisher AClass *OutputBin Booklet

*UIConstraints : *XRFinisher SBClass *OutputBin Middle
*UIConstraints : *XRFinisher SBClass *OutputBin Middle2
*UIConstraints : *XRFinisher SBClass *OutputBin CentreTray1
*UIConstraints : *XRFinisher SBClass *OutputBin RightTopTray
*UIConstraints : *XRFinisher SBClass *OutputBin Booklet

*UIConstraints : *XRFinisher SBClassBooklet *OutputBin Middle
*UIConstraints : *XRFinisher SBClassBooklet *OutputBin Middle2
*UIConstraints : *XRFinisher SBClassBooklet *OutputBin CentreTray1
*UIConstraints : *XRFinisher SBClassBooklet *OutputBin RightTopTray
*UIConstraints : *XRFinisher SBClassBooklet *OutputBin Booklet

*UIConstraints : *XRFinisher CClassBooklet *OutputBin Middle
*UIConstraints : *XRFinisher CClassBooklet *OutputBin Middle2
*UIConstraints : *XRFinisher CClassBooklet *OutputBin CentreTray1

*%			Output Bin / Finisher

*UIConstraints : *OutputBin CentreTray1		*XRFinisher None
*UIConstraints : *OutputBin CentreTray2		*XRFinisher None	
*UIConstraints : *OutputBin RightMiddleTray *XRFinisher None 
*UIConstraints : *OutputBin RightTopTray	*XRFinisher None
*UIConstraints : *OutputBin Booklet			*XRFinisher None

*UIConstraints : *OutputBin Middle			*XRFinisher AClass
*UIConstraints : *OutputBin Middle2			*XRFinisher AClass
*UIConstraints : *OutputBin CentreTray2		*XRFinisher AClass
*UIConstraints : *OutputBin RightMiddleTray	*XRFinisher AClass
*UIConstraints : *OutputBin RightTopTray	*XRFinisher AClass
*UIConstraints : *OutputBin Booklet			*XRFinisher AClass

*UIConstraints : *OutputBin Middle		 *XRFinisher SBClass
*UIConstraints : *OutputBin Middle2		 *XRFinisher SBClass
*UIConstraints : *OutputBin CentreTray1	 *XRFinisher SBClass
*UIConstraints : *OutputBin RightTopTray *XRFinisher SBClass
*UIConstraints : *OutputBin Booklet		 *XRFinisher SBClass

*UIConstraints : *OutputBin Middle		 *XRFinisher SBClassBooklet
*UIConstraints : *OutputBin Middle2		 *XRFinisher SBClassBooklet
*UIConstraints : *OutputBin CentreTray1	 *XRFinisher SBClassBooklet
*UIConstraints : *OutputBin RightTopTray *XRFinisher SBClassBooklet
*UIConstraints : *OutputBin Booklet		 *XRFinisher SBClassBooklet

*UIConstraints : *OutputBin Middle		*XRFinisher CClassBooklet
*UIConstraints : *OutputBin Middle2		*XRFinisher CClassBooklet
*UIConstraints : *OutputBin CentreTray1 *XRFinisher CClassBooklet	


*%		Finisher and HolePunch Constraints

*%		No Finisher / Hole Punch

*UIConstraints : *XRFinisher None *XRHolePunchUnit HolePunch23
*UIConstraints : *XRHolePunchUnit HolePunch23 *XRFinisher None

*UIConstraints : *XRFinisher None *XRHolePunchUnit HolePunch24
*UIConstraints : *XRHolePunchUnit HolePunch24 *XRFinisher None

*UIConstraints : *XRFinisher None *XRHolePunchUnit HolePunch4
*UIConstraints : *XRHolePunchUnit HolePunch4 *XRFinisher None


*%		AClass Finisher / Hole Punch

*UIConstraints : *XRFinisher AClass *XRHolePunchUnit HolePunch23
*UIConstraints : *XRHolePunchUnit HolePunch23 *XRFinisher AClass

*UIConstraints : *XRFinisher AClass *XRHolePunchUnit HolePunch24
*UIConstraints : *XRHolePunchUnit HolePunch24 *XRFinisher AClass

*UIConstraints : *XRFinisher AClass *XRHolePunchUnit HolePunch4
*UIConstraints : *XRHolePunchUnit HolePunch4 *XRFinisher AClass

*%		SBClass Finisher / Hole Punch

*UIConstraints : *XRFinisher SBClass *XRHolePunchUnit HolePunch4
*UIConstraints : *XRHolePunchUnit HolePunch4 *XRFinisher SBClass

*%		SBClassBooklet Finisher / Hole Punch

*UIConstraints : *XRFinisher SBClassBooklet *XRHolePunchUnit HolePunch4
*UIConstraints : *XRHolePunchUnit HolePunch4 *XRFinisher SBClassBooklet


*%      ===== Constraints Based on Paper Size  ======

*%		Paper Size and Input Tray Constraints

*%		Input Tray 6(HCF) /  Paper Size

*UIConstriants : *InputSlot Tray6 *PageSize 5x7
*UIConstriants : *PageSize 5x7 *InputSlot Tray6

*UIConstriants : *InputSlot Tray6 *PageSize Statement
*UIConstriants : *PageSize Statement *InputSlot Tray6

*UIConstriants : *InputSlot Tray6 *PageSize A5
*UIConstriants : *PageSize A5 *InputSlot Tray6

*UIConstriants : *InputSlot Tray6 *PageSize 16K
*UIConstriants : *PageSize 16K *InputSlot Tray6

*UIConstriants : *InputSlot Tray6 *PageSize 8x10
*UIConstriants : *PageSize 8x10 *InputSlot Tray6

*UIConstriants : *InputSlot Tray6 *PageSize Legal
*UIConstriants : *PageSize Legal *InputSlot Tray6

*UIConstriants : *InputSlot Tray6 *PageSize 9x11
*UIConstriants : *PageSize 9x11 *InputSlot Tray6

*UIConstriants : *InputSlot Tray6 *PageSize 815
*UIConstriants : *PageSize 815 *InputSlot Tray6

*%		Input Tray 1 / Paper Size

*UIConstriants : *InputSlot Tray1 *PageSize 5x7
*UIConstriants : *PageSize 5x7 *InputSlot Tray1

*UIConstriants : *InputSlot Tray1 *PageSize 8x10
*UIConstriants : *PageSize 8x10 *InputSlot Tray1

*UIConstriants : *InputSlot Tray1 *PageSize 9x11
*UIConstriants : *PageSize 9x11 *InputSlot Tray1

*%		Input Tray 2, 3, 4 / Paper Size

*UIConstriants : *InputSlot Tray2 *PageSize 5x7
*UIConstriants : *PageSize 5x7 *InputSlot Tray2

*UIConstriants : *InputSlot Tray2 *PageSize 8x10
*UIConstriants : *PageSize 8x10 *InputSlot Tray2

*UIConstriants : *InputSlot Tray2 *PageSize 9x11
*UIConstriants : *PageSize 9x11 *InputSlot Tray2



*UIConstriants : *InputSlot Tray3 *PageSize 5x7
*UIConstriants : *PageSize 5x7 *InputSlot Tray3

*UIConstriants : *InputSlot Tray3 *PageSize 8x10
*UIConstriants : *PageSize 8x10 *InputSlot Tray3

*UIConstriants : *InputSlot Tray3 *PageSize 9x11
*UIConstriants : *PageSize 9x11 *InputSlot Tray3



*UIConstriants : *InputSlot Tray4 *PageSize 5x7
*UIConstriants : *PageSize 5x7 *InputSlot Tray4

*UIConstriants : *InputSlot Tray4 *PageSize 8x10
*UIConstriants : *PageSize 8x10 *InputSlot Tray4

*UIConstriants : *InputSlot Tray4 *PageSize 9x11
*UIConstriants : *PageSize 9x11 *InputSlot Tray4


*% 		Paper Size / Duplex

*UIConstriants : *PageSize A6 *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize A6
*UIConstriants : *PageSize A6 *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize A6

*UIConstriants : *PageSize 5x7 *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize 5x7
*UIConstriants : *PageSize 5x7 *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize 5x7

*UIConstriants : *PageSize 100x148Postcard *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize 100x148Postcard
*UIConstriants : *PageSize 100x148Postcard *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize 100x148Postcard

*UIConstriants : *PageSize 148x200Postcard *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize 148x200Postcard
*UIConstriants : *PageSize 148x200Postcard *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize 148x200Postcard

*UIConstriants : *PageSize EnvChou3 *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize EnvChou3
*UIConstriants : *PageSize EnvChou3 *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize EnvChou3

*UIConstriants : *PageSize EnvDL *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize EnvDL
*UIConstriants : *PageSize EnvDL *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize EnvDL

*UIConstriants : *PageSize EnvMonarch *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize EnvMonarch
*UIConstriants : *PageSize EnvMonarch *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize EnvMonarch

*UIConstriants : *PageSize Env10 *Duplex DuplexNoTumble
*UIConstriants : *Duplex DuplexNoTumble *PageSize Env10
*UIConstriants : *PageSize Env10 *Duplex DuplexTumble
*UIConstriants : *Duplex DuplexTumble *PageSize Env10


*%

*% Paper Handling ===================
*OpenUI *PageSize: PickOne
*OrderDependency: 2.0 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize A4/A4 (210 x 297 mm): "
    6 dict dup /PageSize [595 842] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize Letter/Letter (8,5 x 11 Zoll): "
    6 dict dup /PageSize [612 792] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize Legal/Legal (8,5 x 14 Zoll): "
    6 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageSize Tabloid/Tabloid (11 x 17 Zoll): "
    6 dict dup /PageSize [792 1224] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageSize A3/A3 (297 x 420 mm): "
    6 dict dup /PageSize [842 1191] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageSize 100x148Postcard/Postkarte (100 x 148 mm): "
    6 dict dup /PageSize [283 420] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize 4x6/Postkarte (4 x 6 Zoll): "
    6 dict dup /PageSize [288 432] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize A6/A6 (105 x 148 mm): "
    6 dict dup /PageSize [297 420] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize 5x7/5 x 7 Zoll: "
    6 dict dup /PageSize [360 504] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize JISB6/JIS B6 (128 x 182 mm): "
    6 dict dup /PageSize [363 516] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize Statement/Statement (5,5 x 8,5 Zoll): "
    6 dict dup /PageSize [396 612] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize 148x200Postcard/Postkarte (148 x 200 mm): "
    6 dict dup /PageSize [420 567] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize A5/A5 (148 x 210 mm): "
    6 dict dup /PageSize [420 595] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize JISB5/JIS B5 (182 x 257 mm): "
    6 dict dup /PageSize [516 729] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize Executive/Executive (7,25 x 10,5 Zoll): "
    6 dict dup /PageSize [522 756] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize 16K/16K (194 x 267 mm): "
    6 dict dup /PageSize [550 757] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize 8x10/8 x 10 Zoll: "
    6 dict dup /PageSize [576 720] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize SpanishFolio/215 x 315 mm: "
    6 dict dup /PageSize [609 892] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize FanFoldGermanLegal/8,5 x 13 Zoll: "
    6 dict dup /PageSize [612 936] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageSize A4Cover/A4-Überformat (223 x 297 mm): "
    6 dict dup /PageSize [632 842] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize 9x11/9 x 11 Zoll: "
    6 dict dup /PageSize [648 792] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize JISB4/JIS B4 (257 x 364 mm): "
    6 dict dup /PageSize [729 1032] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageSize 815/8K (267 x 388 mm): "
    6 dict dup /PageSize [757 1100] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageSize XR11x15/11 x 15 Zoll: "
    6 dict dup /PageSize [792 1080] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize TabloidExtra/Tabloid-Überformat (12 x 18 Zoll): "
    6 dict dup /PageSize [864 1296] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize SRA3/SRA3 (320 x 450 mm): "
    6 dict dup /PageSize [907 1274] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize EnvChou3/Umschlag (120 x 235 mm): "
    6 dict dup /PageSize [340 666] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize EnvDL/DL-Umschlag (110 x 220 mm): "
    6 dict dup /PageSize [312 624] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize EnvMonarch/Umschlag Monarch (3,875 x 7,5 Zoll): "
    6 dict dup /PageSize [279 540] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageSize Env10/Umschlag Nr. 10 (4,125 x 9,5 Zoll): "
    6 dict dup /PageSize [297 684] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*OrderDependency: 2.0 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion A4/A4 (210 x 297 mm): "
    6 dict dup /PageSize [595 842] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion Letter/Letter (8,5 x 11 Zoll): "
    6 dict dup /PageSize [612 792] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion Legal/Legal (8,5 x 14 Zoll): "
    6 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageRegion Tabloid/Tabloid (11 x 17 Zoll): "
    6 dict dup /PageSize [792 1224] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageRegion A3/A3 (297 x 420 mm): "
    6 dict dup /PageSize [842 1191] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageRegion 100x148Postcard/Postkarte (100 x 148 mm): "
    6 dict dup /PageSize [283 420] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion 4x6/Postkarte (4 x 6 Zoll): "
    6 dict dup /PageSize [288 432] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion A6/A6 (105 x 148 mm): "
    6 dict dup /PageSize [297 420] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion 5x7/5 x 7 Zoll: "
    6 dict dup /PageSize [360 504] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion JISB6/JIS B6 (128 x 182 mm): "
    6 dict dup /PageSize [363 516] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion Statement/Statement (5,5 x 8,5 Zoll): "
    6 dict dup /PageSize [396 612] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion 148x200Postcard/Postkarte (148 x 200 mm): "
    6 dict dup /PageSize [420 567] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion A5/A5 (148 x 210 mm): "
    6 dict dup /PageSize [420 595] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion JISB5/JIS B5 (182 x 257 mm): "
    6 dict dup /PageSize [516 729] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion Executive/Executive (7,25 x 10,5 Zoll): "
    6 dict dup /PageSize [522 756] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion 16K/16K (194 x 267 mm): "
    6 dict dup /PageSize [550 757] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion 8x10/8 x 10 Zoll: "
    6 dict dup /PageSize [576 720] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion SpanishFolio/215 x 315 mm: "
    6 dict dup /PageSize [609 892] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion FanFoldGermanLegal/8,5 x 13 Zoll: "
    6 dict dup /PageSize [612 936] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageRegion A4Cover/A4-Überformat (223 x 297 mm): "
    6 dict dup /PageSize [632 842] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion 9x11/9 x 11 Zoll: "
    6 dict dup /PageSize [648 792] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion JISB4/JIS B4 (257 x 364 mm): "
    6 dict dup /PageSize [729 1032] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageRegion 815/8K (267 x 388 mm): "
    6 dict dup /PageSize [757 1100] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
    userdict /XRXShortEdgeFinishing true put
"
*End
*PageRegion XR11x15/11 x 15 Zoll: "
    6 dict dup /PageSize [792 1080] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion TabloidExtra/Tabloid-Überformat (12 x 18 Zoll): "
    6 dict dup /PageSize [864 1296] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion SRA3/SRA3 (320 x 450 mm): "
    6 dict dup /PageSize [907 1274] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion EnvChou3/Umschlag (120 x 235 mm): "
    6 dict dup /PageSize [340 666] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion EnvDL/DL-Umschlag (110 x 220 mm): "
    6 dict dup /PageSize [312 624] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion EnvMonarch/Umschlag Monarch (3,875 x 7,5 Zoll): "
    6 dict dup /PageSize [279 540] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*PageRegion Env10/Umschlag Nr. 10 (4,125 x 9,5 Zoll): "
    6 dict dup /PageSize [297 684] put dup /ImagingBBox null put
    dup /LeadingEdge null put
    currentpagedevice
    /Policies 2 copy known
    {get /PageSize 2 copy known
      {get dup 3 ge exch 6 le and {dup /DeferredMediaSelection false put} if}
      {pop pop} ifelse
    }{pop pop} ifelse setpagedevice
"
*End
*CloseUI: *PageRegion

*DefaultImageableArea: A4
*ImageableArea A4/A4 (210 x 297 mm): "11.62 11.62 583.65 830.27 "
*ImageableArea Letter/Letter (8,5 x 11 Zoll): "11.62 11.62 600.38 780.38 "
*ImageableArea Legal/Legal (8,5 x 14 Zoll): "11.62 11.62 600.38 996.38 "
*ImageableArea Tabloid/Tabloid (11 x 17 Zoll): "11.62 11.62 780.38 1212.38 "
*ImageableArea A3/A3 (297 x 420 mm): "11.62 11.62 830.27 1178.93 "
*ImageableArea 100x148Postcard/Postkarte (100 x 148 mm): "11.62 11.62 271.84 407.91 "
*ImageableArea 4x6/Postkarte (4 x 6 Zoll): "11.62 11.62 276.38 420.38 "
*ImageableArea A6/A6 (105 x 148 mm): "11.62 11.62 286.02 407.91 "
*ImageableArea 5x7/5 x 7 Zoll: "11.62 11.62 348.38 492.38 "
*ImageableArea JISB6/JIS B6 (128 x 182 mm): "11.62 11.62 351.21 504.28 "
*ImageableArea Statement/Statement (5,5 x 8,5 Zoll): "11.62 11.62 384.38 600.38 "
*ImageableArea 148x200Postcard/Postkarte (148 x 200 mm): "11.62 11.62 407.91 555.31 "
*ImageableArea A5/A5 (148 x 210 mm): "11.62 11.62 407.91 583.65 "
*ImageableArea JISB5/JIS B5 (182 x 257 mm): "11.62 11.62 504.28 716.88 "
*ImageableArea Executive/Executive (7,25 x 10,5 Zoll): "11.62 11.62 510.52 744.38 "
*ImageableArea 16K/16K (194 x 267 mm): "11.62 11.62 538.30 745.23 "
*ImageableArea 8x10/8 x 10 Zoll: "11.62 11.62 564.38 708.38 "
*ImageableArea SpanishFolio/215 x 315 mm: "11.62 11.62 597.83 881.29 "
*ImageableArea FanFoldGermanLegal/8,5 x 13 Zoll: "11.62 11.62 600.38 924.38 "
*ImageableArea A4Cover/A4-Deckblatt (223 x 297 mm): "11.62 11.62 620.50 830.27 "
*ImageableArea 9x11/9 x 11 Zoll: "11.62 11.62 636.38 780.38 "
*ImageableArea JISB4/JIS B4 (257 x 364 mm): "11.62 11.62 716.88 1020.19 "
*ImageableArea 815/8K (267 x 388 mm): "11.62 11.62 745.23 1088.22 "
*ImageableArea XR11x15/11 x 15 Zoll: "11.62 11.62 780.38 1068.38 "
*ImageableArea TabloidExtra/Tabloid-Überformat (12 x 18 Zoll): "11.62 11.62 852.38 1284.38 "
*ImageableArea SRA3/SRA3 (320 x 450 mm): "24.09 11.62 882.99 1262.83 "
*ImageableArea EnvChou3/Umschlag (120 x 235 mm): "11.62 11.62 328.54 654.52 "
*ImageableArea EnvDL/DL-Umschlag (110 x 220 mm): "11.34 11.34 300.66 612.66"
*ImageableArea EnvMonarch/Umschlag Monarch (3,875 x 7,5 Zoll): "11.34 11.34 267.66 528.66"
*ImageableArea Env10/Umschlag Nr. 10 (4,125 x 9,5 Zoll): "11.34 11.34 285.66 672.66"

*DefaultPaperDimension: A4
*PaperDimension A3/A3 (297 x 420 mm): "842 1191"
*PaperDimension JISB4/JIS B4 (257 x 364 mm): "729 1032"
*PaperDimension A4/A4 (210 x 297 mm): "595 842"
*PaperDimension JISB5/JIS B5 (182 x 257 mm): "516 729"
*PaperDimension A5/A5 (148 x 210 mm): "420 595"
*PaperDimension JISB6/JIS B6 (128 x 182 mm): "363 516"
*PaperDimension A6/A6 (105 x 148 mm): "297 420"
*PaperDimension 100x148Postcard/Postkarte (100 x 148 mm): "283 420"
*PaperDimension 148x200Postcard/Postkarte (148 x 200 mm): "420 567"
*PaperDimension 4x6/Postkarte (4 x 6 Zoll): "288 432"
*PaperDimension EnvChou3/Umschlag (120 x 235 mm): "340 666"
*PaperDimension SRA3/SRA3 (320 x 450 mm): "907 1274"
*PaperDimension 5x7/5 x 7 Zoll: "360 504"
*PaperDimension Statement/Statement (5,5 x 8,5 Zoll): "396 612"
*PaperDimension Executive/Executive (7,25 x 10,5 Zoll): "522 756"
*PaperDimension 8x10/8 x 10 Zoll: "576 720"
*PaperDimension SpanishFolio/215 x 315 mm: "609 892"
*PaperDimension Letter/Letter (8,5 x 11 Zoll): "612 792"
*PaperDimension Legal/Legal (8,5 x 14 Zoll): "612 1008"
*PaperDimension FanFoldGermanLegal/8,5 x 13 Zoll: "612 936"
*PaperDimension XR11x15/11 x 15 Zoll: "792 1080"
*PaperDimension Tabloid/Tabloid (11 x 17 Zoll): "792 1224"
*PaperDimension TabloidExtra/Tabloid-Überformat (12 x 18 Zoll): "864 1296"
*PaperDimension 815/8K (267 x 388 mm): "757 1100"
*PaperDimension 16K/16K (194 x 267 mm): "550 757"
*PaperDimension A4Cover/A4-Deckblatt (223 x 297 mm): "632 842"
*PaperDimension 9x11/9 x 11 Zoll: "648 792"
*PaperDimension EnvMonarch/Umschlag Monarch (3,875 x 7,5 Zoll): "279 540"
*PaperDimension Env10/Umschlag Nr. 10 (4,125 x 9,5 Zoll): "297 684"
*PaperDimension EnvDL/DL-Umschlag (110 x 220 mm): "312 624"

*OpenUI *Collate/Sortiert: Boolean
*OrderDependency: 10.0 AnySetup *Collate
*DefaultCollate: False
*Collate False/Aus: "<< /Collate false >> setpagedevice"
*Collate True/Ein: "<< /Collate true >> setpagedevice"
*CloseUI: *Collate

*OpenUI *InputSlot/Behälter: PickOne
*OrderDependency: 1.0 AnySetup *InputSlot
*DefaultInputSlot: Auto
*InputSlot Auto/Auto: ""
*InputSlot Tray1/Behälter 1: "
	3 dict begin
	/MediaPosition 0 def
	currentpagedevice /InputAttributes get dup 0 known
	{0 get dup null eq
		{ pop }
		{ /MediaClass get /MediaClass exch def } ifelse
	}
	{ pop } ifelse	/DeferredMediaSelection true def
	/ManualFeed false def
	currentdict end setpagedevice
"
*End
*InputSlot Tray2/Behälter 2: "
	3 dict begin
	/MediaPosition 1 def
	currentpagedevice /InputAttributes get dup 1 known
	{1 get dup null eq
		{ pop }
		{ /MediaClass get /MediaClass exch def } ifelse
	}
	{ pop } ifelse	/DeferredMediaSelection true def
	/ManualFeed false def
	currentdict end setpagedevice
"
*End
*InputSlot Tray3/Behälter 3: "
	3 dict begin
	/MediaPosition 2 def
	currentpagedevice /InputAttributes get dup 2 known
	{2 get dup null eq
		{ pop }
		{ /MediaClass get /MediaClass exch def } ifelse
	}
	{ pop } ifelse	/DeferredMediaSelection true def
	/ManualFeed false def
	currentdict end setpagedevice
"
*End
*InputSlot Tray4/Behälter 4: "
	3 dict begin
	/MediaPosition 3 def
	currentpagedevice /InputAttributes get dup 3 known
	{3 get dup null eq
		{ pop }
		{ /MediaClass get /MediaClass exch def } ifelse
	}
	{ pop } ifelse	/DeferredMediaSelection true def
	/ManualFeed false def
	currentdict end setpagedevice
"
*End
*InputSlot Bypass/Behälter 5 (Zusatzzufuhr): "
    2 dict dup /ManualFeed true put dup /MediaClass null put  setpagedevice
"
*End
*InputSlot Tray6/Behälter 6 (Großraumbehälter): "
	3 dict begin
	/MediaPosition 4 def
	currentpagedevice /InputAttributes get dup 4 known
	{4 get dup null eq
		{ pop }
		{ /MediaClass get /MediaClass exch def } ifelse
	}
	{ pop } ifelse	/DeferredMediaSelection true def
	/ManualFeed false def
	currentdict end setpagedevice
"
*End
*CloseUI: *InputSlot

*OpenUI *OutputBin/Ausgabeeinheit: PickOne
*OrderDependency: 20.0 AnySetup *OutputBin
*DefaultOutputBin: Auto
*OutputBin Auto/Auto: "
currentpagedevice /OutputAttributes get dup 30 known
  {30 get dup null eq
   { pop }
   { dup length dict copy
     setpagedevice
   } ifelse }
  {pop}
  ifelse
"
*End
*OutputBin Middle/Mittleres Fach, unten: "
    currentpagedevice /OutputAttributes get dup 0 known
      {0 get dup null eq
       { pop }
       { dup length dict copy
         setpagedevice
       } ifelse }
      {pop}
      ifelse
    "
*End
*OutputBin Middle2/Mittleres Fach, oben: "
    currentpagedevice /OutputAttributes get dup 1 known
      {1 get dup null eq
       { pop }
       { dup length dict copy
         setpagedevice
       } ifelse }
      {pop}
      ifelse
"
*End
*OutputBin CentreTray1/Mittleres Fach - Integrierter Office-Finisher: "
currentpagedevice /OutputAttributes get dup 30 known
  {30 get dup null eq
   { pop }
   { dup length dict copy
     setpagedevice
   } ifelse }
  {pop}
  ifelse
"
*End
*OutputBin CentreTray2/Mittleres Fach - Office-Finisher LX oder Profi-Finisher : "
    currentpagedevice /OutputAttributes get dup 1 known
      {1 get dup null eq
       { pop }
       { dup length dict copy
         setpagedevice
       } ifelse }
      {pop}
      ifelse
"
*End
*OutputBin RightMiddleTray/Mittleres rechtes Fach: "
currentpagedevice /OutputAttributes get dup 30 known
  {30 get dup null eq
   { pop }
   { dup length dict copy
     setpagedevice
   } ifelse }
  {pop}
  ifelse
"
*End
*OutputBin RightTopTray/Rechtes oberes Fach: "
    currentpagedevice /OutputAttributes get dup 31 known
      {31 get dup null eq
       { pop }
       { dup length dict copy
         setpagedevice
       } ifelse }
      {pop}
      ifelse
"
*End
*OutputBin Booklet/Rechtes unteres Fach (Booklet Maker): "
currentpagedevice /OutputAttributes get dup 50 known
  {50 get dup null eq
   { pop }
   { dup length dict copy
     setpagedevice
   } ifelse }
  {pop}
  ifelse
"
*End
*OutputBin Top/Linkes oberes Fach: "
currentpagedevice /OutputAttributes get dup 2 known
  {2 get dup null eq
   { pop }
   { dup length dict copy
     setpagedevice
   } ifelse }
  {pop}
  ifelse
"
*End
*CloseUI: *OutputBin

*OpenUI *StapleLocation/Heften: PickOne
*OrderDependency: 50.0 AnySetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/Aus: "
    << /Staple 0 >> setpagedevice
"
*End
*StapleLocation SinglePortrait/Einzelheftung (Hochformat): "
    << /Collate true /Staple 3 /StapleDetails << /Type 7 /Location 0 >> >> setpagedevice
"
*End
*StapleLocation SingleLandscape/Einzelheftung (Querformat): "
    << /Collate true /Staple 3 /StapleDetails << /Type 7 /Location 1 >> >> setpagedevice
"
*End
*StapleLocation DualPortrait/Doppelheftung (Hochformat): "
    userdict /XRXShortEdgeFinishing known
    { << /Collate true /Staple 3 /LeadingEdge 0 /StapleDetails << /Type 7 /Location 4 >> >> setpagedevice }
    { << /Collate true /Staple 3 /LeadingEdge 1 /StapleDetails << /Type 7 /Location 6 >> >> setpagedevice } ifelse
"
*End
*StapleLocation DualLandscape/Doppelheftung (Querformat): "
    userdict /XRXShortEdgeFinishing known
    { << /Collate true /Staple 3 /LeadingEdge 0 /StapleDetails << /Type 7 /Location 5 >> >> setpagedevice }
    { << /Collate true /Staple 3 /LeadingEdge 1 /StapleDetails << /Type 7 /Location 6 >> >> setpagedevice } ifelse
"
*End
*CloseUI: *StapleLocation

*OpenUI *XRPunch/Lochung: PickOne
*OrderDependency: 50.0 AnySetup *XRPunch
*DefaultXRPunch: None
*XRPunch None/Aus: "
    << /Punch 0 >> setpagedevice
"
*End
*XRPunch 2HolePunch/2fach-Lochung: "
    userdict /XRXShortEdgeFinishing known
	{ 1 dict dup/PunchDetails 1 dict dup/NumHoles 2 put put setpagedevice  
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 0 def} if
	2 dict begin
	/Type 5 def
	/Position 0 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice 
	}
	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 2 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 1 def} if
	2 dict begin
	/Type 5 def
	/Position 2 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	} ifelse	
"
*End
*XRPunch 2HolePunchLandscape/Zweifachlochung (Querformat): "
    userdict /XRXShortEdgeFinishing known
	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 2 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 0 def} if
	2 dict begin
	/Type 5 def
	/Position 1 def currentdict end
	/PunchDetails exch def currentdict end
	Setpagedevice
	}
	{
	1 dict dup/PunchDetails 1 dict dup/NumHoles 2 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 1 def} if
	2 dict begin
	/Type 5 def
	/Position 2 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	} ifelse
"
*End

*XRPunch 3HolePunch/3fach-Lochung: "

    userdict /XRXShortEdgeFinishing known
	{
	1 dict dup/PunchDetails 1 dict dup/NumHoles 3 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 0 def} if
	2 dict begin
	/Type 5 def
	/Position 0 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	}
	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 3 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 1 def} if
	2 dict begin
	/Type 5 def
	/Position 2 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	} ifelse
"
*End
*XRPunch 3HolePunchLandscape/Dreifachlochung (Querformat): "
    userdict /XRXShortEdgeFinishing known
	{
	1 dict dup/PunchDetails 1 dict dup/NumHoles 3 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 0 def} if
	2 dict begin
	/Type 5 def
	/Position 1 def currentdict end
	/PunchDetails exch def currentdict end
	Setpagedevice
	}
	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 3 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 1 def} if
	2 dict begin
	/Type 5 def
	/Position 2 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	} ifelse	
"
*End

*XRPunch 4HolePunch/4fach-Lochung: "
    userdict /XRXShortEdgeFinishing known
	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 4 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 0 def} if
	2 dict begin
	/Type 5 def
	/Position 0 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	}
	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 4 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 1 def} if
	2 dict begin
	/Type 5 def
	/Position 2 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	} ifelse
"
*End
*XRPunch 4HolePunchLandscape/Vierfachlochung (Querformat): "
    userdict /XRXShortEdgeFinishing known

	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 4 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 0 def} if
	2 dict begin
	/Type 5 def
	/Position 1 def currentdict end
	/PunchDetails exch def currentdict end
	Setpagedevice
	}
	{ 
	1 dict dup/PunchDetails 1 dict dup/NumHoles 4 put put setpagedevice
	4 dict begin
	/Punch 3 def
	currentpagedevice /Punch get 0 eq {/LeadingEdge 1 def} if
	2 dict begin
	/Type 5 def
	/Position 2 def currentdict end
	/PunchDetails exch def currentdict end
	setpagedevice
	} ifelse
"
*End
*CloseUI: *XRPunch

*OpenUI *XRFold/Falz: PickOne
*OrderDependency: 50.0 AnySetup *XRFold
*DefaultXRFold: None
*XRFold None/Aus: "<< /Fold 0 >> setpagedevice"
*XRFold BiFold/Einbruchfalz: "
    4 dict
    dup /Booklet true put
    currentpagedevice /OutputAttributes get dup 50 known {50 get dup null eq { pop } { dup length dict copy setpagedevice } ifelse } {pop} ifelse
    dup /LeadingEdge 0 put
    dup /BookletDetails
    3 dict 
         dup /Type 3 put
         dup /StapleType 0 put
         dup /PrintInside true put
         dup /PageSet true put
         put
    setpagedevice
"
*End
*XRFold BiFoldStaple/Einbruchfalz und Heften: "
    5 dict begin
    /Collate true def
    /LeadingEdge 0 def
    currentpagedevice /OutputAttributes get dup 50 known {50 get dup null eq { pop }{ {def} forall } ifelse}{pop} ifelse
    /Booklet true def
    2 dict begin
    /StapleType 1 def
    /PrintInside true def currentdict end
    /BookletDetails exch def currentdict end
    setpagedevice
"
*End
*CloseUI: *XRFold

*OpenUI *Duplex/2-seitig: PickOne
*OrderDependency: 100.0 AnySetup *Duplex
*DefaultDuplex: None
*Duplex None/1-seitig: "1 dict dup/Duplex false put setpagedevice"
*Duplex DuplexNoTumble/2-seitig: "2 dict dup/Duplex true put dup/Tumble false put setpagedevice"
*Duplex DuplexTumble/2-seitig, wenden Schmalseite: "2 dict dup/Duplex true put dup/Tumble true put setpagedevice"
*CloseUI: *Duplex

*OpenUI *XRFeedEdge/Zusatzzufuhr (Zufuhrkante): PickOne
*OrderDependency: 110.0 AnySetup *XRFeedEdge
*DefaultXRFeedEdge: LongEdge
*XRFeedEdge LongEdge/Längsseitenzufuhr (Normal): "
currentpagedevice /ManualFeed 2 copy known
{ get { 1
  currentpagedevice /PageSize get
  [
    [ 340 666 2 ] % EnvChou3
  ]
  {
    aload pop 3 1 roll 4 -1 roll dup 5 1 roll
    aload pop
    3 -1 roll eq 3 1 roll eq and {
      3 1 roll pop exit
    }{
      pop
    } ifelse
  } forall
  pop
  1 dict begin /LeadingEdge exch def currentdict end setpagedevice
  }{} ifelse
}{pop pop} ifelse
"
*End
*XRFeedEdge ShortEdge/Schmalseitenzufuhr: "
currentpagedevice /ManualFeed 2 copy known
{ get { 0
  currentpagedevice /PageSize get
  [
    [ 340 666 2 ] % EnvChou3
  ]
  {
    aload pop 3 1 roll 4 -1 roll dup 5 1 roll
    aload pop
    3 -1 roll eq 3 1 roll eq and {
      3 1 roll pop exit
    }{
      pop
    } ifelse
  } forall
  pop
  1 dict begin /LeadingEdge exch def currentdict end setpagedevice
  }{} ifelse
}{pop pop} ifelse
"
*End
*CloseUI: *XRFeedEdge

*OpenUI *XRFrontCoverSheet/Vorderes Deckblatt: PickOne
*OrderDependency: 185.0 AnySetup *XRFrontCoverSheet
*DefaultXRFrontCoverSheet: None
*XRFrontCoverSheet None/Kein vorderes Deckblatt: "
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /CoverSheet 0 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRFrontCoverSheet Tray1/Behälter 1: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /CoverSheet 1 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRFrontCoverSheet Tray2/Behälter 2: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /CoverSheet 2 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRFrontCoverSheet Tray3/Behälter 3: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /CoverSheet 3 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRFrontCoverSheet Tray4/Behälter 4: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /CoverSheet 4 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End*XRFrontCoverSheet Bypass/Behälter 5 (Zusatzzufuhr): "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /CoverSheet 5 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*CloseUI: *XRFrontCoverSheet

*OpenUI *XRBackCoverSheet/Hinteres Deckblatt: PickOne
*OrderDependency: 185.0 AnySetup *XRBackCoverSheet
*DefaultXRBackCoverSheet: None
*XRBackCoverSheet None/Kein hinteres Deckblatt: "
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /BackCoverSheet 0 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRBackCoverSheet Tray1/Behälter 1: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /BackCoverSheet 1 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRBackCoverSheet Tray2/Behälter 2: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /BackCoverSheet 2 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRBackCoverSheet Tray3/Behälter 3: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /BackCoverSheet 3 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*XRBackCoverSheet Tray4/Behälter 4: "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /BackCoverSheet 4 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End*XRBackCoverSheet Bypass/Behälter 5 (Zusatzzufuhr): "
    << /Collate true >> setpagedevice
    /Custom /ProcSet findresource /setcoversheet 2 copy known {
        get 1 dict dup /BackCoverSheet 5 put exch exec pop
    }{
        pop pop
    } ifelse
"
*End
*CloseUI: *XRBackCoverSheet

*OpenUI *XRSlipSheetPrint/Klarsichtfolientrennblätter: PickOne
*OrderDependency: 119.0 AnySetup *XRSlipSheetPrint
*DefaultXRSlipSheetPrint: None
*XRSlipSheetPrint None/Aus: "
    1 dict dup /SlipSheet 0 put setpagedevice
"
*End
*XRSlipSheetPrint Blank/Unbedruckte Trennblätter: "
  /Custom /ProcSet resourcestatus {
    pop pop /Custom/ProcSet findresource dup /setjobinstruction known {
      begin
      1 dict dup/Interleaf 0 put setjobinstruction
      end
    }{pop} ifelse
  } if
"
*End
*XRSlipSheetPrint Printed/Bedruckte Trennblätter: "
  /Custom /ProcSet resourcestatus {
    pop pop /Custom/ProcSet findresource dup /setjobinstruction known {
      begin
      1 dict dup/Interleaf 1 put setjobinstruction
      end
    }{pop} ifelse
  } if
"
*End
*CloseUI: *XRSlipSheetPrint

*OpenUI *XRSlipSheetSource/Zufuhr für Klarsichtfolientrennblätter: PickOne
*OrderDependency: 120.0 AnySetup *XRSlipSheetSource
*DefaultXRSlipSheetSource: None
*XRSlipSheetSource None/Aus: ""
*XRSlipSheetSource Tray1/Behälter 1: "
    2 dict dup dup /SlipSheet 4 put
    /SlipSheetDetails 3 dict dup /AutoTraySelect 0 put
    dup /Type 1 put dup
    /SheetTray 0 put put setpagedevice
"
*End
*XRSlipSheetSource Tray2/Behälter 2: "
    2 dict dup dup /SlipSheet 4 put
    /SlipSheetDetails 3 dict dup /AutoTraySelect 0 put
    dup /Type 1 put dup
    /SheetTray 1 put put setpagedevice
"
*End
*XRSlipSheetSource Tray3/Behälter 3: "
    2 dict dup dup /SlipSheet 4 put
    /SlipSheetDetails 3 dict dup /AutoTraySelect 0 put
    dup /Type 1 put dup
    /SheetTray 2 put put setpagedevice
"
*End
*XRSlipSheetSource Tray4/Behälter 4: "
    2 dict dup dup /SlipSheet 4 put
    /SlipSheetDetails 3 dict dup /AutoTraySelect 0 put
    dup /Type 1 put dup
    /SheetTray 3 put put setpagedevice
"
*End
*XRSlipSheetSource Tray5/Behälter 5 (Zusatzzufuhr): "
    2 dict dup dup /SlipSheet 4 put
    /SlipSheetDetails 3 dict dup /AutoTraySelect 0 put
    dup /Type 1 put dup
    /SheetTray 100 put put setpagedevice
"
*End
*CloseUI: *XRSlipSheetSource

*OpenUI *MediaType/Materialart: PickOne
*OrderDependency: 90.0 AnySetup *MediaType
*DefaultMediaType: SystemDefault
*MediaType SystemDefault/Druckereinstellung: ""
*MediaType Standard/Normalpapier: "1 dict dup/MediaClass(stationary)put setpagedevice"
*MediaType Standard2/Normalpapier (Rückseite): "1 dict dup/MediaClass(used)put setpagedevice"
*MediaType Punched/Gelochtes Papier: "<< /MediaClass (holed) >> setpagedevice"
*MediaType Letterhead/Briefkopfpapier: "<< /MediaClass (letterhead) >> setpagedevice"
*MediaType Transparency/Klarsichtfolie: "1 dict dup/MediaClass(transparency)put setpagedevice"
*MediaType Light/Dünnes Papier: "2 dict dup /ManualFeed true put dup/MediaClass(thin)put setpagedevice"
*MediaType CardStock/Karton: "1 dict dup/MediaClass(thick1)put setpagedevice"
*MediaType CardStock2/Karton (Rückseite): "1 dict dup/MediaClass(thick1 side2)put setpagedevice"
*MediaType ExtraHeavyweight/Schwerer Karton: "1 dict dup/MediaClass(thick2)put setpagedevice"
*MediaType ExtraHeavyweight2/Schwerer Karton (Rückseite): "1 dict dup/MediaClass(thick2 side2)put setpagedevice"
*MediaType Recycled/Umweltpapier: "1 dict dup/MediaClass(recycled)put setpagedevice"
*MediaType Bond/Postpapier: "1 dict dup/MediaClass(fine)put setpagedevice"
*MediaType Labels/Etiketten: "1 dict dup/MediaClass(label)put setpagedevice"
*MediaType PrePrinted/Vorgedrucktes Papier: "<< /MediaClass (preprinted) >> setpagedevice"
*MediaType Envelopes/Umschlag: "2 dict dup /ManualFeed true put dup/MediaClass(envelope)put setpagedevice"
*MediaType LightGlossy/Glänzend: "1 dict dup/MediaClass(coating1)put setpagedevice"
*MediaType LightGlossy2/Hochglanzpapier (Rückseite): "1 dict dup/MediaClass(coating1 side2)put setpagedevice"
*MediaType HeavyGlossy/Hochglanzkarton: "1 dict dup/MediaClass(coating2)put setpagedevice"
*MediaType HeavyGlossy2/Hochglanzkarton (Rückseite): "1 dict dup/MediaClass(coating2 side2)put setpagedevice"
*MediaType Custom1/Benutzerdefinierte Art 1: "1 dict dup/MediaClass(user1)put setpagedevice"
*MediaType Custom2/Benutzerdefinierte Art 2: "1 dict dup/MediaClass(user2)put setpagedevice"
*MediaType Custom3/Benutzerdefinierte Art 3: "1 dict dup/MediaClass(user3)put setpagedevice"
*MediaType Custom4/Benutzerdefinierte Art 4: "1 dict dup/MediaClass(user4)put setpagedevice"
*MediaType Custom5/Benutzerdefinierte Art 5: "1 dict dup/MediaClass(user5)put setpagedevice"
*MediaType Other/Andere Art: "<< /MediaClass (other) >> setpagedevice"
*MediaType Unspecified/Auto: ""
*CloseUI: *MediaType

*OpenUI *MediaColor/Materialfarbe: PickOne
*OrderDependency: 46.0 AnySetup *MediaColor
*DefaultMediaColor: Unspecified
*MediaColor Unspecified/Auto: "1 dict dup /MediaColor null put setpagedevice"
*MediaColor White/Weiß: "1 dict dup /MediaColor (white) put setpagedevice"
*MediaColor Blue/Blau: "1 dict dup /MediaColor (blue) put setpagedevice"
*MediaColor Yellow/Gelb: "1 dict dup /MediaColor (yellow) put setpagedevice"
*MediaColor Green/Grün: "1 dict dup /MediaColor (green) put setpagedevice"
*MediaColor Pink/Rosa: "1 dict dup /MediaColor (pink) put setpagedevice"
*MediaColor Clear/Transparent: "1 dict dup /MediaColor (transparent) put setpagedevice"
*MediaColor Ivory/Elfenbein: "1 dict dup /MediaColor (ivory) put setpagedevice"
*MediaColor Gray/Grau: "1 dict dup /MediaColor (gray) put setpagedevice"
*MediaColor Buff/Beige: "1 dict dup /MediaColor (buff) put setpagedevice"
*MediaColor Goldenrod/Gold: "1 dict dup /MediaColor (goldenrod) put setpagedevice"
*MediaColor Red/Rot: "1 dict dup /MediaColor (red) put setpagedevice"
*MediaColor Orange/Orange: "1 dict dup /MediaColor (orange) put setpagedevice"
*MediaColor Custom1/Benutzerdefinierte Farbe 1: "1 dict dup /MediaColor (custom1) put setpagedevice"
*MediaColor Custom2/Benutzerdefinierte Farbe 2: "1 dict dup /MediaColor (custom2) put setpagedevice"
*MediaColor Custom3/Benutzerdefinierte Farbe 3: "1 dict dup /MediaColor (custom3) put setpagedevice"
*MediaColor Custom4/Benutzerdefinierte Farbe 4: "1 dict dup /MediaColor (custom4) put setpagedevice"
*MediaColor Custom5/Benutzerdefinierte Farbe 5: "1 dict dup /MediaColor (custom5) put setpagedevice"
*MediaColor Other/Andere Farbe: "1 dict dup /MediaColor (other) put setpagedevice"
*CloseUI: *MediaColor

*OpenUI *XRColorMode/Ausgabefarbe: PickOne
*OrderDependency: 20.0 AnySetup *XRColorMode
*DefaultXRColorMode: Color
*XRColorMode Grayscale/Graustufen: "
    1 dict dup 2 dict dup /Type 26 put dup /RGBCorrection 3 put /DeviceRenderingInfo exch put setpagedevice
    currentpagedevice /DeviceRenderingInfo get /Brightness known {
        1 dict dup
        1 dict dup
        /Custom /ProcSet findresource dup
        /currentregioncode known {
            begin
            currentregioncode
            dup -1 eq { pop 0  } if
            setcmykcorrection
            end
            pop
        }{
            pop
            /CMYKCorrection 4 put
        }ifelse
        /DeviceRenderingInfo exch put
        setpagedevice
    }if

    1 dict dup /PostRenderingEnhanceDetails 2 dict dup /Type 32 put dup /EngineScreen 2 put put dup /PostRenderingEnhance true put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/GammaCorrection 4 put/DeviceRenderingInfo exch put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/RGBToK 1 put/DeviceRenderingInfo exch put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/RGBSpace 0 put/DeviceRenderingInfo exch put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/WhitePoint 1 put/DeviceRenderingInfo exch put setpagedevice

    2 dict dup /PostRenderingEnhance true put dup /PostRenderingEnhanceDetails 2 dict dup /Type 32 put dup /REValue 1 put put setpagedevice

    1 dict dup/ProcessColorModel/DeviceGray put setpagedevice
"
*End
*XRColorMode Color/Farbe: "
    1 dict dup 2 dict dup /Type 26 put dup /RGBCorrection 3 put /DeviceRenderingInfo exch put setpagedevice
    currentpagedevice /DeviceRenderingInfo get /Brightness known {
        1 dict dup
        1 dict dup
        /Custom /ProcSet findresource dup
        /currentregioncode known {
            begin
            currentregioncode
            dup -1 eq { pop 0  } if
            setcmykcorrection
            end
            pop
        }{
            pop
            /CMYKCorrection 4 put
        }ifelse
        /DeviceRenderingInfo exch put
        setpagedevice
    }if

    1 dict dup /PostRenderingEnhanceDetails 2 dict dup /Type 32 put dup /EngineScreen 2 put put dup /PostRenderingEnhance true put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/GammaCorrection 4 put/DeviceRenderingInfo exch put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/RGBToK 1 put/DeviceRenderingInfo exch put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/RGBSpace 0 put/DeviceRenderingInfo exch put setpagedevice

    1 dict dup 2 dict dup/Type 26 put dup/WhitePoint 1 put/DeviceRenderingInfo exch put setpagedevice

    2 dict dup /PostRenderingEnhance true put dup /PostRenderingEnhanceDetails 2 dict dup /Type 32 put dup /REValue 1 put put setpagedevice

    1 dict dup/ProcessColorModel/DeviceCMYK put setpagedevice
"
*End
*CloseUI: *XRColorMode

*OpenUI *Jog/Versatz: PickOne
*OrderDependency: 155.0 AnySetup *Jog
*DefaultJog: None
*Jog None/Aus: "<< /Jog 0 >> setpagedevice"
*Jog EndOfSet/Satzweise: "2 dict dup/Jog 3 put currentpagedevice/OutputAttributes get 30 known{dup/OutputType(STACKER TRAY)put}if setpagedevice"
*CloseUI: *Jog

*OpenUI *XREconomode/Entwurfsmodus: Boolean
*OrderDependency: 25.0 AnySetup *XREconomode
*DefaultXREconomode: None
*XREconomode None/Aus: "1 dict dup/PostRenderingEnhanceDetails 2 dict dup/Type 32 put dup/TonerSaver 0 put put setpagedevice"
*XREconomode Draft/Ein: "1 dict dup/PostRenderingEnhanceDetails 2 dict dup/Type 32 put dup/TonerSaver 1 put put setpagedevice"
*CloseUI: *XREconomode

*HWMargins: 11.62 11.62 11.62 11.62
*LeadingEdge Short: ""
*DefaultLeadingEdge: Short
*MaxMediaWidth: "864"
*MaxMediaHeight: "1368"
*NonUIOrderDependency: 40.0 AnySetup *CustomPageSize
*CustomPageSize True: "
userdict /4.3PPDCompliant known
    {userdict /4.3PPDCompliant get } {false} ifelse
{ % From Print Managers complying with 4.3 PPD Spec.
  pop pop pop % discard orientation & offsets
  3 dict begin
    /PageSize [
      4 -2 roll
    ] def
  /ImagingBBox null def
  currentdict end setpagedevice
}{ % From Print Managers not complying with 4.3 PPD Spec.
  pop pop pop % discard orientation & offsets
  3 dict begin
    /PageSize [
      4 -2 roll exch
    ] def
  /ImagingBBox null def
  currentdict end setpagedevice
} ifelse
"
*End

*ParamCustomPageSize Height:       1 points 278 1369
*ParamCustomPageSize Width:        2 points 252 907
*ParamCustomPageSize WidthOffset:  3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation:  5 int 1 1

*OpenGroup: XRGraphicsGroup/1. Graphics

*OpenUI *XRImageQuality/Helligkeit: PickOne
*OrderDependency: 26.0 AnySetup *XRImageQuality
*DefaultXRImageQuality: Normal
*XRImageQuality Lighten5/Heller (+5): "1 dict dup 2 dict dup/Type 26 put dup/Brightness 5 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Lighten4/Heller (+4): "1 dict dup 2 dict dup/Type 26 put dup/Brightness 4 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Lighten3/Heller (+3): "1 dict dup 2 dict dup/Type 26 put dup/Brightness 3 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Lighten2/Heller (+2): "1 dict dup 2 dict dup/Type 26 put dup/Brightness 2 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Lighten1/Heller (+1): "1 dict dup 2 dict dup/Type 26 put dup/Brightness 1 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Normal/Normal: "1 dict dup 2 dict dup/Type 26 put dup/Brightness 0 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Darken1/Dunkler (-1): "1 dict dup 2 dict dup/Type 26 put dup/Brightness -1 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Darken2/Dunkler (-2): "1 dict dup 2 dict dup/Type 26 put dup/Brightness -2 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Darken3/Dunkler (-3): "1 dict dup 2 dict dup/Type 26 put dup/Brightness -3 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Darken4/Dunkler (-4): "1 dict dup 2 dict dup/Type 26 put dup/Brightness -4 put/DeviceRenderingInfo exch put setpagedevice"
*XRImageQuality Darken5/Dunkler (-5): "1 dict dup 2 dict dup/Type 26 put dup/Brightness -5 put/DeviceRenderingInfo exch put setpagedevice"
*CloseUI: *XRImageQuality

*OpenUI *XRCMYKColorSpace/CMYK-Quellfarbe: PickOne
*OrderDependency: 28.0 AnySetup *XRCMYKColorSpace
*DefaultXRCMYKColorSpace: Commercial
*XRCMYKColorSpace Commercial/Commercial: "
currentpagedevice /DeviceRenderingInfo get /Brightness known {
  1 dict dup 
  2 dict dup /Type 26 put dup /CMYKCorrection 2 put
  /DeviceRenderingInfo exch put
  setpagedevice
} if

/Custom/ProcSet findresource/settargetpaper 2 copy known{get 2 exch exec}{pop pop}ifelse
"
*End
*XRCMYKColorSpace SWOP/SWOP: "
currentpagedevice /DeviceRenderingInfo get /Brightness known {
  1 dict dup 
  2 dict dup /Type 26 put dup /CMYKCorrection 7 put
  /DeviceRenderingInfo exch put
  setpagedevice
		} if

 /Custom/ProcSet findresource/settargetpaper 2 copy known{get 3 exch exec}{pop pop}ifelse
"
*End
*XRCMYKColorSpace SNAP/SNAP: "
currentpagedevice /DeviceRenderingInfo get /Brightness known {
  1 dict dup 
  2 dict dup /Type 26 put dup /CMYKCorrection 4 put
  /DeviceRenderingInfo exch put
  setpagedevice
} if

/Custom/ProcSet findresource/settargetpaper 2 copy known{get 3 exch exec}{pop pop}ifelse
"
*End
*XRCMYKColorSpace EuroScale/EuroScale: "
currentpagedevice /DeviceRenderingInfo get /Brightness known {
  1 dict dup 
  2 dict dup /Type 26 put dup /CMYKCorrection 4 put
  /DeviceRenderingInfo exch put
  setpagedevice
} if

/Custom/ProcSet findresource/settargetpaper 2 copy known{get 2 exch exec}{pop pop}ifelse
"
*End
*XRCMYKColorSpace JapanColor/Japan Color: "
currentpagedevice /DeviceRenderingInfo get /Brightness known {
  1 dict dup 
  2 dict dup /Type 26 put dup /CMYKCorrection 2 put
  /DeviceRenderingInfo exch put
  setpagedevice
} if

/Custom/ProcSet findresource/settargetpaper 2 copy known{get 3 exch exec}{pop pop}ifelse
"
*End
*CloseUI: *XRCMYKColorSpace

*OpenUI *XRColorCorrection/Farbkorrektur: PickOne
*OrderDependency: 27.0 AnySetup *XRColorCorrection
*DefaultXRColorCorrection: Auto
*XRColorCorrection Auto/Automatisch: "
  1 dict dup
  2 dict dup /Type 26 put dup /RGBCorrection 3 put /DeviceRenderingInfo exch put
  setpagedevice
  currentpagedevice /DeviceRenderingInfo get /Brightness known {
    1 dict dup
    1 dict dup
    /Custom /ProcSet findresource dup
    /currentregioncode known {
      begin
      currentregioncode
      dup -1 eq { pop 0  } if
      setcmykcorrection
      end
      pop
    }{
      pop
      /CMYKCorrection 4 put
    }ifelse
    /DeviceRenderingInfo exch put
    setpagedevice
  }if"
*End
*XRColorCorrection sRGB/sRGB: "
  1 dict dup 2 dict dup/Type 26 put dup/RGBCorrection 12 put/DeviceRenderingInfo exch put setpagedevice"
*End
*XRColorCorrection None/Aus: "
  1 dict dup
  3 dict dup /Type 26 put dup /RGBCorrection 0 put dup /CMYKCorrection 0 put
  /DeviceRenderingInfo exch put
  setpagedevice"
*End
*CloseUI: *XRColorCorrection

*OpenUI *XROutputMode: PickOne
*OrderDependency: 100.0 AnySetup *XROutputMode
*DefaultXROutputMode: HighSpeed
*XROutputMode HighSpeed/Schnell: "
    2 dict dup /HWResolution [600 600] put
    dup 2 dict dup /Type 26 put dup /ValuesPerColorComponent 2 put
    /DeviceRenderingInfo exch put
    setpagedevice
"
*End
*XROutputMode HighQuality/Hohe Qualität: "
    2 dict dup /HWResolution [600 600] put
	dup 2 dict dup /Type 26 put dup /ValuesPerColorComponent 256 put
	/DeviceRenderingInfo exch put
	setpagedevice
"
*End
*XROutputMode HighResolution/Hohe Auflösung: "
    2 dict dup /HWResolution [1200 1200] put
    dup 2 dict dup /Type 26 put dup /ValuesPerColorComponent 2 put
    /DeviceRenderingInfo exch put
    setpagedevice
"
*End
*CloseUI: *XROutputMode

*OpenUI *GlossLevel: PickOne
*OrderDependency: 100.0 AnySetup *GlossLevel
*DefaultGlossLevel: Normal
*GlossLevel Normal/Normal: "
/Custom/ProcSet findresource/setoutputmode 2 copy known  
	{get 1 exch exec} 
	{pop pop}  
ifelse
"
*End
*GlossLevel Enhanced/Optimiert: "
/Custom/ProcSet findresource/setoutputmode 2 copy known  
	{get 2 exch exec} 
	{pop pop}  
ifelse
"
*End
*CloseUI: *GlossLevel

*% Halftone Information ===============
*DefaultHalftoneType: 5
*ScreenFreq: "85.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div} bind"
*ScreenProc Line: "{ pop }"
*ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{ 1 exch sub }"


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

*FCacheSize 768Meg: 1441792
*FCacheSize 1024Meg: 1441792

*DefaultFont: Courier

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

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

*% Status (format: %%[ status: <one of these> ] %%)
*Status: "initializing"
*Status: "idle"
*Status: "holding"
*Status: "busy"
*Status: "waiting"
*Status: "PrinterError: Service Call"
*Status: "PrinterError: Drum&Toner Cartridge is Missing"
*Status: "PrinterError: No Toner"
*Status: "PrinterError: Left Hand Cover Open"
*Status: "PrinterError: Cabinet Left Hand Cover Open"
*Status: "PrinterError: Duplex Docking Cover Open"
*Status: "PrinterError: Side Tray Docking Unit Open"
*Status: "PrinterError: Side Tray Hand Cover Open"
*Status: "PrinterError: Tray Lifter Failed"
*Status: "PrinterError: Paper Jam"
*Status: "PrinterError: Paper Jam at Fuser"
*Status: "PrinterError: Paper Jam at Registration Roller"
*Status: "PrinterError: Paper Jam at Duplex Module"
*Status: "PrinterError: Paper Jam at Duplex Tray"
*Status: "PrinterError: Paper Jam at Tray1"
*Status: "PrinterError: Paper Jam at Tray2"
*Status: "PrinterError: Paper Jam at Tray3"
*Status: "PrinterError: Paper Jam at Tray4"
*Status: "PrinterError: Paper Jam at Manual Feed Tray"
*Status: "PrinterError: Paper Jam at Side Tray"
*Status: "PrinterError: Center bin is Full"
*Status: "PrinterError: Duplex Module Fail"
*Status: "PrinterError: Tray is Missing"
*Status: "PrinterError: Any Trays are Missing"
*Status: "PrinterError: Out of Paper in All Trays"
*Status: "PrinterError: Out of Paper"
*Status: "PrinterError: Out of Paper in Maunal Feed Tray"

*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
*PrinterError: "Service Call"
*PrinterError: "Drum&Toner Cartridge is Missing"
*PrinterError: "No Toner"
*PrinterError: "Left Hand Cover Open"
*PrinterError: "Cabinet Left Hand Cover Open"
*PrinterError: "Duplex Docking Cover Open"
*PrinterError: "Side Tray Docking Unit Open"
*PrinterError: "Side Tray Hand Cover Open"
*PrinterError: "Tray Lifter Failed"
*PrinterError: "Paper Jam"
*PrinterError: "Paper Jam at Fuser"
*PrinterError: "Paper Jam at Registration Roller"
*PrinterError: "Paper Jam at Duplex Module"
*PrinterError: "Paper Jam at Duplex Tray"
*PrinterError: "Paper Jam at Tray1"
*PrinterError: "Paper Jam at Tray2"
*PrinterError: "Paper Jam at Tray3"
*PrinterError: "Paper Jam at Tray4"
*PrinterError: "Paper Jam at Manual Feed Tray"
*PrinterError: "Paper Jam at Side Tray"
*PrinterError: "Center bin is Full"
*PrinterError: "Duplex Module Fail"
*PrinterError: "Tray is Missing"
*PrinterError: "Any Trays are Missing"
*PrinterError: "Out of Paper in All Trays"
*PrinterError: "Out of Paper"
*PrinterError: "Out of Paper in Maunal Feed Tray"


*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
*Source: "Serial"
*Source: "Parallel"
*Source: "LocalTalk"
*Source: "EtherTalk"
*Source: "RemotePrinter"
*Source: "PrintServer"
*Source: "LPR"
*Source: "Internal"

*% Color Separation Information =====================
*DefaultGuaranteedMaxSeparations: 1
*GuaranteedMaxSeparations 4: ""
*GuaranteedMaxSeparations 3: ""
*GuaranteedMaxSeparations 2: ""
*GuaranteedMaxSeparations 1: ""
*?GuaranteedMaxSeparations: "
    currentpagedevice /MaxSeparations get ="
*End