-
Notifications
You must be signed in to change notification settings - Fork 0
/
xrxC7000.ppd
1596 lines (1469 loc) · 75.7 KB
/
xrxC7000.ppd
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
*PPD-Adobe: "4.3"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 2009 Adobe Systems Incorporated.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright statement
*%
*% Filename: xrxC7000.PPD
*% Product Version: 7.0
*%
*FormatVersion: "4.3"
*FileVersion: "5.739.0.0"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "xrxC7000.ppd"
*Manufacturer: "Xerox"
*Product: "(Xerox VersaLink C7000)"
*PSVersion: "(3016.103) 6"
*ModelName: "Xerox VersaLink C7000"
*ShortNickName: "Xerox VersaLink C7000"
*NickName: "Xerox VersaLink C7000"
*% ==== Media type v/s Duplex Constraints ====
*UIConstraints: *Duplex *MediaType PlainReload
*UIConstraints: *Duplex *MediaType LightweightCardstockReloaded
*UIConstraints: *Duplex *MediaType LightweightGlossyCardstockReloaded
*UIConstraints: *Duplex *MediaType GlossyCardstock
*UIConstraints: *Duplex *MediaType GlossyCardstockReloaded
*UIConstraints: *Duplex *MediaType HeavyweightGlossyCardstock
*UIConstraints: *Duplex *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints: *Duplex *MediaType HeavyweightCardstock
*UIConstraints: *Duplex *MediaType HeavyweightCardstockReloaded
*UIConstraints: *Duplex *MediaType ThinCardStock
*UIConstraints: *Duplex *MediaType CardstockReloaded
*UIConstraints: *Duplex *MediaType Labels
*UIConstraints: *Duplex *MediaType HeavyweightLabels
*UIConstraints: *Duplex *MediaType ExtraHeavyweightLabels
*UIConstraints: *Duplex *MediaType Envelope
*% Duplex Installable options v/s Duplex Constraints
*UIConstraints: *XRXOptionDuplex False *Duplex
*UIConstraints: *Duplex *XRXOptionDuplex False
*UIConstraints :*PageSize Env10 *MediaType PrinterDefault
*UIConstraints :*MediaType PrinterDefault *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Plain
*UIConstraints :*MediaType Plain *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType PlainReload
*UIConstraints :*MediaType PlainReload *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Punched
*UIConstraints :*MediaType Punched *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Recycled
*UIConstraints :*MediaType Recycled *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Letterhead
*UIConstraints :*MediaType Letterhead *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType LightweightCardstock
*UIConstraints :*MediaType LightweightCardstock *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType LightweightCardstockReloaded
*UIConstraints :*MediaType LightweightCardstockReloaded *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType LightweightGlossyCardstock
*UIConstraints :*MediaType LightweightGlossyCardstock *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType LightweightGlossyCardstockReloaded
*UIConstraints :*MediaType LightweightGlossyCardstockReloaded *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType GlossyCardstock
*UIConstraints :*MediaType GlossyCardstock *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType GlossyCardstockReloaded
*UIConstraints :*MediaType GlossyCardstockReloaded *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType HeavyweightGlossyCardstock
*UIConstraints :*MediaType HeavyweightGlossyCardstock *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints :*MediaType HeavyweightGlossyCardstockReloaded *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType HeavyweightCardstock
*UIConstraints :*MediaType HeavyweightCardstock *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType HeavyweightCardstockReloaded
*UIConstraints :*MediaType HeavyweightCardstockReloaded *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType ThinCardStock
*UIConstraints :*MediaType ThinCardStock *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType CardstockReloaded
*UIConstraints :*MediaType CardstockReloaded *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Labels
*UIConstraints :*MediaType Labels *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType HeavyweightLabels
*UIConstraints :*MediaType HeavyweightLabels *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType ExtraHeavyweightLabels
*UIConstraints :*MediaType ExtraHeavyweightLabels *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Preprinted
*UIConstraints :*MediaType Preprinted *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Bond
*UIConstraints :*MediaType Bond *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Custom1
*UIConstraints :*MediaType Custom1 *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Custom2
*UIConstraints :*MediaType Custom2 *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Custom3
*UIConstraints :*MediaType Custom3 *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Custom4
*UIConstraints :*MediaType Custom4 *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Custom5
*UIConstraints :*MediaType Custom5 *PageSize Env10
*UIConstraints :*PageSize Env10 *MediaType Other
*UIConstraints :*MediaType Other *PageSize Env10
*UIConstraints :*PageSize EnvMonarch *MediaType PrinterDefault
*UIConstraints :*MediaType PrinterDefault *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Plain
*UIConstraints :*MediaType Plain *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType PlainReload
*UIConstraints :*MediaType PlainReload *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Punched
*UIConstraints :*MediaType Punched *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Recycled
*UIConstraints :*MediaType Recycled *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Letterhead
*UIConstraints :*MediaType Letterhead *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType LightweightCardstock
*UIConstraints :*MediaType LightweightCardstock *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType LightweightCardstockReloaded
*UIConstraints :*MediaType LightweightCardstockReloaded *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType LightweightGlossyCardstock
*UIConstraints :*MediaType LightweightGlossyCardstock *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType LightweightGlossyCardstockReloaded
*UIConstraints :*MediaType LightweightGlossyCardstockReloaded *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType GlossyCardstock
*UIConstraints :*MediaType GlossyCardstock *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType GlossyCardstockReloaded
*UIConstraints :*MediaType GlossyCardstockReloaded *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType HeavyweightGlossyCardstock
*UIConstraints :*MediaType HeavyweightGlossyCardstock *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints :*MediaType HeavyweightGlossyCardstockReloaded *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType HeavyweightCardstock
*UIConstraints :*MediaType HeavyweightCardstock *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType HeavyweightCardstockReloaded
*UIConstraints :*MediaType HeavyweightCardstockReloaded *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType ThinCardStock
*UIConstraints :*MediaType ThinCardStock *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType CardstockReloaded
*UIConstraints :*MediaType CardstockReloaded *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Labels
*UIConstraints :*MediaType Labels *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType HeavyweightLabels
*UIConstraints :*MediaType HeavyweightLabels *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType ExtraHeavyweightLabels
*UIConstraints :*MediaType ExtraHeavyweightLabels *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Preprinted
*UIConstraints :*MediaType Preprinted *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Bond
*UIConstraints :*MediaType Bond *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Custom1
*UIConstraints :*MediaType Custom1 *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Custom2
*UIConstraints :*MediaType Custom2 *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Custom3
*UIConstraints :*MediaType Custom3 *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Custom4
*UIConstraints :*MediaType Custom4 *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Custom5
*UIConstraints :*MediaType Custom5 *PageSize EnvMonarch
*UIConstraints :*PageSize EnvMonarch *MediaType Other
*UIConstraints :*MediaType Other *PageSize EnvMonarch
*UIConstraints :*PageSize EnvDL *MediaType PrinterDefault
*UIConstraints :*MediaType PrinterDefault *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Plain
*UIConstraints :*MediaType Plain *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType PlainReload
*UIConstraints :*MediaType PlainReload *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Punched
*UIConstraints :*MediaType Punched *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Recycled
*UIConstraints :*MediaType Recycled *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Letterhead
*UIConstraints :*MediaType Letterhead *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType LightweightCardstock
*UIConstraints :*MediaType LightweightCardstock *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType LightweightCardstockReloaded
*UIConstraints :*MediaType LightweightCardstockReloaded *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType LightweightGlossyCardstock
*UIConstraints :*MediaType LightweightGlossyCardstock *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType LightweightGlossyCardstockReloaded
*UIConstraints :*MediaType LightweightGlossyCardstockReloaded *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType GlossyCardstock
*UIConstraints :*MediaType GlossyCardstock *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType GlossyCardstockReloaded
*UIConstraints :*MediaType GlossyCardstockReloaded *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType HeavyweightGlossyCardstock
*UIConstraints :*MediaType HeavyweightGlossyCardstock *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints :*MediaType HeavyweightGlossyCardstockReloaded *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType HeavyweightCardstock
*UIConstraints :*MediaType HeavyweightCardstock *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType HeavyweightCardstockReloaded
*UIConstraints :*MediaType HeavyweightCardstockReloaded *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType ThinCardStock
*UIConstraints :*MediaType ThinCardStock *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType CardstockReloaded
*UIConstraints :*MediaType CardstockReloaded *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Labels
*UIConstraints :*MediaType Labels *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType HeavyweightLabels
*UIConstraints :*MediaType HeavyweightLabels *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType ExtraHeavyweightLabels
*UIConstraints :*MediaType ExtraHeavyweightLabels *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Preprinted
*UIConstraints :*MediaType Preprinted *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Bond
*UIConstraints :*MediaType Bond *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Custom1
*UIConstraints :*MediaType Custom1 *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Custom2
*UIConstraints :*MediaType Custom2 *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Custom3
*UIConstraints :*MediaType Custom3 *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Custom4
*UIConstraints :*MediaType Custom4 *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Custom5
*UIConstraints :*MediaType Custom5 *PageSize EnvDL
*UIConstraints :*PageSize EnvDL *MediaType Other
*UIConstraints :*MediaType Other *PageSize EnvDL
*UIConstraints :*PageSize EnvC5 *MediaType PrinterDefault
*UIConstraints :*MediaType PrinterDefault *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Plain
*UIConstraints :*MediaType Plain *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType PlainReload
*UIConstraints :*MediaType PlainReload *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Punched
*UIConstraints :*MediaType Punched *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Recycled
*UIConstraints :*MediaType Recycled *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Letterhead
*UIConstraints :*MediaType Letterhead *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType LightweightCardstock
*UIConstraints :*MediaType LightweightCardstock *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType LightweightCardstockReloaded
*UIConstraints :*MediaType LightweightCardstockReloaded *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType LightweightGlossyCardstock
*UIConstraints :*MediaType LightweightGlossyCardstock *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType LightweightGlossyCardstockReloaded
*UIConstraints :*MediaType LightweightGlossyCardstockReloaded *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType GlossyCardstock
*UIConstraints :*MediaType GlossyCardstock *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType GlossyCardstockReloaded
*UIConstraints :*MediaType GlossyCardstockReloaded *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType HeavyweightGlossyCardstock
*UIConstraints :*MediaType HeavyweightGlossyCardstock *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints :*MediaType HeavyweightGlossyCardstockReloaded *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType HeavyweightCardstock
*UIConstraints :*MediaType HeavyweightCardstock *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType HeavyweightCardstockReloaded
*UIConstraints :*MediaType HeavyweightCardstockReloaded *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType ThinCardStock
*UIConstraints :*MediaType ThinCardStock *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType CardstockReloaded
*UIConstraints :*MediaType CardstockReloaded *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Labels
*UIConstraints :*MediaType Labels *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType HeavyweightLabels
*UIConstraints :*MediaType HeavyweightLabels *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType ExtraHeavyweightLabels
*UIConstraints :*MediaType ExtraHeavyweightLabels *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Preprinted
*UIConstraints :*MediaType Preprinted *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Bond
*UIConstraints :*MediaType Bond *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Custom1
*UIConstraints :*MediaType Custom1 *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Custom2
*UIConstraints :*MediaType Custom2 *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Custom3
*UIConstraints :*MediaType Custom3 *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Custom4
*UIConstraints :*MediaType Custom4 *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Custom5
*UIConstraints :*MediaType Custom5 *PageSize EnvC5
*UIConstraints :*PageSize EnvC5 *MediaType Other
*UIConstraints :*MediaType Other *PageSize EnvC5
*UIConstraints :*PageSize EnvC4 *MediaType PrinterDefault
*UIConstraints :*MediaType PrinterDefault *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Plain
*UIConstraints :*MediaType Plain *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType PlainReload
*UIConstraints :*MediaType PlainReload *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Punched
*UIConstraints :*MediaType Punched *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Recycled
*UIConstraints :*MediaType Recycled *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Letterhead
*UIConstraints :*MediaType Letterhead *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType LightweightCardstock
*UIConstraints :*MediaType LightweightCardstock *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType LightweightCardstockReloaded
*UIConstraints :*MediaType LightweightCardstockReloaded *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType LightweightGlossyCardstock
*UIConstraints :*MediaType LightweightGlossyCardstock *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType LightweightGlossyCardstockReloaded
*UIConstraints :*MediaType LightweightGlossyCardstockReloaded *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType GlossyCardstock
*UIConstraints :*MediaType GlossyCardstock *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType GlossyCardstockReloaded
*UIConstraints :*MediaType GlossyCardstockReloaded *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType HeavyweightGlossyCardstock
*UIConstraints :*MediaType HeavyweightGlossyCardstock *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints :*MediaType HeavyweightGlossyCardstockReloaded *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType HeavyweightCardstock
*UIConstraints :*MediaType HeavyweightCardstock *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType HeavyweightCardstockReloaded
*UIConstraints :*MediaType HeavyweightCardstockReloaded *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType ThinCardStock
*UIConstraints :*MediaType ThinCardStock *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType CardstockReloaded
*UIConstraints :*MediaType CardstockReloaded *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Labels
*UIConstraints :*MediaType Labels *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType HeavyweightLabels
*UIConstraints :*MediaType HeavyweightLabels *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType ExtraHeavyweightLabels
*UIConstraints :*MediaType ExtraHeavyweightLabels *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Preprinted
*UIConstraints :*MediaType Preprinted *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Bond
*UIConstraints :*MediaType Bond *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Custom1
*UIConstraints :*MediaType Custom1 *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Custom2
*UIConstraints :*MediaType Custom2 *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Custom3
*UIConstraints :*MediaType Custom3 *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Custom4
*UIConstraints :*MediaType Custom4 *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Custom5
*UIConstraints :*MediaType Custom5 *PageSize EnvC4
*UIConstraints :*PageSize EnvC4 *MediaType Other
*UIConstraints :*MediaType Other *PageSize EnvC4
*% ======Media type v/s Tray Constraints ==========
*UIConstraints: *MediaType HeavyweightGlossyCardstock *InputSlot Tray5
*UIConstraints: *MediaType HeavyweightGlossyCardstockReloaded *InputSlot Tray5
*UIConstraints: *MediaType HeavyweightCardstock *InputSlot Tray5
*UIConstraints: *MediaType HeavyweightCardstockReloaded *InputSlot Tray5
*UIConstraints: *MediaType ExtraHeavyweightLabels *InputSlot Tray5
*UIConstraints: *MediaType Envelope *InputSlot Tray1
*UIConstraints: *MediaType Envelope *InputSlot Tray2
*UIConstraints: *MediaType Envelope *InputSlot Tray3
*UIConstraints: *MediaType Envelope *InputSlot Tray4
*% ======Media Type and Stapling Constraints =======
*UIConstraints: *MediaType Labels *StapleLocation SinglePortrait
*UIConstraints: *MediaType HeavyweightLabels *StapleLocation SinglePortrait
*UIConstraints: *MediaType ExtraHeavyweightLabels *StapleLocation SinglePortrait
*UIConstraints: *MediaType Envelope *StapleLocation SinglePortrait
*UIConstraints: *MediaType Labels *StapleLocation SingleLandscape
*UIConstraints: *MediaType HeavyweightLabels *StapleLocation SingleLandscape
*UIConstraints: *MediaType ExtraHeavyweightLabels *StapleLocation SingleLandscape
*UIConstraints: *MediaType Envelope *StapleLocation SingleLandscape
*UIConstraints: *MediaType Labels *StapleLocation DualLandscape
*UIConstraints: *MediaType HeavyweightLabels *StapleLocation DualLandscape
*UIConstraints: *MediaType ExtraHeavyweightLabels *StapleLocation DualLandscape
*UIConstraints: *MediaType Envelope *StapleLocation DualLandscape
*UIConstraints: *MediaType Labels *StapleLocation DualPortrait
*UIConstraints: *MediaType HeavyweightLabels *StapleLocation DualPortrait
*UIConstraints: *MediaType ExtraHeavyweightLabels *StapleLocation DualPortrait
*UIConstraints: *MediaType Envelope *StapleLocation DualPortrait
*% ======Media Type and Hole Punch Constraints =======
*UIConstraints : *MediaType Punched *XRPunchOption
*UIConstraints : *MediaType HeavyweightGlossyCardstock *XRPunchOption
*UIConstraints : *MediaType HeavyweightCardstock *XRPunchOption
*UIConstraints : *MediaType HeavyweightCardstock *XRPunchOption
*UIConstraints : *MediaType HeavyweightCardstockReloaded *XRPunchOption
*UIConstraints : *MediaType Labels *XRPunchOption
*UIConstraints : *MediaType Envelope *XRPunchOption
*UIConstraints : *MediaType HeavyweightLabels *XRPunchOption
*UIConstraints : *MediaType ExtraHeavyweightLabels *XRPunchOption
*% ======Media Type and Folding Constraints =======
*UIConstraints: *XRFoldOption BiFold *MediaType PlainReload
*UIConstraints: *XRFoldOption BiFold *MediaType Punched
*UIConstraints: *XRFoldOption BiFold *MediaType LightweightCardstock
*UIConstraints: *XRFoldOption BiFold *MediaType LightweightCardstockReloaded
*UIConstraints: *XRFoldOption BiFold *MediaType LightweightGlossyCardstock
*UIConstraints: *XRFoldOption BiFold *MediaType LightweightGlossyCardstockReloaded
*UIConstraints: *XRFoldOption BiFold *MediaType GlossyCardstock
*UIConstraints: *XRFoldOption BiFold *MediaType GlossyCardstockReloaded
*UIConstraints: *XRFoldOption BiFold *MediaType HeavyweightGlossyCardstock
*UIConstraints: *XRFoldOption BiFold *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints: *XRFoldOption BiFold *MediaType HeavyweightCardstock
*UIConstraints: *XRFoldOption BiFold *MediaType HeavyweightCardstockReloaded
*UIConstraints: *XRFoldOption BiFold *MediaType ThinCardStock
*UIConstraints: *XRFoldOption BiFold *MediaType CardstockReloaded
*UIConstraints: *XRFoldOption BiFold *MediaType Labels
*UIConstraints: *XRFoldOption BiFold *MediaType HeavyweightLabels
*UIConstraints: *XRFoldOption BiFold *MediaType ExtraHeavyweightLabels
*UIConstraints: *XRFoldOption BiFold *MediaType Envelope
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType PlainReload
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType Punched
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType LightweightCardstock
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType LightweightCardstockReloaded
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType LightweightGlossyCardstock
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType LightweightGlossyCardstockReloaded
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType GlossyCardstock
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType GlossyCardstockReloaded
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType HeavyweightGlossyCardstock
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType HeavyweightGlossyCardstockReloaded
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType HeavyweightCardstock
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType HeavyweightCardstockReloaded
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType ThinCardStock
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType CardstockReloaded
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType Labels
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType HeavyweightLabels
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType ExtraHeavyweightLabels
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType Envelope
*UIConstraints: *XRFoldOption BiFoldAndStaple *MediaType Preprinted
*%====== Media size and other constraints
*% ====== Media size v/s Tray Constraints =======
*UIConstraints: *InputSlot Tray1 *PageSize 11x15
*UIConstraints: *InputSlot Tray1 *PageSize 215x315mm
*UIConstraints: *InputSlot Tray1 *PageSize 8x10
*UIConstraints: *InputSlot Tray1 *PageSize Postcard4x6
*UIConstraints: *InputSlot Tray1 *PageSize 5x7
*UIConstraints: *InputSlot Tray1 *PageSize A4Oversized
*UIConstraints: *InputSlot Tray1 *PageSize 9x11
*UIConstraints: *InputSlot Tray1 *PageSize A6
*UIConstraints: *InputSlot Tray1 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray1 *PageSize EnvDL
*UIConstraints: *InputSlot Tray1 *PageSize Env10
*UIConstraints: *InputSlot Tray1 *PageSize EnvC4
*UIConstraints: *InputSlot Tray1 *PageSize EnvC5
*UIConstraints: *InputSlot Tray2 *PageSize 11x15
*UIConstraints: *InputSlot Tray2 *PageSize 215x315mm
*UIConstraints: *InputSlot Tray2 *PageSize 8x10
*UIConstraints: *InputSlot Tray2 *PageSize Postcard4x6
*UIConstraints: *InputSlot Tray2 *PageSize 5x7
*UIConstraints: *InputSlot Tray2 *PageSize A4Oversized
*UIConstraints: *InputSlot Tray2 *PageSize 9x11
*UIConstraints: *InputSlot Tray2 *PageSize A6
*UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray2 *PageSize EnvDL
*UIConstraints: *InputSlot Tray2 *PageSize Env10
*UIConstraints: *InputSlot Tray2 *PageSize EnvC4
*UIConstraints: *InputSlot Tray2 *PageSize EnvC5
*UIConstraints: *InputSlot Tray3 *PageSize 11x15
*UIConstraints: *InputSlot Tray3 *PageSize 215x315mm
*UIConstraints: *InputSlot Tray3 *PageSize 8x10
*UIConstraints: *InputSlot Tray3 *PageSize Postcard4x6
*UIConstraints: *InputSlot Tray3 *PageSize 5x7
*UIConstraints: *InputSlot Tray3 *PageSize A4Oversized
*UIConstraints: *InputSlot Tray3 *PageSize 9x11
*UIConstraints: *InputSlot Tray3 *PageSize A6
*UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray3 *PageSize EnvDL
*UIConstraints: *InputSlot Tray3 *PageSize Env10
*UIConstraints: *InputSlot Tray3 *PageSize EnvC4
*UIConstraints: *InputSlot Tray3 *PageSize EnvC5
*UIConstraints: *InputSlot Tray4 *PageSize 11x15
*UIConstraints: *InputSlot Tray4 *PageSize 215x315mm
*UIConstraints: *InputSlot Tray4 *PageSize 8x10
*UIConstraints: *InputSlot Tray4 *PageSize Postcard4x6
*UIConstraints: *InputSlot Tray4 *PageSize 5x7
*UIConstraints: *InputSlot Tray4 *PageSize A4Oversized
*UIConstraints: *InputSlot Tray4 *PageSize 9x11
*UIConstraints: *InputSlot Tray4 *PageSize A6
*UIConstraints: *InputSlot Tray4 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray4 *PageSize EnvDL
*UIConstraints: *InputSlot Tray4 *PageSize Env10
*UIConstraints: *InputSlot Tray4 *PageSize EnvC4
*UIConstraints: *InputSlot Tray4 *PageSize EnvC5
*% ====== Media size v/s Hole Punch Constraints =======
*UIConstraints: *PageSize Legal *XRPunchOption 3Punch
*UIConstraints: *PageSize FanFoldGermanLegal *XRPunchOption 3Punch
*UIConstraints: *PageSize 215x315mm *XRPunchOption 3Punch
*UIConstraints: *PageSize Legal *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize FanFoldGermanLegal *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize 215x315mm *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize Legal *XRPunchOption 4Punch
*UIConstraints: *PageSize FanFoldGermanLegal *XRPunchOption 4Punch
*UIConstraints: *PageSize 215x315mm *XRPunchOption 4Punch
*UIConstraints: *PageSize Legal *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize FanFoldGermanLegal *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize 215x315mm *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize 8x10 *XRPunchOption 4Punch
*UIConstraints: *PageSize B4 *XRPunchOption 4Punch
*UIConstraints: *PageSize B5 *XRPunchOption 4Punch
*UIConstraints: *PageSize 8x10 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize B4 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize B5 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize Statement *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize Postcard4x6 *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize 5x7 *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize A6 *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize EnvMonarch *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize EnvDL *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize Env10 *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize EnvC5 *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize EnvC4 *XRPunchOption 2HolePunchLandscape
*UIConstraints: *PageSize Statement *XRPunchOption 2Punch
*UIConstraints: *PageSize Postcard4x6 *XRPunchOption 2Punch
*UIConstraints: *PageSize 5x7 *XRPunchOption 2Punch
*UIConstraints: *PageSize A6 *XRPunchOption 2Punch
*UIConstraints: *PageSize EnvMonarch *XRPunchOption 2Punch
*UIConstraints: *PageSize EnvDL *XRPunchOption 2Punch
*UIConstraints: *PageSize Env10 *XRPunchOption 2Punch
*UIConstraints: *PageSize EnvC5 *XRPunchOption 2Punch
*UIConstraints: *PageSize EnvC4 *XRPunchOption 2Punch
*UIConstraints: *PageSize Statement *XRPunchOption 3Punch
*UIConstraints: *PageSize Postcard4x6 *XRPunchOption 3Punch
*UIConstraints: *PageSize 5x7 *XRPunchOption 3Punch
*UIConstraints: *PageSize A5 *XRPunchOption 3Punch
*UIConstraints: *PageSize A6 *XRPunchOption 3Punch
*UIConstraints: *PageSize EnvMonarch *XRPunchOption 3Punch
*UIConstraints: *PageSize EnvDL *XRPunchOption 3Punch
*UIConstraints: *PageSize Env10 *XRPunchOption 3Punch
*UIConstraints: *PageSize EnvC5 *XRPunchOption 3Punch
*UIConstraints: *PageSize EnvC4 *XRPunchOption 3Punch
*UIConstraints: *PageSize Statement *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize Postcard4x6 *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize 5x7 *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize A5 *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize A6 *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize EnvMonarch *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize EnvDL *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize Env10 *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize EnvC5 *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize EnvC4 *XRPunchOption 3PunchLandscape
*UIConstraints: *PageSize Statement *XRPunchOption 4Punch
*UIConstraints: *PageSize Postcard4x6 *XRPunchOption 4Punch
*UIConstraints: *PageSize 5x7 *XRPunchOption 4Punch
*UIConstraints: *PageSize A5 *XRPunchOption 4Punch
*UIConstraints: *PageSize A6 *XRPunchOption 4Punch
*UIConstraints: *PageSize EnvMonarch *XRPunchOption 4Punch
*UIConstraints: *PageSize EnvDL *XRPunchOption 4Punch
*UIConstraints: *PageSize Env10 *XRPunchOption 4Punch
*UIConstraints: *PageSize EnvC5 *XRPunchOption 4Punch
*UIConstraints: *PageSize EnvC4 *XRPunchOption 4Punch
*UIConstraints: *PageSize Statement *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize Postcard4x6 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize 5x7 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize A5 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize A6 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize EnvMonarch *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize EnvDL *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize Env10 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize EnvC5 *XRPunchOption 4HolePunchLandscape
*UIConstraints: *PageSize EnvC4 *XRPunchOption 4HolePunchLandscape
*% ====== Media size v/s Stapling Constraints =======
*UIConstraints: *PageSize Statement *StapleLocation SinglePortrait
*UIConstraints: *PageSize Postcard4x6 *StapleLocation SinglePortrait
*UIConstraints: *PageSize 5x7 *StapleLocation SinglePortrait
*UIConstraints: *PageSize A6 *StapleLocation SinglePortrait
*UIConstraints: *PageSize EnvMonarch *StapleLocation SinglePortrait
*UIConstraints: *PageSize EnvDL *StapleLocation SinglePortrait
*UIConstraints: *PageSize Env10 *StapleLocation SinglePortrait
*UIConstraints: *PageSize EnvC5 *StapleLocation SinglePortrait
*UIConstraints: *PageSize EnvC4 *StapleLocation SinglePortrait
*UIConstraints: *PageSize Statement *StapleLocation SingleLandscape
*UIConstraints: *PageSize Postcard4x6 *StapleLocation SingleLandscape
*UIConstraints: *PageSize 5x7 *StapleLocation SingleLandscape
*UIConstraints: *PageSize A6 *StapleLocation SingleLandscape
*UIConstraints: *PageSize EnvMonarch *StapleLocation SingleLandscape
*UIConstraints: *PageSize EnvDL *StapleLocation SingleLandscape
*UIConstraints: *PageSize Env10 *StapleLocation SingleLandscape
*UIConstraints: *PageSize EnvC5 *StapleLocation SingleLandscape
*UIConstraints: *PageSize EnvC4 *StapleLocation SingleLandscape
*UIConstraints: *PageSize Statement *StapleLocation DualPortrait
*UIConstraints: *PageSize Postcard4x6 *StapleLocation DualPortrait
*UIConstraints: *PageSize 5x7 *StapleLocation DualPortrait
*UIConstraints: *PageSize A6 *StapleLocation DualPortrait
*UIConstraints: *PageSize EnvMonarch *StapleLocation DualPortrait
*UIConstraints: *PageSize EnvDL *StapleLocation DualPortrait
*UIConstraints: *PageSize Env10 *StapleLocation DualPortrait
*UIConstraints: *PageSize EnvC5 *StapleLocation DualPortrait
*UIConstraints: *PageSize EnvC4 *StapleLocation DualPortrait
*UIConstraints: *PageSize Statement *StapleLocation DualLandscape
*UIConstraints: *PageSize Postcard4x6 *StapleLocation DualLandscape
*UIConstraints: *PageSize 5x7 *StapleLocation DualLandscape
*UIConstraints: *PageSize A6 *StapleLocation DualLandscape
*UIConstraints: *PageSize EnvMonarch *StapleLocation DualLandscape
*UIConstraints: *PageSize EnvDL *StapleLocation DualLandscape
*UIConstraints: *PageSize Env10 *StapleLocation DualLandscape
*UIConstraints: *PageSize EnvC5 *StapleLocation DualLandscape
*UIConstraints: *PageSize EnvC4 *StapleLocation DualLandscape
*% ====== Media size v/s BiFold Constraints =======
*UIConstraints: *PageSize Statement *XRFoldOption BiFold
*UIConstraints: *PageSize Executive *XRFoldOption BiFold
*UIConstraints: *PageSize 8x10 *XRFoldOption BiFold
*UIConstraints: *PageSize Postcard4x6 *XRFoldOption BiFold
*UIConstraints: *PageSize 5x7 *XRFoldOption BiFold
*UIConstraints: *PageSize A4Oversized *XRFoldOption BiFold
*UIConstraints: *PageSize 9x11 *XRFoldOption BiFold
*UIConstraints: *PageSize A5 *XRFoldOption BiFold
*UIConstraints: *PageSize A6 *XRFoldOption BiFold
*UIConstraints: *PageSize B5 *XRFoldOption BiFold
*UIConstraints: *PageSize EnvMonarch *XRFoldOption BiFold
*UIConstraints: *PageSize EnvDL *XRFoldOption BiFold
*UIConstraints: *PageSize Env10 *XRFoldOption BiFold
*UIConstraints: *PageSize EnvC5 *XRFoldOption BiFold
*UIConstraints: *PageSize EnvC4 *XRFoldOption BiFold
*% ====== Media size v/s BiFold and Stapling Constraints =======
*UIConstraints: *PageSize Statement *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize Executive *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize 8x10 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize Postcard4x6 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize 5x7 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize A4Oversized *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize 9x11 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize A5 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize A6 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize B5 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize EnvMonarch *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize EnvDL *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize Env10 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize EnvC5 *XRFoldOption BiFoldAndStaple
*UIConstraints: *PageSize EnvC4 *XRFoldOption BiFoldAndStaple
*% ====== Media size v/s Duplex Constraints ===========
*UIConstraints: *Duplex *PageSize Postcard4x6
*UIConstraints: *Duplex *PageSize 5x7
*UIConstraints: *Duplex *PageSize A6
*UIConstraints: *Duplex *PageSize EnvMonarch
*UIConstraints: *Duplex *PageSize EnvDL
*UIConstraints: *Duplex *PageSize Env10
*UIConstraints: *Duplex *PageSize EnvC5
*UIConstraints: *Duplex *PageSize EnvC4
*OpenGroup: InstallableOptions
*OpenUI *XRXOptionDuplex/Optional Duplex Unit<3A>: Boolean
*OrderDependency: 69.2 AnySetup *XRXOptionDuplex
*DefaultXRXOptionDuplex: True
*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
*OIDXRXOptionDuplex True: "2"
*OIDXRXOptionDuplex False: ""
*?OIDXRXOptionDuplex: ".1.3.6.1.2.1.43.13.4.1.1.1.2"
*CloseUI: *XRXOptionDuplex
*CloseGroup: InstallableOptions
*% =============== Device Capabilities ===============
*LanguageLevel: "3"
*Protocols: BCP PJL TBCP
*1284Modes Parallel: Compat Nibble ECP
*1284DeviceID: "MANUFACTURER:XEROX;COMMAND SET:;MODEL:VersaLink C7000;CLASS:PRINTER;COMPATIBLE ID:;DESCRIPTION:Xerox VersaLink C7000;"
*FreeVM: "23247104"
*VMOption 768Meg/768MB: "23247104"
*VMOption 1024Meg/1024MB: "23247104"
*ColorDevice: True
*DefaultColorSpace: CMYK
*VariablePaperSize: True
*LandscapeOrientation: Plus90
*TTRasterizer: Type42
*FileSystem: True
*Throughput: "35"
*Password: "()"
*ExitServer: "
count 0 eq
{ false } { true exch startjob } ifelse
not {
(WARNING: Cannot modify initial VM.) =
(Missing or invalid password.) =
(Please contact the author of this software.) = flush quit
} if
"
*End
*Reset: "
count 0 eq
{ false } { true exch startjob } ifelse
not {
(WARNING: Cannot reset printer.) =
(Missing or invalid password.) =
(Please contact the author of this software.) = flush quit
} if
systemdict /quit get exec
(WARNING : Printer Reset Failed.) = flush
"
*End
*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "300"
*PrintPSErrors: True
*% OutputMode Information ===================
*DefaultResolution: 600dpi
*AccurateScreensSupport: True
*% Paper Handling ===================
*% Code in this section both selects a tray and sets up a frame buffer.
*LeadingEdge Long: ""
*LeadingEdge PreferLong: ""
*NonUIOrderDependency: 20 AnySetup *CustomPageSize
*ParamCustomPageSize Width: 1 points 252 842
*ParamCustomPageSize Height: 2 points 278 1369
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 0 1
*HWMargins: 0 0 0 0
*CustomPageSize True: "
pop pop pop
2 dict begin
2 array astore
/PageSize exch def
/ImagingBBox null def
currentdict
end
setpagedevice"
*End
*MaxMediaWidth: "842"
*MaxMediaHeight: "1369"
*DefaultLeadingEdge: Short
*LeadingEdge Short: ""
*%
*OpenUI *PageSize: PickOne
*OrderDependency: 30.0 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter/Letter (8.5 x 11"): "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
*PageSize Legal/Legal (8.5 x 14"): "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
*PageSize Tabloid/Tabloid (11 x 17"): "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
*PageSize Postcard4x6/Postcard (4 x 6"): "2 dict dup /PageSize [288 432] put dup /ImagingBBox null put setpagedevice"
*PageSize 5x7/5 x 7": "2 dict dup /PageSize [360 504] put dup /ImagingBBox null put setpagedevice"
*PageSize Statement/Statement (5.5 x 8.5"): "2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
*PageSize Executive/Executive (7.25 x 10.5"): "2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
*PageSize 8x10/8 x 10": "2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
*PageSize FanFoldGermanLegal/8.5 x 13": "2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
*PageSize 9x11/9 x 11": "2 dict dup /PageSize [648 792] put dup /ImagingBBox null put setpagedevice"
*PageSize 11x15/11 x 15": "2 dict dup /PageSize [792 1080] put dup /ImagingBBox null put setpagedevice"
*PageSize A3/A3 (297 x 420 mm): "2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
*PageSize A4Oversized/A4 Oversized (223 x 297 mm): "2 dict dup /PageSize [632 842] put dup /ImagingBBox null put setpagedevice"
*PageSize A4/A4 (210 x 297 mm): "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
*PageSize A5/A5 (148 x 210 mm): "2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
*PageSize A6/A6 (105 x 148 mm): "2 dict dup /PageSize [297 420] put dup /ImagingBBox null put setpagedevice"
*PageSize B4/JIS B4 (257 x 364 mm): "2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
*PageSize B5/JIS B5 (182 x 257 mm): "2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
*PageSize 215x315mm/215 x 315 mm: "2 dict dup /PageSize [609 893] put dup /ImagingBBox null put setpagedevice"
*PageSize EnvMonarch/Monarch Envelope (3.9 x 7.5"): "2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
*PageSize EnvDL/DL Envelope (110 x 220 mm): "2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
*PageSize Env10/No. 10 Envelope (4.1 x 9.5"): "2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
*PageSize EnvC5/C5 Envelope (162 x 229 mm): "2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
*PageSize EnvC4/C4 Envelope (229 x 324 mm): "2 dict dup /PageSize [649 918] put dup /ImagingBBox null put setpagedevice"
*?PageSize: "
save
/LedgerX {1 index 1224.0 ne} bind def
/LedgerY {1 index 792.0 ne} bind def
currentpagedevice /PageSize get aload pop
2 copy LedgerX LedgerY and {gt {exch} if} {pop pop} ifelse
(Unknown)
45 dict
dup [612 792] (Letter) put
dup [612 1008] (Legal) put
dup [792 1224] (Tabloid) put
dup [792 1080] (11x15) put
dup [396 612] (Statement) put
dup [522 756] (Executive) put
dup [612 936] (FanFoldGermanLegal) put
dup [609 893] (215x315mm) put
dup [576 720] (8x10) put
dup [288 432] (Postcard4x6) put
dup [360 504] (5x7) put
dup [632 842] (A4Oversized) put
dup [648 792] (9x11) put
dup [595 842] (A4) put
dup [842 1191] (A3) put
dup [420 595] (A5) put
dup [297 420] (A6) put
dup [729 1032] (B4) put
dup [516 729] (B5) put
dup [279 540] (EnvMonarch) put
dup [312 624] (EnvDL) put
dup [297 684] (Env10) put
dup [459 649] (EnvC5) put
dup [649 918] (EnvC4) put
{ exch aload pop 4 index sub abs 5 le exch
5 index sub abs 5 le and
{exch pop exit} {pop} ifelse
} bind forall
= flush pop pop
restore
"
*End
*CloseUI: *PageSize
*OpenUI *PageRegion: PickOne
*OrderDependency: 40.0 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter/Letter (8.5 x 11"): "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
*PageRegion Legal/Legal (8.5 x 14"): "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
*PageRegion Tabloid/Tabloid (11 x 17"): "2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
*PageRegion Postcard4x6/Postcard (4 x 6"): "2 dict dup /PageSize [288 432] put dup /ImagingBBox null put setpagedevice"
*PageRegion 5x7/5 x 7": "2 dict dup /PageSize [360 504] put dup /ImagingBBox null put setpagedevice"
*PageRegion Statement/Statement (5.5 x 8.5"): "2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
*PageRegion Executive/Executive (7.25 x 10.5"): "2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
*PageRegion 8x10/8 x 10": "2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
*PageRegion FanFoldGermanLegal/8.5 x 13": "2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
*PageRegion 9x11/9 x 11": "2 dict dup /PageSize [648 792] put dup /ImagingBBox null put setpagedevice"
*PageRegion 11x15/11 x 15": "2 dict dup /PageSize [792 1080] put dup /ImagingBBox null put setpagedevice"
*PageRegion A3/A3 (297 x 420 mm): "2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
*PageRegion A4/A4 (210 x 297 mm): "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
*PageRegion A5/A5 (148 x 210 mm): "2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
*PageRegion A6/A6 (105 x 148 mm): "2 dict dup /PageSize [297 420] put dup /ImagingBBox null put setpagedevice"
*PageRegion B4/JIS B4 (257 x 364 mm): "2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
*PageRegion B5/JIS B5 (182 x 257 mm): "2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
*PageRegion 215x315mm/215 x 315 mm: "2 dict dup /PageSize [609 893] put dup /ImagingBBox null put setpagedevice"
*PageRegion Env10/No. 10 Envelope (4.1 x 9.5"): "2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
*PageRegion EnvMonarch/Monarch Envelope (3.9 x 7.5"): "2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
*PageRegion EnvDL/DL Envelope (110 x 220 mm): "2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
*PageRegion A4Oversized/A4 Oversized (223 x 297 mm): "2 dict dup /PageSize [632 842] put dup /ImagingBBox null put setpagedevice"
*PageRegion EnvC5/C5 Envelope (162 x 229 mm): "2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
*PageRegion EnvC4/C4 Envelope (229 x 324 mm): "2 dict dup /PageSize [649 918] put dup /ImagingBBox null put setpagedevice"
*CloseUI: *PageRegion
*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: Letter
*ImageableArea Letter/Letter (8.5 x 11"): "14.199999809265 14.199999809265 597.799987792969 777.799987792969"
*ImageableArea Legal/Legal (8.5 x 14"): "14.199999809265 14.199999809265 597.799987792969 993.799987792969"
*ImageableArea Tabloid/Tabloid (11 x 17"): "14.199999809265 14.199999809265 777.799987792969 1209.800048828125"
*ImageableArea Postcard4x6/Postcard (4 x 6"): "14.199999809265 14.199999809265 273.799987792969 417.799987792969"
*ImageableArea 5x7/5 x 7": "14.199999809265 14.199999809265 345.799987792969 489.799987792969"
*ImageableArea Statement/Statement (5.5 x 8.5"): "14.199999809265 14.199999809265 381.799987792969 597.799987792969"
*ImageableArea Executive/Executive (7.25 x 10.5"): "14.199999809265 14.199999809265 507.799987792969 741.799987792969"
*ImageableArea 8x10/8 x 10": "14.199999809265 14.199999809265 561.799987792969 705.799987792969"
*ImageableArea FanFoldGermanLegal/8.5 x 13": "14.199999809265 14.199999809265 597.799987792969 921.799987792969"
*ImageableArea 9x11/9 x 11": "14.199999809265 14.199999809265 633.799987792969 777.799987792969"
*ImageableArea 11x15/11 x 15": "14.199999809265 14.199999809265 777.799987792969 1065.800048828125"
*ImageableArea A3/A3 (297 x 420 mm): "14.199999809265 14.199999809265 827.799987792969 1176.800048828125"
*ImageableArea Env10/No. 10 Envelope (4.1 x 9.5"): "14.199999809265 14.199999809265 282.799987792969 669.799987792969"
*ImageableArea EnvMonarch/Monarch Envelope (3.9 x 7.5"): "14.199999809265 14.199999809265 264.799987792969 525.799987792969"
*ImageableArea EnvDL/DL Envelope (110 x 220 mm): "14.199999809265 14.199999809265 297.799987792969 609.799987792969"
*ImageableArea A4Oversized/A4 Oversized (223 x 297 mm): "14.199999809265 14.199999809265 617.799987792969 827.799987792969"
*ImageableArea A4/A4 (210 x 297 mm): "14.199999809265 14.199999809265 580.799987792969 827.799987792969"
*ImageableArea A5/A5 (148 x 210 mm): "14.199999809265 14.199999809265 405.799987792969 580.799987792969"
*ImageableArea A6/A6 (105 x 148 mm): "14.199999809265 14.199999809265 282.799987792969 405.799987792969"
*ImageableArea B4/JIS B4 (257 x 364 mm): "14.199999809265 14.199999809265 714.799987792969 1017.799987792969"
*ImageableArea B5/JIS B5 (182 x 257 mm): "14.199999809265 14.199999809265 501.799987792969 714.799987792969"
*ImageableArea 215x315mm/215 x 315 mm: "14.199999809265 14.199999809265 594.799987792969 878.799987792969"
*ImageableArea EnvC5/C5 Envelope (162 x 229 mm): "14.199999809265 14.199999809265 444.799987792969 634.799987792969"
*ImageableArea EnvC4/C4 Envelope (229 x 324 mm): "14.199999809265 14.199999809265 637.799987792969 906.799987792969"
*?ImageableArea: "
save
/cvp { ( ) cvs print ( ) print } bind def
/upperright {10000 mul floor 10000 div} bind def
/lowerleft {10000 mul ceiling 10000 div} bind def
newpath clippath pathbbox
4 -2 roll exch 2 {lowerleft cvp} repeat
exch 2 {upperright cvp} repeat flush
restore
"
*End
*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter
*PaperDimension Letter/Letter (8.5 x 11"): "612 792"
*PaperDimension Legal/Legal (8.5 x 14"): "612 1008"
*PaperDimension Tabloid/Tabloid (11 x 17"): "792 1224"
*PaperDimension Postcard4x6/Postcard (4 x 6"): "288 432"
*PaperDimension 5x7/5 x 7": "360 504"
*PaperDimension Statement/Statement (5.5 x 8.5"): "396 612"
*PaperDimension Executive/Executive (7.25 x 10.5"): "522 756"
*PaperDimension 8x10/8 x 10": "576 720"
*PaperDimension FanFoldGermanLegal/8.5 x 13": "612 936"
*PaperDimension 9x11/9 x 11": "648 792"
*PaperDimension 11x15/11 x 15": "792 1080"
*PaperDimension A3/A3 (297 x 420 mm): "842 1191"
*PaperDimension A4/A4 (210 x 297 mm): "595 842"
*PaperDimension A5/A5 (148 x 210 mm): "420 595"
*PaperDimension A6/A6 (105 x 148 mm): "297 420"
*PaperDimension B4/JIS B4 (257 x 364 mm): "729 1032"
*PaperDimension B5/JIS B5 (182 x 257 mm): "516 729"
*PaperDimension 215x315mm/215 x 315 mm: "609 893"
*PaperDimension Env10/No. 10 Envelope (4.1 x 9.5"): "297 684"
*PaperDimension EnvMonarch/Monarch Envelope (3.9 x 7.5"): "279 540"
*PaperDimension EnvDL/DL Envelope (110 x 220 mm): "312 624"
*PaperDimension EnvC5/C5 Envelope (162 x 229 mm): "459 649"
*PaperDimension A4Oversized/A4 Oversized (223 x 297 mm): "632 842"
*PaperDimension EnvC4/C4 Envelope (229 x 324 mm): "649 918"
*OpenUI *MediaType: PickOne
*OrderDependency: 30.0 AnySetup *MediaType
*DefaultMediaType: PrinterDefault
*MediaType PrinterDefault/Printer Default Type: "1 dict dup /MediaType (system-default) put setpagedevice"
*MediaType Plain/Plain: "1 dict dup /MediaType (stationery) put setpagedevice"
*MediaType PlainReload/Plain Reloaded: "1 dict dup /MediaType (stationery-reloaded) put setpagedevice"
*MediaType Punched/Hole Punched: "1 dict dup /MediaType (stationery-pre-punched) put setpagedevice"
*MediaType Recycled/Recycled: "1 dict dup /MediaType (stationery-recycled) put setpagedevice"
*MediaType Letterhead/Letterhead: "1 dict dup /MediaType (stationery-letterhead) put setpagedevice"
*MediaType LightweightCardstock/Lightweight Cardstock: "1 dict dup /MediaType (cardstock-lightweight) put setpagedevice"
*MediaType LightweightCardstockReloaded/Lightweight Cardstock Reloaded: "1 dict dup /MediaType (cardstock-lightweight-reloaded) put setpagedevice"
*MediaType LightweightGlossyCardstock/Lightweight Glossy Cardstock: "1 dict dup /MediaType (cardstock-lightweight-glossy) put setpagedevice"
*MediaType LightweightGlossyCardstockReloaded/Lightweight Glossy Cardstock Reloaded: "1 dict dup /MediaType (scardstock-lightweight-glossy-reloaded) put setpagedevice"
*MediaType GlossyCardstock/Glossy Cardstock: "1 dict dup /MediaType (cardstock-glossy) put setpagedevice"
*MediaType GlossyCardstockReloaded/Glossy Cardstock Reloaded: "1 dict dup /MediaType (cardstock-glossy-reloaded) put setpagedevice"
*MediaType HeavyweightGlossyCardstock/Heavyweight Glossy Cardstock: "1 dict dup /MediaType (cardstock-heavyweight-glossy) put setpagedevice"
*MediaType HeavyweightGlossyCardstockReloaded/Heavyweight Glossy Cardstock Reloaded: "1 dict dup /MediaType (cardstock-heavyweight-glossy-reloaded) put setpagedevice"
*MediaType HeavyweightCardstock/Heavyweight Cardstock: "1 dict dup /MediaType (cardstock-heavyweight) put setpagedevice"
*MediaType HeavyweightCardstockReloaded/Heavyweight Cardstock Reloaded: "1 dict dup /MediaType (cardstock-heavyweight-reloaded) put setpagedevice"
*MediaType ThinCardStock/Cardstock: "1 dict dup /MediaType (cardstock) put setpagedevice"
*MediaType CardstockReloaded/Cardstock Reloaded: "1 dict dup /MediaType (cardstock-reloaded) put setpagedevice"
*MediaType Labels/Labels: "1 dict dup /MediaType (labels) put setpagedevice"
*MediaType HeavyweightLabels/Heavyweight Labels: "1 dict dup /MediaType (labels-heavyweight) put setpagedevice"
*MediaType ExtraHeavyweightLabels/Extra Heavyweight Labels: "1 dict dup /MediaType (labels-extra-heavyweight) put setpagedevice"
*MediaType Preprinted/Pre-Printed: "1 dict dup /MediaType (stationery-pre-printed) put setpagedevice"
*MediaType Bond/Bond: "1 dict dup /MediaType (bond) put setpagedevice"
*MediaType Envelope/Envelope: "1 dict dup /MediaType (envelope) put setpagedevice"
*MediaType Custom1/Custom Type 1: "1 dict dup /MediaType (custom1) put setpagedevice"
*MediaType Custom2/Custom Type 2: "1 dict dup /MediaType (custom2) put setpagedevice"
*MediaType Custom3/Custom Type 3: "1 dict dup /MediaType (custom3) put setpagedevice"
*MediaType Custom4/Custom Type 4: "1 dict dup /MediaType (custom4) put setpagedevice"
*MediaType Custom5/Custom Type 5: "1 dict dup /MediaType (custom5) put setpagedevice"
*MediaType Other/Other Type: "1 dict dup /MediaType (other) put setpagedevice"
*MediaType AutoSelect/Automatically Select: "1 dict dup /MediaType (use-ready) put setpagedevice"
*?MediaType: "
currentpagedevice dup /MediaType known
{ /MediaType get
( ) search { 3 1 roll pop 2 -1 roll ( ) cvs print ( ) cvs print () }
{ dup null eq { pop (Unknown) } if } ifelse }
{ pop (Unknown) }
ifelse = flush
"
*End
*CloseUI: *MediaType