summaryrefslogtreecommitdiffstats
path: root/server/modules/cups-freiburg/etc/cups/ppd/RZMONO.ppd
blob: 53ed4aa9d1402afe751f169406c18d9d6e53ab83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
*PPD-Adobe: "4.3"
*% Xerox Corporation (R) Printer Description File
*% Copyright Xerox Corporation
*% Copyright Adobe Systems, Inc.
*% All Rights Reserved.
*% Date: 08/20/04
*% OPB Build Number: 1.3.0
*% PPD for Windows, English
*FormatVersion: "4.3"
*FileVersion: "1.0"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*Product: "(Phaser 5500N)"
*PSVersion: "(3015.102) 6"
*Manufacturer: "Xerox"
*ModelName: "Xerox Phaser 5500N"
*ShortNickName: "Xerox Phaser 5500N"
*NickName: "Xerox Phaser 5500N"
*PCFileName: "XRX5500N.PPD"

*OpenGroup: InstallableOptions/Options Installed


*OpenUI *InstalledMemory/Memory Configuration: PickOne
*OrderDependency: 69.0 AnySetup *InstalledMemory
*DefaultInstalledMemory: 128Meg
*InstalledMemory 128Meg/128 MB Total RAM: ""
*InstalledMemory 160Meg/160 MB Total RAM: ""
*InstalledMemory 192Meg/192 MB Total RAM: ""
*InstalledMemory 256Meg/256 MB Total RAM: ""
*InstalledMemory 288Meg/288 MB Total RAM: ""
*InstalledMemory 320Meg/320 MB Total RAM: ""
*InstalledMemory 384Meg/384 MB Total RAM: ""
*InstalledMemory 512Meg/512 MB Total RAM: ""
*?InstalledMemory: "% InstalledMemory
 currentsystemparams /InstalledRam get
 16#100000 div round cvi
 4 string cvs print (Meg) 
 = flush
"
*End
*CloseUI: *InstalledMemory


*OpenUI *XRXOptionFeatureSet/Feature Set: PickOne
*OrderDependency: 69.2 AnySetup *XRXOptionFeatureSet
*DefaultXRXOptionFeatureSet: N
*XRXOptionFeatureSet B/B: ""
*XRXOptionFeatureSet N/N: ""
*XRXOptionFeatureSet DN/DN: ""
*XRXOptionFeatureSet DT/DT: ""
*XRXOptionFeatureSet DX/DX: ""
*?XRXOptionFeatureSet: "
 product (Phaser 5500) search {pop pop}{pop (Unknown)} ifelse
 = flush
"
*End
*CloseUI: *XRXOptionFeatureSet

*OpenUI *XRXOptionTrays/Optional Lower Trays: PickOne
*OrderDependency: 69.2 AnySetup *XRXOptionTrays
*DefaultXRXOptionTrays: None
*XRXOptionTrays None/No Extra Trays: ""
*XRXOptionTrays TwoExtraTrays/Two Extra Trays: ""
*XRXOptionTrays ThreeExtraTrays/Three Extra Trays: ""
*?XRXOptionTrays: "
 currentpagedevice /InputAttributes get /Priority get length 4 sub dup 0 lt {
   pop (None)
 }{
   dup 3 ge {
     pop (Unknown)
   }{
     [
       (OneExtraTray) 
       (TwoExtraTrays) 
       (ThreeExtraTrays) 
     ] exch get
   } ifelse
 } ifelse
 = flush
"
*End
*CloseUI: *XRXOptionTrays


*OpenUI *XRXOptionHD/Optional Hard Drive: Boolean
*OrderDependency: 69.2 AnySetup *XRXOptionHD
*DefaultXRXOptionHD: False
*XRXOptionHD True/Installed: ""
*XRXOptionHD False/Not Installed: ""
*?XRXOptionHD: "
 (%disk0%) /IODevice resourcestatus
 {(True)}{(False)} ifelse 
 = flush
"
*End
*CloseUI: *XRXOptionHD


*OpenUI *XRXOptionDuplex/Optional Duplex Unit: Boolean
*OrderDependency: 69.2 AnySetup *XRXOptionDuplex
*DefaultXRXOptionDuplex: False
*XRXOptionDuplex True/Installed: ""
*XRXOptionDuplex False/Not Installed: ""
*?XRXOptionDuplex: "
 /RRCustomProcs /ProcSet findresource dup /duplexavailable known {
   /duplexavailable get exec {(True)} {(False)} ifelse
 }{
   pop (False)
 } ifelse
 = flush
"
*End
*CloseUI: *XRXOptionDuplex


*OpenUI *XRXOptionFinisher/Optional Finisher: Boolean
*OrderDependency: 69.2 AnySetup *XRXOptionFinisher
*DefaultXRXOptionFinisher: False
*XRXOptionFinisher True/Installed: ""
*XRXOptionFinisher False/Not Installed: ""
*?XRXOptionFinisher: "
 /RRCustomProcs /ProcSet findresource /havefinisher get exec
 {(True)} {(False)} ifelse
 = flush
"
*End
*CloseUI: *XRXOptionFinisher


*OpenUI *XRXOptionStapler/Optional Stapler: Boolean
*OrderDependency: 69.2 AnySetup *XRXOptionStapler
*DefaultXRXOptionStapler: False
*XRXOptionStapler True/Installed: ""
*XRXOptionStapler False/Not Installed: ""
*?XRXOptionStapler: "
 /RRCustomProcs /ProcSet findresource /havestapler get exec
 {(True)} {(False)} ifelse
 = flush
"
*End
*CloseUI: *XRXOptionStapler


*OpenUI *XRXOptionPunch/Optional Hole Punch: PickOne
*OrderDependency: 69.2 AnySetup *XRXOptionPunch
*DefaultXRXOptionPunch: None
*XRXOptionPunch None/Not Installed: ""
*XRXOptionPunch US_Punch/Non-Metric Hole Punch: ""
*XRXOptionPunch Metric_Punch/Metric Hole Punch: ""
*?XRXOptionPunch: "
 /RRCustomProcs /ProcSet findresource /havepunch get exec
 dup 3 eq {
   pop (US_Punch)
 }{
   4 eq {
     (Metric_Punch)
   }{
     (None)
   } ifelse
 } ifelse
 = flush
"
*End
*CloseUI: *XRXOptionPunch



*CloseGroup: InstallableOptions



*% Tray Constraints                             

*UIConstraints: *XRXOptionTrays None *InputSlot Tray4
*UIConstraints: *InputSlot Tray4 *XRXOptionTrays None
*UIConstraints: *XRXOptionTrays None *InputSlot Tray5
*UIConstraints: *InputSlot Tray5 *XRXOptionTrays None
*UIConstraints: *XRXOptionTrays None *InputSlot Tray6
*UIConstraints: *InputSlot Tray6 *XRXOptionTrays None

*UIConstraints: *XRXOptionTrays TwoExtraTrays *InputSlot Tray6
*UIConstraints: *InputSlot Tray6 *XRXOptionTrays TwoExtraTrays


*UIConstraints: *XRXOptionTrays None *XRXSlipSheetSource Tray4
*UIConstraints: *XRXSlipSheetSource Tray4 *XRXOptionTrays None
*UIConstraints: *XRXOptionTrays None *XRXSlipSheetSource Tray5
*UIConstraints: *XRXSlipSheetSource Tray5 *XRXOptionTrays None
*UIConstraints: *XRXOptionTrays None *XRXSlipSheetSource Tray6
*UIConstraints: *XRXSlipSheetSource Tray6 *XRXOptionTrays None

*UIConstraints: *XRXOptionTrays TwoExtraTrays *XRXSlipSheetSource Tray6
*UIConstraints: *XRXSlipSheetSource Tray6 *XRXOptionTrays TwoExtraTrays


*UIConstraints: *XRXOptionTrays None *XRXCoverPageSource Tray4
*UIConstraints: *XRXCoverPageSource Tray4 *XRXOptionTrays None
*UIConstraints: *XRXOptionTrays None *XRXCoverPageSource Tray5
*UIConstraints: *XRXCoverPageSource Tray5 *XRXOptionTrays None
*UIConstraints: *XRXOptionTrays None *XRXCoverPageSource Tray6
*UIConstraints: *XRXCoverPageSource Tray6 *XRXOptionTrays None

*UIConstraints: *XRXOptionTrays TwoExtraTrays *XRXCoverPageSource Tray6
*UIConstraints: *XRXCoverPageSource Tray6 *XRXOptionTrays TwoExtraTrays

*% Hard Drive Constraints                       

*UIConstraints: *XRXOptionHD False *XRXJobType ProofPrint
*UIConstraints: *XRXJobType ProofPrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType SavedPrint
*UIConstraints: *XRXJobType SavedPrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType SecurePrint
*UIConstraints: *XRXJobType SecurePrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType PersonalPrint
*UIConstraints: *XRXJobType PersonalPrint *XRXOptionHD False

*% Duplexer Constraints                         

*UIConstraints: *XRXOptionDuplex False *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *XRXOptionDuplex False
*UIConstraints: *XRXOptionDuplex False *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *XRXOptionDuplex False

*% Finisher Constraints


*UIConstraints: *XRXOptionFinisher False *XRXOptionPunch US_Punch
*UIConstraints: *XRXOptionPunch US_Punch *XRXOptionFinisher False
*UIConstraints: *XRXOptionFinisher False *XRXOptionPunch Metric_Punch
*UIConstraints: *XRXOptionPunch Metric_Punch *XRXOptionFinisher False

*UIConstraints: *XRXOptionFinisher False *XRXOptionStapler True
*UIConstraints: *XRXOptionStapler True *XRXOptionFinisher False

*UIConstraints: *XRXOptionFinisher False *XRXStapling Front
*UIConstraints: *XRXStapling Front *XRXOptionFinisher False
*UIConstraints: *XRXOptionFinisher False *XRXStapling Rear
*UIConstraints: *XRXStapling Rear *XRXOptionFinisher False
*UIConstraints: *XRXOptionFinisher False *XRXStapling Dual
*UIConstraints: *XRXStapling Dual *XRXOptionFinisher False
*UIConstraints: *XRXOptionFinisher False *XRXStapling FrontFlip
*UIConstraints: *XRXStapling FrontFlip *XRXOptionFinisher False
*UIConstraints: *XRXOptionFinisher False *XRXStapling RearFlip
*UIConstraints: *XRXStapling RearFlip *XRXOptionFinisher False
*UIConstraints: *XRXOptionFinisher False *XRXStapling DualFlip
*UIConstraints: *XRXStapling DualFlip *XRXOptionFinisher False

*UIConstraints: *XRXOptionFinisher False *OutputBin FinisherTopBin
*UIConstraints: *OutputBin FinisherTopBin *XRXOptionFinisher False
*UIConstraints: *XRXOptionFinisher False *OutputBin Stacker
*UIConstraints: *OutputBin Stacker *XRXOptionFinisher False

*% Stapler Constraints


*UIConstraints: *XRXOptionStapler False *XRXStapling Front
*UIConstraints: *XRXStapling Front *XRXOptionStapler False
*UIConstraints: *XRXOptionStapler False *XRXStapling Rear
*UIConstraints: *XRXStapling Rear *XRXOptionStapler False
*UIConstraints: *XRXOptionStapler False *XRXStapling Dual
*UIConstraints: *XRXStapling Dual *XRXOptionStapler False
*UIConstraints: *XRXOptionStapler False *XRXStapling FrontFlip
*UIConstraints: *XRXStapling FrontFlip *XRXOptionStapler False
*UIConstraints: *XRXOptionStapler False *XRXStapling RearFlip
*UIConstraints: *XRXStapling RearFlip *XRXOptionStapler False
*UIConstraints: *XRXOptionStapler False *XRXStapling DualFlip
*UIConstraints: *XRXStapling DualFlip *XRXOptionStapler False

*% Hole Punch Constraints


*UIConstraints: *XRXOptionPunch None *XRXPunching 2_Holes
*UIConstraints: *XRXPunching 2_Holes *XRXOptionPunch None
*UIConstraints: *XRXOptionPunch None *XRXPunching 3_Holes
*UIConstraints: *XRXPunching 3_Holes *XRXOptionPunch None
*UIConstraints: *XRXOptionPunch None *XRXPunching 4_Holes
*UIConstraints: *XRXPunching 4_Holes *XRXOptionPunch None

*UIConstraints: *XRXOptionPunch Metric_Punch *XRXPunching 3_Holes
*UIConstraints: *XRXPunching 3_Holes *XRXOptionPunch Metric_Punch

*UIConstraints: *XRXOptionPunch US_Punch *XRXPunching 2_Holes
*UIConstraints: *XRXPunching 2_Holes *XRXOptionPunch US_Punch
*UIConstraints: *XRXOptionPunch US_Punch *XRXPunching 4_Holes
*UIConstraints: *XRXPunching 4_Holes *XRXOptionPunch US_Punch


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

*FreeVM: "12058624"
*VMOption 128Meg/128 MB Total RAM: "12058624"
*VMOption 160Meg/160 MB Total RAM: "12058624"
*VMOption 192Meg/192 MB Total RAM: "14155776"
*VMOption 256Meg/256 MB Total RAM: "30932992"
*VMOption 288Meg/288 MB Total RAM: "30932992"
*VMOption 320Meg/320 MB Total RAM: "63963136"
*VMOption 384Meg/384 MB Total RAM: "96468992"
*VMOption 512Meg/512 MB Total RAM: "163577856"

*FCacheSize 128Meg: 2097152
*FCacheSize 160Meg: 4194304
*FCacheSize 192Meg: 4194304
*FCacheSize 256Meg: 4194304
*FCacheSize 288Meg: 4194304
*FCacheSize 320Meg: 4194304
*FCacheSize 384Meg: 4194304
*FCacheSize 512Meg: 4194304


*LanguageLevel: "3"
*Protocols: BCP TBCP

*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "120"

*Throughput: "50"
*DefaultOutputOrder: Normal

*DefaultResolution: 600dpi
*SetResolution 600dpi: ""

*ColorDevice: False
*DefaultColorSpace: Gray
*AccurateScreensSupport: True
*DefaultGuaranteedMaxSeparations: 1

*% === Halftone Information ========
*DefaultHalftoneType: 9
*ScreenFreq: "60.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div} bind"
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{1 exch sub} bind"

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

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

*ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "45.0"

*ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "60.0"
*ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "60.0"
*ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "60.0"
*ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "60.0"
*ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "60.0"

*1284Modes Parallel: Compat Nibble ECP
*1284DeviceID: "
MFG:Xerox;
CMD:Adobe PostScript 3, PCL;
MDL:Phaser 5500N;
CLS:Printer;
DES:Xerox Phaser 5500 Laser Printer, PostScript 3, Letter/A4/Tabloid/A3 Size
"
*End

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

*FileSystem: True
*?FileSystem: "
  statusdict /diskstatus get exec add 0 gt
  {(True)}{(False)} ifelse = flush"
*End

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



*JobPatchFile 1: "
% Default Definitions
  userdict /xerox$pagedevice <<
    /MediaClass null
    /MediaPosition null
    /PageSize [612 792]
    /TraySwitch true
    /ManualFeed false
    /ImagingBBox null
    /ProcessColorModel /DeviceGray
    /DeviceRenderingInfo currentpagedevice 1 index get 1 dict copy
    /PostRenderingEnhance false
    /Install {
       xerox$old_install xerox$flip {
         currentpagedevice /PageSize get aload pop translate 180 rotate
       } if
    }
  >> put

  userdict /xerox$set_job_type true put
  userdict /xerox$jobname (unnamed) put
  userdict /xerox$jobpassword () put
  userdict /xerox$jog 3 put
  userdict /xerox$smoothingDone false put
  userdict /xerox$pageSizeDone false put
  userdict /xerox$force_env false put
  userdict /xerox$env_was_forced false put
  userdict /xerox$old_install known not {
    userdict /xerox$old_install currentpagedevice /Install get put
  } if
  userdict /xerox$flip false put

  userdict /xerox$env {
    userdict /xerox$force_env true put
  } put

  userdict /xerox$media_mismatch_code {
  } put

  userdict /xerox$setpagedevice {
    xerox$force_env {
      dup /MediaClass get null eq {
        dup /MediaClass (Envelope) put
        userdict /xerox$env_was_forced true put
      } if
      userdict /xerox$force_env false put
    }{
      xerox$env_was_forced {
        dup /MediaClass get (Envelope) eq {
          dup /MediaClass null put
        } if
        userdict /xerox$env_was_forced false put
      } if
    } ifelse
    xerox$media_mismatch_code
    setpagedevice
  } put

  userdict /xerox$validate_jobname {
    {
      xerox$jobname length 0 eq {exit} if
      xerox$jobname 0 get 32 eq {
        userdict /xerox$jobname 
          xerox$jobname 1 xerox$jobname length 1 sub getinterval
          put
      }{
        exit
      } ifelse
    } loop
    xerox$jobname length 0 eq {
      userdict /xerox$jobname (unnamed) put
    } if
  } put

  userdict /xerox$pm_job
    false 99 -1 40 {
      userdict /xerox$str 5 string put
      xerox$str 0 (P) putinterval
      xerox$str exch 1 exch 2 string cvs putinterval
      xerox$str 3 (PS) putinterval
      userdict xerox$str cvn known or
      dup {exit} if
    } for
    put



"
*End



*% === Paper Handling =========

*% Use these entries to set paper size most of the time, unless there is
*% specific reason to use PageRegion.
*OpenUI *PageSize: PickOne
*OrderDependency: 69.9 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter/Letter: "
  <<
    /PageSize [612 792]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize Legal/Legal: "
  <<
    /PageSize [612 1008]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize Tabloid/Tabloid: "
  <<
    /PageSize [792 1224]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize Executive/Executive: "
  <<
    /PageSize [522 756]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize Statement/Statement: "
  <<
    /PageSize [396 612]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize FanFoldGermanLegal/US Folio: "
  <<
    /PageSize [612 936]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize SmallPostcard/Small US Postcard: "
  <<
    /PageSize [252 396]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize LargePostcard/Large US Postcard: "
  <<
    /PageSize [288 432]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize Env10/#10 Envelope: "
  <<
    /PageSize [297 684]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize EnvMonarch/Monarch Envelope: "
  <<
    /PageSize [279 540]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize A3/A3: "
  <<
    /PageSize [842 1191]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize A4/A4: "
  <<
    /PageSize [595 842]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize A5/A5: "
  <<
    /PageSize [420 595]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize A6/A6: "
  <<
    /PageSize [297 420]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize B4/B4 JIS: "
  <<
    /PageSize [729 1032]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize B5/B5 JIS: "
  <<
    /PageSize [516 729]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize B6/B6 JIS: "
  <<
    /PageSize [363 516]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize EnvDL/DL Envelope: "
  <<
    /PageSize [312 624]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize EnvC4/C4 Envelope: "
  <<
    /PageSize [649 918]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageSize EnvC5/C5 Envelope: "
  <<
    /PageSize [459 649]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*?PageSize: "
  currentpagedevice /PageSize get aload pop 
  2 copy gt {exch} if (Unknown)
  <<
  [612 792] (Letter)
  [612 1008] (Legal)
  [792 1224] (Tabloid)
  [522 756] (Executive)
  [396 612] (Statement)
  [612 936] (FanFoldGermanLegal)
  [252 396] (SmallPostcard)
  [288 432] (LargePostcard)
  [297 684] (Env10)
  [279 540] (EnvMonarch)
  [842 1191] (A3)
  [595 842] (A4)
  [420 595] (A5)
  [297 420] (A6)
  [729 1032] (B4)
  [516 729] (B5)
  [363 516] (B6)
  [312 624] (EnvDL)
  [649 918] (EnvC4)
  [459 649] (EnvC5)
  >>
  { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and 
      { exch pop exit } { pop } ifelse
  } bind forall = flush pop pop"
*End
*CloseUI: *PageSize

*% These entries will set up the frame buffer. Usually used with manual feed.
*OpenUI *PageRegion: PickOne
*OrderDependency: 69.9 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter/Letter: "
  <<
    /PageSize [612 792]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion Legal/Legal: "
  <<
    /PageSize [612 1008]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion Tabloid/Tabloid: "
  <<
    /PageSize [792 1224]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion Executive/Executive: "
  <<
    /PageSize [522 756]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion Statement/Statement: "
  <<
    /PageSize [396 612]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion FanFoldGermanLegal/US Folio: "
  <<
    /PageSize [612 936]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion SmallPostcard/Small US Postcard: "
  <<
    /PageSize [252 396]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion LargePostcard/Large US Postcard: "
  <<
    /PageSize [288 432]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion Env10/#10 Envelope: "
  <<
    /PageSize [297 684]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion EnvMonarch/Monarch Envelope: "
  <<
    /PageSize [279 540]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion A3/A3: "
  <<
    /PageSize [842 1191]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion A4/A4: "
  <<
    /PageSize [595 842]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion A5/A5: "
  <<
    /PageSize [420 595]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion A6/A6: "
  <<
    /PageSize [297 420]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion B4/B4 JIS: "
  <<
    /PageSize [729 1032]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion B5/B5 JIS: "
  <<
    /PageSize [516 729]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion B6/B6 JIS: "
  <<
    /PageSize [363 516]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion EnvDL/DL Envelope: "
  <<
    /PageSize [312 624]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion EnvC4/C4 Envelope: "
  <<
    /PageSize [649 918]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*PageRegion EnvC5/C5 Envelope: "
  <<
    /PageSize [459 649]
  >> xerox$pagedevice copy xerox$setpagedevice
"
*End
*CloseUI: *PageRegion

*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: Letter
*ImageableArea Letter/Letter: "14.22 14.4 597.9 778.08"
*ImageableArea Legal/Legal: "14.16 14.22 597.84 993.9"
*ImageableArea Tabloid/Tabloid: "14.4 14.22 778.08 1209.42"
*ImageableArea Executive/Executive: "14.22 15.12 507.9 742.8"
*ImageableArea Statement/Statement: "14.64 14.22 382.32 597.9"
*ImageableArea FanFoldGermanLegal/US Folio: "14.16 14.22 597.84 921.9"
*ImageableArea SmallPostcard/Small US Postcard: "14.22 14.64 236.94 382.32"
*ImageableArea LargePostcard/Large US Postcard: "14.22 14.16 273.42 417.36"
*ImageableArea Env10/#10 Envelope: "14.22 14.64 282.9 670.32"
*ImageableArea EnvMonarch/Monarch Envelope: "14.22 14.16 264.78 524.88"
*ImageableArea A3/A3: "14.16 14.22 828.24 1176.78"
*ImageableArea A4/A4: "14.22 14.16 578.7 828.24"
*ImageableArea A5/A5: "14.16 14.22 405.84 580.86"
*ImageableArea A6/A6: "14.22 14.16 282.9 405.84"
*ImageableArea B4/B4 JIS: "15.12 14.22 715.8 1017.9"
*ImageableArea B5/B5 JIS: "14.22 15.12 501.9 715.8"
*ImageableArea B6/B6 JIS: "14.22 14.16 348.3 501.84"
*ImageableArea EnvDL/DL Envelope: "14.22 14.16 297.42 609.36"
*ImageableArea EnvC4/C4 Envelope: "14.16 14.22 632.4 903.18"
*ImageableArea EnvC5/C5 Envelope: "14.22 14.88 444.9 635.52"
*?ImageableArea: "
  currentpagedevice pop
  clippath pathbbox
  /cvp {16 string cvs print ( ) print} def
  4 3 roll 100 mul ceiling 100 div cvp
  3 2 roll 100 mul ceiling 100 div cvp
  exch 100 mul floor 100 div cvp
  100 mul floor 100 div = flush
  userdict /cvp undef"
*End

*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter
*PaperDimension Letter/Letter: "612 792"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Tabloid/Tabloid: "792 1224"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension Statement/Statement: "396 612"
*PaperDimension FanFoldGermanLegal/US Folio: "612 936"
*PaperDimension SmallPostcard/Small US Postcard: "252 396"
*PaperDimension LargePostcard/Large US Postcard: "288 432"
*PaperDimension Env10/#10 Envelope: "297 684"
*PaperDimension EnvMonarch/Monarch Envelope: "279 540"
*PaperDimension A3/A3: "842 1191"
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "420 595"
*PaperDimension A6/A6: "297 420"
*PaperDimension B4/B4 JIS: "729 1032"
*PaperDimension B5/B5 JIS: "516 729"
*PaperDimension B6/B6 JIS: "363 516"
*PaperDimension EnvDL/DL Envelope: "312 624"
*PaperDimension EnvC4/C4 Envelope: "649 918"
*PaperDimension EnvC5/C5 Envelope: "459 649"

*RequiresPageRegion All: True


*NonUIOrderDependency: 69.9 AnySetup *CustomPageSize
*VariablePaperSize: True
*CustomPageSize True: "
  userdict /xerox$NT known {
    0 eq {pop pop exch}{pop pop} ifelse
  }{
    pop pop pop
  } ifelse
  dup 0 eq { % for QuarkXPress
    pop pop
  }{
    <<
      /PageSize [ 5 -2 roll ]
    >> xerox$pagedevice copy
    xerox$pm_job {
      xerox$setpagedevice
    }{
      xerox$smoothingDone {xerox$setpagedevice}{pop} ifelse
    } ifelse
    userdict /xerox$pageSizeDone true put
  } ifelse
"
*End

*DefaultLeadingEdge: Short
*LeadingEdge Short: ""


*ParamCustomPageSize Width:  1 points 251.5 842.9
*ParamCustomPageSize Height:  2 points 277.3 1225.1
*ParamCustomPageSize WidthOffset:  3 points 0 0
*ParamCustomPageSize HeightOffset:  4 points 0 0
*ParamCustomPageSize Orientation:  5 int 0 1
*MaxMediaWidth:  "842.9"
*MaxMediaHeight:  "1225.1"
*?CurrentMediaWidth: "currentpagedevice /PageSize get 0 get = flush"
*?CurrentMediaHeight: "currentpagedevice /PageSize get 1 get = flush"

*HWMargins: 14.17 14.17 14.17 14.17



*% === Tray Selection ================
*OpenUI *InputSlot: PickOne
*OrderDependency: 40.0 AnySetup *InputSlot
*DefaultInputSlot: Tray2
*InputSlot Tray1/Tray 1 (MPT): "
   xerox$pagedevice /MediaPosition 0 put
   xerox$pagedevice /TraySwitch false put
"
*End
*InputSlot Tray2/Tray 2: "
   xerox$pagedevice /MediaPosition 1 put
   xerox$pagedevice /TraySwitch false put
"
*End
*InputSlot Tray3/Tray 3: "
   xerox$pagedevice /MediaPosition 2 put
   xerox$pagedevice /TraySwitch false put
"
*End
*InputSlot Tray4/Tray 4: "
   xerox$pagedevice /MediaPosition 3 put
   xerox$pagedevice /TraySwitch false put
"
*End
*InputSlot Tray5/Tray 5: "
   xerox$pagedevice /MediaPosition 4 put
   xerox$pagedevice /TraySwitch false put
"
*End
*InputSlot Tray6/Tray 6: "
   xerox$pagedevice /MediaPosition 5 put
   xerox$pagedevice /TraySwitch false put
"
*End
*InputSlot MF/Manual Feed: "
   xerox$pagedevice /MediaPosition 0 put
   xerox$pagedevice /TraySwitch false put
   xerox$pagedevice /ManualFeed true put
"
*End
*CloseUI: *InputSlot



*OpenUI *Duplex/2-Sided Printing: PickOne
*OrderDependency: 45.0 AnySetup *Duplex
*DefaultDuplex: None
*Duplex None/Off: "
   <</Duplex false /Tumble false>> xerox$pagedevice copy pop
"
*End
*Duplex DuplexNoTumble/Long-Edge Binding: "
   <</Duplex true /Tumble false>> xerox$pagedevice copy pop
"
*End
*Duplex DuplexTumble/Short-Edge Binding: "
   <</Duplex true /Tumble true>> xerox$pagedevice copy pop
"
*End
*CloseUI: *Duplex


*OpenGroup: PrintQuality/Print Quality/Color


*OpenUI *OutputMode/Print Quality: PickOne
*OrderDependency: 46.0 AnySetup *OutputMode
*DefaultOutputMode: 600x600dpi
*OutputMode 600x600dpi/600x600 dpi: "
   <<
     /HWResolution [600 600]
   >> xerox$pagedevice copy pop
"
*End
*OutputMode 1200x1200dpi/True 1200x1200 dpi: "
   <<
     /HWResolution [1200 1200]
   >> xerox$pagedevice copy pop
"
*End
*CloseUI: *OutputMode




*CloseGroup: PrintQuality


*OpenGroup: AdvancedMedia/Advanced Options



*OpenUI *OutputBin/Paper Destination: PickOne
*OrderDependency: 40.0 AnySetup *OutputBin
*DefaultOutputBin: StdOutputBin
*OutputBin StdOutputBin/Standard Output Tray: "
   <<
     /OutputType (Top Bin)
   >> xerox$pagedevice copy pop
"
*End
*OutputBin FinisherTopBin/Stacker Upper Tray: "
   <<
     /OutputType (Finisher Bin)
   >> xerox$pagedevice copy pop
"
*End
*OutputBin Stacker/Stacker Lower Tray: "
   <<
     /OutputType (Stacker)
   >> xerox$pagedevice copy pop
"
*End
*CloseUI: *OutputBin



*OpenUI *MediaType/Paper Types: PickOne
*OrderDependency: 41.0 AnySetup *MediaType
*DefaultMediaType: AutoSelect
*MediaType AutoSelect/Auto Select: "
"
*End
*MediaType Paper/Plain Paper: "
   xerox$pagedevice /MediaClass (Paper) put
"
*End
*MediaType Letterhead/Letterhead: "
   xerox$pagedevice /MediaClass (Letterhead) put
"
*End
*MediaType Transparency/Transparency: "
   xerox$pagedevice /MediaClass (Transparency) put
"
*End
*MediaType Label/Labels: "
   xerox$pagedevice /MediaClass (Label) put
"
*End
*MediaType ColoredPaper/Colored Paper: "
   xerox$pagedevice /MediaClass (ColoredPaper) put
"
*End
*MediaType CardStock/Card Stock: "
   xerox$pagedevice /MediaClass (CardStock) put
"
*End
*MediaType Envelope/Envelope: "
   xerox$pagedevice /MediaClass (Envelope) put
"
*End
*MediaType Prepunched/Prepunched: "
   xerox$pagedevice /MediaClass (Prepunched) put
"
*End
*MediaType Special/Special: "
   xerox$pagedevice /MediaClass (Special) put
"
*End
*CloseUI: *MediaType



*% === Offset Collated Sets ======================
*OpenUI *XRXJog/Offset Collated Sets: Boolean
*OrderDependency: 55.0 AnySetup *XRXJog
*DefaultXRXJog: False
*XRXJog False/Off: "
   userdict /xerox$jog currentpagedevice /Jog get put
"
*End
*XRXJog True/On: "
   userdict /xerox$jog 3 put
"
*End
*CloseUI: *XRXJog



*% === Collation =====================
*OpenUI *Collate/Quick Collate: Boolean
*OrderDependency: 56.0 AnySetup *Collate
*DefaultCollate: True
*Collate False/Off: "
   xerox$pagedevice /Collate false put
"
*End
*Collate True/On: "
   xerox$pagedevice /Collate true put
   currentpagedevice /Jog known {xerox$pagedevice /Jog xerox$jog put} if
"
*End
*CloseUI: *Collate



*% === Edge-to-Edge Printing ======================
*OpenUI *XRXEdgeToEdge/Edge-to-Edge Printing: Boolean
*OrderDependency: 57.0 DocumentSetup *XRXEdgeToEdge
*DefaultXRXEdgeToEdge: False
*XRXEdgeToEdge False/Off: "
   userdict /xerox$edgetoedgedone known not {
     false /RRCustomProcs /ProcSet findresource /edgetoedge get exec
     userdict /xerox$edgetoedgedone true put
   } if
"
*End
*XRXEdgeToEdge True/On: "
   userdict /xerox$edgetoedgedone known not {
     true /RRCustomProcs /ProcSet findresource /edgetoedge get exec
     userdict /xerox$edgetoedgedone true put
   } if
"
*End
*CloseUI: *XRXEdgeToEdge



*% === Image Smoothing =====================
*OpenUI *XRXImageSmoothing/Image Smoothing: Boolean
*OrderDependency: 68.99 AnySetup *XRXImageSmoothing
*DefaultXRXImageSmoothing: False
*XRXImageSmoothing False/Off: "
   false /RRCustomProcs /ProcSet findresource /setforceinterpolate get exec
   xerox$pageSizeDone {xerox$pagedevice xerox$setpagedevice} if
   userdict /xerox$smoothingDone true put
"
*End
*XRXImageSmoothing True/On: "
   true /RRCustomProcs /ProcSet findresource /setforceinterpolate get exec
   xerox$pageSizeDone {xerox$pagedevice xerox$setpagedevice} if
   userdict /xerox$smoothingDone true put
"
*End
*CloseUI: *XRXImageSmoothing



*% === Media Mismatch Policy =====================
*OpenUI *XRXMismatch/Media Mismatch Policy: PickOne
*OrderDependency: 59.0 AnySetup *XRXMismatch
*DefaultXRXMismatch: PromptTypeMismatch
*XRXMismatch PromptTypeMismatch/If paper type mismatch, prompt me at the printer: "
"
*End
*XRXMismatch Force/I already loaded my paper at the printer: "
   userdict /xerox$media_mismatch_code {
     xerox$pagedevice begin MediaPosition MediaClass PageSize end
     /RRCustomProcs /ProcSet findresource /setuptray get exec
   } put
"
*End
*XRXMismatch Scale/Scale document to fit currently loaded paper size: "
   userdict /xerox$media_mismatch_code {
     true /RRCustomProcs /ProcSet findresource /setautofit get exec
     xerox$pagedevice /TraySwitch get not {
       xerox$pagedevice /MediaClass null put
     } if
   } put
"
*End
*XRXMismatch Clip/Crop document to fit currently loaded paper size: "
   userdict /xerox$media_mismatch_code {
     false /RRCustomProcs /ProcSet findresource /setautofit get exec
     xerox$pagedevice /TraySwitch get not {
       xerox$pagedevice /MediaClass null put
     } if
   } put
"
*End
*CloseUI: *XRXMismatch



*OpenUI *XRXStapling/Stapling: PickOne
*OrderDependency: 42.0 AnySetup *XRXStapling
*DefaultXRXStapling: None
*XRXStapling None/None: "
   <<
     /Staple 0
   >> xerox$pagedevice copy pop
"
*End
*XRXStapling Front/Front: "
   <<
     /Staple 3
     /OutputType (Stacker)
     /StapleDetails <</Type 6 /StapleMode 0>>
   >> xerox$pagedevice copy pop
"
*End
*XRXStapling Rear/Rear: "
   <<
     /Staple 3
     /OutputType (Stacker)
     /StapleDetails <</Type 6 /StapleMode 1>>
   >> xerox$pagedevice copy pop
"
*End
*XRXStapling Dual/Dual: "
   <<
     /Staple 3
     /OutputType (Stacker)
     /StapleDetails <</Type 6 /StapleMode 2>>
   >> xerox$pagedevice copy pop
"
*End
*XRXStapling FrontFlip/Front, flipped: "
   <<
     /Staple 3
     /OutputType (Stacker)
     /StapleDetails <</Type 6 /StapleMode 0>>
   >> xerox$pagedevice copy pop
   userdict /xerox$flip true put
"
*End
*XRXStapling RearFlip/Rear, flipped: "
   <<
     /Staple 3
     /OutputType (Stacker)
     /StapleDetails <</Type 6 /StapleMode 1>>
   >> xerox$pagedevice copy pop
   userdict /xerox$flip true put
"
*End
*XRXStapling DualFlip/Dual, flipped: "
   <<
     /Staple 3
     /OutputType (Stacker)
     /StapleDetails <</Type 6 /StapleMode 2>>
   >> xerox$pagedevice copy pop
   userdict /xerox$flip true put
"
*End
*CloseUI: *XRXStapling



*OpenUI *XRXPunching/Hole Punching: PickOne
*OrderDependency: 42.0 AnySetup *XRXPunching
*DefaultXRXPunching: None
*XRXPunching None/None: "
   <<
     /Punch false
   >> xerox$pagedevice copy pop
"
*End
*XRXPunching 2_Holes/2 Holes: "
   <<
	 /Punch true
     /PunchDetails <</Type 1 /PunchHoles 2>>
     xerox$pagedevice /OutputType known {
		xerox$pagedevice /OutputType get (Top Bin) eq {
           /OutputType (Stacker)
		} if
	 }{
        /OutputType (Stacker)
	 } ifelse
   >> xerox$pagedevice copy pop
"
*End
*XRXPunching 3_Holes/3 Holes: "
   <<
     /Punch true
     /PunchDetails <</Type 1 /PunchHoles 3>>
     xerox$pagedevice /OutputType known {
		xerox$pagedevice /OutputType get (Top Bin) eq {
           /OutputType (Stacker)
		} if
	 }{
        /OutputType (Stacker)
	 } ifelse
   >> xerox$pagedevice copy pop
"
*End
*XRXPunching 4_Holes/4 Holes: "
   <<
     /Punch true
     /PunchDetails <</Type 1 /PunchHoles 4>>
     xerox$pagedevice /OutputType known {
		xerox$pagedevice /OutputType get (Top Bin) eq {
           /OutputType (Stacker)
		} if
	 }{
        /OutputType (Stacker)
	 } ifelse
   >> xerox$pagedevice copy pop
"
*End
*CloseUI: *XRXPunching



*% === Separation Page Source ===========
*OpenUI *XRXSlipSheetSource/Separation Page Source: PickOne
*OrderDependency: 62.0 AnySetup *XRXSlipSheetSource
*DefaultXRXSlipSheetSource: Tray1
*XRXSlipSheetSource Tray1/Tray 1 (MPT): "
   0 /RRCustomProcs /ProcSet findresource /setslipsheetsource get exec
"
*End
*XRXSlipSheetSource Tray2/Tray 2: "
   1 /RRCustomProcs /ProcSet findresource /setslipsheetsource get exec
"
*End
*XRXSlipSheetSource Tray3/Tray 3: "
   2 /RRCustomProcs /ProcSet findresource /setslipsheetsource get exec
"
*End
*XRXSlipSheetSource Tray4/Tray 4: "
   3 /RRCustomProcs /ProcSet findresource /setslipsheetsource get exec
"
*End
*XRXSlipSheetSource Tray5/Tray 5: "
   4 /RRCustomProcs /ProcSet findresource /setslipsheetsource get exec
"
*End
*XRXSlipSheetSource Tray6/Tray 6: "
   5 /RRCustomProcs /ProcSet findresource /setslipsheetsource get exec
"
*End
*CloseUI: *XRXSlipSheetSource


*% === Separation Page ==============
*OpenUI *Slipsheet/Separation Page: PickOne
*OrderDependency: 62.1 AnySetup *Slipsheet
*DefaultSlipsheet: None
*Slipsheet None/None: "
   xerox$pagedevice /SlipSheet 0 put
"
*End
*Slipsheet EndOfJob/End Of Job: "
   xerox$pagedevice /SlipSheet 2 put
"
*End
*Slipsheet EndOfSet/End Of Set: "
   xerox$pagedevice /SlipSheet 3 put
"
*End
*Slipsheet EndOfPage/End Of Page: "
   xerox$pagedevice /SlipSheet 4 put
"
*End
*CloseUI: *Slipsheet


*% === Cover Page Source ===========
*OpenUI *XRXCoverPageSource/Cover Page Source: PickOne
*OrderDependency: 63.0 AnySetup *XRXCoverPageSource
*DefaultXRXCoverPageSource: Tray1
*XRXCoverPageSource Tray1/Tray 1 (MPT): "
   userdict /xerox$CoverPageSource 0 put
"
*End
*XRXCoverPageSource Tray2/Tray 2: "
   userdict /xerox$CoverPageSource 1 put
"
*End
*XRXCoverPageSource Tray3/Tray 3: "
   userdict /xerox$CoverPageSource 2 put
"
*End
*XRXCoverPageSource Tray4/Tray 4: "
   userdict /xerox$CoverPageSource 3 put
"
*End
*XRXCoverPageSource Tray5/Tray 5: "
   userdict /xerox$CoverPageSource 4 put
"
*End
*XRXCoverPageSource Tray6/Tray 6: "
   userdict /xerox$CoverPageSource 5 put
"
*End
*CloseUI: *XRXCoverPageSource

*% === Cover Page ===========
*OpenUI *XRXCoverPage/Cover Page: PickOne
*OrderDependency: 63.1 AnySetup *XRXCoverPage
*DefaultXRXCoverPage: None
*XRXCoverPage None/None: ""
*XRXCoverPage First/First: "
   1 xerox$CoverPageSource 
   /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*XRXCoverPage FirstLast/First & Last: "
   3 xerox$CoverPageSource 
   /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*CloseUI: *XRXCoverPage




*% === Draft Mode =====================
*OpenUI *XRXDraft/Draft Mode: Boolean
*OrderDependency: 47.0 AnySetup *XRXDraft
*DefaultXRXDraft: False
*XRXDraft False/Off: ""
*XRXDraft True/On: "
   <<
     /HWResolution [600 600]
     /PostRenderingEnhance true
   >> xerox$pagedevice copy pop
"
*End
*CloseUI: *XRXDraft


*CloseGroup: AdvancedMedia


*OpenGroup: JobType/Job Type

*OpenUI *XRXJobType/Job Type: PickOne
*OrderDependency: 66.99 AnySetup *XRXJobType
*DefaultXRXJobType: Normal
*XRXJobType Normal/Normal: "
"
*End
*XRXJobType SecurePrint/Secure Print: "
   xerox$pagedevice /DeferredMediaSelection true put
   {
     xerox$set_job_type {
       xerox$validate_jobname
       xerox$jobname length 4 add string
       dup 0 (0000) putinterval
       dup xerox$jobpassword dup length 4 sub neg exch putinterval
       dup 4 xerox$jobname putinterval
       3 /RRCustomProcs /ProcSet findresource /setjobtype get exec
       userdict /xerox$set_job_type false put
     } if
   } stopped
   {
     /xerox$buffer 4096 string def
     {currentfile xerox$buffer readstring exch pop not {exit} if} loop
   } if
"
*End
*XRXJobType PersonalPrint/Personal Print: "
   xerox$pagedevice /DeferredMediaSelection true put
   {
     xerox$set_job_type {
       xerox$validate_jobname
       xerox$jobname 6 /RRCustomProcs /ProcSet findresource /setjobtype get exec
       userdict /xerox$set_job_type false put
     } if
   } stopped
   {
     /xerox$buffer 4096 string def
     {currentfile xerox$buffer readstring exch pop not {exit} if} loop
   } if
"
*End
*XRXJobType ProofPrint/Proof Print: "
   xerox$pagedevice /DeferredMediaSelection false put
   mark {
     xerox$set_job_type {
       xerox$validate_jobname
       xerox$jobname 1 /RRCustomProcs /ProcSet findresource /setjobtype get exec
       userdict /xerox$set_job_type false put
     } if
   } stopped cleartomark
"
*End
*XRXJobType SavedPrint/Saved Print: "
   xerox$pagedevice /DeferredMediaSelection true put
   mark {
     xerox$set_job_type {
       xerox$validate_jobname
       xerox$jobname 2 /RRCustomProcs /ProcSet findresource /setjobtype get exec
       userdict /xerox$set_job_type false put
     } if
   } stopped cleartomark
"
*End
*CloseUI: *XRXJobType


*OpenUI *XRXJobName/Job Name: PickOne
*OrderDependency: 65.0 AnySetup *XRXJobName
*DefaultXRXJobName: Set
*XRXJobName None/None: ""
*XRXJobName Set/Default Job Name: ""
*CloseUI: *XRXJobName


*OpenUI *XRXJobPassword/Numeric Password: PickOne
*OrderDependency: 65.0 AnySetup *XRXJobPassword
*DefaultXRXJobPassword: Set
*XRXJobPassword None/None: ""
*XRXJobPassword Set/Default Numeric Password: ""
*CloseUI: *XRXJobPassword


*CloseGroup: JobType


*% === Font Information =====================
*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(003.000)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(003.000)" Standard ROM
*Font AvantGarde-Demi: Standard "(003.000)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(003.000)" Standard ROM
*Font Bookman-Demi: Standard "(003.000)" Standard ROM
*Font Bookman-DemiItalic: Standard "(003.000)" Standard ROM
*Font Bookman-Light: Standard "(003.000)" Standard ROM
*Font Bookman-LightItalic: Standard "(003.000)" Standard ROM
*Font Courier-Bold: Standard "(004.000)" Standard ROM
*Font Courier-BoldOblique: Standard "(004.000)" Standard ROM
*Font Courier-Oblique: Standard "(004.000)" Standard ROM
*Font Courier: Standard "(004.000)" Standard ROM
*Font Helvetica-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-BoldObl: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow: Standard "(003.000)" Standard ROM
*Font Helvetica-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(003.000)" Standard ROM
*Font Palatino-Bold: Standard "(003.000)" Standard ROM
*Font Palatino-BoldItalic: Standard "(003.000)" Standard ROM
*Font Palatino-Italic: Standard "(003.000)" Standard ROM
*Font Palatino-Roman: Standard "(003.000)" Standard ROM
*Font Symbol: Special "(001.008)" Special ROM
*Font Times-Bold: Standard "(003.000)" Standard ROM
*Font Times-BoldItalic: Standard "(003.000)" Standard ROM
*Font Times-Italic: Standard "(003.000)" Standard ROM
*Font Times-Roman: Standard "(003.000)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(003.000)" Standard ROM
*Font ZapfDingbats: Special "(002.000)" Special ROM

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

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


*% end of PPD file for Xerox Phaser 5500N