summaryrefslogtreecommitdiff
path: root/db/source/PPD/Infotec/PXL/Infotec-Pro_C7110S_PXL.ppd
blob: 42a222a629e4dd4051eb1602a12c545477996272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
*PPD-Adobe: "4.3"
*%
*%  Printer Description file
*%    for "Infotec Pro C7110S PXL"
*%
*%    CreationDate: 2014/03/03
*%    Modified:     2016/05/10
*%
*%    java.util.zip.CRC32: 47628194
*%
*%    COPYRIGHT (C) 2014-2016 RICOH COMPANY, LTD.
*%    
*%    Permission is hereby granted, free of charge, to any person obtaining
*%    a copy of this software and associated documentation files (the
*%    "Software"), to deal in the Software without restriction, including
*%    without limitation the rights to use, copy, modify, merge, publish,
*%    distribute, sublicense, and/or sell copies of the Software, and to
*%    permit persons to whom the Software is furnished to do so, subject to
*%    the following conditions:
*%    
*%    The above copyright notice and this permission notice shall be
*%    included in all copies or substantial portions of the Software.
*%    
*%    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
*%    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
*%    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
*%    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
*%    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
*%    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
*%    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*%    
*%    [this is the MIT open source license -- please see www.opensource.org]
*%

*FileVersion: "2.3"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*ModelName: "Infotec Pro C7110S"
*PCFileName: "IF3482E3.PPD"
*Manufacturer: "Infotec"
*Product: "(infotec Pro C7110S PS3)"
*PSVersion: "(3018.102) 0"
*ShortNickName: "Infotec Pro C7110S PXL"
*NickName: "Infotec Pro C7110S PXL"
*1284DeviceID: "MFG:infotec;MDL:Pro C7110S;CMD:PCLXL;"

*cupsVersion:      1.1
*cupsManualCopies: False
*cupsCommands:     ""
*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
*cupsFilter: "application/vnd.cups-pdf 0 foomatic-rip"

*FoomaticRIPUserEntityMaxLength: 8
*FoomaticRIPHostEntityMaxLength: 63
*FoomaticRIPTitleEntityMaxLength: 40
*FoomaticRIPCommandLine: "(printf '\033%%-12345X@PJL\n@PJL JOB\n@PJL SET COPIES=&copies;\n'%G|perl -p -e "s/\x26copies\x3b/1/");
(gs -q -dBATCH -dPARANOIDSAFER -dNOPAUSE -dNOMEDIAATTRS -dNOINTERPOLATE %B%A%C %D%E | perl -p -e "s/^\x1b\x25-12345X//" | perl -p -e "s/\xc1\x01\x00\xf8\x31\x44/\x44/g");
(printf '@PJL\n@PJL EOJ\n\033%%-12345X')"
*End

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

*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: CMYK
*FileSystem: True
*Throughput: "90"
*LandscapeOrientation: Minus90
*TTRasterizer: Type42
*HWMargins: 12 12 12 12
*%========== Installable Options ==========
*%========== & System Management ==========

*OpenGroup: InstallableOptions/Installable Options

*OpenUI *TrayA/Tray A: PickOne
*DefaultTrayA: NotInstalled
*TrayA NotInstalled/Not Installed: ""
*TrayA Installed/Installed: ""
*CloseUI: *TrayA

*OpenUI *LargeCapacityTray/Large Capacity Tray: PickOne
*DefaultLargeCapacityTray: NotInstalled
*LargeCapacityTray NotInstalled/Not Installed: ""
*LargeCapacityTray LCTSIBERIAG/Wide Large Capacity Tray: ""
*LargeCapacityTray LCTANATOLIA1/Wide Large Capacity Tray 1: ""
*LargeCapacityTray LCTANATOLIA2/Wide Large Capacity Tray 1 and Tray 2: ""
*LargeCapacityTray LCTANATOLIA3/Wide Large Capacity Tray 1,Tray 2 and Tray 3: ""
*CloseUI: *LargeCapacityTray

*OpenUI *Stacker/Stacker: PickOne
*DefaultStacker: NotInstalled
*Stacker NotInstalled/Not Installed: ""
*Stacker StackerSingle/Stacker: ""
*Stacker StackerDouble/Second Stacker: ""
*CloseUI: *Stacker

*OpenUI *BKLProcessor/Booklet Processor: PickOne
*DefaultBKLProcessor: NotInstalled
*BKLProcessor NotInstalled/Not Installed: ""
*BKLProcessor Plockmatic/Installed: ""
*CloseUI: *BKLProcessor

*OpenUI *OptionInterfaceBox/Interface Box: PickOne
*DefaultOptionInterfaceBox: NotInstalled
*OptionInterfaceBox NotInstalled/Not Installed: ""
*OptionInterfaceBox Installed/Installed: ""
*CloseUI: *OptionInterfaceBox

*OpenUI *MultiHolePunchUnit/Multi-hole Punch Unit: PickOne
*DefaultMultiHolePunchUnit: NotInstalled
*MultiHolePunchUnit NotInstalled/Not Installed: ""
*MultiHolePunchUnit Installed/Installed: ""
*CloseUI: *MultiHolePunchUnit

*OpenUI *MultiFold/Folding Unit: PickOne
*DefaultMultiFold: NotInstalled
*MultiFold NotInstalled/Not Installed: ""
*MultiFold Installed/Installed: ""
*CloseUI: *MultiFold

*OpenUI *OptionBind/Perfect/Ring Binder: PickOne
*DefaultOptionBind: NotInstalled
*OptionBind NotInstalled/Not Installed: ""
*OptionBind FinISHIKARIC/Ring Binder: ""
*OptionBind FinTENRYUB/Perfect Binder: ""
*CloseUI: *OptionBind

*OpenUI *TrimmerUnit/Trimmer: PickOne
*DefaultTrimmerUnit: NotInstalled
*TrimmerUnit NotInstalled/Not Installed: ""
*TrimmerUnit Installed/Installed: ""
*CloseUI: *TrimmerUnit

*OpenUI *Finisher/Finisher: PickOne
*DefaultFinisher: NotInstalled
*Finisher NotInstalled/Not Installed: ""
*Finisher FinCOLUMBIACBK/Finisher SR5060: ""
*Finisher FinCOLUMBIAC/Finisher SR5050: ""
*CloseUI: *Finisher

*CloseGroup: InstallableOptions

*OpenUI *Duplex/Duplex: PickOne
*FoomaticRIPOption Duplex: enum Composite D
*OrderDependency: 50 AnySetup *Duplex
*DefaultDuplex: DuplexNoTumble
*Duplex None/Off:  "%% FoomaticRIPOptionSetting: Duplex=None"
*FoomaticRIPOptionSetting Duplex=None: "JCLDuplex=None GSDuplex=None"
*Duplex DuplexNoTumble/Long Edge:  "%% FoomaticRIPOptionSetting: Duplex=DuplexNoTumble"
*FoomaticRIPOptionSetting Duplex=DuplexNoTumble: "JCLDuplex=DuplexNoTumble GSDuplex=DuplexNoTumble"
*Duplex DuplexTumble/Short Edge:  "%% FoomaticRIPOptionSetting: Duplex=DuplexTumble"
*FoomaticRIPOptionSetting Duplex=DuplexTumble: "JCLDuplex=DuplexTumble GSDuplex=DuplexTumble"
*CloseUI: *Duplex

*FoomaticRIPOptionSetting Duplex=0: "JCLDuplex=None GSDuplex=None"
*FoomaticRIPOptionSetting Duplex=LongEdge: "JCLDuplex=DuplexNoTumble GSDuplex=DuplexNoTumble"
*FoomaticRIPOptionSetting Duplex=ShortEdge: "JCLDuplex=DuplexTumble GSDuplex=DuplexTumble"

*FoomaticRIPOption GSDuplex: enum CmdLine D 50
*FoomaticRIPOptionSetting GSDuplex=FromDuplex: ""
*FoomaticRIPOptionSetting GSDuplex=None: ""
*FoomaticRIPOptionSetting GSDuplex=DuplexNoTumble: "| perl -p -e "s/\xf8\x26\xc0\x00\xf8\x34/\xf8\x26\xc0\x01\xf8\x35/g""
*FoomaticRIPOptionSetting GSDuplex=DuplexTumble: "| perl -p -e "s/\xf8\x26\xc0\x00\xf8\x34/\xf8\x26\xc0\x00\xf8\x35/g""

*FoomaticRIPOption JCLDuplex: enum JCL D 50
*FoomaticRIPOptionSetting JCLDuplex=FromDuplex: ""
*FoomaticRIPOptionSetting JCLDuplex=None: "SET DUPLEX=OFF"
*FoomaticRIPOptionSetting JCLDuplex=DuplexNoTumble: "SET DUPLEX=ON
@PJL SET BINDING=LONGEDGE"
*FoomaticRIPOptionSetting JCLDuplex=DuplexTumble: "SET DUPLEX=ON
@PJL SET BINDING=SHORTEDGE"

*OpenUI *Collate/Collate: Boolean
*FoomaticRIPOption Collate: bool CmdLine G
*OrderDependency: 110 AnySetup *Collate
*DefaultCollate: False
*Collate False/Off: "%% FoomaticRIPOptionSetting: Collate=False"
*Collate True/On:   "%% FoomaticRIPOptionSetting: Collate=True"
*CloseUI: *Collate

*FoomaticRIPOptionSetting Collate=False: ""
*FoomaticRIPOptionSetting Collate=True:  "|(perl -p -e "s/\x40PJL SET COPIES=&copies;\n/\x40PJL SET QTY=&copies;\n/")"
*FoomaticRIPOptionSetting Collate:       "|(perl -p -e "s/\x40PJL SET COPIES=&copies;\n/\x40PJL SET QTY=&copies;\n/")"

*OpenUI *PageSize/PageSize: PickOne
*FoomaticRIPOption PageSize: enum CmdLine C
*OrderDependency: 20 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize A3/A3: "%% FoomaticRIPOptionSetting: PageSize=A3"
*FoomaticRIPOptionSetting PageSize=A3: " -sPAPERSIZE=a3 -sOutputFile=- - "
*PageSize A4/A4: "%% FoomaticRIPOptionSetting: PageSize=A4"
*FoomaticRIPOptionSetting PageSize=A4: " -sPAPERSIZE=a4 -sOutputFile=- - "
*PageSize A5/A5: "%% FoomaticRIPOptionSetting: PageSize=A5"
*FoomaticRIPOptionSetting PageSize=A5: " -sPAPERSIZE=a5 -sOutputFile=- - | perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x0f\xf8\x25/g""
*PageSize A6/A6: "%% FoomaticRIPOptionSetting: PageSize=A6"
*FoomaticRIPOptionSetting PageSize=A6: " -dDEVICEWIDTHPOINTS=298 -dDEVICEHEIGHTPOINTS=420 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x14\xf8\x25/g""
*End
*PageSize B4/B4 (JIS): "%% FoomaticRIPOptionSetting: PageSize=B4"
*FoomaticRIPOptionSetting PageSize=B4: " -dDEVICEWIDTHPOINTS=729 -dDEVICEHEIGHTPOINTS=1032 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x0a\xf8\x25/g""
*End
*PageSize B5/B5 (JIS): "%% FoomaticRIPOptionSetting: PageSize=B5"
*FoomaticRIPOptionSetting PageSize=B5: " -dDEVICEWIDTHPOINTS=516 -dDEVICEHEIGHTPOINTS=729 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x0b\xf8\x25/g""
*End
*PageSize B6/B6 (JIS): "%% FoomaticRIPOptionSetting: PageSize=B6"
*FoomaticRIPOptionSetting PageSize=B6: " -dDEVICEWIDTHPOINTS=363 -dDEVICEHEIGHTPOINTS=516 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xc9\xf8\x25/g""
*End
*PageSize Legal/Legal: "%% FoomaticRIPOptionSetting: PageSize=Legal"
*FoomaticRIPOptionSetting PageSize=Legal: " -sPAPERSIZE=legal -sOutputFile=- - | perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x01\xf8\x25/g""
*PageSize GovernmentLG/8.25x14: "%% FoomaticRIPOptionSetting: PageSize=GovernmentLG"
*FoomaticRIPOptionSetting PageSize=GovernmentLG: " -dDEVICEWIDTHPOINTS=594 -dDEVICEHEIGHTPOINTS=1008 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x15\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x04\x41\x00\x00\x60\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\x15\xf8\x25/g""
*End
*PageSize EngQuatro/8x10: "%% FoomaticRIPOptionSetting: PageSize=EngQuatro"
*FoomaticRIPOptionSetting PageSize=EngQuatro: " -dDEVICEWIDTHPOINTS=576 -dDEVICEHEIGHTPOINTS=720 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xdd\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x00\x41\x00\x00\x20\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xdd\xf8\x25/g""
*End
*PageSize Letter/Letter: "%% FoomaticRIPOptionSetting: PageSize=Letter"
*FoomaticRIPOptionSetting PageSize=Letter: " -sPAPERSIZE=letter -sOutputFile=- - "
*PageSize Statement/5.5x8.5: "%% FoomaticRIPOptionSetting: PageSize=Statement"
*FoomaticRIPOptionSetting PageSize=Statement: " -dDEVICEWIDTHPOINTS=396 -dDEVICEHEIGHTPOINTS=612 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x13\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\xb0\x40\x00\x00\x08\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\x13\xf8\x25/g""
*End
*PageSize F/8x13: "%% FoomaticRIPOptionSetting: PageSize=F"
*FoomaticRIPOptionSetting PageSize=F: " -dDEVICEWIDTHPOINTS=576 -dDEVICEHEIGHTPOINTS=936 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x12\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x00\x41\x00\x00\x50\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\x12\xf8\x25/g""
*End
*PageSize Folio/8.25x13: "%% FoomaticRIPOptionSetting: PageSize=Folio"
*FoomaticRIPOptionSetting PageSize=Folio: " -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=935 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x10\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x9d\x36\x04\x41\x63\xC9\x4f\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\x10\xf8\x25/g""
*End
*PageSize FanFoldGermanLegal/8.5x13: "%% FoomaticRIPOptionSetting: PageSize=FanFoldGermanLegal"
*FoomaticRIPOptionSetting PageSize=FanFoldGermanLegal: " -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=936 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x11\xf8\x25/g""
*End
*PageSize Tabloid/11x17: "%% FoomaticRIPOptionSetting: PageSize=Tabloid"
*FoomaticRIPOptionSetting PageSize=Tabloid: " -sPAPERSIZE=11x17  -sOutputFile=- - "
*PageSize 12x18/12x18: "%% FoomaticRIPOptionSetting: PageSize=12x18"
*FoomaticRIPOptionSetting PageSize=12x18: " -dDEVICEWIDTHPOINTS=864 -dDEVICEHEIGHTPOINTS=1296 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xcd\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x40\x41\x00\x00\x90\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xcd\xf8\x25/g""
*End
*PageSize 11x15/11x15: "%% FoomaticRIPOptionSetting: PageSize=11x15"
*FoomaticRIPOptionSetting PageSize=11x15: " -dDEVICEWIDTHPOINTS=792 -dDEVICEHEIGHTPOINTS=1080 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xdf\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x30\x41\x00\x00\x70\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xdf\xf8\x25/g""
*End
*PageSize 10x14/10x14: "%% FoomaticRIPOptionSetting: PageSize=10x14"
*FoomaticRIPOptionSetting PageSize=10x14: " -dDEVICEWIDTHPOINTS=720 -dDEVICEHEIGHTPOINTS=1008 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xe0\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x20\x41\x00\x00\x60\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xe0\xf8\x25/g""
*End
*PageSize 10x15/10x15: "%% FoomaticRIPOptionSetting: PageSize=10x15"
*FoomaticRIPOptionSetting PageSize=10x15: " -dDEVICEWIDTHPOINTS=720 -dDEVICEHEIGHTPOINTS=1080 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xe9\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x20\x41\x00\x00\x70\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xe9\xf8\x25/g""
*End
*PageSize 11x14/11x14: "%% FoomaticRIPOptionSetting: PageSize=11x14"
*FoomaticRIPOptionSetting PageSize=11x14: " -dDEVICEWIDTHPOINTS=792 -dDEVICEHEIGHTPOINTS=1008 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xde\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x30\x41\x00\x00\x60\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xde\xf8\x25/g""
*End
*PageSize 13x19.2/13x19.2: "%% FoomaticRIPOptionSetting: PageSize=13x19.2"
*FoomaticRIPOptionSetting PageSize=13x19.2: " -dDEVICEWIDTHPOINTS=936 -dDEVICEHEIGHTPOINTS=1382 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xd4\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x50\x41\x5c\x8f\x99\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xd4\xf8\x25/g""
*End
*PageSize 13x19/13x19: "%% FoomaticRIPOptionSetting: PageSize=13x19"
*FoomaticRIPOptionSetting PageSize=13x19: " -dDEVICEWIDTHPOINTS=936 -dDEVICEHEIGHTPOINTS=1368 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xd5\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x50\x41\x00\x00\x98\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xd5\xf8\x25/g""
*End
*PageSize 12.6x19.2/12.6x19.2: "%% FoomaticRIPOptionSetting: PageSize=12.6x19.2"
*FoomaticRIPOptionSetting PageSize=12.6x19.2: " -dDEVICEWIDTHPOINTS=907 -dDEVICEHEIGHTPOINTS=1382 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xd6\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\xf2\x8B\x49\x41\x5c\x8f\x99\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xd6\xf8\x25/g""
*End
*PageSize 12.6x18.5/12.6x18.5: "%% FoomaticRIPOptionSetting: PageSize=12.6x18.5"
*FoomaticRIPOptionSetting PageSize=12.6x18.5: " -dDEVICEWIDTHPOINTS=907 -dDEVICEHEIGHTPOINTS=1332 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xd7\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\xf2\x8B\x49\x41\x00\x00\x94\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xd7\xf8\x25/g""
*End
*PageSize 13x18/13x18: "%% FoomaticRIPOptionSetting: PageSize=13x18"
*FoomaticRIPOptionSetting PageSize=13x18: " -dDEVICEWIDTHPOINTS=936 -dDEVICEHEIGHTPOINTS=1296 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xd8\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x00\x00\x50\x41\x00\x00\x90\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xd8\xf8\x25/g""
*End
*PageSize SRA3/SRA3: "%% FoomaticRIPOptionSetting: PageSize=SRA3"
*FoomaticRIPOptionSetting PageSize=SRA3: " -dDEVICEWIDTHPOINTS=907 -dDEVICEHEIGHTPOINTS=1276 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xd9\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\xf2\x8b\x49\x41\xf9\xc5\x8d\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xd9\xf8\x25/g""
*End
*PageSize SRA4/SRA4: "%% FoomaticRIPOptionSetting: PageSize=SRA4"
*FoomaticRIPOptionSetting PageSize=SRA4: " -dDEVICEWIDTHPOINTS=638 -dDEVICEHEIGHTPOINTS=907 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xda\xf8\x25/g"  | &&
 perl -p -e "s/\xf8\x28\xd5\x63\xc9\x0d\x41\xf2\x8B\x49\x41\xf8\x2f\xc0\x00\xf8\x30/\xf8\x28\xc0\xda\xf8\x25/g""
*End
*PageSize Executive/Executive: "%% FoomaticRIPOptionSetting: PageSize=Executive"
*FoomaticRIPOptionSetting PageSize=Executive: " -dDEVICEWIDTHPOINTS=522 -dDEVICEHEIGHTPOINTS=756 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\x03\xf8\x25/g""
*End
*PageSize 8Kai/8K: "%% FoomaticRIPOptionSetting: PageSize=8Kai"
*FoomaticRIPOptionSetting PageSize=8Kai: " -dDEVICEWIDTHPOINTS=757 -dDEVICEHEIGHTPOINTS=1106 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xcb\xf8\x25/g""
*End
*PageSize 16Kai/16K: "%% FoomaticRIPOptionSetting: PageSize=16Kai"
*FoomaticRIPOptionSetting PageSize=16Kai: " -dDEVICEWIDTHPOINTS=553 -dDEVICEHEIGHTPOINTS=757 -sOutputFile=- -  | &&
 perl -p -e "s/\xf8\x28\xc0.\xf8\x25/\xf8\x28\xc0\xcc\xf8\x25/g""
*End
*CloseUI: *PageSize

*OpenUI *InputSlot/InputSlot: PickOne
*FoomaticRIPOption InputSlot: enum CmdLine E
*OrderDependency: 30 AnySetup *InputSlot
*DefaultInputSlot: Auto
*InputSlot 1Tray/Tray 1: "%% FoomaticRIPOptionSetting: InputSlot=1Tray"
*FoomaticRIPOptionSetting InputSlot=1Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x04\xf8\x26/g""
*InputSlot 2Tray/Tray 2: "%% FoomaticRIPOptionSetting: InputSlot=2Tray"
*FoomaticRIPOptionSetting InputSlot=2Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x05\xf8\x26/g""
*InputSlot 3Tray/Tray 3: "%% FoomaticRIPOptionSetting: InputSlot=3Tray"
*FoomaticRIPOptionSetting InputSlot=3Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x07\xf8\x26/g""
*InputSlot 4Tray/Tray 4: "%% FoomaticRIPOptionSetting: InputSlot=4Tray"
*FoomaticRIPOptionSetting InputSlot=4Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x08\xf8\x26/g""
*InputSlot 5Tray/Large Capacity Tray: "%% FoomaticRIPOptionSetting: InputSlot=5Tray"
*FoomaticRIPOptionSetting InputSlot=5Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x0f\xf8\x26/g""
*InputSlot 6Tray/Tray 6: "%% FoomaticRIPOptionSetting: InputSlot=6Tray"
*FoomaticRIPOptionSetting InputSlot=6Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x10\xf8\x26/g""
*InputSlot 7Tray/Tray 7: "%% FoomaticRIPOptionSetting: InputSlot=7Tray"
*FoomaticRIPOptionSetting InputSlot=7Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x11\xf8\x26/g""
*InputSlot 8Tray/Tray 8: "%% FoomaticRIPOptionSetting: InputSlot=8Tray"
*FoomaticRIPOptionSetting InputSlot=8Tray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x12\xf8\x26/g""
*InputSlot ATray/Tray A: "%% FoomaticRIPOptionSetting: InputSlot=ATray"
*FoomaticRIPOptionSetting InputSlot=ATray: " | perl -p -e "s/\xf8\x25\xc0[\x00\x01]\xf8\x26/\xf8\x25\xc0\x14\xf8\x26/g""
*InputSlot Auto/Auto Select: "%% FoomaticRIPOptionSetting: InputSlot=Auto"
*FoomaticRIPOptionSetting InputSlot=Auto: ""
*CloseUI: *InputSlot

*OpenGroup: Basic/Basic
*OpenUI *ColorModel/Color Mode: PickOne
*FoomaticRIPOption ColorModel: enum Composite B
*OrderDependency: 10 AnySetup *ColorModel
*DefaultColorModel: Color
*ColorModel Color/Color: "%% FoomaticRIPOptionSetting: ColorModel=Color"
*FoomaticRIPOptionSetting ColorModel=Color: "JCLDatamode=Color GSCmdLine=Color"
*ColorModel Grayscale/Grayscale: "%% FoomaticRIPOptionSetting: ColorModel=Grayscale"
*FoomaticRIPOptionSetting ColorModel=Grayscale: "JCLDatamode=Grayscale GSCmdLine=Grayscale"
*CloseUI: *ColorModel

*FoomaticRIPOption GSCmdLine: enum CmdLine B 10
*FoomaticRIPOptionSetting GSCmdLine=FromColorModel: ""
*FoomaticRIPOptionSetting GSCmdLine=Color: " -sDEVICE=pxlcolor"
*End
*FoomaticRIPOptionSetting GSCmdLine=Grayscale: " -sDEVICE=pxlmono"
*End

*FoomaticRIPOption JCLDatamode: enum JCL B 10
*FoomaticRIPOptionSetting JCLDatamode=FromColorModel: ""
*FoomaticRIPOptionSetting JCLDatamode=Color: "SET DATAMODE=COLOR"
*FoomaticRIPOptionSetting JCLDatamode=Grayscale: "SET DATAMODE=GRAYSCALE"

*CloseGroup: Basic

*OpenGroup: Paper/Paper

*OpenUI *MediaType/Paper Type: PickOne
*FoomaticRIPOption MediaType: enum JCL A
*OrderDependency: 205 AnySetup *MediaType
*DefaultMediaType: Auto
*MediaType Auto/Plain/Recycled: "%% FoomaticRIPOptionSetting: MediaType=Auto"
*FoomaticRIPOptionSetting MediaType=Auto: "SET MEDIATYPE=PLAINORRECYCLED"
*MediaType Plain1/Plain 1: "%% FoomaticRIPOptionSetting: MediaType=Plain1"
*FoomaticRIPOptionSetting MediaType=Plain1: "SET MEDIATYPE=PLAIN"
*MediaType Recycled/Recycled: "%% FoomaticRIPOptionSetting: MediaType=Recycled"
*FoomaticRIPOptionSetting MediaType=Recycled: "SET MEDIATYPE=RECYCLED"
*MediaType Colored/Color: "%% FoomaticRIPOptionSetting: MediaType=Colored"
*FoomaticRIPOptionSetting MediaType=Colored: "SET MEDIATYPE=COLOR"
*MediaType Black/Black: "%% FoomaticRIPOptionSetting: MediaType=Black"
*FoomaticRIPOptionSetting MediaType=Black: "SET MEDIATYPE=BLACK"
*MediaType Letterhead/Letterhead: "%% FoomaticRIPOptionSetting: MediaType=Letterhead"
*FoomaticRIPOptionSetting MediaType=Letterhead: "SET MEDIATYPE=LETTERHEAD"
*MediaType Preprinted/Preprinted: "%% FoomaticRIPOptionSetting: MediaType=Preprinted"
*FoomaticRIPOptionSetting MediaType=Preprinted: "SET MEDIATYPE=PREPRINTED"
*MediaType Prepunched/Prepunched: "%% FoomaticRIPOptionSetting: MediaType=Prepunched"
*FoomaticRIPOptionSetting MediaType=Prepunched: "SET MEDIATYPE=PREPUNCHED"
*MediaType Labels/Labels: "%% FoomaticRIPOptionSetting: MediaType=Labels"
*FoomaticRIPOptionSetting MediaType=Labels: "SET MEDIATYPE=LABELS"
*MediaType OHP/Transparency: "%% FoomaticRIPOptionSetting: MediaType=OHP"
*FoomaticRIPOptionSetting MediaType=OHP: "SET MEDIATYPE=TRANSPARENCY"
*MediaType Index/Tabstock: "%% FoomaticRIPOptionSetting: MediaType=Index"
*FoomaticRIPOptionSetting MediaType=Index: "SET MEDIATYPE=TABSTOCK"
*MediaType Translucent/Translucent: "%% FoomaticRIPOptionSetting: MediaType=Translucent"
*FoomaticRIPOptionSetting MediaType=Translucent: "SET MEDIATYPE=TRANSLUCENT"
*MediaType Glossy/Glossy: "%% FoomaticRIPOptionSetting: MediaType=Glossy"
*FoomaticRIPOptionSetting MediaType=Glossy: "SET MEDIATYPE=GLOSSY"
*MediaType GlossCoated/Glossy Coated: "%% FoomaticRIPOptionSetting: MediaType=GlossCoated"
*FoomaticRIPOptionSetting MediaType=GlossCoated: "SET MEDIATYPE=GLOSSYCOATED"
*MediaType MatCoated/Mat Coated: "%% FoomaticRIPOptionSetting: MediaType=MatCoated"
*FoomaticRIPOptionSetting MediaType=MatCoated: "SET MEDIATYPE=MATCOATED"
*MediaType Envelope/Envelope: "%% FoomaticRIPOptionSetting: MediaType=Envelope"
*FoomaticRIPOptionSetting MediaType=Envelope: "SET MEDIATYPE=ENVELOPE"
*MediaType Textured/Textured: "%% FoomaticRIPOptionSetting: MediaType=Textured"
*FoomaticRIPOptionSetting MediaType=Textured: "SET MEDIATYPE=TEXTURE"
*MediaType Magnet/Magnet: "%% FoomaticRIPOptionSetting: MediaType=Magnet"
*FoomaticRIPOptionSetting MediaType=Magnet: "SET MEDIATYPE=MAGNET"
*MediaType MetallicPearl/Metallic/Pearl: "%% FoomaticRIPOptionSetting: MediaType=MetallicPearl"
*FoomaticRIPOptionSetting MediaType=MetallicPearl: "SET MEDIATYPE=METALLICPEARL"
*MediaType ClearFile/Clear File Folder: "%% FoomaticRIPOptionSetting: MediaType=ClearFile"
*FoomaticRIPOptionSetting MediaType=ClearFile: "SET MEDIATYPE=CLEARFILE"
*MediaType Synthetic/Synthetic: "%% FoomaticRIPOptionSetting: MediaType=Synthetic"
*FoomaticRIPOptionSetting MediaType=Synthetic: "SET MEDIATYPE=SYNTHETIC"
*CloseUI: *MediaType

*OpenUI *OutputBin/Destination: PickOne
*FoomaticRIPOption OutputBin: enum JCL A
*OrderDependency: 210 AnySetup *OutputBin
*DefaultOutputBin: Default
*OutputBin Default/Printer Default: "%% FoomaticRIPOptionSetting: OutputBin=Default"
*FoomaticRIPOptionSetting OutputBin=Default: "SET OUTBIN=SYSDEFAULT"
*OutputBin FinCOLUMBIACBKUpper/Finisher SR5060 Upper Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinCOLUMBIACBKUpper"
*FoomaticRIPOptionSetting OutputBin=FinCOLUMBIACBKUpper: "SET OUTBIN=FINISHERPROOF"
*OutputBin FinCOLUMBIACBKShift/Finisher SR5060 Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinCOLUMBIACBKShift"
*FoomaticRIPOptionSetting OutputBin=FinCOLUMBIACBKShift: "SET OUTBIN=FINISHERSHIFT"
*OutputBin FinCOLUMBIACBKLower/Finisher SR5060 Booklet Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinCOLUMBIACBKLower"
*FoomaticRIPOptionSetting OutputBin=FinCOLUMBIACBKLower: "SET OUTBIN=FINISHERBOOKLET"
*OutputBin FinCOLUMBIACUpper/Finisher SR5050 Upper Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinCOLUMBIACUpper"
*FoomaticRIPOptionSetting OutputBin=FinCOLUMBIACUpper: "SET OUTBIN=FINISHERPROOF"
*OutputBin FinCOLUMBIACShift/Finisher SR5050 Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinCOLUMBIACShift"
*FoomaticRIPOptionSetting OutputBin=FinCOLUMBIACShift: "SET OUTBIN=FINISHERSHIFT"
*OutputBin FinDONAUProof/Folding Unit Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinDONAUProof"
*FoomaticRIPOptionSetting OutputBin=FinDONAUProof: "SET OUTBIN=FINISHERBOOKLET"
*OutputBin PlockmaticTray/Booklet Processor Tray: "%% FoomaticRIPOptionSetting: OutputBin=PlockmaticTray"
*FoomaticRIPOptionSetting OutputBin=PlockmaticTray: "SET OUTBIN=FINISHERSHIFT"
*OutputBin StackerUpperTray/Stacker Upper Tray: "%% FoomaticRIPOptionSetting: OutputBin=StackerUpperTray"
*FoomaticRIPOptionSetting OutputBin=StackerUpperTray: "SET OUTBIN=STACKERPROOF"
*OutputBin StackerTray/Stacker Tray: "%% FoomaticRIPOptionSetting: OutputBin=StackerTray"
*FoomaticRIPOptionSetting OutputBin=StackerTray: "SET OUTBIN=STACKER"
*OutputBin SecondStackerTray/Second Stacker Tray: "%% FoomaticRIPOptionSetting: OutputBin=SecondStackerTray"
*FoomaticRIPOptionSetting OutputBin=SecondStackerTray: "SET OUTBIN=STACKER2"
*CloseUI: *OutputBin

*OpenUI *RIBannerPagePrint/Banner Page Print: PickOne
*FoomaticRIPOption RIBannerPagePrint: enum JCL B
*OrderDependency: 46 AnySetup *RIBannerPagePrint
*DefaultRIBannerPagePrint: False
*RIBannerPagePrint False/Off: ""
*RIBannerPagePrint True/On: "%% FoomaticRIPOptionSetting: RIBannerPagePrint=True"
*FoomaticRIPOptionSetting RIBannerPagePrint=True: "SET HOSTLOGINNAME="&user;"
@PJL SET HOSTNAME="&host;"
@PJL SET JOBNAME="&title;"
@PJL SET BANNERPAGEPRINT=BEFOREJOB"
*End
*CloseUI: *RIBannerPagePrint

*OpenUI *RIBannerPageInputSlot/Banner Page Input Tray: PickOne
*FoomaticRIPOption RIBannerPageInputSlot: enum JCL B
*OrderDependency: 47 AnySetup *RIBannerPageInputSlot
*DefaultRIBannerPageInputSlot: Auto
*RIBannerPageInputSlot Auto/Auto Select: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=Auto"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=Auto: "SET BANNERPAGEPRINTTRAY=ALL"
*RIBannerPageInputSlot 1Tray/Tray 1: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=1Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=1Tray: "SET BANNERPAGEPRINTTRAY=TRAY1"
*RIBannerPageInputSlot 2Tray/Tray 2: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=2Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=2Tray: "SET BANNERPAGEPRINTTRAY=TRAY2"
*RIBannerPageInputSlot 3Tray/Tray 3: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=3Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=3Tray: "SET BANNERPAGEPRINTTRAY=TRAY3"
*RIBannerPageInputSlot 4Tray/Tray 4: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=4Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=4Tray: "SET BANNERPAGEPRINTTRAY=TRAY4"
*RIBannerPageInputSlot 5Tray/Large Capacity Tray: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=5Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=5Tray: "SET BANNERPAGEPRINTTRAY=TRAY5"
*RIBannerPageInputSlot 6Tray/Tray 6: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=6Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=6Tray: "SET BANNERPAGEPRINTTRAY=TRAY6"
*RIBannerPageInputSlot 7Tray/Tray 7: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=7Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=7Tray: "SET BANNERPAGEPRINTTRAY=TRAY7"
*RIBannerPageInputSlot 8Tray/Tray 8: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=8Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=8Tray: "SET BANNERPAGEPRINTTRAY=TRAY8"
*RIBannerPageInputSlot ATray/Tray A: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=ATray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=ATray: "SET BANNERPAGEPRINTTRAY=TRAYA"
*CloseUI: *RIBannerPageInputSlot

*OpenUI *RIBannerPageMediaType/Banner Page Media Type: PickOne
*FoomaticRIPOption RIBannerPageMediaType: enum JCL B
*OrderDependency: 47 AnySetup *RIBannerPageMediaType
*DefaultRIBannerPageMediaType: Auto
*RIBannerPageMediaType Auto/Plain/Recycled: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Auto"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Auto: "SET BANNERPAGEPRINTMEDIA=PLAINORRECYCLED"
*RIBannerPageMediaType Plain1/Plain: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Plain1"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Plain1: "SET BANNERPAGEPRINTMEDIA=PLAIN"
*RIBannerPageMediaType Recycled/Recycled: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Recycled"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Recycled: "SET BANNERPAGEPRINTMEDIA=RECYCLED"
*RIBannerPageMediaType Colored/Color: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Colored"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Colored: "SET BANNERPAGEPRINTMEDIA=COLOR"
*RIBannerPageMediaType Black/Black: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Black"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Black: "SET BANNERPAGEPRINTMEDIA=BLACK"
*RIBannerPageMediaType Letterhead/Letterhead: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Letterhead"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Letterhead: "SET BANNERPAGEPRINTMEDIA=LETTERHEAD"
*RIBannerPageMediaType Preprinted/Preprinted: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Preprinted"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Preprinted: "SET BANNERPAGEPRINTMEDIA=PREPRINTED"
*RIBannerPageMediaType Prepunched/Prepunched: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Prepunched"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Prepunched: "SET BANNERPAGEPRINTMEDIA=PREPUNCHED"
*RIBannerPageMediaType Labels/Labels: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Labels"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Labels: "SET BANNERPAGEPRINTMEDIA=LABELS"
*RIBannerPageMediaType OHP/Transparency: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=OHP"
*FoomaticRIPOptionSetting RIBannerPageMediaType=OHP: "SET BANNERPAGEPRINTMEDIA=TRANSPARENCY"
*RIBannerPageMediaType Index/Tabstock: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Index"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Index: "SET BANNERPAGEPRINTMEDIA=TABSTOCK"
*RIBannerPageMediaType Translucent/Translucent: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Translucent"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Translucent: "SET BANNERPAGEPRINTMEDIA=TRANSLUCENT"
*RIBannerPageMediaType Glossy/Glossy: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Glossy"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Glossy: "SET BANNERPAGEPRINTMEDIA=GLOSSY"
*RIBannerPageMediaType GlossCoated/Glossy Coated: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=GlossCoated"
*FoomaticRIPOptionSetting RIBannerPageMediaType=GlossCoated: "SET BANNERPAGEPRINTMEDIA=GLOSSYCOATED"
*RIBannerPageMediaType MatCoated/Mat Coated: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=MatCoated"
*FoomaticRIPOptionSetting RIBannerPageMediaType=MatCoated: "SET BANNERPAGEPRINTMEDIA=MATCOATED"
*RIBannerPageMediaType Envelope/Envelope: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Envelope"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Envelope: "SET BANNERPAGEPRINTMEDIA=ENVELOPE"
*RIBannerPageMediaType Textured/Textured: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Textured"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Textured: "SET BANNERPAGEPRINTMEDIA=TEXTURE"
*RIBannerPageMediaType Magnet/Magnet: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Magnet"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Magnet: "SET BANNERPAGEPRINTMEDIA=MAGNET"
*RIBannerPageMediaType MetallicPearl/Metallic/Pearl: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=MetallicPearl"
*FoomaticRIPOptionSetting RIBannerPageMediaType=MetallicPearl: "SET BANNERPAGEPRINTMEDIA=METALLICPEARL"
*RIBannerPageMediaType ClearFile/Clear File Folder: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=ClearFile"
*FoomaticRIPOptionSetting RIBannerPageMediaType=ClearFile: "SET BANNERPAGEPRINTMEDIA=CLEARFILE"
*RIBannerPageMediaType Synthetic/Synthetic: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Synthetic"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Synthetic: "SET BANNERPAGEPRINTMEDIA=SYNTHETIC"
*CloseUI: *RIBannerPageMediaType

*CloseGroup: Paper

*OpenGroup: Finishing/Finishing

*OpenUI *StapleLocation/Staple: PickOne
*FoomaticRIPOption StapleLocation: enum JCL A
*OrderDependency: 220 AnySetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/Off: "%% FoomaticRIPOptionSetting: StapleLocation=None"
*FoomaticRIPOptionSetting StapleLocation=None: "SET STAPLE=OFF"
*StapleLocation UpperLeft/Top left: "%% FoomaticRIPOptionSetting: StapleLocation=UpperLeft"
*FoomaticRIPOptionSetting StapleLocation=UpperLeft: "SET STAPLE=LEFTTOP"
*StapleLocation UpperRight/Top right: "%% FoomaticRIPOptionSetting: StapleLocation=UpperRight"
*FoomaticRIPOptionSetting StapleLocation=UpperRight: "SET STAPLE=RIGHTTOP"
*StapleLocation LeftW/2 at left: "%% FoomaticRIPOptionSetting: StapleLocation=LeftW"
*FoomaticRIPOptionSetting StapleLocation=LeftW: "SET STAPLE=LEFT2PORT"
*StapleLocation RightW/2 at right: "%% FoomaticRIPOptionSetting: StapleLocation=RightW"
*FoomaticRIPOptionSetting StapleLocation=RightW: "SET STAPLE=RIGHT2PORT"
*StapleLocation UpperW/2 at top: "%% FoomaticRIPOptionSetting: StapleLocation=UpperW"
*FoomaticRIPOptionSetting StapleLocation=UpperW: "SET STAPLE=TOP2PORT"
*StapleLocation CenterW/2 at center: "%% FoomaticRIPOptionSetting: StapleLocation=CenterW"
*FoomaticRIPOptionSetting StapleLocation=CenterW: "SET STAPLE=BOOKLET"
*CloseUI: *StapleLocation

*OpenUI *RIPunch/Punch: PickOne
*FoomaticRIPOption RIPunch: enum JCL A
*OrderDependency: 230 AnySetup *RIPunch
*DefaultRIPunch: None
*RIPunch None/Off: "%% FoomaticRIPOptionSetting: RIPunch=None"
*FoomaticRIPOptionSetting RIPunch=None: "SET PUNCH=OFF"
*RIPunch LeftJP2/2 at left (Japan/Europe): "%% FoomaticRIPOptionSetting: RIPunch=LeftJP2"
*FoomaticRIPOptionSetting RIPunch=LeftJP2: "SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=JP2"
*End
*RIPunch LeftUS2/2 at left (North America): "%% FoomaticRIPOptionSetting: RIPunch=LeftUS2"
*FoomaticRIPOptionSetting RIPunch=LeftUS2: "SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=US2"
*End
*RIPunch LeftUS3/3 at left (North America): "%% FoomaticRIPOptionSetting: RIPunch=LeftUS3"
*FoomaticRIPOptionSetting RIPunch=LeftUS3: "SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=US3"
*End
*RIPunch LeftEU4/4 at left (Europe): "%% FoomaticRIPOptionSetting: RIPunch=LeftEU4"
*FoomaticRIPOptionSetting RIPunch=LeftEU4: "SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=EU4"
*End
*RIPunch LeftNEU4/4 at left (Northern Europe): "%% FoomaticRIPOptionSetting: RIPunch=LeftNEU4"
*FoomaticRIPOptionSetting RIPunch=LeftNEU4: "SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=NEU4"
*End
*RIPunch RightJP2/2 at right (Japan/Europe): "%% FoomaticRIPOptionSetting: RIPunch=RightJP2"
*FoomaticRIPOptionSetting RIPunch=RightJP2: "SET IMAGEDIRECTION=REVERSE
@PJL SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=JP2"
*End
*RIPunch RightUS2/2 at right (North America): "%% FoomaticRIPOptionSetting: RIPunch=RightUS2"
*FoomaticRIPOptionSetting RIPunch=RightUS2: "SET IMAGEDIRECTION=REVERSE
@PJL SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=US2"
*End
*RIPunch RightUS3/3 at right (North America): "%% FoomaticRIPOptionSetting: RIPunch=RightUS3"
*FoomaticRIPOptionSetting RIPunch=RightUS3: "SET IMAGEDIRECTION=REVERSE
@PJL SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=US3"
*End
*RIPunch RightEU4/4 at right (Europe): "%% FoomaticRIPOptionSetting: RIPunch=RightEU4"
*FoomaticRIPOptionSetting RIPunch=RightEU4: "SET IMAGEDIRECTION=REVERSE
@PJL SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=EU4"
*End
*RIPunch RightNEU4/4 at right (Northern Europe): "%% FoomaticRIPOptionSetting: RIPunch=RightNEU4"
*FoomaticRIPOptionSetting RIPunch=RightNEU4: "SET IMAGEDIRECTION=REVERSE
@PJL SET PUNCH=LEFTPORT
@PJL SET PUNCHHOLE=NEU4"
*End
*RIPunch UpperJP2/2 at top (Japan/Europe): "%% FoomaticRIPOptionSetting: RIPunch=UpperJP2"
*FoomaticRIPOptionSetting RIPunch=UpperJP2: "SET PUNCH=TOPPORT
@PJL SET PUNCHHOLE=JP2"
*End
*RIPunch UpperUS2/2 at top (North America): "%% FoomaticRIPOptionSetting: RIPunch=UpperUS2"
*FoomaticRIPOptionSetting RIPunch=UpperUS2: "SET PUNCH=TOPPORT
@PJL SET PUNCHHOLE=US2"
*End
*RIPunch UpperUS3/3 at top (North America): "%% FoomaticRIPOptionSetting: RIPunch=UpperUS3"
*FoomaticRIPOptionSetting RIPunch=UpperUS3: "SET PUNCH=TOPPORT
@PJL SET PUNCHHOLE=US3"
*End
*RIPunch UpperEU4/4 at top (Europe): "%% FoomaticRIPOptionSetting: RIPunch=UpperEU4"
*FoomaticRIPOptionSetting RIPunch=UpperEU4: "SET PUNCH=TOPPORT
@PJL SET PUNCHHOLE=EU4"
*End
*RIPunch UpperNEU4/4 at top (Northern Europe): "%% FoomaticRIPOptionSetting: RIPunch=UpperNEU4"
*FoomaticRIPOptionSetting RIPunch=UpperNEU4: "SET PUNCH=TOPPORT
@PJL SET PUNCHHOLE=NEU4"
*End
*CloseUI: *RIPunch

*OpenUI *RIZfold/Z-fold: PickOne
*FoomaticRIPOption RIZfold: enum JCL A
*OrderDependency: 230 AnySetup *RIZfold
*DefaultRIZfold: None
*RIZfold None/Off: "%% FoomaticRIPOptionSetting: RIZfold=None"
*FoomaticRIPOptionSetting RIZfold=None: "SET FOLD=OFF"
*RIZfold Bottom/Bottom Fold: "%% FoomaticRIPOptionSetting: RIZfold=Bottom"
*FoomaticRIPOptionSetting RIZfold=Bottom: "SET FOLD=ZBOTTOM"
*RIZfold Right/Right Fold: "%% FoomaticRIPOptionSetting: RIZfold=Right"
*FoomaticRIPOptionSetting RIZfold=Right: "SET FOLD=ZRIGHT"
*RIZfold Left/Left Fold: "%% FoomaticRIPOptionSetting: RIZfold=Left"
*FoomaticRIPOptionSetting RIZfold=Left: "SET FOLD=ZLEFT"
*CloseUI: *RIZfold

*CloseGroup: Finishing

*OpenGroup: PrintQuality/Print Quality
*OpenUI *Resolution/Resolution: PickOne
*FoomaticRIPOption Resolution: enum Composite A
*OrderDependency: 15 AnySetup *Resolution
*DefaultResolution: 600dpi

*Resolution 600dpi:  "%% FoomaticRIPOptionSetting: Resolution=600dpi"
*FoomaticRIPOptionSetting Resolution=600dpi: "JCLResolution=600dpi GSResolution=600dpi"
*Resolution 1200dpi:  "%% FoomaticRIPOptionSetting: Resolution=1200dpi"
*FoomaticRIPOptionSetting Resolution=1200dpi: "JCLResolution=1200dpi GSResolution=1200dpi"
*CloseUI: *Resolution

*FoomaticRIPOption GSResolution: enum CmdLine A 15
*FoomaticRIPOptionSetting GSResolution=FromResolution: ""
*FoomaticRIPOptionSetting GSResolution=600dpi: " -r600x600"
*FoomaticRIPOptionSetting GSResolution=1200dpi: " -r1200x1200"

*FoomaticRIPOption JCLResolution: enum JCL A 15
*FoomaticRIPOptionSetting JCLResolution=FromResolution: ""
*FoomaticRIPOptionSetting JCLResolution=600dpi: "SET RESOLUTION=600"
*FoomaticRIPOptionSetting JCLResolution=1200dpi: "SET RESOLUTION=1200"

*OpenUI *RPSBitsPerPixel/Gradation: PickOne
*FoomaticRIPOption RPSBitsPerPixel: enum JCL A
*OrderDependency: 41 AnySetup *RPSBitsPerPixel
*DefaultRPSBitsPerPixel: 1BitsPerPixel
*RPSBitsPerPixel 2BitsPerPixel/Standard: "%% FoomaticRIPOptionSetting: RPSBitsPerPixel=2BitsPerPixel"
*FoomaticRIPOptionSetting RPSBitsPerPixel=2BitsPerPixel: "SET BITSPERPIXEL=2"
*RPSBitsPerPixel 1BitsPerPixel/Fast: "%% FoomaticRIPOptionSetting: RPSBitsPerPixel=1BitsPerPixel"
*FoomaticRIPOptionSetting RPSBitsPerPixel=1BitsPerPixel: "SET BITSPERPIXEL=1"
*RPSBitsPerPixel 4BitsPerPixel/Fine: "%% FoomaticRIPOptionSetting: RPSBitsPerPixel=4BitsPerPixel"
*FoomaticRIPOptionSetting RPSBitsPerPixel=4BitsPerPixel: "SET BITSPERPIXEL=4"
*CloseUI: *RPSBitsPerPixel

*OpenUI *RIPrintMode/Print Mode: PickOne
*FoomaticRIPOption RIPrintMode: enum JCL A
*OrderDependency: 45 AnySetup *RIPrintMode
*DefaultRIPrintMode: 0rhit
*RIPrintMode 0rhit/Off: "%% FoomaticRIPOptionSetting: RIPrintMode=0rhit"
*FoomaticRIPOptionSetting RIPrintMode=0rhit: "SET ECONOMODE=OFF"
*RIPrintMode 3rhit/Toner Saving: "%% FoomaticRIPOptionSetting: RIPrintMode=3rhit"
*FoomaticRIPOptionSetting RIPrintMode=3rhit: "SET ECONOMODE=ON"
*CloseUI: *RIPrintMode

*CloseGroup: PrintQuality

*DefaultPaperDimension: Letter
*PaperDimension A4/A4: "595 842"
*PaperDimension F/8x13: "576 936"
*PaperDimension 12.6x18.5/12.6x18.5: "907 1332"
*PaperDimension A3/A3: "842 1191"
*PaperDimension A6/A6: "297 420"
*PaperDimension EngQuatro/8x10: "576 720"
*PaperDimension A5/A5: "420 595"
*PaperDimension Tabloid/11x17: "792 1224"
*PaperDimension 11x15/11x15: "792 1080"
*PaperDimension 10x15/10x15: "720 1080"
*PaperDimension GovernmentLG/8.25x14: "594 1008"
*PaperDimension 10x14/10x14: "720 1008"
*PaperDimension 11x14/11x14: "792 1008"
*PaperDimension 8Kai/8K: "757 1106"
*PaperDimension B5/B5 (JIS): "516 729"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension B4/B4 (JIS): "729 1032"
*PaperDimension 16Kai/16K: "553 757"
*PaperDimension 13x19.2/13x19.2: "936 1382"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension B6/B6 (JIS): "363 516"
*PaperDimension Statement/5.5x8.5: "396 612"
*PaperDimension 13x19/13x19: "936 1368"
*PaperDimension 13x18/13x18: "936 1296"
*PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
*PaperDimension Folio/8.25x13: "595 935"
*PaperDimension SRA3/SRA3: "907 1276"
*PaperDimension 12x18/12x18: "864 1296"
*PaperDimension SRA4/SRA4: "638 907"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension 12.6x19.2/12.6x19.2: "907 1382"

*OpenUI *PageRegion: PickOne
*OrderDependency: 25 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion A4/A4: "%% FoomaticRIPOptionSetting: PageSize=A4"
*PageRegion F/8x13: "%% FoomaticRIPOptionSetting: PageSize=F"
*PageRegion 12.6x18.5/12.6x18.5: "%% FoomaticRIPOptionSetting: PageSize=12.6x18.5"
*PageRegion A3/A3: "%% FoomaticRIPOptionSetting: PageSize=A3"
*PageRegion A6/A6: "%% FoomaticRIPOptionSetting: PageSize=A6"
*PageRegion EngQuatro/8x10: "%% FoomaticRIPOptionSetting: PageSize=EngQuatro"
*PageRegion A5/A5: "%% FoomaticRIPOptionSetting: PageSize=A5"
*PageRegion Tabloid/11x17: "%% FoomaticRIPOptionSetting: PageSize=Tabloid"
*PageRegion 11x15/11x15: "%% FoomaticRIPOptionSetting: PageSize=11x15"
*PageRegion 10x15/10x15: "%% FoomaticRIPOptionSetting: PageSize=10x15"
*PageRegion GovernmentLG/8.25x14: "%% FoomaticRIPOptionSetting: PageSize=GovernmentLG"
*PageRegion 10x14/10x14: "%% FoomaticRIPOptionSetting: PageSize=10x14"
*PageRegion 11x14/11x14: "%% FoomaticRIPOptionSetting: PageSize=11x14"
*PageRegion 8Kai/8K: "%% FoomaticRIPOptionSetting: PageSize=8Kai"
*PageRegion B5/B5 (JIS): "%% FoomaticRIPOptionSetting: PageSize=B5"
*PageRegion Executive/Executive: "%% FoomaticRIPOptionSetting: PageSize=Executive"
*PageRegion B4/B4 (JIS): "%% FoomaticRIPOptionSetting: PageSize=B4"
*PageRegion 16Kai/16K: "%% FoomaticRIPOptionSetting: PageSize=16Kai"
*PageRegion 13x19.2/13x19.2: "%% FoomaticRIPOptionSetting: PageSize=13x19.2"
*PageRegion Legal/Legal: "%% FoomaticRIPOptionSetting: PageSize=Legal"
*PageRegion B6/B6 (JIS): "%% FoomaticRIPOptionSetting: PageSize=B6"
*PageRegion Statement/5.5x8.5: "%% FoomaticRIPOptionSetting: PageSize=Statement"
*PageRegion 13x19/13x19: "%% FoomaticRIPOptionSetting: PageSize=13x19"
*PageRegion 13x18/13x18: "%% FoomaticRIPOptionSetting: PageSize=13x18"
*PageRegion FanFoldGermanLegal/8.5x13: "%% FoomaticRIPOptionSetting: PageSize=FanFoldGermanLegal"
*PageRegion Folio/8.25x13: "%% FoomaticRIPOptionSetting: PageSize=Folio"
*PageRegion SRA3/SRA3: "%% FoomaticRIPOptionSetting: PageSize=SRA3"
*PageRegion 12x18/12x18: "%% FoomaticRIPOptionSetting: PageSize=12x18"
*PageRegion SRA4/SRA4: "%% FoomaticRIPOptionSetting: PageSize=SRA4"
*PageRegion Letter/Letter: "%% FoomaticRIPOptionSetting: PageSize=Letter"
*PageRegion 12.6x19.2/12.6x19.2: "%% FoomaticRIPOptionSetting: PageSize=12.6x19.2"
*CloseUI: *PageRegion

*DefaultImageableArea: Letter
*ImageableArea A4/A4: "12 12 583 830"
*ImageableArea F/8x13: "12 12 564 924"
*ImageableArea 12.6x18.5/12.6x18.5: "12 12 895 1320"
*ImageableArea A3/A3: "12 12 830 1179"
*ImageableArea A6/A6: "12 12 285 408"
*ImageableArea EngQuatro/8x10: "12 12 564 708"
*ImageableArea A5/A5: "12 12 408 583"
*ImageableArea Tabloid/11x17: "12 12 780 1212"
*ImageableArea 11x15/11x15: "12 12 780 1068"
*ImageableArea 10x15/10x15: "12 12 708 1068"
*ImageableArea GovernmentLG/8.25x14: "12 12 582 996"
*ImageableArea 10x14/10x14: "12 12 708 996"
*ImageableArea 11x14/11x14: "12 12 780 996"
*ImageableArea 8Kai/8K: "12 12 745 1094"
*ImageableArea B5/B5 (JIS): "12 12 504 717"
*ImageableArea Executive/Executive: "12 12 510 744"
*ImageableArea B4/B4 (JIS): "12 12 717 1020"
*ImageableArea 16Kai/16K: "12 12 541 745"
*ImageableArea 13x19.2/13x19.2: "12 12 924 1370"
*ImageableArea Legal/Legal: "12 12 600 996"
*ImageableArea B6/B6 (JIS): "12 12 351 504"
*ImageableArea Statement/5.5x8.5: "12 12 384 600"
*ImageableArea 13x19/13x19: "12 12 924 1356"
*ImageableArea 13x18/13x18: "12 12 924 1284"
*ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
*ImageableArea Folio/8.25x13: "12 12 583 923"
*ImageableArea SRA3/SRA3: "12 12 895 1264"
*ImageableArea 12x18/12x18: "12 12 852 1284"
*ImageableArea SRA4/SRA4: "12 12 626 895"
*ImageableArea Letter/Letter: "12 12 600 780"
*ImageableArea 12.6x19.2/12.6x19.2: "12 12 895 1370"

*OpenGroup: JobLog/Job Log

*OpenUI *JobType/JobType: PickOne
*FoomaticRIPOption JobType: enum JCL A
*OrderDependency: 255 AnySetup *JobType
*DefaultJobType: Normal
*JobType Normal/Normal: ""
*JobType SamplePrint/Sample Print: "%% FoomaticRIPOptionSetting: JobType=SamplePrint"
*FoomaticRIPOptionSetting JobType=SamplePrint: "SET USERID="&user;"
@PJL SET HOSTLOGINNAME="&user;"
@PJL SET DATE="&year;/&month;/&date;"
@PJL SET TIME="&hour;:&min;:&sec;"
@PJL SET JOBID="&title;"
@PJL SET JOBNAME="&title;"
@PJL PROOFJOB"
*End
*JobType LockedPrint/Locked Print: "%% FoomaticRIPOptionSetting: JobType=LockedPrint"
*FoomaticRIPOptionSetting JobType=LockedPrint: "SET USERID="&user;"
@PJL SET HOSTLOGINNAME="&user;"
@PJL SET DATE="&year;/&month;/&date;"
@PJL SET TIME="&hour;:&min;:&sec;"
@PJL SET JOBID="&title;"
@PJL SET JOBNAME="&title;"
@PJL SECUREJOB"
*End
*JobType DocServer/Document Server: "%% FoomaticRIPOptionSetting: JobType=DocServer"
*FoomaticRIPOptionSetting JobType=DocServer: "SET USERID="&user;"
@PJL SET HOSTLOGINNAME="&user;"
@PJL SET DATE="&year;/&month;/&date;"
@PJL SET TIME="&hour;:&min;:&sec;"
@PJL SET JOBID="&title;"
@PJL SET JOBNAME="&title;"
@PJL SET OWNERID="&user;"
@PJL SET DISKIMAGE=ON"
*End
*CloseUI: *JobType

*OpenUI *Password/Locked Print or Doc Server Password (4-8 digits): PickOne
*FoomaticRIPOption Password: password JCL A
*FoomaticRIPOptionMaxLength Password:8
*FoomaticRIPOptionAllowedChars Password: "0-9"
*OrderDependency: 255 AnySetup *Password
*FoomaticRIPOptionPrototype Password: "SET JOBPASSWORD2="%s""
*DefaultPassword: None
*Password None/None: ""
*Password 4001/4001: "%% FoomaticRIPOptionSetting: Password=4001"
*FoomaticRIPOptionSetting Password=4001: "SET JOBPASSWORD2="4001""
*Password 4002/4002: "%% FoomaticRIPOptionSetting: Password=4002"
*FoomaticRIPOptionSetting Password=4002: "SET JOBPASSWORD2="4002""
*Password 4003/4003: "%% FoomaticRIPOptionSetting: Password=4003"
*FoomaticRIPOptionSetting Password=4003: "SET JOBPASSWORD2="4003""
*CloseUI: *Password
*CustomPassword True/Custom Password: "@PJL SET JOBPASSWORD2=&quot;\1&quot;<0A>"
*ParamCustomPassword Password: 1 password 4 8

*OpenUI *UserCode/User Code (up to 8 digits): PickOne
*FoomaticRIPOption UserCode: string JCL A
*FoomaticRIPOptionMaxLength UserCode:8
*FoomaticRIPOptionAllowedChars UserCode: "0-9"
*OrderDependency: 255 AnySetup *UserCode
*FoomaticRIPOptionPrototype UserCode: "SET USERCODE=&quot;%s&quot;"
*DefaultUserCode: None
*UserCode None/None: ""
*UserCode 1001/1001: "%% FoomaticRIPOptionSetting: UserCode=1001"
*FoomaticRIPOptionSetting UserCode=1001: "SET USERCODE=&quot;1001&quot;"
*UserCode 1002/1002: "%% FoomaticRIPOptionSetting: UserCode=1002"
*FoomaticRIPOptionSetting UserCode=1002: "SET USERCODE=&quot;1002&quot;"
*UserCode 1003/1003: "%% FoomaticRIPOptionSetting: UserCode=1003"
*FoomaticRIPOptionSetting UserCode=1003: "SET USERCODE=&quot;1003&quot;"
*CloseUI: *UserCode
*CustomUserCode True/Custom UserCode: "@PJL SET USERCODE=&quot;\1&quot;<0A>"
*ParamCustomUserCode UserCode: 1 string 1 8

*CloseGroup: JobLog/Job Log

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

*%========== UI Constraints ==========
*UIConstraints: *MediaType OHP *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *StapleLocation LeftW *Finisher NotInstalled
*UIConstraints: *PageSize 13x19.2 *OutputBin FinDONAUProof
*UIConstraints: *Finisher FinCOLUMBIACBK *OutputBin StackerUpperTray
*UIConstraints: *PageSize 13x18 *OutputBin PlockmaticTray
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *RIBannerPageInputSlot 7Tray
*UIConstraints: *MediaType OHP *InputSlot 1Tray
*UIConstraints: *StapleLocation RightW *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *InputSlot 7Tray
*UIConstraints: *InputSlot 8Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *InputSlot 1Tray *PageSize Folio
*UIConstraints: *RIBannerPageMediaType Labels *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *StapleLocation LeftW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin FinCOLUMBIACShift *BKLProcessor Plockmatic
*UIConstraints: *RIZfold Left *MediaType MetallicPearl
*UIConstraints: *PageSize 10x15 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinCOLUMBIACUpper *RIBannerPageMediaType Magnet
*UIConstraints: *RIBannerPageInputSlot ATray *RIBannerPageMediaType ClearFile
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin FinCOLUMBIACShift
*UIConstraints: *MediaType MetallicPearl *InputSlot ATray
*UIConstraints: *StapleLocation UpperW *MediaType Translucent
*UIConstraints: *OutputBin FinCOLUMBIACUpper *MediaType ClearFile
*UIConstraints: *PageSize A5 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACUpper *Finisher FinCOLUMBIACBK
*UIConstraints: *RIBannerPageMediaType MatCoated *RIBannerPageInputSlot 1Tray
*UIConstraints: *InputSlot 8Tray *LargeCapacityTray NotInstalled
*UIConstraints: *StapleLocation UpperRight *OutputBin FinCOLUMBIACUpper
*UIConstraints: *MediaType OHP *OutputBin FinCOLUMBIACShift
*UIConstraints: *OutputBin FinCOLUMBIACShift *RIBannerPageMediaType Translucent
*UIConstraints: *InputSlot ATray *MediaType MetallicPearl
*UIConstraints: *InputSlot ATray *MediaType MatCoated
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation LeftW
*UIConstraints: *MediaType ClearFile *RIZfold Left
*UIConstraints: *RIZfold Right *MediaType Index
*UIConstraints: *StapleLocation LeftW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation RightW
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 8Tray
*UIConstraints: *PageSize 12x18 *InputSlot 1Tray
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIZfold Right *OutputBin StackerUpperTray
*UIConstraints: *OutputBin SecondStackerTray *RIZfold Left
*UIConstraints: *StapleLocation RightW *MediaType Magnet
*UIConstraints: *MediaType ClearFile *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *TrimmerUnit Installed
*UIConstraints: *RIBannerPageMediaType ClearFile *RIBannerPageInputSlot ATray
*UIConstraints: *MediaType ClearFile *RIZfold Right
*UIConstraints: *TrayA NotInstalled *RIBannerPageInputSlot ATray
*UIConstraints: *OutputBin PlockmaticTray *PageSize F
*UIConstraints: *OutputBin StackerTray *StapleLocation UpperRight
*UIConstraints: *PageSize A6 *OutputBin StackerTray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation UpperW
*UIConstraints: *MediaType Magnet *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperRight *MediaType Envelope
*UIConstraints: *RIBannerPageInputSlot 4Tray *LargeCapacityTray NotInstalled
*UIConstraints: *TrimmerUnit Installed *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 2Tray
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 7Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *OutputBin PlockmaticTray *PageSize GovernmentLG
*UIConstraints: *RIZfold Bottom *OutputBin StackerUpperTray
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 8Tray
*UIConstraints: *OutputBin PlockmaticTray *PageSize FanFoldGermanLegal
*UIConstraints: *RIBannerPageInputSlot 7Tray *LargeCapacityTray NotInstalled
*UIConstraints: *InputSlot 1Tray *MediaType GlossCoated
*UIConstraints: *OutputBin PlockmaticTray *RIZfold Left
*UIConstraints: *PageSize F *OutputBin FinDONAUProof
*UIConstraints: *RIBannerPageMediaType MetallicPearl *RIBannerPageInputSlot ATray
*UIConstraints: *RIZfold Left *OutputBin StackerUpperTray
*UIConstraints: *RIBannerPageInputSlot ATray *RIBannerPageMediaType MatCoated
*UIConstraints: *OutputBin SecondStackerTray *PageSize B6
*UIConstraints: *RIBannerPageMediaType Envelope *RIBannerPageInputSlot 1Tray
*UIConstraints: *MediaType Glossy *InputSlot 1Tray
*UIConstraints: *RIZfold Left *MediaType Magnet
*UIConstraints: *OutputBin SecondStackerTray *PageSize A6
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *MediaType Magnet
*UIConstraints: *PageSize GovernmentLG *OutputBin FinDONAUProof
*UIConstraints: *RIZfold Right *MediaType Labels
*UIConstraints: *RIBannerPageInputSlot ATray *RIBannerPageMediaType Magnet
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *PageSize B6
*UIConstraints: *TrimmerUnit Installed *Finisher FinCOLUMBIAC
*UIConstraints: *RIBannerPageMediaType Glossy *RIBannerPageInputSlot 1Tray
*UIConstraints: *PageSize 11x14 *OutputBin FinDONAUProof
*UIConstraints: *PageSize 10x14 *OutputBin PlockmaticTray
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 7Tray
*UIConstraints: *RIBannerPageMediaType Index *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *PageSize B6 *OutputBin SecondStackerTray
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *InputSlot 1Tray *PageSize 12.6x18.5
*UIConstraints: *OutputBin StackerTray *StapleLocation UpperW
*UIConstraints: *OutputBin PlockmaticTray *PageSize Statement
*UIConstraints: *InputSlot 1Tray *PageSize Executive
*UIConstraints: *MediaType Letterhead *RIZfold Right
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 7Tray
*UIConstraints: *PageSize Folio *OutputBin PlockmaticTray
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 6Tray
*UIConstraints: *MediaType Labels *OutputBin FinDONAUProof
*UIConstraints: *PageSize 13x19 *OutputBin FinDONAUProof
*UIConstraints: *MediaType Index *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *LargeCapacityTray LCTANATOLIA2 *RIBannerPageInputSlot 7Tray
*UIConstraints: *Finisher NotInstalled *StapleLocation LeftW
*UIConstraints: *StapleLocation UpperW *MediaType Magnet
*UIConstraints: *PageSize B6 *OutputBin PlockmaticTray
*UIConstraints: *StapleLocation UpperLeft *MediaType Envelope
*UIConstraints: *OutputBin FinDONAUProof *PageSize 12x18
*UIConstraints: *PageSize 12.6x19.2 *OutputBin PlockmaticTray
*UIConstraints: *MediaType Translucent *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *RIZfold Bottom *OutputBin StackerTray
*UIConstraints: *RIZfold Right *MediaType OHP
*UIConstraints: *StapleLocation LeftW *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *StapleLocation UpperLeft *OutputBin SecondStackerTray
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *PageSize A6
*UIConstraints: *PageSize 13x19 *InputSlot 2Tray
*UIConstraints: *PageSize F *InputSlot 1Tray
*UIConstraints: *RIBannerPageMediaType Magnet *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *PageSize SRA4 *InputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Envelope
*UIConstraints: *MediaType Labels *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *MediaType Labels
*UIConstraints: *StapleLocation LeftW *OutputBin StackerUpperTray
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *InputSlot 2Tray *PageSize 13x19
*UIConstraints: *RIZfold Left *MediaType Envelope
*UIConstraints: *PageSize A6 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACShift *PageSize B6
*UIConstraints: *StapleLocation UpperLeft *MediaType OHP
*UIConstraints: *OutputBin FinCOLUMBIACShift *PageSize A6
*UIConstraints: *StapleLocation RightW *MediaType ClearFile
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *MediaType ClearFile
*UIConstraints: *RIBannerPageInputSlot 7Tray *LargeCapacityTray LCTANATOLIA2
*UIConstraints: *RIBannerPageInputSlot 7Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIZfold Left
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation UpperW
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize Statement
*UIConstraints: *RIBannerPageInputSlot 6Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation LeftW
*UIConstraints: *PageSize A5 *OutputBin PlockmaticTray
*UIConstraints: *StapleLocation UpperLeft *MediaType ClearFile
*UIConstraints: *StapleLocation UpperRight *Finisher NotInstalled
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Translucent
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIZfold Right *OutputBin PlockmaticTray
*UIConstraints: *OutputBin FinDONAUProof *RIBannerPageMediaType Labels
*UIConstraints: *OutputBin StackerTray *RIBannerPageMediaType Envelope
*UIConstraints: *StapleLocation UpperRight *BKLProcessor Plockmatic
*UIConstraints: *MediaType OHP *StapleLocation UpperLeft
*UIConstraints: *MediaType Index *RIZfold Right
*UIConstraints: *StapleLocation CenterW *Finisher NotInstalled
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray NotInstalled
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation RightW
*UIConstraints: *StapleLocation UpperW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *MediaType Translucent *RIZfold Bottom
*UIConstraints: *MediaType Envelope *StapleLocation UpperRight
*UIConstraints: *PageSize 13x19.2 *OutputBin PlockmaticTray
*UIConstraints: *MediaType Magnet *StapleLocation UpperRight
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation UpperRight
*UIConstraints: *PageSize A5 *InputSlot 1Tray
*UIConstraints: *Stacker StackerDouble *OptionBind FinTENRYUB
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType MetallicPearl
*UIConstraints: *OutputBin SecondStackerTray *MediaType Index
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *MediaType Translucent
*UIConstraints: *OutputBin SecondStackerTray *RIZfold Right
*UIConstraints: *PageSize 13x19 *OutputBin PlockmaticTray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Synthetic
*UIConstraints: *OutputBin StackerTray *RIZfold Bottom
*UIConstraints: *RIZfold Bottom *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *MediaType Envelope *StapleLocation RightW
*UIConstraints: *MediaType Index *RIZfold Bottom
*UIConstraints: *OutputBin StackerTray *StapleLocation RightW
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *RIBannerPageMediaType Translucent
*UIConstraints: *OutputBin SecondStackerTray *Stacker StackerSingle
*UIConstraints: *StapleLocation None *OutputBin PlockmaticTray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Magnet
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Envelope
*UIConstraints: *TrayA Installed *LargeCapacityTray NotInstalled
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation CenterW
*UIConstraints: *PageSize 12.6x18.5 *InputSlot 2Tray
*UIConstraints: *OutputBin FinDONAUProof *RIBannerPageMediaType Index
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Glossy
*UIConstraints: *MediaType OHP *RIZfold Bottom
*UIConstraints: *RIBannerPageInputSlot ATray *RIBannerPageMediaType Labels
*UIConstraints: *OutputBin FinDONAUProof *PageSize 8Kai
*UIConstraints: *MediaType Envelope *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *MediaType Translucent *RIZfold Right
*UIConstraints: *PageSize A6 *OutputBin PlockmaticTray
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 3Tray
*UIConstraints: *InputSlot 1Tray *PageSize Statement
*UIConstraints: *RIZfold Bottom *MediaType Letterhead
*UIConstraints: *MediaType Translucent *OutputBin FinCOLUMBIACShift
*UIConstraints: *RIZfold Right *MediaType Magnet
*UIConstraints: *PageSize 12x18 *OutputBin FinDONAUProof
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Index
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIBannerPageMediaType ClearFile *RIBannerPageInputSlot 2Tray
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType Magnet
*UIConstraints: *RIBannerPageMediaType MatCoated *RIBannerPageInputSlot ATray
*UIConstraints: *MediaType Translucent *StapleLocation LeftW
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *RIBannerPageMediaType Magnet *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIZfold Right *MediaType Translucent
*UIConstraints: *PageSize 13x19.2 *InputSlot 1Tray
*UIConstraints: *OutputBin FinDONAUProof *PageSize 10x15
*UIConstraints: *OutputBin FinDONAUProof *PageSize 10x14
*UIConstraints: *PageSize Statement *OutputBin PlockmaticTray
*UIConstraints: *MediaType Translucent *RIZfold Left
*UIConstraints: *MultiFold NotInstalled *RIZfold Bottom
*UIConstraints: *MediaType Magnet *InputSlot 1Tray
*UIConstraints: *PageSize 11x14 *OutputBin PlockmaticTray
*UIConstraints: *MediaType Magnet *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin StackerTray *MediaType Envelope
*UIConstraints: *StapleLocation UpperLeft *BKLProcessor Plockmatic
*UIConstraints: *StapleLocation UpperW *MediaType Envelope
*UIConstraints: *RIZfold Right *MediaType ClearFile
*UIConstraints: *OutputBin SecondStackerTray *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType MetallicPearl *RIBannerPageInputSlot 1Tray
*UIConstraints: *InputSlot 2Tray *MediaType GlossCoated
*UIConstraints: *RIZfold Right *MediaType Letterhead
*UIConstraints: *StapleLocation UpperLeft *Finisher NotInstalled
*UIConstraints: *RIZfold Right *MediaType Synthetic
*UIConstraints: *OutputBin StackerUpperTray *RIZfold Right
*UIConstraints: *PageSize B6 *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType ClearFile
*UIConstraints: *InputSlot 2Tray *MediaType MatCoated
*UIConstraints: *PageSize B5 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation UpperW
*UIConstraints: *MediaType OHP *StapleLocation UpperRight
*UIConstraints: *MediaType Magnet *RIZfold Left
*UIConstraints: *OutputBin StackerTray *RIBannerPageMediaType ClearFile
*UIConstraints: *Finisher NotInstalled *BKLProcessor Plockmatic
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACShift
*UIConstraints: *InputSlot ATray *MediaType Glossy
*UIConstraints: *MediaType Magnet *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *MediaType Magnet *RIZfold Right
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *Finisher NotInstalled
*UIConstraints: *MediaType Envelope *RIZfold Bottom
*UIConstraints: *RIZfold Bottom *OutputBin SecondStackerTray
*UIConstraints: *InputSlot 4Tray *LargeCapacityTray NotInstalled
*UIConstraints: *RIZfold Left *MediaType ClearFile
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Labels
*UIConstraints: *MediaType MatCoated *InputSlot ATray
*UIConstraints: *LargeCapacityTray LCTANATOLIA2 *InputSlot 7Tray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation CenterW
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Synthetic
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *RIBannerPageInputSlot 6Tray
*UIConstraints: *InputSlot 1Tray *MediaType Translucent
*UIConstraints: *PageSize 8Kai *OutputBin FinDONAUProof
*UIConstraints: *StapleLocation UpperLeft *MediaType Magnet
*UIConstraints: *StapleLocation UpperRight *OutputBin StackerUpperTray
*UIConstraints: *RIZfold Right *MultiFold NotInstalled
*UIConstraints: *PageSize 13x18 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin PlockmaticTray *PageSize 13x19.2
*UIConstraints: *MediaType Glossy *InputSlot ATray
*UIConstraints: *Stacker StackerDouble *OptionBind FinISHIKARIC
*UIConstraints: *BKLProcessor Plockmatic *Finisher FinCOLUMBIACBK
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType OHP
*UIConstraints: *RIBannerPageMediaType Index *OutputBin FinDONAUProof
*UIConstraints: *MediaType ClearFile *RIZfold Bottom
*UIConstraints: *InputSlot 1Tray *PageSize FanFoldGermanLegal
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType Labels
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin PlockmaticTray
*UIConstraints: *TrayA NotInstalled *InputSlot ATray
*UIConstraints: *OutputBin FinDONAUProof *PageSize GovernmentLG
*UIConstraints: *MediaType MetallicPearl *InputSlot 2Tray
*UIConstraints: *OutputBin PlockmaticTray *PageSize Folio
*UIConstraints: *OptionBind FinTENRYUB *Stacker StackerDouble
*UIConstraints: *PageSize Legal *OutputBin FinDONAUProof
*UIConstraints: *OutputBin FinDONAUProof *MultiFold NotInstalled
*UIConstraints: *InputSlot 1Tray *PageSize 13x19.2
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *Finisher FinCOLUMBIAC
*UIConstraints: *StapleLocation CenterW *OutputBin SecondStackerTray
*UIConstraints: *InputSlot 1Tray *PageSize GovernmentLG
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIZfold Left *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 10x15
*UIConstraints: *OutputBin PlockmaticTray *PageSize 10x14
*UIConstraints: *PageSize SRA3 *OutputBin FinDONAUProof
*UIConstraints: *MediaType Magnet *InputSlot 2Tray
*UIConstraints: *RIBannerPageMediaType Translucent *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *PageSize Statement *InputSlot 1Tray
*UIConstraints: *MediaType OHP *StapleLocation UpperW
*UIConstraints: *OutputBin PlockmaticTray *PageSize EngQuatro
*UIConstraints: *RIZfold Left *MediaType Index
*UIConstraints: *MediaType Envelope *StapleLocation UpperLeft
*UIConstraints: *OutputBin SecondStackerTray *MediaType Envelope
*UIConstraints: *StapleLocation LeftW *BKLProcessor Plockmatic
*UIConstraints: *RIBannerPageMediaType Index *RIBannerPageInputSlot 1Tray
*UIConstraints: *Finisher FinCOLUMBIACBK *OptionInterfaceBox Installed
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *Finisher NotInstalled
*UIConstraints: *RIZfold Left *StapleLocation CenterW
*UIConstraints: *PageSize EngQuatro *InputSlot 1Tray
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *Finisher FinCOLUMBIAC
*UIConstraints: *MediaType Envelope *InputSlot 1Tray
*UIConstraints: *OutputBin FinDONAUProof *PageSize 11x15
*UIConstraints: *OutputBin FinDONAUProof *PageSize 11x14
*UIConstraints: *OutputBin FinDONAUProof *PageSize Tabloid
*UIConstraints: *RIBannerPageInputSlot 6Tray *LargeCapacityTray NotInstalled
*UIConstraints: *InputSlot 1Tray *MediaType Glossy
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *RIBannerPageMediaType Magnet
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation RightW
*UIConstraints: *PageSize B6 *OutputBin FinCOLUMBIACShift
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *MediaType MatCoated *InputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *LargeCapacityTray NotInstalled
*UIConstraints: *OutputBin StackerTray *MediaType ClearFile
*UIConstraints: *OutputBin FinCOLUMBIACShift *MediaType Translucent
*UIConstraints: *StapleLocation CenterW *RIZfold Left
*UIConstraints: *StapleLocation UpperW *OutputBin FinDONAUProof
*UIConstraints: *Finisher FinCOLUMBIACBK *OutputBin FinCOLUMBIACUpper
*UIConstraints: *RIZfold Left *MediaType Synthetic
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Labels
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 5Tray
*UIConstraints: *MediaType Labels *InputSlot 2Tray
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperLeft
*UIConstraints: *MediaType Letterhead *RIZfold Bottom
*UIConstraints: *PageSize Executive *OutputBin PlockmaticTray
*UIConstraints: *PageSize 12.6x18.5 *OutputBin PlockmaticTray
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EngQuatro
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *RIBannerPageMediaType ClearFile *OutputBin SecondStackerTray
*UIConstraints: *MediaType Magnet *InputSlot ATray
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation UpperRight
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Magnet
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 6Tray
*UIConstraints: *OutputBin FinCOLUMBIACShift *Finisher FinCOLUMBIACBK
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Envelope
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType ClearFile
*UIConstraints: *InputSlot 7Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *InputSlot 7Tray *LargeCapacityTray LCTANATOLIA2
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation CenterW
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType MetallicPearl
*UIConstraints: *PageSize A6 *OutputBin SecondStackerTray
*UIConstraints: *InputSlot 7Tray *LargeCapacityTray NotInstalled
*UIConstraints: *MediaType Labels *RIZfold Left
*UIConstraints: *PageSize 12.6x18.5 *OutputBin FinDONAUProof
*UIConstraints: *StapleLocation UpperW *OutputBin StackerTray
*UIConstraints: *InputSlot 1Tray *PageSize 12.6x19.2
*UIConstraints: *RIBannerPageInputSlot 8Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *RIBannerPageInputSlot 8Tray *LargeCapacityTray LCTANATOLIA2
*UIConstraints: *OutputBin PlockmaticTray *PageSize Executive
*UIConstraints: *OutputBin PlockmaticTray *PageSize 13x18
*UIConstraints: *OutputBin PlockmaticTray *PageSize 13x19
*UIConstraints: *StapleLocation LeftW *MediaType OHP
*UIConstraints: *RIBannerPageInputSlot 6Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *OutputBin FinDONAUProof *PageSize SRA3
*UIConstraints: *RIBannerPageMediaType ClearFile *OutputBin FinCOLUMBIACUpper
*UIConstraints: *PageSize 12.6x19.2 *InputSlot 2Tray
*UIConstraints: *PageSize 12.6x19.2 *InputSlot 1Tray
*UIConstraints: *RIZfold Bottom *MediaType Index
*UIConstraints: *StapleLocation RightW *OutputBin SecondStackerTray
*UIConstraints: *MediaType ClearFile *OutputBin StackerTray
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Prepunched
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *RIBannerPageInputSlot 8Tray
*UIConstraints: *RIZfold Left *MultiFold NotInstalled
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType ClearFile
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation UpperRight
*UIConstraints: *OutputBin PlockmaticTray *BKLProcessor NotInstalled
*UIConstraints: *OutputBin FinDONAUProof *MediaType Labels
*UIConstraints: *InputSlot 6Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *PageSize 16Kai *OutputBin PlockmaticTray
*UIConstraints: *InputSlot 1Tray *PageSize 8Kai
*UIConstraints: *RIBannerPageInputSlot 8Tray *LargeCapacityTray NotInstalled
*UIConstraints: *InputSlot 2Tray *MediaType Glossy
*UIConstraints: *TrimmerUnit Installed *Finisher NotInstalled
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize A5
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize A6
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize B6
*UIConstraints: *LargeCapacityTray NotInstalled *TrayA Installed
*UIConstraints: *MediaType Index *InputSlot 1Tray
*UIConstraints: *InputSlot 7Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *InputSlot 2Tray *MediaType Synthetic
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *Finisher FinCOLUMBIAC
*UIConstraints: *StapleLocation UpperW *BKLProcessor Plockmatic
*UIConstraints: *RIBannerPageInputSlot ATray *RIBannerPageMediaType Glossy
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation UpperLeft
*UIConstraints: *MediaType ClearFile *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *RIZfold Left *MediaType Letterhead
*UIConstraints: *RIBannerPageMediaType ClearFile *OutputBin StackerTray
*UIConstraints: *StapleLocation UpperRight *MediaType Translucent
*UIConstraints: *InputSlot 1Tray *MediaType Synthetic
*UIConstraints: *MediaType Index *OutputBin StackerTray
*UIConstraints: *InputSlot 6Tray *LargeCapacityTray NotInstalled
*UIConstraints: *InputSlot 2Tray *PageSize A6
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *Finisher NotInstalled
*UIConstraints: *InputSlot 2Tray *PageSize B6
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType ClearFile
*UIConstraints: *PageSize B6 *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *InputSlot 1Tray *PageSize SRA3
*UIConstraints: *InputSlot 1Tray *PageSize SRA4
*UIConstraints: *InputSlot 1Tray *MediaType MatCoated
*UIConstraints: *Finisher FinCOLUMBIACBK *BKLProcessor Plockmatic
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *OutputBin SecondStackerTray *Stacker NotInstalled
*UIConstraints: *MediaType Translucent *StapleLocation RightW
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperW
*UIConstraints: *RIBannerPageMediaType Envelope *RIBannerPageInputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize 12.6x19.2
*UIConstraints: *StapleLocation CenterW *RIZfold Bottom
*UIConstraints: *PageSize 11x15 *InputSlot 1Tray
*UIConstraints: *RIBannerPageMediaType Synthetic *RIBannerPageInputSlot 1Tray
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 7Tray
*UIConstraints: *StapleLocation UpperW *Finisher NotInstalled
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation RightW
*UIConstraints: *OutputBin PlockmaticTray *PageSize 11x14
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIZfold Right
*UIConstraints: *OutputBin PlockmaticTray *PageSize 11x15
*UIConstraints: *Stacker NotInstalled *OutputBin StackerTray
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinDONAUProof *PageSize FanFoldGermanLegal
*UIConstraints: *RIBannerPageMediaType Translucent *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *MediaType Labels *RIZfold Right
*UIConstraints: *StapleLocation UpperW *MediaType ClearFile
*UIConstraints: *MediaType GlossCoated *InputSlot ATray
*UIConstraints: *StapleLocation LeftW *OutputBin StackerTray
*UIConstraints: *RIZfold Right *MediaType Envelope
*UIConstraints: *RIZfold Left *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *PageSize SRA3 *InputSlot 1Tray
*UIConstraints: *RIZfold Bottom *MultiFold NotInstalled
*UIConstraints: *PageSize 10x14 *OutputBin FinDONAUProof
*UIConstraints: *MediaType Index *OutputBin SecondStackerTray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation None
*UIConstraints: *MediaType Translucent *StapleLocation UpperLeft
*UIConstraints: *MediaType OHP *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *MediaType Index *RIZfold Left
*UIConstraints: *MediaType Envelope *StapleLocation UpperW
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType Translucent *RIBannerPageInputSlot 1Tray
*UIConstraints: *MediaType Envelope *InputSlot 2Tray
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACShift
*UIConstraints: *MediaType Envelope *OutputBin StackerTray
*UIConstraints: *RIBannerPageMediaType Magnet *RIBannerPageInputSlot 2Tray
*UIConstraints: *MediaType Synthetic *RIZfold Bottom
*UIConstraints: *RIZfold Bottom *MediaType Envelope
*UIConstraints: *OutputBin StackerUpperTray *RIZfold Left
*UIConstraints: *MediaType ClearFile *StapleLocation UpperRight
*UIConstraints: *PageSize B6 *OutputBin StackerTray
*UIConstraints: *StapleLocation UpperRight *MediaType ClearFile
*UIConstraints: *OutputBin SecondStackerTray *RIBannerPageMediaType ClearFile
*UIConstraints: *StapleLocation RightW *OutputBin StackerTray
*UIConstraints: *PageSize A6 *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *InputSlot 1Tray *PageSize A6
*UIConstraints: *InputSlot 1Tray *PageSize A5
*UIConstraints: *OptionInterfaceBox Installed *Finisher FinCOLUMBIACBK
*UIConstraints: *InputSlot 1Tray *MediaType Envelope
*UIConstraints: *PageSize Folio *InputSlot 1Tray
*UIConstraints: *OutputBin PlockmaticTray *RIZfold Right
*UIConstraints: *MediaType MetallicPearl *RIZfold Bottom
*UIConstraints: *RIBannerPageMediaType Magnet *RIBannerPageInputSlot ATray
*UIConstraints: *OutputBin PlockmaticTray *RIZfold Bottom
*UIConstraints: *OutputBin SecondStackerTray *RIZfold Bottom
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin StackerTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 16Kai
*UIConstraints: *StapleLocation UpperRight *OutputBin SecondStackerTray
*UIConstraints: *MediaType MetallicPearl *RIZfold Left
*UIConstraints: *MultiFold Installed *Stacker StackerDouble
*UIConstraints: *Finisher NotInstalled *OutputBin FinCOLUMBIACUpper
*UIConstraints: *PageSize 12.6x18.5 *InputSlot 1Tray
*UIConstraints: *MediaType Labels *RIZfold Bottom
*UIConstraints: *PageSize 8Kai *OutputBin PlockmaticTray
*UIConstraints: *InputSlot 1Tray *PageSize 12x18
*UIConstraints: *RIZfold Bottom *StapleLocation CenterW
*UIConstraints: *MediaType ClearFile *OutputBin SecondStackerTray
*UIConstraints: *OutputBin FinCOLUMBIACShift *MediaType OHP
*UIConstraints: *OutputBin FinDONAUProof *PageSize 12.6x19.2
*UIConstraints: *InputSlot 2Tray *PageSize 13x19.2
*UIConstraints: *PageSize A3 *OutputBin FinDONAUProof
*UIConstraints: *InputSlot 1Tray *PageSize B6
*UIConstraints: *InputSlot 1Tray *PageSize B5
*UIConstraints: *InputSlot ATray *MediaType Magnet
*UIConstraints: *RIZfold Right *StapleLocation CenterW
*UIConstraints: *Stacker NotInstalled *OutputBin StackerUpperTray
*UIConstraints: *MediaType ClearFile *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin StackerTray *PageSize A6
*UIConstraints: *MediaType ClearFile *InputSlot 1Tray
*UIConstraints: *OutputBin SecondStackerTray *StapleLocation UpperLeft
*UIConstraints: *OutputBin StackerTray *StapleLocation CenterW
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 6Tray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation UpperLeft
*UIConstraints: *OutputBin StackerTray *RIBannerPageMediaType Index
*UIConstraints: *RIBannerPageMediaType MatCoated *RIBannerPageInputSlot 2Tray
*UIConstraints: *PageSize B6 *InputSlot 1Tray
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation CenterW
*UIConstraints: *RIZfold Bottom *MediaType Labels
*UIConstraints: *StapleLocation RightW *BKLProcessor Plockmatic
*UIConstraints: *StapleLocation CenterW *OutputBin FinDONAUProof
*UIConstraints: *RIZfold Left *OutputBin StackerTray
*UIConstraints: *OutputBin FinDONAUProof *PageSize F
*UIConstraints: *RIZfold Right *OutputBin StackerTray
*UIConstraints: *RIZfold Bottom *OutputBin PlockmaticTray
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *RIBannerPageMediaType OHP
*UIConstraints: *BKLProcessor Plockmatic *StapleLocation UpperW
*UIConstraints: *RIZfold Right *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *PageSize A6 *InputSlot 1Tray
*UIConstraints: *MediaType Magnet *RIZfold Bottom
*UIConstraints: *Finisher NotInstalled *TrimmerUnit Installed
*UIConstraints: *MediaType Magnet *StapleLocation LeftW
*UIConstraints: *MediaType Labels *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType MatCoated
*UIConstraints: *StapleLocation UpperRight *MediaType OHP
*UIConstraints: *OutputBin FinDONAUProof *PageSize A3
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *RIZfold Left *OutputBin SecondStackerTray
*UIConstraints: *RIZfold Bottom *MediaType Translucent
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation UpperRight
*UIConstraints: *RIBannerPageInputSlot 5Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *OutputBin FinCOLUMBIACShift *StapleLocation CenterW
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIZfold Bottom
*UIConstraints: *InputSlot 1Tray *PageSize 16Kai
*UIConstraints: *PageSize 16Kai *InputSlot 1Tray
*UIConstraints: *OutputBin StackerTray *PageSize B6
*UIConstraints: *StapleLocation UpperW *MediaType OHP
*UIConstraints: *PageSize Folio *OutputBin FinDONAUProof
*UIConstraints: *MediaType Synthetic *RIZfold Right
*UIConstraints: *MediaType Envelope *RIZfold Right
*UIConstraints: *InputSlot 6Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin PlockmaticTray
*UIConstraints: *RIBannerPageMediaType Glossy *RIBannerPageInputSlot ATray
*UIConstraints: *PageSize 11x15 *OutputBin FinDONAUProof
*UIConstraints: *OutputBin SecondStackerTray *RIBannerPageMediaType Index
*UIConstraints: *RIZfold Right *MediaType MetallicPearl
*UIConstraints: *StapleLocation RightW *OutputBin StackerUpperTray
*UIConstraints: *InputSlot 1Tray *MediaType OHP
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType MatCoated
*UIConstraints: *PageSize 11x14 *InputSlot 1Tray
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType Index
*UIConstraints: *MediaType ClearFile *StapleLocation UpperW
*UIConstraints: *Stacker StackerDouble *MultiFold Installed
*UIConstraints: *RIBannerPageInputSlot ATray *RIBannerPageMediaType MetallicPearl
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation RightW
*UIConstraints: *MediaType GlossCoated *InputSlot 2Tray
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation UpperLeft
*UIConstraints: *InputSlot 1Tray *PageSize F
*UIConstraints: *OutputBin FinDONAUProof *PageSize B4
*UIConstraints: *OutputBin StackerUpperTray *Finisher FinCOLUMBIAC
*UIConstraints: *StapleLocation LeftW *OutputBin SecondStackerTray
*UIConstraints: *InputSlot 1Tray *PageSize 11x15
*UIConstraints: *InputSlot 1Tray *PageSize 11x14
*UIConstraints: *StapleLocation RightW *MediaType Translucent
*UIConstraints: *MediaType ClearFile *InputSlot ATray
*UIConstraints: *RIZfold Bottom *MediaType OHP
*UIConstraints: *MediaType Translucent *StapleLocation UpperRight
*UIConstraints: *InputSlot 2Tray *PageSize 12.6x18.5
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinDONAUProof
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *InputSlot 6Tray
*UIConstraints: *InputSlot ATray *MediaType GlossCoated
*UIConstraints: *StapleLocation RightW *Finisher NotInstalled
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACBKShift
*UIConstraints: *StapleLocation UpperLeft *MediaType Translucent
*UIConstraints: *RIZfold Bottom *MediaType Magnet
*UIConstraints: *PageSize GovernmentLG *InputSlot 1Tray
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *RIBannerPageInputSlot 6Tray
*UIConstraints: *OutputBin FinDONAUProof *PageSize 13x18
*UIConstraints: *OutputBin FinDONAUProof *PageSize 13x19
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinDONAUProof *PageSize 12.6x18.5
*UIConstraints: *OutputBin StackerTray *StapleLocation LeftW
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation CenterW
*UIConstraints: *PageSize 11x15 *OutputBin PlockmaticTray
*UIConstraints: *PageSize F *OutputBin PlockmaticTray
*UIConstraints: *StapleLocation LeftW *MediaType Translucent
*UIConstraints: *MediaType OHP *StapleLocation RightW
*UIConstraints: *OutputBin FinCOLUMBIACUpper *Finisher NotInstalled
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType Prepunched
*UIConstraints: *OutputBin FinCOLUMBIACUpper *RIBannerPageMediaType ClearFile
*UIConstraints: *MediaType Index *OutputBin FinDONAUProof
*UIConstraints: *MediaType Labels *InputSlot ATray
*UIConstraints: *PageSize B5 *InputSlot 1Tray
*UIConstraints: *StapleLocation CenterW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *StapleLocation RightW *MediaType Envelope
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation LeftW
*UIConstraints: *MediaType Magnet *StapleLocation RightW
*UIConstraints: *StapleLocation UpperW *OutputBin SecondStackerTray
*UIConstraints: *OutputBin FinDONAUProof *PageSize Folio
*UIConstraints: *OutputBin FinDONAUProof *PageSize 13x19.2
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *RIBannerPageInputSlot 8Tray
*UIConstraints: *RIBannerPageMediaType Prepunched *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *StapleLocation UpperRight *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *StapleLocation RightW *OutputBin FinDONAUProof
*UIConstraints: *OutputBin StackerTray *RIZfold Right
*UIConstraints: *RIBannerPageInputSlot 5Tray *LargeCapacityTray NotInstalled
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Glossy
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Magnet
*UIConstraints: *MediaType MetallicPearl *RIZfold Right
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *RIBannerPageInputSlot 5Tray
*UIConstraints: *StapleLocation UpperW *OutputBin StackerUpperTray
*UIConstraints: *RIBannerPageMediaType Synthetic *RIBannerPageInputSlot 2Tray
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation RightW
*UIConstraints: *OptionBind FinISHIKARIC *Stacker StackerDouble
*UIConstraints: *LargeCapacityTray LCTANATOLIA2 *InputSlot 8Tray
*UIConstraints: *OutputBin FinDONAUProof *MediaType Index
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *InputSlot 8Tray
*UIConstraints: *StapleLocation LeftW *OutputBin FinDONAUProof
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation UpperW
*UIConstraints: *LargeCapacityTray LCTSIBERIAG *RIBannerPageInputSlot 7Tray
*UIConstraints: *OutputBin StackerUpperTray *Finisher FinCOLUMBIACBK
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *PageSize EngQuatro
*UIConstraints: *OutputBin StackerTray *MediaType Index
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation RightW
*UIConstraints: *PageSize GovernmentLG *OutputBin PlockmaticTray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation UpperRight
*UIConstraints: *RIBannerPageMediaType Magnet *RIBannerPageInputSlot 1Tray
*UIConstraints: *StapleLocation CenterW *OutputBin StackerUpperTray
*UIConstraints: *MediaType Synthetic *RIZfold Left
*UIConstraints: *PageSize A6 *InputSlot 2Tray
*UIConstraints: *MediaType Prepunched *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIZfold Bottom *MediaType MetallicPearl
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 5Tray
*UIConstraints: *MediaType MetallicPearl *InputSlot 1Tray
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation RightW
*UIConstraints: *MediaType Envelope *RIZfold Left
*UIConstraints: *MediaType Magnet *StapleLocation UpperLeft
*UIConstraints: *RIBannerPageInputSlot 8Tray *LargeCapacityTray LCTSIBERIAG
*UIConstraints: *PageSize Tabloid *OutputBin FinDONAUProof
*UIConstraints: *StapleLocation UpperW *OutputBin PlockmaticTray
*UIConstraints: *RIBannerPageMediaType ClearFile *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *OutputBin StackerUpperTray *Stacker NotInstalled
*UIConstraints: *RIBannerPageMediaType Index *OutputBin StackerTray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 12.6x19.2
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *MediaType OHP
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *BKLProcessor Plockmatic *OutputBin FinCOLUMBIACShift
*UIConstraints: *InputSlot 1Tray *MediaType ClearFile
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation LeftW
*UIConstraints: *Finisher FinCOLUMBIAC *TrimmerUnit Installed
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *MediaType Index
*UIConstraints: *StapleLocation UpperLeft *OutputBin PlockmaticTray
*UIConstraints: *StapleLocation UpperRight *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *PageSize 10x14 *InputSlot 1Tray
*UIConstraints: *OutputBin PlockmaticTray *PageSize 8Kai
*UIConstraints: *Finisher FinCOLUMBIAC *OptionInterfaceBox Installed
*UIConstraints: *RIBannerPageMediaType ClearFile *RIBannerPageInputSlot 1Tray
*UIConstraints: *MediaType OHP *StapleLocation LeftW
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperRight
*UIConstraints: *StapleLocation RightW *OutputBin PlockmaticTray
*UIConstraints: *StapleLocation RightW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *InputSlot 1Tray *MediaType Index
*UIConstraints: *InputSlot 2Tray *MediaType Envelope
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *PageSize EngQuatro *OutputBin PlockmaticTray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType GlossCoated
*UIConstraints: *MediaType ClearFile *StapleLocation LeftW
*UIConstraints: *RIBannerPageMediaType Translucent *OutputBin FinCOLUMBIACShift
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 4Tray
*UIConstraints: *InputSlot 2Tray *MediaType Labels
*UIConstraints: *MediaType OHP *RIZfold Right
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin StackerUpperTray
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation UpperW
*UIConstraints: *MediaType Synthetic *InputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Translucent
*UIConstraints: *MediaType MatCoated *InputSlot 2Tray
*UIConstraints: *MediaType ClearFile *InputSlot 2Tray
*UIConstraints: *StapleLocation CenterW *RIZfold Right
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType Translucent
*UIConstraints: *RIZfold Left *MediaType Labels
*UIConstraints: *RIBannerPageMediaType GlossCoated *RIBannerPageInputSlot 1Tray
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperW *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *RIBannerPageMediaType ClearFile
*UIConstraints: *PageSize 10x15 *OutputBin PlockmaticTray
*UIConstraints: *OutputBin SecondStackerTray *MediaType ClearFile
*UIConstraints: *StapleLocation UpperW *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *InputSlot 2Tray *MediaType MetallicPearl
*UIConstraints: *PageSize 10x15 *InputSlot 1Tray
*UIConstraints: *OutputBin FinCOLUMBIACBKShift *StapleLocation CenterW
*UIConstraints: *PageSize 13x19.2 *InputSlot 2Tray
*UIConstraints: *OutputBin PlockmaticTray *PageSize A5
*UIConstraints: *RIBannerPageMediaType GlossCoated *RIBannerPageInputSlot ATray
*UIConstraints: *OutputBin PlockmaticTray *PageSize A6
*UIConstraints: *MediaType Magnet *OutputBin FinCOLUMBIACUpper
*UIConstraints: *PageSize EngQuatro *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *StapleLocation RightW *MediaType OHP
*UIConstraints: *OptionInterfaceBox Installed *Finisher FinCOLUMBIAC
*UIConstraints: *InputSlot 1Tray *MediaType MetallicPearl
*UIConstraints: *RIBannerPageMediaType Magnet *OutputBin FinCOLUMBIACUpper
*UIConstraints: *RIBannerPageInputSlot ATray *RIBannerPageMediaType GlossCoated
*UIConstraints: *PageSize 13x18 *InputSlot 1Tray
*UIConstraints: *StapleLocation UpperRight *MediaType Magnet
*UIConstraints: *RIZfold Left *MediaType Translucent
*UIConstraints: *OutputBin StackerTray *Stacker NotInstalled
*UIConstraints: *RIBannerPageMediaType Glossy *RIBannerPageInputSlot 2Tray
*UIConstraints: *OutputBin FinCOLUMBIACUpper *StapleLocation UpperW
*UIConstraints: *OutputBin PlockmaticTray *PageSize B6
*UIConstraints: *OutputBin PlockmaticTray *PageSize B5
*UIConstraints: *OutputBin FinCOLUMBIACShift *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin SecondStackerTray
*UIConstraints: *InputSlot 1Tray *PageSize 10x14
*UIConstraints: *InputSlot 1Tray *PageSize 10x15
*UIConstraints: *OutputBin StackerUpperTray *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *RIBannerPageMediaType Envelope
*UIConstraints: *PageSize Executive *InputSlot 1Tray
*UIConstraints: *MediaType OHP *RIZfold Left
*UIConstraints: *MediaType Glossy *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *MediaType ClearFile
*UIConstraints: *StapleLocation RightW *OutputBin FinCOLUMBIACBKUpper
*UIConstraints: *StapleLocation LeftW *MediaType Envelope
*UIConstraints: *MediaType Synthetic *InputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot ATray *TrayA NotInstalled
*UIConstraints: *RIZfold Right *OutputBin SecondStackerTray
*UIConstraints: *StapleLocation UpperLeft *OutputBin StackerTray
*UIConstraints: *StapleLocation LeftW *MediaType ClearFile
*UIConstraints: *InputSlot 8Tray *LargeCapacityTray LCTANATOLIA2
*UIConstraints: *InputSlot 8Tray *LargeCapacityTray LCTANATOLIA1
*UIConstraints: *PageSize B4 *OutputBin FinDONAUProof
*UIConstraints: *MediaType Envelope *StapleLocation LeftW
*UIConstraints: *MediaType GlossCoated *InputSlot 1Tray
*UIConstraints: *InputSlot 3Tray *LargeCapacityTray NotInstalled
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 4Tray
*UIConstraints: *OutputBin FinDONAUProof *StapleLocation LeftW
*UIConstraints: *OutputBin PlockmaticTray *StapleLocation LeftW
*UIConstraints: *OutputBin FinCOLUMBIACShift *Finisher NotInstalled
*UIConstraints: *OutputBin PlockmaticTray *PageSize 12.6x18.5
*UIConstraints: *InputSlot 1Tray *MediaType Magnet
*UIConstraints: *PageSize 13x19 *InputSlot 1Tray
*UIConstraints: *Stacker StackerSingle *OutputBin SecondStackerTray
*UIConstraints: *MediaType ClearFile *StapleLocation UpperLeft
*UIConstraints: *PageSize 8Kai *InputSlot 1Tray
*UIConstraints: *InputSlot ATray *TrayA NotInstalled
*UIConstraints: *MultiFold NotInstalled *RIZfold Right
*UIConstraints: *MediaType Translucent *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinCOLUMBIACUpper
*UIConstraints: *OutputBin FinDONAUProof *PageSize Legal
*UIConstraints: *RIZfold Bottom *MediaType Synthetic
*UIConstraints: *OutputBin StackerTray *StapleLocation UpperLeft
*UIConstraints: *Finisher FinCOLUMBIAC *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *InputSlot 1Tray *PageSize 13x19
*UIConstraints: *InputSlot 1Tray *PageSize 13x18
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIZfold Left *MediaType OHP
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinDONAUProof
*UIConstraints: *Finisher FinCOLUMBIACBK *OutputBin FinCOLUMBIACShift
*UIConstraints: *PageSize Statement *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *RIBannerPageMediaType GlossCoated *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageMediaType ClearFile *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *PageSize A6 *OutputBin FinCOLUMBIACShift
*UIConstraints: *StapleLocation CenterW *OutputBin StackerTray
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin StackerTray
*UIConstraints: *InputSlot ATray *MediaType Labels
*UIConstraints: *OutputBin StackerTray *RIZfold Left
*UIConstraints: *MediaType Translucent *InputSlot 1Tray
*UIConstraints: *StapleLocation UpperLeft *OutputBin StackerUpperTray
*UIConstraints: *MediaType ClearFile *StapleLocation RightW
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType OHP
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 5Tray
*UIConstraints: *Finisher NotInstalled *StapleLocation CenterW
*UIConstraints: *RIZfold Bottom *MediaType ClearFile
*UIConstraints: *InputSlot 2Tray *MediaType Magnet
*UIConstraints: *OutputBin FinCOLUMBIACBKLower *StapleLocation UpperW
*UIConstraints: *InputSlot ATray *MediaType ClearFile
*UIConstraints: *OutputBin FinCOLUMBIACBKUpper *StapleLocation LeftW
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot ATray
*UIConstraints: *RIBannerPageMediaType Labels *OutputBin FinDONAUProof
*UIConstraints: *RIBannerPageMediaType MetallicPearl *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Labels
*UIConstraints: *MediaType Letterhead *RIZfold Left
*UIConstraints: *PageSize B6 *InputSlot 2Tray
*UIConstraints: *MultiFold NotInstalled *OutputBin FinDONAUProof
*UIConstraints: *RIBannerPageMediaType Index *OutputBin SecondStackerTray
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin PlockmaticTray
*UIConstraints: *MultiFold NotInstalled *RIZfold Left
*UIConstraints: *MediaType Envelope *OutputBin SecondStackerTray
*UIConstraints: *OutputBin StackerUpperTray *RIZfold Bottom
*UIConstraints: *BKLProcessor NotInstalled *OutputBin PlockmaticTray
*UIConstraints: *Finisher NotInstalled *StapleLocation RightW
*UIConstraints: *MediaType Translucent *OutputBin FinCOLUMBIACBKLower
*UIConstraints: *BKLProcessor Plockmatic *Finisher NotInstalled
*UIConstraints: *StapleLocation LeftW *MediaType Magnet
*UIConstraints: *StapleLocation UpperRight *OutputBin FinDONAUProof
*UIConstraints: *Stacker NotInstalled *OutputBin SecondStackerTray
*UIConstraints: *LargeCapacityTray LCTANATOLIA2 *RIBannerPageInputSlot 8Tray
*UIConstraints: *LargeCapacityTray LCTANATOLIA1 *InputSlot 8Tray
*UIConstraints: *OutputBin FinCOLUMBIACUpper *MediaType Magnet
*UIConstraints: *PageSize 12.6x19.2 *OutputBin FinDONAUProof

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

*% end of Printer Description file