summaryrefslogblamecommitdiffstats
path: root/server/modules/cups-freiburg/etc/cups/ppd/UB2MONO.ppd
blob: 24a3cac41b2bd92da939e595f24c11a602ef3613 (plain) (tree)
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

































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                            
*PPD-Adobe: "4.3"
*% Xerox Corporation (R) Printer Description File
*% Copyright Xerox Corporation
*% Copyright Adobe Systems, Inc.
*% All Rights Reserved.
*% Date: 12/08/09
*% OPB Build Number: 3.0.3
*% PPD for Mac OS X, English
*FormatVersion: "4.3"
*FileVersion: "1.0"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*Product: "(Phaser 4600)"
*Product: "(.1.3.6.1.4.1.253.8.62.1.19.1.24.1)"
*PSVersion: "(3010) 0"
*Manufacturer: "Xerox"
*ModelName: "Xerox Phaser 4600"
*ShortNickName: "Xerox Phaser 4600"
*NickName: "Xerox Phaser 4600"
*PCFileName: "XRX4600.PPD"
*XRXHasPS: True
*XRXHasBooklet: True
 
*% JCL Begin/End & JCL features (banner)
 
*Protocols: BCP PJL TBCP
*Emulators: hplj
*StartEmulator_hplj: ""
*StopEmulator_hplj:""
*JCLBegin:"<1B>%-12345X@PJL JOB<0A>@PJL<0A>@PJL COMMENT XRXbegin<0A>"
 
*%                              Banner Sheet
 
*JCLOpenUI *JCLBanner/Banner Sheet: Boolean
*OrderDependency: 10.0 JCLSetup *JCLBanner
*DefaultJCLBanner: True
*JCLBanner False/Off: "@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE<0A>"
*JCLBanner True/On: "@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_FULL<0A>"
*JCLCloseUI: *JCLBanner
*%                              Banner Sheet
 
*JCLOpenUI *JCLBanner/Banner Sheet: Boolean
*OrderDependency: 10.0 JCLSetup *JCLBanner
*DefaultJCLBanner: True
*JCLBanner False/Off: "@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE<0A>"
*JCLBanner True/On: "@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_FULL<0A>"
*JCLCloseUI: *JCLBanner
 
*%     
 
 
*OpenGroup: InstallableOptions
 
*OpenUI *XRXOptionTrays/Paper Trays: PickOne
*OrderDependency: 69.2 AnySetup *XRXOptionTrays
*DefaultXRXOptionTrays: TwoExtraTrays
*XRXOptionTrays TwoExtraTrays/2 Trays: ""
*XRXOptionTrays ThreeExtraTrays/3 Trays: ""
*XRXOptionTrays ThreeExtraTrayHC/3  Trays (High Capacity): ""
*XRXOptionTrays FourTrays/4 Trays: ""
*XRXOptionTrays FourTraysHC/4  Trays (High Capacity): ""
*XRXOptionTrays FiveTrays/5 Trays: ""
*XRXOptionTrays FiveTraysHC/5  Trays (High Capacity): ""
*XRXOptionTrays SixTrays/6 Trays: ""
 
*?XRXOptionTrays: "
 currentpagedevice /InputAttributes get /Priority get length 3 sub dup 0 lt {
   pop (None)
 }{
   dup 2 ge {
     pop (Unknown)
   }{
     [
       (OneExtraTray)
       (TwoExtraTrays)
     ] exch get
   } ifelse
 } ifelse
 = flush
"
*End
*CloseUI: *XRXOptionTrays
 
*OpenUI *XRFinisher/Output Tray: PickOne
*OrderDependency: 10 AnySetup *XRFinisher
*DefaultXRFinisher: CT
*XRFinisher CT/Main Tray: ""
*XRFinisher Finisher: ""
*XRFinisher Mailbox: ""
*CloseUI: *XRFinisher
 
*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
*OIDXRXOptionHD True: "6"
*OIDXRXOptionHD False: ""
*?OIDXRXOptionHD: ".1.3.6.1.2.1.25.3.2.1.1.6"
*CloseUI: *XRXOptionHD
 
*CloseGroup: InstallableOptions
 
 
 
*% Tray Constraints                            
 
 
*% Manual Feed Constraints
 
 
*% Hard Drive Constraints                      
 
*UIConstraints: *XRXOptionHD False *XRXJobType PersonalPrint
*UIConstraints: *XRXJobType PersonalPrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType PersonalSavedPrint
*UIConstraints: *XRXJobType PersonalSavedPrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType SecurePrint
*UIConstraints: *XRXJobType SecurePrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType ProofPrint
*UIConstraints: *XRXJobType ProofPrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType SavedPrint
*UIConstraints: *XRXJobType SavedPrint *XRXOptionHD False
*UIConstraints: *XRXOptionHD False *XRXJobType PrintWith
*UIConstraints: *XRXJobType PrintWith *XRXOptionHD False
 
*% Duplexer Constraints                        
 
*% Stacker Constraints                          
 
*UIConstraints: *XRFinisher CT *OutputBin TopTray
*UIConstraints: *OutputBin TopTray *XRFinisher CT
*UIConstraints: *XRFinisher CT *OutputBin MainTray
*UIConstraints: *OutputBin MainTray *XRFinisher CT
*UIConstraints: *XRFinisher CT *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *XRFinisher CT
*UIConstraints: *XRFinisher CT *OutputBin Bin2
*UIConstraints: *OutputBin Bin2 *XRFinisher CT
*UIConstraints: *XRFinisher CT *OutputBin Bin3
*UIConstraints: *OutputBin Bin3 *XRFinisher CT
*UIConstraints: *XRFinisher CT *OutputBin Bin4
*UIConstraints: *OutputBin Bin4 *XRFinisher CT
*UIConstraints: *XRFinisher Finisher *OutputBin MainTray
*UIConstraints: *OutputBin MainTray *XRFinisher Finisher
*UIConstraints: *XRFinisher Finisher *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *XRFinisher Finisher
*UIConstraints: *XRFinisher Finisher *OutputBin Bin2
*UIConstraints: *OutputBin Bin2 *XRFinisher Finisher
*UIConstraints: *XRFinisher Finisher *OutputBin Bin3
*UIConstraints: *OutputBin Bin3 *XRFinisher Finisher
*UIConstraints: *XRFinisher Finisher *OutputBin Bin4
*UIConstraints: *OutputBin Bin4 *XRFinisher Finisher
*UIConstraints: *XRFinisher Mailbox *OutputBin TopTray
*UIConstraints: *OutputBin TopTray *XRFinisher Mailbox
*UIConstraints: *XRFinisher Mailbox *OutputBin MainTray
 
 
*% === Basic Device Capabilities ============
 
*FreeVM: "9993472"
*VMOption 128Meg/128 MB Total RAM: "9993472"
*VMOption 256Meg/256 MB Total RAM: "20061440"
*VMOption 384Meg/384 MB Total RAM: "25992448"
*VMOption 512Meg/512 MB Total RAM: "29744256"
 
*FCacheSize 128Meg: 2097152
*FCacheSize 256Meg: 4194304
*FCacheSize 384Meg: 4194304
*FCacheSize 512Meg: 4194304
 
 
*LanguageLevel: "3"
*Protocols: BCP TBCP
 
*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "120"
 
*Throughput: "52"
*DefaultOutputOrder: Normal
 
*DefaultResolution: 600dpi
*SetResolution 600dpi: ""
 
*ColorDevice: False
*DefaultColorSpace: Gray
*AccurateScreensSupport: True
*DefaultGuaranteedMaxSeparations: 1
*ColorModel Gray/Gray: ""
*DefaultColorModel: Gray
 
*% === 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 4600;
CLS:Printer;
DES:Xerox Phaser 4600, Printer, PostScript 3, Letter/A4 Size
"
*End
 
*TTRasterizer: Type42
*?TTRasterizer: "
  42 /FontType resourcestatus
  {pop pop (Type42)} {(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
  (Phaser 4600 3.0.3) pop
  userdict /xerox$pagedevice <<
    /MediaClass null
    /MediaPosition null
    /PageSize [612 792]
    /TraySwitch true
    /ImagingBBox null
    /ProcessColorModel /DeviceGray
    /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$normal_job_type false put
  userdict /xerox$booklet_job false put
  userdict /xerox$booklet_pagesize_is_standard false 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$customPageSize false put
  userdict /xerox$printWithJobType false put
  userdict /xerox$jobs [0] 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
    userdict /xerox$flip xerox$flip not put
  } put
 
  userdict /xerox$media_mismatch_code {
  } put
 
  userdict /xerox$setpagedevice {
    /RRCustomProcs /ProcSet findresource dup /getrbinumcopiescomment known {
      /getrbinumcopiescomment get exec
      dup length 0 ne {
        cvi userdict exch /xerox$num_copies exch put
        dup /NumCopies xerox$num_copies put
      }{
        pop
      } ifelse
    }{
          pop
    } ifelse
    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
        xerox$booklet_pagesize_is_standard {
          userdict /xerox$customPageSize false put
        } if
        /RRCustomProcs /ProcSet findresource dup /setcustomflag known {
          /setcustomflag get xerox$customPageSize exch exec    
        }{
          pop
        } ifelse
    xerox$booklet_job {
      userdict /xerox$booklet_pagesize known {
        dup /PageSize xerox$booklet_pagesize put
      } if
    } if
    setpagedevice
        xerox$printWithJobType {
       xerox$jobs {/RRCustomProcs /ProcSet findresource /printwith get exec} forall
        } if
  } 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
    userdict /xerox$str (P00PS) put
    false 99 -1 40 {
      xerox$str exch 1 exch 2 string cvs putinterval
      userdict xerox$str cvn known or
      dup {exit} if
    } for
    put
 
 
 
  userdict /dscInfo known not
        {
                userdict begin
                /bstr?
                {
                        true mark (   ) << /9 null /10 null /12 null /13 null /32 null >> 4 index
                        {
                                2 index cvs cvn 1 index exch
                                known not { cleartomark pop false mark exit } if
                        } forall
                        cleartomark
                } bind def
 
                /dscInfo
                <<
                        /Title mark
                        {
                                /RRCustomProcs /ProcSet findresource /gettitlecomment get exec
                        } stopped
                        {
                                cleartomark mark ()
                        } if
                        bstr?
                        {
                                pop (Unknown)
                        } if
                        exch pop
                        /For mark
                        {
                                /RRCustomProcs /ProcSet findresource /getforcomment get exec
                        } stopped
                        {
                                cleartomark mark ()
                        } if
                        bstr?
                        {
                                pop (Unknown)
                        } if
                        exch pop
                >> def
                currentdict /bstr? undef
                end
        } if
  mark {
    dscInfo /For get /RRCustomProcs /ProcSet findresource /logusername get exec
    dscInfo /Title get /RRCustomProcs /ProcSet findresource /logfilename get exec
    dscInfo /Title get /RRCustomProcs /ProcSet findresource /logjobname get exec
    /RRCustomProcs /ProcSet findresource /logjobinfo get exec
  } stopped cleartomark
 
"
*End
 
 
 
*% === Paper Handling =========
 
*% Use these entries to set paper size most of the time, unless there is
*% specific reason to use PageRegion.
*OpenUI *PageSize/Media Size: PickOne
*OrderDependency: 10 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize Letter/Letter (8.5 x 11"): "<< /PageSize [ 612 792 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize Legal/Legal (8.5 x 14"): "<< /PageSize [ 612 1008 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize Statement/Statement (5.5 x 8.5"): "<< /PageSize [ 396 612 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize Executive/Executive (7.25 x 10.5"): "<< /PageSize [ 522 756 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize FanFoldGermanLegal/8.5 x 13": "<< /PageSize [ 612 936 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize A4/A4 (210 x 297 mm): "<< /PageSize [ 595 842 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize A5/A5 (148 x 210 mm): "<< /PageSize [ 425 595 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize A6/A6 (105 x 148 mm): "<< /PageSize [ 297 420 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize IndexCard/Index Card Stock: "<< /PageSize [ 216 360 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize B5/JIS B5 (182 x 257 mm): "<< /PageSize [ 516 729 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize Oficio/Oficio (216 x 343 mm): "<< /PageSize [ 612 972 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize PostCard4x6/Postcard(4 x 6"): "<< /PageSize [ 289 432 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize Postcard/Postcard (100 x 148 mm): "<< /PageSize [ 284 419 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize ISOB5/Envelope B5 (176 x 250 mm): "<< /PageSize [ 499 709 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize EnvC5/Envelope C5 (162 x 229 mm): "<< /PageSize [ 459 649 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize EnvC6/Envelope C6 (114 x 162 mm): "<< /PageSize [ 323 459 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize EnvDL/Envelope DL (110 x 220 mm): "<< /PageSize [ 312 624 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize EnvMonarch/Envelope Monarch(3.875 x 7.5"): "<< /PageSize [ 279 540 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageSize Env10/Envelope No. 10 (4.1 x 9.5"): "<< /PageSize [ 297 684 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*CloseUI: *PageSize
*OpenUI *PageRegion/Media Size: PickOne
*OrderDependency: 10 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion Letter/Letter (8.5 x 11"): "<< /PageSize [ 612 792 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion Legal/Legal (8.5 x 14"): "<< /PageSize [ 612 1008 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion Statement/Statement (5.5 x 8.5"): "<< /PageSize [ 396 612 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion Executive/Executive (7.25 x 10.5"): "<< /PageSize [ 522 756 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion FanFoldGermanLegal/8.5 x 13": "<< /PageSize [ 612 936 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion A4/A4 (210 x 297 mm): "<< /PageSize [ 595 842 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion A5/A5 (148 x 210 mm): "<< /PageSize [ 425 595 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion A6/A6 (105 x 148 mm): "<< /PageSize [ 297 420 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion IndexCard/Index Card Stock: "<< /PageSize [ 216 360 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion B5/JIS B5 (182 x 257 mm): "<< /PageSize [ 516 729 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion Oficio/Oficio (216 x 343 mm): "<< /PageSize [ 612 972 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion PostCard4x6/Postcard(4 x 6"): "<< /PageSize [ 289 432 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion Postcard/Postcard (100 x 148 mm): "<< /PageSize [ 284 419 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion ISOB5/Envelope B5 (176 x 250 mm): "<< /PageSize [ 499 709 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion EnvC5/Envelope C5 (162 x 229 mm): "<< /PageSize [ 459 649 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion EnvC6/Envelope C6 (114 x 162 mm): "<< /PageSize [ 323 459 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion EnvDL/Envelope DL (110 x 220 mm): "<< /PageSize [ 312 624 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion EnvMonarch/Envelope Monarch(3.875 x 7.5"): "<< /PageSize [ 279 540 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*PageRegion Env10/Envelope No. 10 (4.1 x 9.5"): "<< /PageSize [ 297 684 ] /ImagingBBox null >> xerox$pagedevice copy pop"
*CloseUI: *PageRegion
*DefaultImageableArea: A4
*ImageableArea Letter/Letter (8.5 x 11"): "11.340000152588 11.340000152588 600.659973144531 780.659973144531"
*ImageableArea Legal/Legal (8.5 x 14"): "11.340000152588 11.340000152588 600.659973144531 996.659973144531"
*ImageableArea Statement/Statement (5.5 x 8.5"): "11.340000152588 11.340000152588 384.660003662109 600.659973144531"
*ImageableArea Executive/Executive (7.25 x 10.5"): "11.340000152588 11.340000152588 510.660003662109 744.659973144531"
*ImageableArea FanFoldGermanLegal/8.5 x 13": "11.340000152588 11.340000152588 600.659973144531 924.659973144531"
*ImageableArea A4/A4 (210 x 297 mm): "11.340000152588 11.340000152588 583.659973144531 830.659973144531"
*ImageableArea A5/A5 (148 x 210 mm): "11.340000152588 11.340000152588 413.660003662109 583.659973144531"
*ImageableArea A6/A6 (105 x 148 mm): "11.340000152588 11.340000152588 285.660003662109 408.660003662109"
*ImageableArea IndexCard/Index Card Stock: "11.340000152588 11.340000152588 204.660003662109 348.660003662109"
*ImageableArea B5/JIS B5 (182 x 257 mm): "11.340000152588 11.340000152588 504.660003662109 717.659973144531"
*ImageableArea Oficio/Oficio (216 x 343 mm): "11.340000152588 11.340000152588 600.659973144531 960.659973144531"
*ImageableArea PostCard4x6/Postcard(4 x 6"): "11.340000152588 11.340000152588 277.660003662109 420.660003662109"
*ImageableArea Postcard/Postcard (100 x 148 mm): "11.340000152588 11.340000152588 272.660003662109 407.660003662109"
*ImageableArea ISOB5/Envelope B5 (176 x 250 mm): "11.340000152588 11.340000152588 487.660003662109 697.659973144531"
*ImageableArea EnvC5/Envelope C5 (162 x 229 mm): "11.340000152588 11.340000152588 447.660003662109 637.659973144531"
*ImageableArea EnvC6/Envelope C6 (114 x 162 mm): "11.340000152588 11.340000152588 311.660003662109 447.660003662109"
*ImageableArea EnvDL/Envelope DL (110 x 220 mm): "11.340000152588 11.340000152588 300.660003662109 612.659973144531"
*ImageableArea EnvMonarch/Envelope Monarch(3.875 x 7.5"): "14.199999809265 42.599998474121 264.799987792969 497.399993896484"
*ImageableArea Env10/Envelope No. 10 (4.1 x 9.5"): "11.340000152588 11.340000152588 285.660003662109 672.659973144531"
*DefaultPaperDimension: A4
*PaperDimension Letter/Letter (8.5 x 11"): "612 792"
*PaperDimension Legal/Legal (8.5 x 14"): "612 1008"
*PaperDimension Statement/Statement (5.5 x 8.5"): "396 612"
*PaperDimension Executive/Executive (7.25 x 10.5"): "522 756"
*PaperDimension FanFoldGermanLegal/8.5 x 13": "612 936"
*PaperDimension A4/A4 (210 x 297 mm): "595 842"
*PaperDimension A5/A5 (148 x 210 mm): "425 595"
*PaperDimension A6/A6 (105 x 148 mm): "297 420"
*PaperDimension IndexCard/Index Card Stock: "216 360"
*PaperDimension B5/JIS B5 (182 x 257 mm): "516 729"
*PaperDimension Oficio/Oficio (216 x 343 mm): "612 972"
*PaperDimension PostCard4x6/Postcard(4 x 6"): "289 432"
*PaperDimension Postcard/Postcard (100 x 148 mm): "284 419"
*PaperDimension ISOB5/Envelope B5 (176 x 250 mm): "499 709"
*PaperDimension EnvC5/Envelope C5 (162 x 229 mm): "459 649"
*PaperDimension EnvC6/Envelope C6 (114 x 162 mm): "323 459"
*PaperDimension EnvDL/Envelope DL (110 x 220 mm): "312 624"
*PaperDimension EnvMonarch/Envelope Monarch(3.875 x 7.5"): "279 540"
*PaperDimension Env10/Envelope No. 10 (4.1 x 9.5"): "297 684"
*OpenUI *SetPageDevice/SetPageDevice: PickOne
*OrderDependency: 100 AnySetup *SetPageDevice
*DefaultSetPageDevice: SetPageDevice
*SetPageDevice SetPageDevice: "xerox$pagedevice setpagedevice"
*CloseUI: *SetPageDevice
 
*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
        userdict /xerox$customPageSize true put
    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 216.00 612.00
*ParamCustomPageSize Height: 2 points 360.00 1008.00
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 0 0
*MaxMediaWidth: "612.00"
*MaxMediaHeight: "1008.00"
*?CurrentMediaWidth: "currentpagedevice /PageSize get 0 get = flush"
*?CurrentMediaHeight: "currentpagedevice /PageSize get 1 get = flush"
 
 
*% === Tray Selection ================
*OpenUI *InputSlot: PickOne
*OrderDependency: 43.0 AnySetup *InputSlot
*DefaultInputSlot: Tray1
*InputSlot Tray1/Tray 1: "
   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
*CloseUI: *InputSlot
 
 
 
*OpenUI *Duplex/2-Sided Printing: PickOne
*OrderDependency: 45.0 AnySetup *Duplex
*DefaultDuplex: DuplexNoTumble
*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: 600x600
*OutputMode 600x600/600x600 256 shades of gray: "(<<) cvx exec /DeviceRenderingInfo (<<) cvx exec /Type 4 /ValuesPerColorComponent 2(>>) cvx exec /HWResolution [600 600] (>>) cvx exec setpagedevice"
*OutputMode 1200x1200/1200x1200 256 shades of gray: "(<<) cvx exec /DeviceRenderingInfo (<<) cvx exec /Type 4 /ValuesPerColorComponent 2(>>) cvx exec /HWResolution [1200 1200] (>>) cvx exec setpagedevice"
*CloseUI: *OutputMode
 
*CloseGroup: PrintQuality
 
*OpenGroup: AdvancedMedia/Advanced Media
 
 
 
*OpenUI *OutputBin/Paper Destination: PickOne
*OrderDependency: 40.0 AnySetup *OutputBin
*DefaultOutputBin: Unspecified
*OutputBin Unspecified/Automatically Select: ""
*OutputBin TopTray/Top Tray: "(<<) cvx exec /OutputType (TopTray) (>>) cvx exec setpagedevice"
*OutputBin MainTray/Main Tray: "(<<) cvx exec /OutputType (Stacker) (>>) cvx exec setpagedevice"
*OutputBin Bin1/Bin 1: ""
*OutputBin Bin2/Bin 2: ""
*OutputBin Bin3/Bin 3: ""
*OutputBin Bin4/Bin 4: ""
*CloseUI: *OutputBin
 
*OpenUI *MediaType/Paper Types: PickOne
*OrderDependency: 10 AnySetup *MediaType
*DefaultMediaType: Unspecified
*MediaType Unspecified/Automatically Select Type: "<< /MediaType (Unspecified) >> xerox$pagedevice copy pop"
*MediaType SystemDefault/Printer Default Type: "<< /MediaType (System-Default) >> xerox$pagedevice copy pop"
*MediaType Plain/Plain: "<< /MediaType (Standard) >> xerox$pagedevice copy pop"
*MediaType PrepunchedPlain/Hole Punched: "<< /MediaType (Drilled) >> xerox$pagedevice copy pop"
*MediaType Transparency/Transparency: "<< /MediaType (Transparency) >> xerox$pagedevice copy pop"
*MediaType LetterheadPlain/Letterhead: "<< /MediaType (Letterhead) >> xerox$pagedevice copy pop"
*MediaType Card/Heavyweight: "<< /MediaType (CardStock) >> xerox$pagedevice copy pop"
*MediaType Recycled/Recycled: "<< /MediaType (Recycled) >> xerox$pagedevice copy pop"
*MediaType Bond/Bond: "<<  /MediaType (Bond) >> xerox$pagedevice copy pop"
*MediaType Archive/Archival: "<<  /MediaType (Archive) >> xerox$pagedevice copy pop"
*MediaType Labels/Labels: "<< /MediaType (Labels) >> xerox$pagedevice copy pop"
*MediaType Lightweight/Lightweight: "<< /MediaType (Lightweight) >> xerox$pagedevice copy pop"
*MediaType Cardstock/Cardstock: "<< /MediaType (Cardstock) >> xerox$pagedevice copy pop"
*MediaType PreprintedPlain/Pre-Printed: "<< /MediaType (Preprinted) >> xerox$pagedevice copy pop"
*MediaType Envelope/Envelope: "<< /MediaType (Envelope) >> xerox$pagedevice copy pop"
*MediaType CustomType1/Custom Type 1: "<< /MediaType (custom1) >> xerox$pagedevice copy pop"
*MediaType CustomType2/Custom Type 2: "<< /MediaType (custom2) >> xerox$pagedevice copy pop"
*MediaType CustomType3/Custom Type 3: "<< /MediaType (custom3) >> xerox$pagedevice copy pop"
*MediaType CustomType4/Custom Type 4: "<< /MediaType (custom4) >> xerox$pagedevice copy pop"
*MediaType CustomType5/Custom Type 5: "<< /MediaType (custom5) >> xerox$pagedevice copy pop"
*MediaType CustomType6/Custom Type 6: "<< /MediaType (custom6) >> xerox$pagedevice copy pop"
*MediaType CustomType7/Custom Type 7: "<< /MediaType (custom7) >> xerox$pagedevice copy pop"
*MediaType Other/Other: "<< /MediaType (other) >> xerox$pagedevice copy pop"
*CloseUI: *MediaType
 
*OpenUI *MediaColor/Paper Colors: PickOne
*OrderDependency: 10 AnySetup *MediaColor
*DefaultMediaColor: Unspecified
*MediaColor Unspecified/Automatically Select Color: "<< /MediaColor (Unspecified) >> xerox$pagedevice copy pop"
*MediaColor Yellow/Yellow: "<< /MediaColor (Yellow) >> xerox$pagedevice copy pop"
*MediaColor Green/Green: "<< /MediaColor (Green) >> xerox$pagedevice copy pop"
*MediaColor Buff/Buff: "<< /MediaColor (Buff) >> xerox$pagedevice copy pop"
*MediaColor White/White: "<< /MediaColor (White) >> xerox$pagedevice copy pop"
*MediaColor Red/Red: "<< /MediaColor (Red) >> xerox$pagedevice copy pop"
*MediaColor Ivory/Ivory: "<< /MediaColor (Ivory) >> xerox$pagedevice copy pop"
*MediaColor Gray/Gray: "<< /MediaColor (Gray) >> xerox$pagedevice copy pop"
*MediaColor Clear/Clear: "<< /MediaColor (Clear) >> xerox$pagedevice copy pop"
*MediaColor Pink/Pink: "<< /MediaColor (Pink) >> xerox$pagedevice copy pop"
*MediaColor Goldenrod/Goldenrod: "<< /MediaColor (Goldenrod) >> xerox$pagedevice copy pop"
*MediaColor Orange/Orange: "<< /MediaColor (Orange) >> xerox$pagedevice copy pop"
*MediaColor Blue/Blue: "<< /MediaColor (Blue) >> xerox$pagedevice copy pop"
*MediaColor CustomColor1/Custom Color 1: "<< /MediaColor (Custom1) >> xerox$pagedevice copy pop"
*MediaColor CustomColor2/Custom Color 2: "<< /MediaColor (Custom2) >> xerox$pagedevice copy pop"
*MediaColor CustomColor3/Custom Color 3: "<< /MediaColor (Custom3) >> xerox$pagedevice copy pop"
*MediaColor CustomColor4/Custom Color 4: "<< /MediaColor (Custom4) >> xerox$pagedevice copy pop"
*MediaColor CustomColor5/Custom Color 5: "<< /MediaColor (Custom5) >> xerox$pagedevice copy pop"
*MediaColor CustomColor6/Custom Color 6: "<< /MediaColor (Custom6) >> xerox$pagedevice copy pop"
*MediaColor CustomColor7/Custom Color 7: "<< /MediaColor (Custom7) >> xerox$pagedevice copy pop"
*MediaColor Other/Other Color: "<< /MediaColor (Other) >> xerox$pagedevice copy pop"
*CloseUI: *MediaColor
 
 
*% === 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
 
*OpenUI *StapleLocation/Stapling: PickOne
*OrderDependency: 55.0 AnySetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/No Staple: "
        (<<) cvx exec /Staple 0 (>>) cvx exec setpagedevice"
*End
*StapleLocation SinglePortrait/1 Staple: "
                (<<) cvx exec /Collate true (>>) cvx exec setpagedevice
        (<<) cvx exec /Staple 3 (>>) cvx exec setpagedevice
        (<<) cvx exec /StapleDetails (<<) cvx exec /Type 1 /StapleLocation (SinglePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
*End
 
*CloseUI: *StapleLocation
 
*% === 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
 
 
 
*% === 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 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
 
 
 
*% === Separation Page Source ===========
*OpenUI *XRXSlipSheetSource/Separation Page Source: PickOne
*OrderDependency: 62.0 AnySetup *XRXSlipSheetSource
*DefaultXRXSlipSheetSource: Tray1
*XRXSlipSheetSource Tray1/Tray 1: "
   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
"
*XRXSlipSheetSource Tray5/Tray 5: "
   4 /RRCustomProcs /ProcSet findresource /setslipsheetsource get exec
"
*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$booklet_job {
     xerox$pagedevice /SlipSheet 0 put
   }{
     xerox$pagedevice /SlipSheet 4 put
   } ifelse
"
*End
*CloseUI: *Slipsheet
 
 
 
 
*% === Last Page Paper Source ===========
*OpenUI *XRXLastPageSource/Last Page Paper Source: PickOne
*OrderDependency: 63.0 AnySetup *XRXLastPageSource
*DefaultXRXLastPageSource: Same
*XRXLastPageSource Same/Same as previous pages: ""
*XRXLastPageSource Tray1/Tray 1: "
   2 0 /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*XRXLastPageSource Tray2/Tray 2: "
   2 1 /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*XRXLastPageSource Tray3/Tray 3: "
   2 2 /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*XRXLastPageSource Tray4/Tray 4: "
   2 3 /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*XRXLastPageSource Tray5/Tray 5: "
   2 4 /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*XRXLastPageSource Tray6/Tray 6: "
   2 5 /RRCustomProcs /ProcSet findresource /setcoverpages get exec
"
*End
*CloseUI: *XRXLastPageSource
 
 
 
 
 
*% === 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: 41.99 AnySetup *XRXJobType
*DefaultXRXJobType: Normal
*XRXJobType Normal/Normal: "
   userdict /xerox$normal_job_type true put
"
*End
*XRXJobType PersonalPrint/Personal Print: "
   xerox$pagedevice /DeferredMediaSelection true put
   {
     xerox$jobname (unnamed) eq {
       dscInfo /Title get dup (Unknown) ne exch () ne and {
         userdict /xerox$jobname dscInfo /Title get put
       } if
     } if
     userdict /xerox$pdejobname known {
       userdict /xerox$jobname xerox$pdejobname put
       mark {
         dscInfo /Title get
         /RRCustomProcs /ProcSet findresource /logjobname get exec
         /RRCustomProcs /ProcSet findresource /logjobinfo get exec
       } stopped cleartomark
     } if
     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 PersonalSavedPrint/Personal Saved Print: "
   xerox$pagedevice /DeferredMediaSelection true put
   {
     xerox$set_job_type {
       dscInfo /Title get dup (Unknown) ne exch () ne and {
         userdict /xerox$jobname dscInfo /Title get put
       } if
       userdict /xerox$pdejobname known {
         userdict /xerox$jobname xerox$pdejobname put
         mark {
           dscInfo /Title get
           /RRCustomProcs /ProcSet findresource /logjobname get exec
           /RRCustomProcs /ProcSet findresource /logjobinfo get exec
         } stopped cleartomark
       } if
       userdict /xerox$pdejobpassword known {
         userdict /xerox$jobpassword xerox$pdejobpassword put
       } if
       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
       11 /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 SecurePrint/Secure Print: "
   xerox$pagedevice /DeferredMediaSelection true put
   {
     xerox$set_job_type {
       dscInfo /Title get dup (Unknown) ne exch () ne and {
         userdict /xerox$jobname dscInfo /Title get put
       } if
       userdict /xerox$pdejobname known {
         userdict /xerox$jobname xerox$pdejobname put
         mark {
           dscInfo /Title get
           /RRCustomProcs /ProcSet findresource /logjobname get exec
           /RRCustomProcs /ProcSet findresource /logjobinfo get exec
         } stopped cleartomark
       } if
       userdict /xerox$pdejobpassword known {
         userdict /xerox$jobpassword xerox$pdejobpassword put
       } if
       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 ProofPrint/Sample Set: "
   xerox$pagedevice /DeferredMediaSelection false put
   mark {
     xerox$jobname (unnamed) eq {
       dscInfo /Title get dup (Unknown) ne exch () ne and {
         userdict /xerox$jobname dscInfo /Title get put
       } if
     } if
     userdict /xerox$pdejobname known {
       userdict /xerox$jobname xerox$pdejobname put
       mark {
         dscInfo /Title get
         /RRCustomProcs /ProcSet findresource /logjobname get exec
         /RRCustomProcs /ProcSet findresource /logjobinfo get exec
       } stopped cleartomark
     } if
     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$jobname (unnamed) eq {
       dscInfo /Title get dup (Unknown) ne exch () ne and {
         userdict /xerox$jobname dscInfo /Title get put
       } if
     } if
     userdict /xerox$pdejobname known {
       userdict /xerox$jobname xerox$pdejobname put
       mark {
         dscInfo /Title get
         /RRCustomProcs /ProcSet findresource /logjobname get exec
         /RRCustomProcs /ProcSet findresource /logjobinfo get exec
       } stopped cleartomark
     } if
     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
*XRXJobType PrintWith/Print With: "
   xerox$pagedevice /DeferredMediaSelection true put
   {
     xerox$set_job_type {
       dscInfo /Title get dup (Unknown) ne exch () ne and {
         userdict /xerox$jobname dscInfo /Title get put
       } if
       userdict /xerox$pdejobname known {
         userdict /xerox$jobname xerox$pdejobname put
         mark {
           dscInfo /Title get
           /RRCustomProcs /ProcSet findresource /logjobname get exec
           /RRCustomProcs /ProcSet findresource /logjobinfo get exec
         } stopped cleartomark
       } if
       userdict /xerox$pdejobpassword known {
         userdict /xerox$jobpassword xerox$pdejobpassword put
       } if
       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
       12 /RRCustomProcs /ProcSet findresource /setjobtype get exec
           userdict /xerox$printWithJobType true put
       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
*CloseUI: *XRXJobType
 
*OpenUI *XRXPasswordX000/Job Identifier x___: PickOne
*OrderDependency: 40.0 AnySetup *XRXPasswordX000
*DefaultXRXPasswordX000: 0nnn
*XRXPasswordX000 0nnn/0___: "   userdict /xerox$id1 0000 put"
*XRXPasswordX000 1nnn/1___: "   userdict /xerox$id1 1000 put"
*XRXPasswordX000 2nnn/2___: "   userdict /xerox$id1 2000 put"
*XRXPasswordX000 3nnn/3___: "   userdict /xerox$id1 3000 put"
*XRXPasswordX000 4nnn/4___: "   userdict /xerox$id1 4000 put"
*XRXPasswordX000 5nnn/5___: "   userdict /xerox$id1 5000 put"
*XRXPasswordX000 6nnn/6___: "   userdict /xerox$id1 6000 put"
*XRXPasswordX000 7nnn/7___: "   userdict /xerox$id1 7000 put"
*XRXPasswordX000 8nnn/8___: "   userdict /xerox$id1 8000 put"
*XRXPasswordX000 9nnn/9___: "   userdict /xerox$id1 9000 put"
*CloseUI: *XRXPasswordX000
 
*OpenUI *XRXPassword0X00/Job Identifier _x__: PickOne
*OrderDependency: 40.1 AnySetup *XRXPassword0X00
*DefaultXRXPassword0X00: n0nn
*XRXPassword0X00 n0nn/_0__: "   userdict /xerox$id2 0000 put"
*XRXPassword0X00 n1nn/_1__: "   userdict /xerox$id2 0100 put"
*XRXPassword0X00 n2nn/_2__: "   userdict /xerox$id2 0200 put"
*XRXPassword0X00 n3nn/_3__: "   userdict /xerox$id2 0300 put"
*XRXPassword0X00 n4nn/_4__: "   userdict /xerox$id2 0400 put"
*XRXPassword0X00 n5nn/_5__: "   userdict /xerox$id2 0500 put"
*XRXPassword0X00 n6nn/_6__: "   userdict /xerox$id2 0600 put"
*XRXPassword0X00 n7nn/_7__: "   userdict /xerox$id2 0700 put"
*XRXPassword0X00 n8nn/_8__: "   userdict /xerox$id2 0800 put"
*XRXPassword0X00 n9nn/_9__: "   userdict /xerox$id2 0900 put"
*CloseUI: *XRXPassword0X00
 
*OpenUI *XRXPassword00X0/Job Identifier __x_: PickOne
*OrderDependency: 40.2 AnySetup *XRXPassword00X0
*DefaultXRXPassword00X0: nn0n
*XRXPassword00X0 nn0n/__0_: "   userdict /xerox$id3 0000 put"
*XRXPassword00X0 nn1n/__1_: "   userdict /xerox$id3 0010 put"
*XRXPassword00X0 nn2n/__2_: "   userdict /xerox$id3 0020 put"
*XRXPassword00X0 nn3n/__3_: "   userdict /xerox$id3 0030 put"
*XRXPassword00X0 nn4n/__4_: "   userdict /xerox$id3 0040 put"
*XRXPassword00X0 nn5n/__5_: "   userdict /xerox$id3 0050 put"
*XRXPassword00X0 nn6n/__6_: "   userdict /xerox$id3 0060 put"
*XRXPassword00X0 nn7n/__7_: "   userdict /xerox$id3 0070 put"
*XRXPassword00X0 nn8n/__8_: "   userdict /xerox$id3 0080 put"
*XRXPassword00X0 nn9n/__9_: "   userdict /xerox$id3 0090 put"
*CloseUI: *XRXPassword00X0
 
*OpenUI *XRXPassword000X/Job Identifier ___x: PickOne
*OrderDependency: 40.3 AnySetup *XRXPassword000X
*DefaultXRXPassword000X: nnn0
*XRXPassword000X nnn0/___0: "
   xerox$id1 xerox$id2 xerox$id3 0000 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn1/___1: "
   xerox$id1 xerox$id2 xerox$id3 0001 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn2/___2: "
   xerox$id1 xerox$id2 xerox$id3 0002 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn3/___3: "
   xerox$id1 xerox$id2 xerox$id3 0003 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn4/___4: "
   xerox$id1 xerox$id2 xerox$id3 0004 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn5/___5: "
   xerox$id1 xerox$id2 xerox$id3 0005 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn6/___6: "
   xerox$id1 xerox$id2 xerox$id3 0006 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn7/___7: "
   xerox$id1 xerox$id2 xerox$id3 0007 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn8/___8: "
   xerox$id1 xerox$id2 xerox$id3 0008 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*XRXPassword000X nnn9/___9: "
   xerox$id1 xerox$id2 xerox$id3 0009 add add add 4 string cvs
   userdict exch /xerox$jobpassword exch put
"
*End
*CloseUI: *XRXPassword000X
 
*XRXJobName Title/Job Name: ""
 
*XRXJobPassword Title/Numeric Password: ""
 
*CloseGroup: JobType
 
 
*% === Font Information =====================
*DefaultFont: Courier
*Font AlbertusMT-Italic: Standard "(001.001)" Standard ROM
*Font AlbertusMT-Light: Standard "(001.001)" Standard ROM
*Font AlbertusMT: Standard "(001.001)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(001.002)" Standard ROM
*Font AntiqueOlive-Compact: Standard "(001.002)" Standard ROM
*Font AntiqueOlive-Italic: Standard "(001.002)" Standard ROM
*Font AntiqueOlive-Roman: Standard "(001.002)" Standard ROM
*Font Apple-Chancery: Standard "(001.002)" ExtendedRoman ROM
*Font Arial-BoldItalicMT: Standard "(001.003)" Standard ROM
*Font Arial-BoldMT: Standard "(001.003)" Standard ROM
*Font Arial-ItalicMT: Standard "(001.003)" Standard ROM
*Font ArialMT: Standard "(001.003)" Standard ROM
*Font ArialNarrowCyrMT: Standard "(001.003)" Standard ROM
*Font ArialNarrowCyrMT-Bold: Standard "(001.003)" Standard ROM
*Font AvantGarde-Book: Standard "(003.000)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(003.000)" Standard ROM
*Font AvantGarde-Demi: Standard "(003.000)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(003.000)" Standard ROM
*Font Bodoni-Bold: Standard "(001.003)" Standard ROM
*Font Bodoni-BoldItalic: Standard "(001.003)" Standard ROM
*Font Bodoni-Italic: Standard "(001.003)" Standard ROM
*Font Bodoni-Poster: Standard "(001.003)" Standard ROM
*Font Bodoni-PosterCompressed: Standard "(001.002)" Standard ROM
*Font Bodoni: Standard "(001.003)" Standard ROM
*Font Bookman-Demi: Standard "(003.000)" Standard ROM
*Font Bookman-DemiItalic: Standard "(003.000)" Standard ROM
*Font Bookman-Light: Standard "(003.000)" Standard ROM
*Font Bookman-LightItalic: Standard "(003.000)" Standard ROM
*Font Carta: Special "(001.001)" Special ROM
*Font Chicago: Standard "(001.000)" ExtendedRoman ROM
*Font Clarendon-Bold: Standard "(001.002)" Standard ROM
*Font Clarendon-Light: Standard "(001.002)" Standard ROM
*Font Clarendon: Standard "(001.002)" Standard ROM
*Font CooperBlack-Italic: Standard "(001.004)" Standard ROM
*Font CooperBlack: Standard "(001.004)" Standard ROM
*Font Copperplate-ThirtyThreeBC: Standard "(001.003)" Standard ROM
*Font Copperplate-ThirtyTwoBC: Standard "(001.003)" Standard ROM
*Font Coronet-Regular: Standard "(001.002)" Standard ROM
*Font Courier-Bold: Standard "(004.000)" Standard ROM
*Font Courier-BoldOblique: Standard "(004.000)" Standard ROM
*Font Courier-Oblique: Standard "(004.000)" Standard ROM
*Font Courier: Standard "(004.000)" Standard ROM
*Font Eurostile-Bold: Standard "(001.002)" Standard ROM
*Font Eurostile-BoldExtendedTwo: Standard "(001.003)" Standard ROM
*Font Eurostile-ExtendedTwo: Standard "(001.003)" Standard ROM
*Font Eurostile: Standard "(001.003)" Standard ROM
*Font Geneva: Standard "(001.000)" ExtendedRoman ROM
*Font GillSans-Bold: Standard "(001.002)" Standard ROM
*Font GillSans-BoldCondensed: Standard "(001.002)" Standard ROM
*Font GillSans-BoldItalic: Standard "(001.003)" Standard ROM
*Font GillSans-Condensed: Standard "(001.002)" Standard ROM
*Font GillSans-ExtraBold: Standard "(001.002)" Standard ROM
*Font GillSans-Italic: Standard "(001.003)" Standard ROM
*Font GillSans-Light: Standard "(001.002)" Standard ROM
*Font GillSans-LightItalic: Standard "(001.003)" Standard ROM
*Font GillSans: Standard "(001.003)" Standard ROM
*Font Goudy-Bold: Standard "(001.003)" Standard ROM
*Font Goudy-BoldItalic: Standard "(001.003)" Standard ROM
*Font Goudy-ExtraBold: Standard "(001.002)" Standard ROM
*Font Goudy-Italic: Standard "(001.003)" Standard ROM
*Font Goudy: Standard "(001.004)" Standard ROM
*Font Helvetica-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-BoldObl: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow: Standard "(003.000)" Standard ROM
*Font Helvetica-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica: Standard "(003.000)" Standard ROM
*Font HoeflerText-Black: Standard "(001.000)" ExtendedRoman ROM
*Font HoeflerText-BlackItalic: Standard "(001.000)" ExtendedRoman ROM
*Font HoeflerText-Italic: Standard "(001.000)" ExtendedRoman ROM
*Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
*Font HoeflerText-Regular: Standard "(001.000)" ExtendedRoman ROM
*Font JoannaMT-Bold: Standard "(001.001)" Standard ROM
*Font JoannaMT-BoldItalic: Standard "(001.001)" Standard ROM
*Font JoannaMT-Italic: Standard "(001.001)" Standard ROM
*Font JoannaMT: Standard "(001.001)" Standard ROM
*Font LetterGothic-Bold: Standard "(001.007)" Standard ROM
*Font LetterGothic-BoldSlanted: Standard "(001.006)" Standard ROM
*Font LetterGothic-Slanted: Standard "(001.005)" Standard ROM
*Font LetterGothic: Standard "(001.005)" Standard ROM
*Font LubalinGraph-Book: Standard "(001.004)" Standard ROM
*Font LubalinGraph-BookOblique: Standard "(001.004)" Standard ROM
*Font LubalinGraph-Demi: Standard "(001.004)" Standard ROM
*Font LubalinGraph-DemiOblique: Standard "(001.004)" Standard ROM
*Font Marigold: Standard "(001.001)" Standard ROM
*Font MonaLisa-Recut: Standard "(001.001)" Standard ROM
*Font Monaco: Standard "(001.001)" ExtendedRoman ROM
*Font NewCenturySchlbk-Bold: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(003.000)" Standard ROM
*Font NewYork: Standard "(001.000)" ExtendedRoman ROM
*Font Optima-Bold: Standard "(001.007)" Standard ROM
*Font Optima-BoldItalic: Standard "(001.001)" Standard ROM
*Font Optima-Italic: Standard "(001.001)" Standard ROM
*Font Optima: Standard "(001.006)" Standard ROM
*Font Oxford: Standard "(001.001)" Standard ROM
*Font Palatino-Bold: Standard "(003.000)" Standard ROM
*Font Palatino-BoldItalic: Standard "(003.000)" Standard ROM
*Font Palatino-Italic: Standard "(003.000)" Standard ROM
*Font Palatino-Roman: Standard "(003.000)" Standard ROM
*Font StempelGaramond-Bold: Standard "(001.003)" Standard ROM
*Font StempelGaramond-BoldItalic: Standard "(001.003)" Standard ROM
*Font StempelGaramond-Italic: Standard "(001.003)" Standard ROM
*Font StempelGaramond-Roman: Standard "(001.003)" Standard ROM
*Font Symbol: Special "(001.008)" Special ROM
*Font Tekton: Standard "(001.002)" Standard ROM
*Font Times-Bold: Standard "(003.000)" Standard ROM
*Font Times-BoldItalic: Standard "(003.000)" Standard ROM
*Font Times-Italic: Standard "(003.000)" Standard ROM
*Font Times-Roman: Standard "(003.000)" Standard ROM
*Font TimesNewRomanPS-BoldItalicMT: Standard "(001.003)" Standard ROM
*Font TimesNewRomanPS-BoldMT: Standard "(001.004)" Standard ROM
*Font TimesNewRomanPS-ItalicMT: Standard "(001.003)" Standard ROM
*Font TimesNewRomanPSMT: Standard "(001.003)" Standard ROM
*Font Univers-Bold: Standard "(001.004)" Standard ROM
*Font Univers-BoldExt: Standard "(001.001)" Standard ROM
*Font Univers-BoldExtObl: Standard "(001.001)" Standard ROM
*Font Univers-BoldOblique: Standard "(001.004)" Standard ROM
*Font Univers-Condensed: Standard "(001.003)" Standard ROM
*Font Univers-CondensedBold: Standard "(001.002)" Standard ROM
*Font Univers-CondensedBoldOblique: Standard "(001.002)" Standard ROM
*Font Univers-CondensedOblique: Standard "(001.003)" Standard ROM
*Font Univers-Extended: Standard "(001.001)" Standard ROM
*Font Univers-ExtendedObl: Standard "(001.001)" Standard ROM
*Font Univers-Light: Standard "(001.004)" Standard ROM
*Font Univers-LightOblique: Standard "(001.004)" Standard ROM
*Font Univers-Oblique: Standard "(001.004)" Standard ROM
*Font Univers: Standard "(001.004)" Standard ROM
*Font Wingdings-Regular: Special "(001.001)" Special ROM
*Font Wingdings: Unknown "(001.001)" Unknown 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 4600