summaryrefslogtreecommitdiff
path: root/db/source/PPD/Savin/PXL/Savin-C3528_PXL.ppd
blob: 1d078fd171de417bbbd34bb364c10062a057aa7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
*PPD-Adobe: "4.3"
*%
*%  Printer Description file
*%    for "Savin C3528 PXL"
*%
*%    CreationDate: 2004/03/23
*%    Modified:     2005/11/15
*%
*%    COPYRIGHT (C) 2004-2005 RICOH COMPANY, LTD.
*%    
*%    Permission is hereby granted, free of charge, to any person obtaining
*%    a copy of this software and associated documentation files (the
*%    "Software"), to deal in the Software without restriction, including
*%    without limitation the rights to use, copy, modify, merge, publish,
*%    distribute, sublicense, and/or sell copies of the Software, and to
*%    permit persons to whom the Software is furnished to do so, subject to
*%    the following conditions:
*%    
*%    The above copyright notice and this permission notice shall be
*%    included in all copies or substantial portions of the Software.
*%    
*%    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
*%    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
*%    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
*%    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
*%    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
*%    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
*%    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*%    
*%    [this is the MIT open source license -- please see www.opensource.org]
*%


*FileVersion: "1.00"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*ModelName: "Savin C3528"
*PCFileName: "SAV35283.PPD"
*Manufacturer: "Savin"
*Product: "(SAVIN C3528 PS3)"
*PSVersion: "(3015.102) 2"
*ShortNickName: "Savin C3528 PXL"
*NickName: "Savin C3528 PXL"

*cupsVersion:      1.0
*cupsManualCopies: True
*cupsModelNumber:  2
*cupsFilter:       "application/vnd.cups-postscript 0 foomatic-rip"

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

*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: CMYK
*TTRasterizer: Type42
*FileSystem: True
*Throughput: "35"
*LandscapeOrientation: Minus90

*%========== Installable Options ==========
*%========== & System Management ==========

*OpenGroup: InstallableOptions/Installable Options

*OpenUI *Option1Tray/Tray: PickOne
*DefaultOption1Tray: None
*Option1Tray None/None: ""
*Option1Tray 1Cassette/Tray 3: ""
*Option1Tray 2Cassette/Tray 3 and 4: ""
*CloseUI *Option1Tray

*OpenUI *Option50LeftTray1and2/Left Tray 1 and 2: PickOne
*DefaultOption50LeftTray1and2: False
*Option50LeftTray1and2 False/Not Installed: ""
*Option50LeftTray1and2 True/Installed: ""
*CloseUI *Option50LeftTray1and2

*OpenUI *Option30Finisher/Finisher: PickOne
*DefaultOption30Finisher: None
*Option30Finisher None/Not Installed: ""
*Option30Finisher Fin2250/2 Tray Finisher: ""
*Option30Finisher FinKINU/Booklet Finisher: ""
*CloseUI *Option30Finisher


*CloseGroup: InstallableOptions

*%========== Ghostscript Command line ==========

*FoomaticIDs: Savin-C3528 pxlmono
*FoomaticRIPCommandLine: "gs -q -dBATCH -dPARANOIDSAFER -dNOPAUSE%B%A%C -sOutputFile=- - %D%E"

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

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

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

*OpenUI *Resolution/Resolution: PickOne
*FoomaticRIPOption Resolution: enum Composite A
*OrderDependency: 15 AnySetup *Resolution
*DefaultResolution: 600dpi
*Resolution 600dpi:  "%% FoomaticRIPOptionSetting: Resolution=600dpi"
*FoomaticRIPOptionSetting Resolution=600dpi: "JCLResolution=600dpi GSResolution=600dpi"
*Resolution 1200dpi:  "%% FoomaticRIPOptionSetting: Resolution=1200dpi"
*FoomaticRIPOptionSetting Resolution=1200dpi: "JCLResolution=1200dpi GSResolution=1200dpi"
*CloseUI: *Resolution

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

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


*%========== Media Selection ==========

*HWMargins:      11 11 11 11
*OpenUI *PageSize/PageSize: PickOne
*FoomaticRIPOption PageSize: enum CmdLine C
*OrderDependency: 20 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize A3/A3: "%% FoomaticRIPOptionSetting: PageSize=A3"
*FoomaticRIPOptionSetting PageSize=A3: " -sPAPERSIZE=a3"
*PageSize A4/A4: "%% FoomaticRIPOptionSetting: PageSize=A4"
*FoomaticRIPOptionSetting PageSize=A4: " -sPAPERSIZE=a4"
*PageSize Letter/Letter: "%% FoomaticRIPOptionSetting: PageSize=Letter"
*FoomaticRIPOptionSetting PageSize=Letter: " -sPAPERSIZE=letter"
*PageSize 11x17/11x17: "%% FoomaticRIPOptionSetting: PageSize=11x17"
*FoomaticRIPOptionSetting PageSize=11x17: " -sPAPERSIZE=11x17"
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*OrderDependency: 25 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion A3/A3: "%% FoomaticRIPOptionSetting: PageSize=A3"
*PageRegion A4/A4: "%% FoomaticRIPOptionSetting: PageSize=A4"
*PageRegion Letter/Letter: "%% FoomaticRIPOptionSetting: PageSize=Letter"
*PageRegion 11x17/11x17: "%% FoomaticRIPOptionSetting: PageSize=11x17"
*CloseUI: *PageRegion

*%========== Information About Media Sizes ==========

*DefaultImageableArea: Letter
*ImageableArea A3/A3: "12 12 830 1179"
*ImageableArea A4/A4: "12 12 583 830"
*ImageableArea Letter/Letter: "12 12 600 780"
*ImageableArea 11x17/11x17: "12 12 780 1212"

*DefaultPaperDimension: Letter
*PaperDimension A3/A3: "842 1191"
*PaperDimension A4/A4: "595 842"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension 11x17/11x17: "792 1224"

*%========== Media Handling Features ==========

*OpenUI *InputSlot/InputSlot: PickOne
*FoomaticRIPOption InputSlot: enum CmdLine E
*OrderDependency: 30 AnySetup *InputSlot
*DefaultInputSlot: Auto
*InputSlot MultiTray/Bypass Tray: "%% FoomaticRIPOptionSetting: InputSlot=MultiTray"
*FoomaticRIPOptionSetting InputSlot=MultiTray: "&&
 | perl -p -e "s/\xc0[\x00\x01]\xf8\x26/\xc0\x02\xf8\x26/g""
*End
*InputSlot 1Tray/Tray 1: "%% FoomaticRIPOptionSetting: InputSlot=1Tray"
*FoomaticRIPOptionSetting InputSlot=1Tray: "&&
 | perl -p -e "s/\xc0[\x00\x01]\xf8\x26/\xc0\x04\xf8\x26/g""
*End
*InputSlot 2Tray/Tray 2: "%% FoomaticRIPOptionSetting: InputSlot=2Tray"
*FoomaticRIPOptionSetting InputSlot=2Tray: "&&
 | perl -p -e "s/\xc0[\x00\x01]\xf8\x26/\xc0\x05\xf8\x26/g""
*End
*InputSlot 3Tray/Tray 3: "%% FoomaticRIPOptionSetting: InputSlot=3Tray"
*FoomaticRIPOptionSetting InputSlot=3Tray: "&&
 | perl -p -e "s/\xc0[\x00\x01]\xf8\x26/\xc0\x07\xf8\x26/g""
*End
*InputSlot 4Tray/Tray 4: "%% FoomaticRIPOptionSetting: InputSlot=4Tray"
*FoomaticRIPOptionSetting InputSlot=4Tray: "&&
 | perl -p -e "s/\xc0[\x00\x01]\xf8\x26/\xc0\x08\xf8\x26/g""
*End
*InputSlot Auto/Auto Select: "%% FoomaticRIPOptionSetting: InputSlot=Auto"
*FoomaticRIPOptionSetting InputSlot=Auto: ""
*CloseUI: *InputSlot

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

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

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


*OpenUI *MediaType/Paper Type: PickOne
*FoomaticRIPOption MediaType: enum JCL A
*OrderDependency: 205 AnySetup *MediaType
*DefaultMediaType: Plain
*MediaType Plain/Plain: "%% FoomaticRIPOptionSetting: MediaType=Plain"
*FoomaticRIPOptionSetting MediaType=Plain: "SET MEDIATYPE=PLAIN"
*MediaType Recycled/Recycled: "%% FoomaticRIPOptionSetting: MediaType=Recycled"
*FoomaticRIPOptionSetting MediaType=Recycled: "SET MEDIATYPE=RECYCLED"
*MediaType Special/Special: "%% FoomaticRIPOptionSetting: MediaType=Special"
*FoomaticRIPOptionSetting MediaType=Special: "SET MEDIATYPE=SPECIAL"
*MediaType Colored/Color: "%% FoomaticRIPOptionSetting: MediaType=Colored"
*FoomaticRIPOptionSetting MediaType=Colored: "SET MEDIATYPE=COLOR"
*MediaType Letterhead/Letterhead: "%% FoomaticRIPOptionSetting: MediaType=Letterhead"
*FoomaticRIPOptionSetting MediaType=Letterhead: "SET MEDIATYPE=LETTERHEAD"
*MediaType Preprinted/Preprinted: "%% FoomaticRIPOptionSetting: MediaType=Preprinted"
*FoomaticRIPOptionSetting MediaType=Preprinted: "SET MEDIATYPE=PREPRINTED"
*MediaType Labels/Labels: "%% FoomaticRIPOptionSetting: MediaType=Labels"
*FoomaticRIPOptionSetting MediaType=Labels: "SET MEDIATYPE=LABELS"
*MediaType OHP/Transparency: "%% FoomaticRIPOptionSetting: MediaType=OHP"
*FoomaticRIPOptionSetting MediaType=OHP: "SET MEDIATYPE=TRANSPARENCY"
*MediaType Thick/Thick: "%% FoomaticRIPOptionSetting: MediaType=Thick"
*FoomaticRIPOptionSetting MediaType=Thick: "SET MEDIATYPE=THICK"
*MediaType DupPlain/Plain (Duplex Backside): "%% FoomaticRIPOptionSetting: MediaType=DupPlain"
*FoomaticRIPOptionSetting MediaType=DupPlain: "SET MEDIATYPE=PLAINDUPLEXBACKSIDE"
*MediaType DupThick/Thick (Duplex Backside): "%% FoomaticRIPOptionSetting: MediaType=DupThick"
*FoomaticRIPOptionSetting MediaType=DupThick: "SET MEDIATYPE=THICKDUPLEXBACKSIDE"
*CloseUI: *MediaType

*OpenUI *OutputBin/Destination: PickOne
*FoomaticRIPOption OutputBin: enum JCL A
*OrderDependency: 210 AnySetup *OutputBin
*DefaultOutputBin: Default
*OutputBin Default/Printer Default: "%% FoomaticRIPOptionSetting: OutputBin=Default"
*FoomaticRIPOptionSetting OutputBin=Default: "SET OUTBIN=SYSDEFAULT"
*OutputBin Standard/Internal Tray: "%% FoomaticRIPOptionSetting: OutputBin=Standard"
*FoomaticRIPOptionSetting OutputBin=Standard: "SET OUTBIN=UPPER"
*OutputBin External/External Tray: "%% FoomaticRIPOptionSetting: OutputBin=External"
*FoomaticRIPOptionSetting OutputBin=External: "SET OUTBIN=LOWER"
*OutputBin CFBin1/Left Tray 1: "%% FoomaticRIPOptionSetting: OutputBin=CFBin1"
*FoomaticRIPOptionSetting OutputBin=CFBin1: "SET OUTBIN=LOWER2"
*OutputBin CFBin2/Left Tray 2: "%% FoomaticRIPOptionSetting: OutputBin=CFBin2"
*FoomaticRIPOptionSetting OutputBin=CFBin2: "SET OUTBIN=LOWER3"
*OutputBin Fin2250Upper/Finisher Shift Tray 1: "%% FoomaticRIPOptionSetting: OutputBin=Fin2250Upper"
*FoomaticRIPOptionSetting OutputBin=Fin2250Upper: "SET OUTBIN=FINISHERPROOF"
*OutputBin Fin2250Lower/Finisher Shift Tray 2: "%% FoomaticRIPOptionSetting: OutputBin=Fin2250Lower"
*FoomaticRIPOptionSetting OutputBin=Fin2250Lower: "SET OUTBIN=FINISHERSHIFT"
*OutputBin FinKINUShift/Finisher Shift Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinKINUShift"
*FoomaticRIPOptionSetting OutputBin=FinKINUShift: "SET OUTBIN=FINISHERSHIFT"
*OutputBin FinBooklet/Finisher Booklet Tray: "%% FoomaticRIPOptionSetting: OutputBin=FinBooklet"
*FoomaticRIPOptionSetting OutputBin=FinBooklet: "SET OUTBIN=FINISHERBOOKLET"
*CloseUI: *OutputBin

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

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

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

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


*CloseGroup: General


*OpenGroup: JobLog/Job Log

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


*OpenUI *LockedPrintPassword/Locked Print Password (4-8 digits): PickOne
*FoomaticRIPOption LockedPrintPassword: password JCL A
*FoomaticRIPOptionMaxLength LockedPrintPassword:8
*FoomaticRIPOptionAllowedChars LockedPrintPassword: "0-9"
*OrderDependency: 255 AnySetup *LockedPrintPassword
*FoomaticRIPOptionPrototype LockedPrintPassword: "SET JOBPASSWORD=%s"
*DefaultLockedPrintPassword: None
*LockedPrintPassword None/None: ""
*LockedPrintPassword 1111/1111: "%% FoomaticRIPOptionSetting: LockedPrintPassword=1111"
*FoomaticRIPOptionSetting LockedPrintPassword=1111: "SET JOBPASSWORD=1111"
*LockedPrintPassword 2222/2222: "%% FoomaticRIPOptionSetting: LockedPrintPassword=2222"
*FoomaticRIPOptionSetting LockedPrintPassword=2222: "SET JOBPASSWORD=2222"
*LockedPrintPassword 3333/3333: "%% FoomaticRIPOptionSetting: LockedPrintPassword=3333"
*FoomaticRIPOptionSetting LockedPrintPassword=3333: "SET JOBPASSWORD=3333"
*CloseUI: *LockedPrintPassword


*OpenUI *DocServerPassword/Document Server Password (4-8 digits): PickOne
*FoomaticRIPOption DocServerPassword: password JCL A
*FoomaticRIPOptionMaxLength DocServerPassword:8
*FoomaticRIPOptionAllowedChars DocServerPassword: "0-9"
*OrderDependency: 255 AnySetup *DocServerPassword
*FoomaticRIPOptionPrototype DocServerPassword: "SET JOBPASSWORD=%s"
*DefaultDocServerPassword: None
*DocServerPassword None/None: ""
*DocServerPassword 1111/1111: "%% FoomaticRIPOptionSetting: DocServerPassword=1111"
*FoomaticRIPOptionSetting DocServerPassword=1111: "SET JOBPASSWORD=1111"
*DocServerPassword 2222/2222: "%% FoomaticRIPOptionSetting: DocServerPassword=2222"
*FoomaticRIPOptionSetting DocServerPassword=2222: "SET JOBPASSWORD=2222"
*DocServerPassword 3333/3333: "%% FoomaticRIPOptionSetting: DocServerPassword=3333"
*FoomaticRIPOptionSetting DocServerPassword=3333: "SET JOBPASSWORD=3333"
*CloseUI: *DocServerPassword


*OpenUI *UserCode/User Code (up to 8 digits): PickOne
*FoomaticRIPOption UserCode: string JCL A
*FoomaticRIPOptionMaxLength UserCode:8
*FoomaticRIPOptionAllowedChars UserCode: "0-9"
*OrderDependency: 255 AnySetup *UserCode
*FoomaticRIPOptionPrototype UserCode: "SET USERCODE="%s""
*DefaultUserCode: None
*UserCode None/None: ""
*UserCode 1/1: "%% FoomaticRIPOptionSetting: UserCode=1"
*FoomaticRIPOptionSetting UserCode=1: "SET USERCODE="1""
*UserCode 2/2: "%% FoomaticRIPOptionSetting: UserCode=2"
*FoomaticRIPOptionSetting UserCode=2: "SET USERCODE="2""
*UserCode 3/3: "%% FoomaticRIPOptionSetting: UserCode=3"
*FoomaticRIPOptionSetting UserCode=3: "SET USERCODE="3""
*CloseUI: *UserCode

*CloseGroup: JobLog/Job Log

*UIConstraints: *Option50LeftTray1and2 True *Option30Finisher Fin2250
*UIConstraints: *Option50LeftTray1and2 True *Option30Finisher FinKINU
*UIConstraints: *Option30Finisher Fin2250 *Option50LeftTray1and2 True
*UIConstraints: *Option30Finisher FinKINU *Option50LeftTray1and2 True
*UIConstraints: *Option1Tray None *InputSlot 3Tray
*UIConstraints: *Option1Tray None *InputSlot 4Tray
*UIConstraints: *Option1Tray 1Cassette *InputSlot 4Tray
*UIConstraints: *InputSlot 3Tray *Option1Tray None
*UIConstraints: *InputSlot 4Tray *Option1Tray None
*UIConstraints: *InputSlot 4Tray *Option1Tray 1Cassette
*UIConstraints: *Option30Finisher None *StapleLocation UpperLeft
*UIConstraints: *Option30Finisher None *StapleLocation UpperRight
*UIConstraints: *Option30Finisher None *StapleLocation LeftW
*UIConstraints: *Option30Finisher None *StapleLocation RightW
*UIConstraints: *Option30Finisher None *StapleLocation UpperW
*UIConstraints: *Option30Finisher None *StapleLocation CenterW
*UIConstraints: *Option30Finisher Fin2250 *StapleLocation CenterW
*UIConstraints: *StapleLocation UpperLeft *Option30Finisher None
*UIConstraints: *StapleLocation UpperRight *Option30Finisher None
*UIConstraints: *StapleLocation LeftW *Option30Finisher None
*UIConstraints: *StapleLocation RightW *Option30Finisher None
*UIConstraints: *StapleLocation UpperW *Option30Finisher None
*UIConstraints: *StapleLocation CenterW *Option30Finisher None
*UIConstraints: *StapleLocation CenterW *Option30Finisher Fin2250
*UIConstraints: *Option30Finisher None *OutputBin Fin2250Upper
*UIConstraints: *Option30Finisher None *OutputBin Fin2250Lower
*UIConstraints: *Option30Finisher None *OutputBin FinKINUShift
*UIConstraints: *Option30Finisher None *OutputBin FinBooklet
*UIConstraints: *Option30Finisher Fin2250 *OutputBin FinKINUShift
*UIConstraints: *Option30Finisher Fin2250 *OutputBin FinBooklet
*UIConstraints: *Option30Finisher FinKINU *OutputBin Fin2250Upper
*UIConstraints: *Option30Finisher FinKINU *OutputBin Fin2250Lower
*UIConstraints: *OutputBin Fin2250Upper *Option30Finisher None
*UIConstraints: *OutputBin Fin2250Lower *Option30Finisher None
*UIConstraints: *OutputBin FinKINUShift *Option30Finisher None
*UIConstraints: *OutputBin FinBooklet *Option30Finisher None
*UIConstraints: *OutputBin FinKINUShift *Option30Finisher Fin2250
*UIConstraints: *OutputBin FinBooklet *Option30Finisher Fin2250
*UIConstraints: *OutputBin Fin2250Upper *Option30Finisher FinKINU
*UIConstraints: *OutputBin Fin2250Lower *Option30Finisher FinKINU
*UIConstraints: *Option50LeftTray1and2 False *OutputBin CFBin1
*UIConstraints: *Option50LeftTray1and2 False *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin1 *Option50LeftTray1and2 False
*UIConstraints: *OutputBin CFBin2 *Option50LeftTray1and2 False
*UIConstraints: *MediaType OHP *InputSlot 1Tray
*UIConstraints: *MediaType OHP *InputSlot 2Tray
*UIConstraints: *MediaType OHP *InputSlot 3Tray
*UIConstraints: *MediaType OHP *InputSlot 4Tray
*UIConstraints: *MediaType Thick *InputSlot 1Tray
*UIConstraints: *MediaType Thick *InputSlot 2Tray
*UIConstraints: *MediaType Thick *InputSlot 3Tray
*UIConstraints: *MediaType Thick *InputSlot 4Tray
*UIConstraints: *MediaType DupPlain *InputSlot 1Tray
*UIConstraints: *MediaType DupPlain *InputSlot 2Tray
*UIConstraints: *MediaType DupPlain *InputSlot 3Tray
*UIConstraints: *MediaType DupPlain *InputSlot 4Tray
*UIConstraints: *MediaType DupThick *InputSlot 1Tray
*UIConstraints: *MediaType DupThick *InputSlot 2Tray
*UIConstraints: *MediaType DupThick *InputSlot 3Tray
*UIConstraints: *MediaType DupThick *InputSlot 4Tray
*UIConstraints: *MediaType Labels *InputSlot 1Tray
*UIConstraints: *MediaType Labels *InputSlot 2Tray
*UIConstraints: *MediaType Labels *InputSlot 3Tray
*UIConstraints: *MediaType Labels *InputSlot 4Tray
*UIConstraints: *InputSlot 1Tray *MediaType OHP
*UIConstraints: *InputSlot 2Tray *MediaType OHP
*UIConstraints: *InputSlot 3Tray *MediaType OHP
*UIConstraints: *InputSlot 4Tray *MediaType OHP
*UIConstraints: *InputSlot 1Tray *MediaType Thick
*UIConstraints: *InputSlot 2Tray *MediaType Thick
*UIConstraints: *InputSlot 3Tray *MediaType Thick
*UIConstraints: *InputSlot 4Tray *MediaType Thick
*UIConstraints: *InputSlot 1Tray *MediaType DupPlain
*UIConstraints: *InputSlot 2Tray *MediaType DupPlain
*UIConstraints: *InputSlot 3Tray *MediaType DupPlain
*UIConstraints: *InputSlot 4Tray *MediaType DupPlain
*UIConstraints: *InputSlot 1Tray *MediaType DupThick
*UIConstraints: *InputSlot 2Tray *MediaType DupThick
*UIConstraints: *InputSlot 3Tray *MediaType DupThick
*UIConstraints: *InputSlot 4Tray *MediaType DupThick
*UIConstraints: *InputSlot 1Tray *MediaType Labels
*UIConstraints: *InputSlot 2Tray *MediaType Labels
*UIConstraints: *InputSlot 3Tray *MediaType Labels
*UIConstraints: *InputSlot 4Tray *MediaType Labels
*UIConstraints: *PageSize A3 *InputSlot 1Tray
*UIConstraints: *PageSize 11x17 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A3
*UIConstraints: *InputSlot 1Tray *PageSize 11x17
*UIConstraints: *StapleLocation UpperLeft *OutputBin Standard
*UIConstraints: *StapleLocation UpperLeft *OutputBin External
*UIConstraints: *StapleLocation UpperLeft *OutputBin CFBin1
*UIConstraints: *StapleLocation UpperLeft *OutputBin CFBin2
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinBooklet
*UIConstraints: *StapleLocation UpperRight *OutputBin Standard
*UIConstraints: *StapleLocation UpperRight *OutputBin External
*UIConstraints: *StapleLocation UpperRight *OutputBin CFBin1
*UIConstraints: *StapleLocation UpperRight *OutputBin CFBin2
*UIConstraints: *StapleLocation UpperRight *OutputBin FinBooklet
*UIConstraints: *StapleLocation LeftW *OutputBin Standard
*UIConstraints: *StapleLocation LeftW *OutputBin External
*UIConstraints: *StapleLocation LeftW *OutputBin CFBin1
*UIConstraints: *StapleLocation LeftW *OutputBin CFBin2
*UIConstraints: *StapleLocation LeftW *OutputBin FinBooklet
*UIConstraints: *StapleLocation RightW *OutputBin Standard
*UIConstraints: *StapleLocation RightW *OutputBin External
*UIConstraints: *StapleLocation RightW *OutputBin CFBin1
*UIConstraints: *StapleLocation RightW *OutputBin CFBin2
*UIConstraints: *StapleLocation RightW *OutputBin FinBooklet
*UIConstraints: *StapleLocation UpperW *OutputBin Standard
*UIConstraints: *StapleLocation UpperW *OutputBin External
*UIConstraints: *StapleLocation UpperW *OutputBin CFBin1
*UIConstraints: *StapleLocation UpperW *OutputBin CFBin2
*UIConstraints: *StapleLocation UpperW *OutputBin FinBooklet
*UIConstraints: *StapleLocation CenterW *OutputBin Standard
*UIConstraints: *StapleLocation CenterW *OutputBin External
*UIConstraints: *StapleLocation CenterW *OutputBin CFBin1
*UIConstraints: *StapleLocation CenterW *OutputBin CFBin2
*UIConstraints: *StapleLocation CenterW *OutputBin Fin2250Upper
*UIConstraints: *StapleLocation CenterW *OutputBin Fin2250Lower
*UIConstraints: *StapleLocation CenterW *OutputBin FinKINUShift
*UIConstraints: *OutputBin Standard *StapleLocation UpperLeft
*UIConstraints: *OutputBin External *StapleLocation UpperLeft
*UIConstraints: *OutputBin CFBin1 *StapleLocation UpperLeft
*UIConstraints: *OutputBin CFBin2 *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinBooklet *StapleLocation UpperLeft
*UIConstraints: *OutputBin Standard *StapleLocation UpperRight
*UIConstraints: *OutputBin External *StapleLocation UpperRight
*UIConstraints: *OutputBin CFBin1 *StapleLocation UpperRight
*UIConstraints: *OutputBin CFBin2 *StapleLocation UpperRight
*UIConstraints: *OutputBin FinBooklet *StapleLocation UpperRight
*UIConstraints: *OutputBin Standard *StapleLocation LeftW
*UIConstraints: *OutputBin External *StapleLocation LeftW
*UIConstraints: *OutputBin CFBin1 *StapleLocation LeftW
*UIConstraints: *OutputBin CFBin2 *StapleLocation LeftW
*UIConstraints: *OutputBin FinBooklet *StapleLocation LeftW
*UIConstraints: *OutputBin Standard *StapleLocation RightW
*UIConstraints: *OutputBin External *StapleLocation RightW
*UIConstraints: *OutputBin CFBin1 *StapleLocation RightW
*UIConstraints: *OutputBin CFBin2 *StapleLocation RightW
*UIConstraints: *OutputBin FinBooklet *StapleLocation RightW
*UIConstraints: *OutputBin Standard *StapleLocation UpperW
*UIConstraints: *OutputBin External *StapleLocation UpperW
*UIConstraints: *OutputBin CFBin1 *StapleLocation UpperW
*UIConstraints: *OutputBin CFBin2 *StapleLocation UpperW
*UIConstraints: *OutputBin FinBooklet *StapleLocation UpperW
*UIConstraints: *OutputBin Standard *StapleLocation CenterW
*UIConstraints: *OutputBin External *StapleLocation CenterW
*UIConstraints: *OutputBin CFBin1 *StapleLocation CenterW
*UIConstraints: *OutputBin CFBin2 *StapleLocation CenterW
*UIConstraints: *OutputBin Fin2250Upper *StapleLocation CenterW
*UIConstraints: *OutputBin Fin2250Lower *StapleLocation CenterW
*UIConstraints: *OutputBin FinKINUShift *StapleLocation CenterW
*UIConstraints: *Resolution 1200dpi *RPSBitsPerPixel 2BitsPerPixel
*UIConstraints: *RPSBitsPerPixel 2BitsPerPixel *Resolution 1200dpi
*UIConstraints: *Duplex DuplexTumble *MediaType Thick
*UIConstraints: *Duplex DuplexNoTumble *MediaType Thick
*UIConstraints: *Duplex DuplexTumble *MediaType Labels
*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
*UIConstraints: *Duplex DuplexTumble *MediaType OHP
*UIConstraints: *Duplex DuplexNoTumble *MediaType OHP
*UIConstraints: *Duplex DuplexTumble *MediaType DupPlain
*UIConstraints: *Duplex DuplexNoTumble *MediaType DupPlain
*UIConstraints: *Duplex DuplexTumble *MediaType DupThick
*UIConstraints: *Duplex DuplexNoTumble *MediaType DupThick
*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *MediaType Thick *Duplex DuplexTumble
*UIConstraints: *MediaType Thick *Duplex DuplexNoTumble
*UIConstraints: *MediaType OHP *Duplex DuplexTumble
*UIConstraints: *MediaType OHP *Duplex DuplexNoTumble
*UIConstraints: *MediaType DupPlain *Duplex DuplexTumble
*UIConstraints: *MediaType DupPlain *Duplex DuplexNoTumble
*UIConstraints: *MediaType DupThick *Duplex DuplexTumble
*UIConstraints: *MediaType DupThick *Duplex DuplexNoTumble
*UIConstraints: *MediaType OHP *OutputBin Standard
*UIConstraints: *MediaType OHP *OutputBin CFBin1
*UIConstraints: *MediaType OHP *OutputBin CFBin2
*UIConstraints: *MediaType OHP *OutputBin Fin2250Upper
*UIConstraints: *MediaType OHP *OutputBin Fin2250Lower
*UIConstraints: *MediaType OHP *OutputBin FinKINUShift
*UIConstraints: *MediaType OHP *OutputBin FinBooklet
*UIConstraints: *MediaType Thick *OutputBin Standard
*UIConstraints: *MediaType Thick *OutputBin CFBin1
*UIConstraints: *MediaType Thick *OutputBin CFBin2
*UIConstraints: *MediaType Thick *OutputBin Fin2250Upper
*UIConstraints: *MediaType Thick *OutputBin Fin2250Lower
*UIConstraints: *MediaType Thick *OutputBin FinKINUShift
*UIConstraints: *MediaType Thick *OutputBin FinBooklet
*UIConstraints: *MediaType DupThick *OutputBin Standard
*UIConstraints: *MediaType DupThick *OutputBin CFBin1
*UIConstraints: *MediaType DupThick *OutputBin CFBin2
*UIConstraints: *MediaType DupThick *OutputBin Fin2250Upper
*UIConstraints: *MediaType DupThick *OutputBin Fin2250Lower
*UIConstraints: *MediaType DupThick *OutputBin FinKINUShift
*UIConstraints: *MediaType DupThick *OutputBin FinBooklet
*UIConstraints: *OutputBin Standard *MediaType OHP
*UIConstraints: *OutputBin CFBin1 *MediaType OHP
*UIConstraints: *OutputBin CFBin2 *MediaType OHP
*UIConstraints: *OutputBin Fin2250Upper *MediaType OHP
*UIConstraints: *OutputBin Fin2250Lower *MediaType OHP
*UIConstraints: *OutputBin FinKINUShift *MediaType OHP
*UIConstraints: *OutputBin FinBooklet *MediaType OHP
*UIConstraints: *OutputBin Standard *MediaType Thick
*UIConstraints: *OutputBin CFBin1 *MediaType Thick
*UIConstraints: *OutputBin CFBin2 *MediaType Thick
*UIConstraints: *OutputBin Fin2250Upper *MediaType Thick
*UIConstraints: *OutputBin Fin2250Lower *MediaType Thick
*UIConstraints: *OutputBin FinKINUShift *MediaType Thick
*UIConstraints: *OutputBin FinBooklet *MediaType Thick
*UIConstraints: *OutputBin Standard *MediaType DupThick
*UIConstraints: *OutputBin CFBin1 *MediaType DupThick
*UIConstraints: *OutputBin CFBin2 *MediaType DupThick
*UIConstraints: *OutputBin Fin2250Upper *MediaType DupThick
*UIConstraints: *OutputBin Fin2250Lower *MediaType DupThick
*UIConstraints: *OutputBin FinKINUShift *MediaType DupThick
*UIConstraints: *OutputBin FinBooklet *MediaType DupThick
*UIConstraints: *OutputBin External *Duplex DuplexTumble
*UIConstraints: *OutputBin External *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *OutputBin External
*UIConstraints: *Duplex DuplexNoTumble *OutputBin External
*UIConstraints: *InputSlot MultiTray *Duplex DuplexTumble
*UIConstraints: *InputSlot MultiTray *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *InputSlot MultiTray
*UIConstraints: *Duplex DuplexNoTumble *InputSlot MultiTray
*UIConstraints: *InputSlot MultiTray *OutputBin CFBin1
*UIConstraints: *InputSlot MultiTray *OutputBin CFBin2
*UIConstraints: *InputSlot MultiTray *OutputBin Fin2250Upper
*UIConstraints: *InputSlot MultiTray *OutputBin Fin2250Lower
*UIConstraints: *InputSlot MultiTray *OutputBin FinKINUShift
*UIConstraints: *InputSlot MultiTray *OutputBin FinBooklet
*UIConstraints: *OutputBin CFBin1 *InputSlot MultiTray
*UIConstraints: *OutputBin CFBin2 *InputSlot MultiTray
*UIConstraints: *OutputBin Fin2250Upper *InputSlot MultiTray
*UIConstraints: *OutputBin Fin2250Lower *InputSlot MultiTray
*UIConstraints: *OutputBin FinKINUShift *InputSlot MultiTray
*UIConstraints: *OutputBin FinBooklet *InputSlot MultiTray

*UIConstraints: *Option30Finisher None *RIPunch LeftJP2
*UIConstraints: *RIPunch LeftJP2 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS2 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch LeftEU4
*UIConstraints: *RIPunch LeftEU4 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftNEU4 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch RightJP2
*UIConstraints: *RIPunch RightJP2 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS2 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch RightEU4
*UIConstraints: *RIPunch RightEU4 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch RightNEU4
*UIConstraints: *RIPunch RightNEU4 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch UpperJP2
*UIConstraints: *RIPunch UpperJP2 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS2 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch UpperEU4
*UIConstraints: *RIPunch UpperEU4 *Option30Finisher None
*UIConstraints: *Option30Finisher None *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperNEU4 *Option30Finisher None
*UIConstraints: *OutputBin Standard *RIPunch LeftJP2
*UIConstraints: *RIPunch LeftJP2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch LeftEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftNEU4 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch RightJP2
*UIConstraints: *RIPunch RightJP2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch RightEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch RightNEU4
*UIConstraints: *RIPunch RightNEU4 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch UpperJP2
*UIConstraints: *RIPunch UpperJP2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS2 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch UpperEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin Standard
*UIConstraints: *OutputBin Standard *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperNEU4 *OutputBin Standard
*UIConstraints: *OutputBin External *RIPunch LeftJP2
*UIConstraints: *RIPunch LeftJP2 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS2 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch LeftEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftNEU4 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch RightJP2
*UIConstraints: *RIPunch RightJP2 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS2 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch RightEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch RightNEU4
*UIConstraints: *RIPunch RightNEU4 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch UpperJP2
*UIConstraints: *RIPunch UpperJP2 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS2 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch UpperEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin External
*UIConstraints: *OutputBin External *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperNEU4 *OutputBin External
*UIConstraints: *OutputBin CFBin1 *RIPunch LeftJP2
*UIConstraints: *RIPunch LeftJP2 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS2 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch LeftEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftNEU4 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch RightJP2
*UIConstraints: *RIPunch RightJP2 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS2 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch RightEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch RightNEU4
*UIConstraints: *RIPunch RightNEU4 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch UpperJP2
*UIConstraints: *RIPunch UpperJP2 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS2 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch UpperEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin1 *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperNEU4 *OutputBin CFBin1
*UIConstraints: *OutputBin CFBin2 *RIPunch LeftJP2
*UIConstraints: *RIPunch LeftJP2 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS2 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch LeftEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftNEU4 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch RightJP2
*UIConstraints: *RIPunch RightJP2 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS2 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch RightEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch RightNEU4
*UIConstraints: *RIPunch RightNEU4 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch UpperJP2
*UIConstraints: *RIPunch UpperJP2 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS2 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch UpperEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin CFBin2
*UIConstraints: *OutputBin CFBin2 *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperNEU4 *OutputBin CFBin2
*UIConstraints: *OutputBin FinBooklet *RIPunch LeftJP2
*UIConstraints: *RIPunch LeftJP2 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS2 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch LeftEU4
*UIConstraints: *RIPunch LeftEU4 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftNEU4 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch RightJP2
*UIConstraints: *RIPunch RightJP2 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS2 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch RightEU4
*UIConstraints: *RIPunch RightEU4 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch RightNEU4
*UIConstraints: *RIPunch RightNEU4 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch UpperJP2
*UIConstraints: *RIPunch UpperJP2 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS2 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch UpperEU4
*UIConstraints: *RIPunch UpperEU4 *OutputBin FinBooklet
*UIConstraints: *OutputBin FinBooklet *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperNEU4 *OutputBin FinBooklet
*UIConstraints: *StapleLocation CenterW *RIPunch LeftJP2
*UIConstraints: *RIPunch LeftJP2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch LeftUS2
*UIConstraints: *RIPunch LeftUS2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch LeftUS3
*UIConstraints: *RIPunch LeftUS3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch LeftEU4
*UIConstraints: *RIPunch LeftEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch LeftNEU4
*UIConstraints: *RIPunch LeftNEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightJP2
*UIConstraints: *RIPunch RightJP2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightUS2
*UIConstraints: *RIPunch RightUS2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightUS3
*UIConstraints: *RIPunch RightUS3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightEU4
*UIConstraints: *RIPunch RightEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch RightNEU4
*UIConstraints: *RIPunch RightNEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperJP2
*UIConstraints: *RIPunch UpperJP2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperUS2
*UIConstraints: *RIPunch UpperUS2 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperUS3
*UIConstraints: *RIPunch UpperUS3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperEU4
*UIConstraints: *RIPunch UpperEU4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch UpperNEU4
*UIConstraints: *RIPunch UpperNEU4 *StapleLocation CenterW


*% Generic boilerplate PPD stuff as standard PostScript fonts and so on

*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
*Font Bookman-Light: Standard "(001.004S)" Standard ROM
*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
*Font Courier: Standard "(002.004S)" Standard ROM
*Font Courier-Bold: Standard "(002.004S)" Standard ROM
*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
*Font Helvetica: Standard "(001.006S)" Standard ROM
*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
*Font Symbol: Special "(001.007S)" Special ROM
*Font Times-Bold: Standard "(001.007S)" Standard ROM
*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
*Font Times-Italic: Standard "(001.007S)" Standard ROM
*Font Times-Roman: Standard "(001.007S)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
*Font ZapfDingbats: Special "(001.004S)" Standard ROM
*% end of Printer Description file