1*PPD-Adobe: "4.3"
2*%
3*%  Printer Description file
4*%    for "Gestetner DSc524 PS"
5*%
6*%    CreationDate: 2001/08/08
7*%    Modified:     2016/04/22
8*%
9*%    COPYRIGHT (C) 2001-2016 RICOH COMPANY, LTD.
10*%
11*%    Permission is hereby granted, free of charge, to any person obtaining
12*%    a copy of this software and associated documentation files (the
13*%    "Software"), to deal in the Software without restriction, including
14*%    without limitation the rights to use, copy, modify, merge, publish,
15*%    distribute, sublicense, and/or sell copies of the Software, and to
16*%    permit persons to whom the Software is furnished to do so, subject to
17*%    the following conditions:
18*%
19*%    The above copyright notice and this permission notice shall be
20*%    included in all copies or substantial portions of the Software.
21*%
22*%    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23*%    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24*%    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25*%    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26*%    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27*%    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28*%    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29*%
30*%    [this is the MIT open source license -- please see www.opensource.org]
31*%
32
33*FileVersion: "1.3"
34*FormatVersion: "4.3"
35*LanguageEncoding: ISOLatin1
36*LanguageVersion: English
37*ModelName: "Gestetner DSc524"
38*PCFileName: "GESC5243.PPD"
39*Manufacturer: "Gestetner"
40*1284DeviceID: "MFG:Gestetner;MDL:DSc524;CMD:POSTSCRIPT;"
41*Product: "(Gestetner DSc524 PS3)"
42*PSVersion: "(3011.103) 2"
43*ShortNickName: "Gestetner DSc524 PS"
44*NickName: "Gestetner DSc524 PS"
45
46*%========== Basic Device Capabilities ==========
47
48
49*LanguageLevel: "3"
50*ColorDevice: True
51*DefaultColorSpace: CMYK
52
53*TTRasterizer: Type42
54*?TTRasterizer: "
55   save
56      42 /FontType resourcestatus
57      { pop pop (Type42)} {pop pop (None)} ifelse = flush
58   restore
59"
60*End
61
62*FileSystem: True
63*?FileSystem: "
64  save
65  statusdict /diskonline get exec
66  {(True)}{(False)}ifelse = flush
67  restore
68"
69*End
70
71*Throughput: "24"
72
73*%========== Installable Options ==========
74*%========== & System Management ==========
75
76*OpenGroup: InstallableOptions/Installable Options
77
78*OpenUI *Option1/Option Tray: PickOne
79*DefaultOption1: None
80*Option1 None/Not Installed: ""
81*Option1 1Cassette/Tray 3(LCT): ""
82*Option1 2Cassette/Tray 3 and 4: ""
83*?Option1: "
84  save
85  {
86   /num 0 def
87   currentpagedevice /InputAttributes get
88   {type (dicttype) eq {/num num 1 add def} if pop} forall
89   num
90     dup 3 eq { (None) exit } if
91     dup 4 eq { (1Cassette) exit } if
92     5 eq { (2Cassette) exit } if
93     (Unknown) exit
94   } loop
95   mark count 1 sub 2 roll cleartomark
96   = flush
97  restore
98"
99*End
100*CloseUI: *Option1
101
102*OpenUI *Option2/Bypass Tray: PickOne
103*DefaultOption2: False
104*Option2 False/Not Installed: ""
105*Option2 True/Installed: ""
106*?Option2: "
107  save
108  currentpagedevice /InputAttributes get
109  {exch 0 eq {type (dicttype)
110  eq {(True) exit} {(False) exit} ifelse}if} forall
111  mark count 1 sub 2 roll cleartomark
112  = flush
113  restore
114"
115*End
116*CloseUI: *Option2
117
118*OpenUI *Option5/Duplex Unit: Boolean
119*DefaultOption5: False
120*Option5 False/Not Installed: ""
121*Option5 True/Installed: ""
122*?Option5: "
123  save
124  statusdict /duplex get
125  {(True)}{(False)}ifelse = flush
126  restore
127"
128*End
129*CloseUI: *Option5
130
131*OpenUI *Option_20/Internal Tray: PickOne
132*DefaultOption_20: False
133*Option_20 False/Not Installed: ""
134*Option_20 True/Installed: ""
135*?Option_20: "
136  save
137  currentpagedevice /OutputAttributes get
138  {exch 2 eq {type (dicttype)
139  eq {(True) exit} {(False) exit} ifelse}if} forall
140  mark count 1 sub 2 roll cleartomark
141  = flush
142  restore
143"
144*End
145*CloseUI: *Option_20
146
147*OpenUI *Option_25/Shift Tray: PickOne
148*DefaultOption_25: False
149*Option_25 False/Not Installed: ""
150*Option_25 True/Installed: ""
151*?Option_25: "
152  save
153  currentpagedevice /OutputAttributes get
154  {exch 23 eq {type (dicttype)
155  eq {(True) exit} {(False) exit} ifelse}if} forall
156  mark count 1 sub 2 roll cleartomark
157  = flush
158  restore
159"
160*End
161*CloseUI: *Option_25
162
163*OpenUI *Option_30/Finisher: PickOne
164*DefaultOption_30: None
165*Option_30 None/Not Installed: ""
166*Option_30 Fin500/Finisher 500: ""
167*Option_30 Fin1000/Finisher 1000: ""
168*?Option_30: "
169  save
170    currentpagedevice /OutputAttributes get dup
171    25 get null ne
172        {pop (Fin1000)}
173        {
174            dup 24 get null ne
175                {pop (Fin500)}
176                {pop (None)} ifelse
177        } ifelse
178    = flush
179  restore
180"
181*End
182*CloseUI: *Option_30
183
184*CloseGroup: InstallableOptions
185
186*%===== Option Tray & InputSlot
187*UIConstraints: *Option1 None *InputSlot 3Tray
188*UIConstraints: *Option1 None *InputSlot 4Tray
189*UIConstraints: *Option1 1Cassette *InputSlot 4Tray
190*UIConstraints: *InputSlot 3Tray *Option1 None
191*UIConstraints: *InputSlot 4Tray *Option1 None
192*UIConstraints: *InputSlot 4Tray *Option1 1Cassette
193
194*%===== Bypass Tray & InputSlot
195*UIConstraints: *Option2 False *InputSlot MultiTray
196*UIConstraints: *InputSlot MultiTray *Option2 False
197
198*%===== Duplex Unit & Duplex
199*UIConstraints: *Option5 False *Duplex DuplexTumble
200*UIConstraints: *Option5 False *Duplex DuplexNoTumble
201*UIConstraints: *Duplex DuplexTumble *Option5 False
202*UIConstraints: *Duplex DuplexNoTumble *Option5 False
203
204*%===== Internal Tray & OutputBin
205*UIConstraints: *Option_20 False *OutputBin Bin1
206*UIConstraints: *OutputBin Bin1 *Option_20 False
207
208*%===== Shift Tray & OutputBin
209*UIConstraints: *Option_25 False *OutputBin Shift
210*UIConstraints: *OutputBin Shift *Option_25 False
211*UIConstraints: *Option_25 True *OutputBin Standard
212*UIConstraints: *OutputBin Standard *Option_25 True
213
214*%===== Shift Tray & Finisher
215*UIConstraints: *Option_25 True *Option_30 Fin500
216*UIConstraints: *Option_25 True *Option_30 Fin1000
217*UIConstraints: *Option_30 Fin500 *Option_25 True
218*UIConstraints: *Option_30 Fin1000 *Option_25 True
219
220*%===== Finisher & OutputBin
221*UIConstraints: *Option_30 None *OutputBin FujigawaShift
222*UIConstraints: *Option_30 None *OutputBin KingUpper
223*UIConstraints: *Option_30 None *OutputBin KingLower
224*UIConstraints: *OutputBin FujigawaShift *Option_30 None
225*UIConstraints: *OutputBin KingUpper *Option_30 None
226*UIConstraints: *OutputBin KingLower *Option_30 None
227
228*%===== Finisher & Staple
229*UIConstraints: *RIStaple UpperLeft *Option_30 None
230*UIConstraints: *RIStaple UpperRight *Option_30 None
231*UIConstraints: *RIStaple LowerLeft *Option_30 None
232*UIConstraints: *RIStaple LowerRight *Option_30 None
233*UIConstraints: *RIStaple LeftW *Option_30 None
234*UIConstraints: *RIStaple RightW *Option_30 None
235*UIConstraints: *RIStaple UpperW *Option_30 None
236*UIConstraints: *RIStaple LowerW *Option_30 None
237*UIConstraints: *Option_30 None *RIStaple UpperLeft
238*UIConstraints: *Option_30 None *RIStaple UpperRight
239*UIConstraints: *Option_30 None *RIStaple LowerLeft
240*UIConstraints: *Option_30 None *RIStaple LowerRight
241*UIConstraints: *Option_30 None *RIStaple LeftW
242*UIConstraints: *Option_30 None *RIStaple RightW
243*UIConstraints: *Option_30 None *RIStaple UpperW
244*UIConstraints: *Option_30 None *RIStaple LowerW
245
246*UIConstraints: *Option_30 Fin500 *RIStaple LeftW
247*UIConstraints: *Option_30 Fin500 *RIStaple RightW
248*UIConstraints: *Option_30 Fin500 *RIStaple UpperW
249*UIConstraints: *Option_30 Fin500 *RIStaple LowerW
250*UIConstraints: *RIStaple LeftW *Option_30 Fin500
251*UIConstraints: *RIStaple RightW *Option_30 Fin500
252*UIConstraints: *RIStaple UpperW *Option_30 Fin500
253*UIConstraints: *RIStaple LowerW *Option_30 Fin500
254
255*%===== Staple & OutputBin
256*UIConstraints: *RIStaple UpperLeft *OutputBin Standard
257*UIConstraints: *RIStaple UpperLeft *OutputBin Bin1
258*UIConstraints: *RIStaple UpperLeft *OutputBin KingUpper
259*UIConstraints: *RIStaple UpperRight *OutputBin Standard
260*UIConstraints: *RIStaple UpperRight *OutputBin Bin1
261*UIConstraints: *RIStaple UpperRight *OutputBin KingUpper
262*UIConstraints: *RIStaple LowerLeft *OutputBin Standard
263*UIConstraints: *RIStaple LowerLeft *OutputBin Bin1
264*UIConstraints: *RIStaple LowerLeft *OutputBin KingUpper
265*UIConstraints: *RIStaple LowerRight *OutputBin Standard
266*UIConstraints: *RIStaple LowerRight *OutputBin Bin1
267*UIConstraints: *RIStaple LowerRight *OutputBin KingUpper
268*UIConstraints: *RIStaple LeftW *OutputBin Standard
269*UIConstraints: *RIStaple LeftW *OutputBin Bin1
270*UIConstraints: *RIStaple LeftW *OutputBin KingUpper
271*UIConstraints: *RIStaple RightW *OutputBin Standard
272*UIConstraints: *RIStaple RightW *OutputBin Bin1
273*UIConstraints: *RIStaple RightW *OutputBin KingUpper
274*UIConstraints: *RIStaple UpperW *OutputBin Standard
275*UIConstraints: *RIStaple UpperW *OutputBin Bin1
276*UIConstraints: *RIStaple UpperW *OutputBin KingUpper
277*UIConstraints: *RIStaple LowerW *OutputBin Standard
278*UIConstraints: *RIStaple LowerW *OutputBin Bin1
279*UIConstraints: *RIStaple LowerW *OutputBin KingUpper
280*UIConstraints: *OutputBin Standard *RIStaple UpperLeft
281*UIConstraints: *OutputBin Bin1 *RIStaple UpperLeft
282*UIConstraints: *OutputBin KingUpper *RIStaple UpperLeft
283*UIConstraints: *OutputBin Standard *RIStaple UpperRight
284*UIConstraints: *OutputBin Bin1 *RIStaple UpperRight
285*UIConstraints: *OutputBin KingUpper *RIStaple UpperRight
286*UIConstraints: *OutputBin Standard *RIStaple LowerLeft
287*UIConstraints: *OutputBin Bin1 *RIStaple LowerLeft
288*UIConstraints: *OutputBin KingUpper *RIStaple LowerLeft
289*UIConstraints: *OutputBin Standard *RIStaple LowerRight
290*UIConstraints: *OutputBin Bin1 *RIStaple LowerRight
291*UIConstraints: *OutputBin KingUpper *RIStaple LowerRight
292*UIConstraints: *OutputBin Standard *RIStaple LeftW
293*UIConstraints: *OutputBin Bin1 *RIStaple LeftW
294*UIConstraints: *OutputBin KingUpper *RIStaple LeftW
295*UIConstraints: *OutputBin Standard *RIStaple RightW
296*UIConstraints: *OutputBin Bin1 *RIStaple RightW
297*UIConstraints: *OutputBin KingUpper *RIStaple RightW
298*UIConstraints: *OutputBin Standard *RIStaple UpperW
299*UIConstraints: *OutputBin Bin1 *RIStaple UpperW
300*UIConstraints: *OutputBin KingUpper *RIStaple UpperW
301*UIConstraints: *OutputBin Standard *RIStaple LowerW
302*UIConstraints: *OutputBin Bin1 *RIStaple LowerW
303*UIConstraints: *OutputBin KingUpper *RIStaple LowerW
304
305*%===== Finisher & OutputBin
306*UIConstraints: *Option_30 Fin500 *OutputBin KingUpper
307*UIConstraints: *Option_30 Fin500 *OutputBin KingLower
308*UIConstraints: *Option_30 Fin1000 *OutputBin FujigawaShift
309*UIConstraints: *OutputBin KingUpper *Option_30 Fin500
310*UIConstraints: *OutputBin KingLower *Option_30 Fin500
311*UIConstraints: *OutputBin FujigawaShift *Option_30 Fin1000
312
313*%===== MediaType & InputSlot
314*UIConstraints: *MediaType DupPlain *InputSlot 1Tray
315*UIConstraints: *MediaType DupThick *InputSlot 1Tray
316*UIConstraints: *MediaType DupPlain *InputSlot 2Tray
317*UIConstraints: *MediaType DupThick *InputSlot 2Tray
318*UIConstraints: *MediaType Labels *InputSlot 3Tray
319*UIConstraints: *MediaType OHP *InputSlot 3Tray
320*UIConstraints: *MediaType Thick *InputSlot 3Tray
321*UIConstraints: *MediaType DupPlain *InputSlot 3Tray
322*UIConstraints: *MediaType DupThick *InputSlot 3Tray
323*UIConstraints: *MediaType Labels *InputSlot 4Tray
324*UIConstraints: *MediaType OHP *InputSlot 4Tray
325*UIConstraints: *MediaType Thick *InputSlot 4Tray
326*UIConstraints: *MediaType DupPlain *InputSlot 4Tray
327*UIConstraints: *MediaType DupThick *InputSlot 4Tray
328*UIConstraints: *InputSlot 1Tray *MediaType DupPlain
329*UIConstraints: *InputSlot 1Tray *MediaType DupThick
330*UIConstraints: *InputSlot 2Tray *MediaType DupPlain
331*UIConstraints: *InputSlot 2Tray *MediaType DupThick
332*UIConstraints: *InputSlot 3Tray *MediaType Labels
333*UIConstraints: *InputSlot 3Tray *MediaType OHP
334*UIConstraints: *InputSlot 3Tray *MediaType Thick
335*UIConstraints: *InputSlot 3Tray *MediaType DupPlain
336*UIConstraints: *InputSlot 3Tray *MediaType DupThick
337*UIConstraints: *InputSlot 4Tray *MediaType Labels
338*UIConstraints: *InputSlot 4Tray *MediaType OHP
339*UIConstraints: *InputSlot 4Tray *MediaType Thick
340*UIConstraints: *InputSlot 4Tray *MediaType DupPlain
341*UIConstraints: *InputSlot 4Tray *MediaType DupThick
342
343*%===== PageSize & InputSlot
344*UIConstraints: *PageSize 12x18 *InputSlot 1Tray
345*UIConstraints: *PageSize EnvMonarch *InputSlot 1Tray
346*UIConstraints: *PageSize 12x18 *InputSlot 2Tray
347*UIConstraints: *PageSize EnvMonarch *InputSlot 2Tray
348*UIConstraints: *PageSize A6 *InputSlot 3Tray
349*UIConstraints: *PageSize 12x18 *InputSlot 3Tray
350*UIConstraints: *PageSize Env10 *InputSlot 3Tray
351*UIConstraints: *PageSize EnvMonarch *InputSlot 3Tray
352*UIConstraints: *PageSize EnvC6 *InputSlot 3Tray
353*UIConstraints: *PageSize DLEnv *InputSlot 3Tray
354*UIConstraints: *PageSize A6 *InputSlot 4Tray
355*UIConstraints: *PageSize 12x18 *InputSlot 4Tray
356*UIConstraints: *PageSize Env10 *InputSlot 4Tray
357*UIConstraints: *PageSize EnvMonarch *InputSlot 4Tray
358*UIConstraints: *PageSize EnvC6 *InputSlot 4Tray
359*UIConstraints: *PageSize DLEnv *InputSlot 4Tray
360*UIConstraints: *InputSlot 1Tray *PageSize 12x18
361*UIConstraints: *InputSlot 1Tray *PageSize EnvMonarch
362*UIConstraints: *InputSlot 2Tray *PageSize 12x18
363*UIConstraints: *InputSlot 2Tray *PageSize EnvMonarch
364*UIConstraints: *InputSlot 3Tray *PageSize A6
365*UIConstraints: *InputSlot 3Tray *PageSize 12x18
366*UIConstraints: *InputSlot 3Tray *PageSize Env10
367*UIConstraints: *InputSlot 3Tray *PageSize EnvMonarch
368*UIConstraints: *InputSlot 3Tray *PageSize EnvC6
369*UIConstraints: *InputSlot 3Tray *PageSize DLEnv
370*UIConstraints: *InputSlot 4Tray *PageSize A6
371*UIConstraints: *InputSlot 4Tray *PageSize 12x18
372*UIConstraints: *InputSlot 4Tray *PageSize Env10
373*UIConstraints: *InputSlot 4Tray *PageSize EnvMonarch
374*UIConstraints: *InputSlot 4Tray *PageSize EnvC6
375*UIConstraints: *InputSlot 4Tray *PageSize DLEnv
376
377*UIConstraints: *PageRegion 12x18 *InputSlot 1Tray
378*UIConstraints: *PageRegion EnvMonarch *InputSlot 1Tray
379*UIConstraints: *PageRegion 12x18 *InputSlot 2Tray
380*UIConstraints: *PageRegion EnvMonarch *InputSlot 2Tray
381*UIConstraints: *PageRegion A6 *InputSlot 3Tray
382*UIConstraints: *PageRegion 12x18 *InputSlot 3Tray
383*UIConstraints: *PageRegion Env10 *InputSlot 3Tray
384*UIConstraints: *PageRegion EnvMonarch *InputSlot 3Tray
385*UIConstraints: *PageRegion EnvC6 *InputSlot 3Tray
386*UIConstraints: *PageRegion DLEnv *InputSlot 3Tray
387*UIConstraints: *PageRegion A6 *InputSlot 4Tray
388*UIConstraints: *PageRegion 12x18 *InputSlot 4Tray
389*UIConstraints: *PageRegion Env10 *InputSlot 4Tray
390*UIConstraints: *PageRegion EnvMonarch *InputSlot 4Tray
391*UIConstraints: *PageRegion EnvC6 *InputSlot 4Tray
392*UIConstraints: *PageRegion DLEnv *InputSlot 4Tray
393*UIConstraints: *InputSlot 1Tray *PageRegion 12x18
394*UIConstraints: *InputSlot 1Tray *PageRegion EnvMonarch
395*UIConstraints: *InputSlot 2Tray *PageRegion 12x18
396*UIConstraints: *InputSlot 2Tray *PageRegion EnvMonarch
397*UIConstraints: *InputSlot 3Tray *PageRegion A6
398*UIConstraints: *InputSlot 3Tray *PageRegion 12x18
399*UIConstraints: *InputSlot 3Tray *PageRegion Env10
400*UIConstraints: *InputSlot 3Tray *PageRegion EnvMonarch
401*UIConstraints: *InputSlot 3Tray *PageRegion EnvC6
402*UIConstraints: *InputSlot 3Tray *PageRegion DLEnv
403*UIConstraints: *InputSlot 4Tray *PageRegion A6
404*UIConstraints: *InputSlot 4Tray *PageRegion 12x18
405*UIConstraints: *InputSlot 4Tray *PageRegion Env10
406*UIConstraints: *InputSlot 4Tray *PageRegion EnvMonarch
407*UIConstraints: *InputSlot 4Tray *PageRegion EnvC6
408*UIConstraints: *InputSlot 4Tray *PageRegion DLEnv
409
410*%===== PageSize & Duplex
411*UIConstraints: *PageSize A6 *Duplex DuplexTumble
412*UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
413*UIConstraints: *PageSize 12x18 *Duplex DuplexTumble
414*UIConstraints: *PageSize 12x18 *Duplex DuplexNoTumble
415*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
416*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
417*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
418*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
419*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
420*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
421*UIConstraints: *PageSize EnvC6 *Duplex DuplexTumble
422*UIConstraints: *PageSize EnvC6 *Duplex DuplexNoTumble
423*UIConstraints: *PageSize DLEnv *Duplex DuplexTumble
424*UIConstraints: *PageSize DLEnv *Duplex DuplexNoTumble
425*UIConstraints: *Duplex DuplexTumble *PageSize A6
426*UIConstraints: *Duplex DuplexNoTumble *PageSize A6
427*UIConstraints: *Duplex DuplexTumble *PageSize 12x18
428*UIConstraints: *Duplex DuplexNoTumble *PageSize 12x18
429*UIConstraints: *Duplex DuplexTumble *PageSize Env10
430*UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
431*UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
432*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
433*UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
434*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
435*UIConstraints: *Duplex DuplexTumble *PageSize EnvC6
436*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6
437*UIConstraints: *Duplex DuplexTumble *PageSize DLEnv
438*UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv
439
440*UIConstraints: *PageRegion A6 *Duplex DuplexTumble
441*UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
442*UIConstraints: *PageRegion 12x18 *Duplex DuplexTumble
443*UIConstraints: *PageRegion 12x18 *Duplex DuplexNoTumble
444*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
445*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
446*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
447*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
448*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
449*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
450*UIConstraints: *PageRegion EnvC6 *Duplex DuplexTumble
451*UIConstraints: *PageRegion EnvC6 *Duplex DuplexNoTumble
452*UIConstraints: *PageRegion DLEnv *Duplex DuplexTumble
453*UIConstraints: *PageRegion DLEnv *Duplex DuplexNoTumble
454*UIConstraints: *Duplex DuplexTumble *PageRegion A6
455*UIConstraints: *Duplex DuplexNoTumble *PageRegion A6
456*UIConstraints: *Duplex DuplexTumble *PageRegion 12x18
457*UIConstraints: *Duplex DuplexNoTumble *PageRegion 12x18
458*UIConstraints: *Duplex DuplexTumble *PageRegion Env10
459*UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
460*UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
461*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
462*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
463*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
464*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6
465*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6
466*UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv
467*UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv
468
469*%===== PageSize & OutputBin
470*UIConstraints: *PageSize 12x18 *OutputBin Bin1
471*UIConstraints: *PageSize A6 *OutputBin FujigawaShift
472*UIConstraints: *PageSize 12x18 *OutputBin FujigawaShift
473*UIConstraints: *PageSize Env10 *OutputBin FujigawaShift
474*UIConstraints: *PageSize EnvMonarch *OutputBin FujigawaShift
475*UIConstraints: *PageSize EnvC6 *OutputBin FujigawaShift
476*UIConstraints: *PageSize EnvC5 *OutputBin FujigawaShift
477*UIConstraints: *PageSize DLEnv *OutputBin FujigawaShift
478*UIConstraints: *PageSize Env10 *OutputBin KingUpper
479*UIConstraints: *PageSize EnvMonarch *OutputBin KingUpper
480*UIConstraints: *PageSize EnvC6 *OutputBin KingUpper
481*UIConstraints: *PageSize EnvC5 *OutputBin KingUpper
482*UIConstraints: *PageSize DLEnv *OutputBin KingUpper
483*UIConstraints: *PageSize A6 *OutputBin KingLower
484*UIConstraints: *PageSize Env10 *OutputBin KingLower
485*UIConstraints: *PageSize EnvMonarch *OutputBin KingLower
486*UIConstraints: *PageSize EnvC5 *OutputBin KingLower
487*UIConstraints: *PageSize EnvC6 *OutputBin KingLower
488*UIConstraints: *PageSize DLEnv *OutputBin KingLower
489*UIConstraints: *OutputBin Bin1 *PageSize 12x18
490*UIConstraints: *OutputBin FujigawaShift *PageSize A6
491*UIConstraints: *OutputBin FujigawaShift *PageSize 12x18
492*UIConstraints: *OutputBin FujigawaShift *PageSize Env10
493*UIConstraints: *OutputBin FujigawaShift *PageSize EnvMonarch
494*UIConstraints: *OutputBin FujigawaShift *PageSize EnvC6
495*UIConstraints: *OutputBin FujigawaShift *PageSize EnvC5
496*UIConstraints: *OutputBin FujigawaShift *PageSize DLEnv
497*UIConstraints: *OutputBin KingUpper *PageSize Env10
498*UIConstraints: *OutputBin KingUpper *PageSize EnvMonarch
499*UIConstraints: *OutputBin KingUpper *PageSize EnvC6
500*UIConstraints: *OutputBin KingUpper *PageSize EnvC5
501*UIConstraints: *OutputBin KingUpper *PageSize DLEnv
502*UIConstraints: *OutputBin KingLower *PageSize A6
503*UIConstraints: *OutputBin KingLower *PageSize Env10
504*UIConstraints: *OutputBin KingLower *PageSize EnvMonarch
505*UIConstraints: *OutputBin KingLower *PageSize EnvC5
506*UIConstraints: *OutputBin KingLower *PageSize EnvC6
507*UIConstraints: *OutputBin KingLower *PageSize DLEnv
508
509*UIConstraints: *PageRegion 12x18 *OutputBin Bin1
510*UIConstraints: *PageRegion A6 *OutputBin FujigawaShift
511*UIConstraints: *PageRegion 12x18 *OutputBin FujigawaShift
512*UIConstraints: *PageRegion Env10 *OutputBin FujigawaShift
513*UIConstraints: *PageRegion EnvMonarch *OutputBin FujigawaShift
514*UIConstraints: *PageRegion EnvC6 *OutputBin FujigawaShift
515*UIConstraints: *PageRegion EnvC5 *OutputBin FujigawaShift
516*UIConstraints: *PageRegion DLEnv *OutputBin FujigawaShift
517*UIConstraints: *PageRegion Env10 *OutputBin KingUpper
518*UIConstraints: *PageRegion EnvMonarch *OutputBin KingUpper
519*UIConstraints: *PageRegion EnvC6 *OutputBin KingUpper
520*UIConstraints: *PageRegion EnvC5 *OutputBin KingUpper
521*UIConstraints: *PageRegion DLEnv *OutputBin KingUpper
522*UIConstraints: *PageRegion A6 *OutputBin KingLower
523*UIConstraints: *PageRegion Env10 *OutputBin KingLower
524*UIConstraints: *PageRegion EnvMonarch *OutputBin KingLower
525*UIConstraints: *PageRegion EnvC5 *OutputBin KingLower
526*UIConstraints: *PageRegion EnvC6 *OutputBin KingLower
527*UIConstraints: *PageRegion DLEnv *OutputBin KingLower
528*UIConstraints: *OutputBin Bin1 *PageRegion 12x18
529*UIConstraints: *OutputBin FujigawaShift *PageRegion A6
530*UIConstraints: *OutputBin FujigawaShift *PageRegion 12x18
531*UIConstraints: *OutputBin FujigawaShift *PageRegion Env10
532*UIConstraints: *OutputBin FujigawaShift *PageRegion EnvMonarch
533*UIConstraints: *OutputBin FujigawaShift *PageRegion EnvC6
534*UIConstraints: *OutputBin FujigawaShift *PageRegion EnvC5
535*UIConstraints: *OutputBin FujigawaShift *PageRegion DLEnv
536*UIConstraints: *OutputBin KingUpper *PageRegion Env10
537*UIConstraints: *OutputBin KingUpper *PageRegion EnvMonarch
538*UIConstraints: *OutputBin KingUpper *PageRegion EnvC6
539*UIConstraints: *OutputBin KingUpper *PageRegion EnvC5
540*UIConstraints: *OutputBin KingUpper *PageRegion DLEnv
541*UIConstraints: *OutputBin KingLower *PageRegion A6
542*UIConstraints: *OutputBin KingLower *PageRegion Env10
543*UIConstraints: *OutputBin KingLower *PageRegion EnvMonarch
544*UIConstraints: *OutputBin KingLower *PageRegion EnvC5
545*UIConstraints: *OutputBin KingLower *PageRegion EnvC6
546*UIConstraints: *OutputBin KingLower *PageRegion DLEnv
547
548*%===== MediaType & OutputBin
549*UIConstraints: *MediaType Labels *OutputBin Bin1
550*UIConstraints: *MediaType Thick *OutputBin Bin1
551*UIConstraints: *MediaType DupThick *OutputBin Bin1
552*UIConstraints: *MediaType OHP *OutputBin Bin1
553*UIConstraints: *MediaType Labels *OutputBin FujigawaShift
554*UIConstraints: *MediaType OHP *OutputBin FujigawaShift
555*UIConstraints: *MediaType Labels *OutputBin KingUpper
556*UIConstraints: *MediaType OHP *OutputBin KingUpper
557*UIConstraints: *MediaType Labels *OutputBin KingLower
558*UIConstraints: *MediaType OHP *OutputBin KingLower
559*UIConstraints: *OutputBin Bin1 *MediaType Labels
560*UIConstraints: *OutputBin Bin1 *MediaType Thick
561*UIConstraints: *OutputBin Bin1 *MediaType DupThick
562*UIConstraints: *OutputBin Bin1 *MediaType OHP
563*UIConstraints: *OutputBin FujigawaShift *MediaType Labels
564*UIConstraints: *OutputBin FujigawaShift *MediaType OHP
565*UIConstraints: *OutputBin KingUpper *MediaType Labels
566*UIConstraints: *OutputBin KingUpper *MediaType OHP
567*UIConstraints: *OutputBin KingLower *MediaType Labels
568*UIConstraints: *OutputBin KingLower *MediaType OHP
569
570*%===== Duplex & Bypass Tray
571*UIConstraints: *Duplex DuplexTumble *InputSlot MultiTray
572*UIConstraints: *Duplex DuplexNoTumble *InputSlot MultiTray
573*UIConstraints: *InputSlot MultiTray *Duplex DuplexTumble
574*UIConstraints: *InputSlot MultiTray *Duplex DuplexNoTumble
575
576*%===== Duplex & MediaType
577*UIConstraints: *Duplex DuplexTumble *MediaType Labels
578*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
579*UIConstraints: *Duplex DuplexTumble *MediaType OHP
580*UIConstraints: *Duplex DuplexNoTumble *MediaType OHP
581*UIConstraints: *Duplex DuplexTumble *MediaType Thick
582*UIConstraints: *Duplex DuplexNoTumble *MediaType Thick
583*UIConstraints: *Duplex DuplexTumble *MediaType DupPlain
584*UIConstraints: *Duplex DuplexNoTumble *MediaType DupPlain
585*UIConstraints: *Duplex DuplexTumble *MediaType DupThick
586*UIConstraints: *Duplex DuplexNoTumble *MediaType DupThick
587*UIConstraints: *MediaType Labels *Duplex DuplexTumble
588*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
589*UIConstraints: *MediaType OHP *Duplex DuplexTumble
590*UIConstraints: *MediaType OHP *Duplex DuplexNoTumble
591*UIConstraints: *MediaType Thick *Duplex DuplexTumble
592*UIConstraints: *MediaType Thick *Duplex DuplexNoTumble
593*UIConstraints: *MediaType DupPlain *Duplex DuplexTumble
594*UIConstraints: *MediaType DupPlain *Duplex DuplexNoTumble
595*UIConstraints: *MediaType DupThick *Duplex DuplexTumble
596*UIConstraints: *MediaType DupThick *Duplex DuplexNoTumble
597
598*UIConstraints: *RPSBlackOverPrint True *RPSBlackMode 4Color
599*UIConstraints: *RPSBlackMode 4Color *RPSBlackOverPrint True
600
601*FreeVM: "2261000"
602
603*Password: "0"
604*ExitServer: "
605  count 0 eq
606  {false}{true exch startjob}ifelse
607  not {(WARNING: Cannot modify initial VM.) =
608       (Missing or invalid Password.) =
609       (Please contact the author.) = flush quit
610  }if
611"
612*End
613*Reset: "
614  count 0 eq
615  {false}{true exch startjob}ifelse
616  not {(WARNING: Cannot reset printer.) =
617       (Missing or invalid Password.) =
618       (Please contact the author.) = flush quit
619  }if
620  systemdict /quit get exec
621  (WARNING: Printer Reset Failed.) = flush
622"
623*End
624
625*DefaultResolution: 600dpi
626*?Resolution: "
627  save
628  currentpagedevice /HWResolution get 0 get
629  (       ) cvs print (dpi) = flush
630  restore
631"
632*End
633
634*SuggestedJobTimeout: "0"
635*SuggestedWaitTimeout: "300"
636*PrintPSErrors: True
637*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
638
639*%========== Media Selection ==========
640*LandscapeOrientation: Minus90
641
642*OpenUI *PageSize: PickOne
643*OrderDependency: 20 AnySetup *PageSize
644*DefaultPageSize: Letter
645*PageSize A3/A3: "<< /DeferredMediaSelection true
646  /Policies << /PageSize 2 /MediaType 2 >>
647  /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
648*End
649*PageSize A4/A4: "<< /DeferredMediaSelection true
650  /Policies << /PageSize 2 /MediaType 2 >>
651  /PageSize [595 842] /ImagingBBox null >> setpagedevice"
652*End
653*PageSize A5/A5: "<< /DeferredMediaSelection true
654  /Policies << /PageSize 2 /MediaType 2 >>
655  /PageSize [421 595] /ImagingBBox null >> setpagedevice"
656*End
657*PageSize A6/A6: "<< /DeferredMediaSelection true
658  /Policies << /PageSize 2 /MediaType 2 >>
659  /PageSize [298 421] /ImagingBBox null >> setpagedevice"
660*End
661*PageSize B4/B4 (JIS): "<< /DeferredMediaSelection true
662  /Policies << /PageSize 2 /MediaType 2 >>
663  /PageSize [728 1031] /ImagingBBox null >> setpagedevice"
664*End
665*PageSize B5/B5 (JIS): "<< /DeferredMediaSelection true
666  /Policies << /PageSize 2 /MediaType 2 >>
667  /PageSize [516 729] /ImagingBBox null >> setpagedevice"
668*End
669*PageSize Legal/Legal: "<< /DeferredMediaSelection true
670  /Policies << /PageSize 2 /MediaType 2 >>
671  /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
672*End
673*PageSize Letter/Letter: "<< /DeferredMediaSelection true
674  /Policies << /PageSize 2 /MediaType 2 >>
675  /PageSize [612 792] /ImagingBBox null >> setpagedevice"
676*End
677*PageSize Statement/5.5x8.5: "<< /DeferredMediaSelection true
678  /Policies << /PageSize 2 /MediaType 2 >>
679  /PageSize [396 612] /ImagingBBox null >> setpagedevice"
680*End
681*PageSize Tabloid/11x17: "<< /DeferredMediaSelection true
682  /Policies << /PageSize 2 /MediaType 2 >>
683  /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
684*End
685*PageSize 12x18/12x18: "<< /DeferredMediaSelection true
686  /Policies << /PageSize 2 /MediaType 2 >>
687  /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
688*End
689*PageSize Executive/Executive: "<< /DeferredMediaSelection true
690  /Policies << /PageSize 2 /MediaType 2 >>
691  /PageSize [522 756] /ImagingBBox null>> setpagedevice"
692*End
693*PageSize F/8x13: "<< /DeferredMediaSelection true
694  /Policies << /PageSize 2 /MediaType 2 >>
695  /PageSize [576 936] /ImagingBBox null>> setpagedevice"
696*End
697*PageSize Folio/8.25x13: "<< /DeferredMediaSelection true
698  /Policies << /PageSize 2 /MediaType 2 >>
699  /PageSize [595 935] /ImagingBBox null>> setpagedevice"
700*End
701*PageSize FanFoldGermanLegal/8.5x13: "<< /DeferredMediaSelection true
702  /Policies << /PageSize 2 /MediaType 2 >>
703  /PageSize [612 936] /ImagingBBox null>> setpagedevice"
704*End
705*PageSize Env10/Com10 Env.: "<< /DeferredMediaSelection true
706  /Policies << /PageSize 2 /MediaType 2 >>
707  /PageSize [297 684] /ImagingBBox null>> setpagedevice"
708*End
709*PageSize EnvMonarch/Mon. Env.: "<< /DeferredMediaSelection true
710  /Policies << /PageSize 2 /MediaType 2 >>
711  /PageSize [279 540] /ImagingBBox null>> setpagedevice"
712*End
713*PageSize EnvC5/C5 Env.: "<< /DeferredMediaSelection true
714  /Policies << /PageSize 2 /MediaType 2 >>
715  /PageSize [459 649] /ImagingBBox null>> setpagedevice"
716*End
717*PageSize EnvC6/C6 Env.: "<< /DeferredMediaSelection true
718  /Policies << /PageSize 2 /MediaType 2 >>
719  /PageSize [323 459] /ImagingBBox null>> setpagedevice"
720*End
721*PageSize DLEnv/DL Env.: "<< /DeferredMediaSelection true
722  /Policies << /PageSize 2 /MediaType 2 >>
723  /PageSize [311 623] /ImagingBBox null>> setpagedevice"
724*End
725*PageSize 8Kai/8K: "<< /DeferredMediaSelection true
726  /Policies << /PageSize 2 /MediaType 2 >>
727  /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
728*End
729*PageSize 16Kai/16K: "<< /DeferredMediaSelection true
730  /Policies << /PageSize 2 /MediaType 2 >>
731  /PageSize [553 757] /ImagingBBox null>> setpagedevice"
732*End
733*?PageSize: "
734  save
735  currentpagedevice /PageSize get aload pop
736  2 copy gt {exch}if (Unknown)
737  22 dict
738    dup [842 1191] (A3) put
739    dup [595 842]  (A4) put
740    dup [421 595]  (A5) put
741    dup [298 421]  (A6) put
742    dup [728 1031] (B4) put
743    dup [516 729]  (B5) put
744    dup [612 1008] (Legal) put
745    dup [612 792]  (Letter) put
746    dup [396 612]  (HalfLetter) put
747    dup [792 1224] (11x17) put
748    dup [864 1296] (12x18) put
749    dup [522 756] (Executive) put
750    dup [576 936] (F) put
751    dup [595 935] (Folio) put
752    dup [612 936] (FanFoldGermanLegal) put
753    dup [297 684] (Env10) put
754    dup [279 540] (EnvMonarch) put
755    dup [459 649] (EnvC5) put
756    dup [323 459] (EnvC6) put
757    dup [311 623] (DLEnv) put
758    dup [757 1106] (8Kai) put
759    dup [553 757] (16Kai) put
760    {exch aload pop 4 index sub abs 5 le exch 5 index
761     sub abs 5 le and {exch pop exit}{pop}ifelse
762    }bind forall = flush pop pop
763    restore
764"
765*End
766*CloseUI: *PageSize
767
768*OpenUI *PageRegion: PickOne
769*OrderDependency: 25 AnySetup *PageRegion
770*DefaultPageRegion: Letter
771*PageRegion A3/A3: "<< /DeferredMediaSelection true
772  /Policies << /PageSize 2 /MediaType 2 >>
773  /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
774*End
775*PageRegion A4/A4: "<< /DeferredMediaSelection true
776  /Policies << /PageSize 2 /MediaType 2 >>
777  /PageSize [595 842] /ImagingBBox null >> setpagedevice"
778*End
779*PageRegion A5/A5: "<< /DeferredMediaSelection true
780  /Policies << /PageSize 2 /MediaType 2 >>
781  /PageSize [421 595] /ImagingBBox null >> setpagedevice"
782*End
783*PageRegion A6/A6: "<< /DeferredMediaSelection true
784  /Policies << /PageSize 2 /MediaType 2 >>
785  /PageSize [298 421] /ImagingBBox null >> setpagedevice"
786*End
787*PageRegion B4/B4 (JIS): "<< /DeferredMediaSelection true
788  /Policies << /PageSize 2 /MediaType 2 >>
789  /PageSize [728 1031] /ImagingBBox null >> setpagedevice"
790*End
791*PageRegion B5/B5 (JIS): "<< /DeferredMediaSelection true
792  /Policies << /PageSize 2 /MediaType 2 >>
793  /PageSize [516 729] /ImagingBBox null >> setpagedevice"
794*End
795*PageRegion Legal/Legal: "<< /DeferredMediaSelection true
796  /Policies << /PageSize 2 /MediaType 2 >>
797  /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
798*End
799*PageRegion Letter/Letter: "<< /DeferredMediaSelection true
800  /Policies << /PageSize 2 /MediaType 2 >>
801  /PageSize [612 792] /ImagingBBox null >> setpagedevice"
802*End
803*PageRegion Statement/5.5x8.5: "<< /DeferredMediaSelection true
804  /Policies << /PageSize 2 /MediaType 2 >>
805  /PageSize [396 612] /ImagingBBox null >> setpagedevice"
806*End
807*PageRegion Tabloid/11x17: "<< /DeferredMediaSelection true
808  /Policies << /PageSize 2 /MediaType 2 >>
809  /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
810*End
811*PageRegion 12x18/12x18: "<< /DeferredMediaSelection true
812  /Policies << /PageSize 2 /MediaType 2 >>
813  /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
814*End
815*PageRegion Executive/Executive: "<< /DeferredMediaSelection true
816  /Policies << /PageSize 2 /MediaType 2 >>
817  /PageSize [522 756] /ImagingBBox null>> setpagedevice"
818*End
819*PageRegion F/8x13: "<< /DeferredMediaSelection true
820  /Policies << /PageSize 2 /MediaType 2 >>
821  /PageSize [576 936] /ImagingBBox null>> setpagedevice"
822*End
823*PageRegion Folio/8.25x13: "<< /DeferredMediaSelection true
824  /Policies << /PageSize 2 /MediaType 2 >>
825  /PageSize [595 935] /ImagingBBox null>> setpagedevice"
826*End
827*PageRegion FanFoldGermanLegal/8.5x13: "<< /DeferredMediaSelection true
828  /Policies << /PageSize 2 /MediaType 2 >>
829  /PageSize [612 936] /ImagingBBox null>> setpagedevice"
830*End
831*PageRegion Env10/Com10 Env.: "<< /DeferredMediaSelection true
832  /Policies << /PageSize 2 /MediaType 2 >>
833  /PageSize [297 684] /ImagingBBox null>> setpagedevice"
834*End
835*PageRegion EnvMonarch/Mon. Env.: "<< /DeferredMediaSelection true
836  /Policies << /PageSize 2 /MediaType 2 >>
837  /PageSize [279 540] /ImagingBBox null>> setpagedevice"
838*End
839*PageRegion EnvC5/C5 Env.: "<< /DeferredMediaSelection true
840  /Policies << /PageSize 2 /MediaType 2 >>
841  /PageSize [459 649] /ImagingBBox null>> setpagedevice"
842*End
843*PageRegion EnvC6/C6 Env.: "<< /DeferredMediaSelection true
844  /Policies << /PageSize 2 /MediaType 2 >>
845  /PageSize [323 459] /ImagingBBox null>> setpagedevice"
846*End
847*PageRegion DLEnv/DL Env.: "<< /DeferredMediaSelection true
848  /Policies << /PageSize 2 /MediaType 2 >>
849  /PageSize [311 623] /ImagingBBox null>> setpagedevice"
850*End
851*PageRegion 8Kai/8K: "<< /DeferredMediaSelection true
852  /Policies << /PageSize 2 /MediaType 2 >>
853  /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
854*End
855*PageRegion 16Kai/16K: "<< /DeferredMediaSelection true
856  /Policies << /PageSize 2 /MediaType 2 >>
857  /PageSize [553 757] /ImagingBBox null>> setpagedevice"
858*End
859*CloseUI: *PageRegion
860
861*%========== Information About Media Sizes ==========
862
863*DefaultImageableArea: A4
864*ImageableArea A3/A3: "12 12 830 1179"
865*ImageableArea A4/A4: "12 12 583 830"
866*ImageableArea A5/A5: "12 12 408 583"
867*ImageableArea A6/A6: "12 12 285 408"
868*ImageableArea B4/B4 (JIS): "12 12 717 1020"
869*ImageableArea B5/B5 (JIS): "12 12 504 717"
870*ImageableArea Legal/Legal: "12 12 600 996"
871*ImageableArea Letter/Letter: "12 12 600 780"
872*ImageableArea Statement/5.5x8.5: "12 12 384 600"
873*ImageableArea Tabloid/11x17: "12 12 780 1212"
874*ImageableArea 12x18/12x18: "12 12 852 1284"
875*ImageableArea Executive/Executive: "12 12 510 744"
876*ImageableArea F/8x13: "12 12 564 924"
877*ImageableArea Folio/8.25x13: "12 12 583 923"
878*ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
879*ImageableArea Env10/Com10 Env.: "12 12 285 672"
880*ImageableArea EnvMonarch/Mon. Env.: "12 12 267 528"
881*ImageableArea EnvC5/C5 Env.: "12 12 447 637"
882*ImageableArea EnvC6/C6 Env.: "12 12 311 447"
883*ImageableArea DLEnv/DL Env.: "12 12 299 611"
884*ImageableArea 8Kai/8K: "12 12 745 1094"
885*ImageableArea 16Kai/16K: "12 12 541 745"
886*?ImageableArea: "
887  save
888  /cvp {(            ) cvs print (               ) print}bind def
889  newpath clippath pathbbox 4 -2 roll exch
890  2 {10000 mul ceiling 10000 div cvp}repeat exch
891  2 {10000 mul floor 10000 div cvp}repeat flush
892  restore
893"
894*End
895
896*DefaultPaperDimension: A4
897*PaperDimension A3/A3: "842 1191"
898*PaperDimension A4/A4: "595 842"
899*PaperDimension A5/A5: "420 595"
900*PaperDimension A6/A6: "297 420"
901*PaperDimension B4/B4 (JIS): "729 1032"
902*PaperDimension B5/B5 (JIS): "516 729"
903*PaperDimension Legal/Legal: "612 1008"
904*PaperDimension Letter/Letter: "612 792"
905*PaperDimension Statement/5.5x8.5: "396 612"
906*PaperDimension Tabloid/11x17: "792 1224"
907*PaperDimension 12x18/12x18: "864 1296"
908*PaperDimension Executive/Executive: "522 756"
909*PaperDimension F/8x13: "576 936"
910*PaperDimension Folio/8.25x13: "595 935"
911*PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
912*PaperDimension Env10/Com10 Env.: "297 684"
913*PaperDimension EnvMonarch/Mon. Env.: "279 540"
914*PaperDimension EnvC5/C5 Env.: "459 649"
915*PaperDimension EnvC6/C6 Env.: "323 459"
916*PaperDimension DLEnv/DL Env.: "311 623"
917*PaperDimension 8Kai/8K: "757 1106"
918*PaperDimension 16Kai/16K: "553 757"
919
920*%========== Media Handling Features ==========
921
922*OpenUI *InputSlot: PickOne
923*OrderDependency: 30 AnySetup *InputSlot
924*DefaultInputSlot: Auto
925*InputSlot MultiTray/Bypass Tray: "<</MediaPosition 0>> setpagedevice"
926*InputSlot 1Tray/Tray 1: "<</MediaPosition 1>> setpagedevice"
927*InputSlot 2Tray/Tray 2: "<</MediaPosition 2>> setpagedevice"
928*InputSlot 3Tray/Tray 3: "<</MediaPosition 3>> setpagedevice"
929*InputSlot 4Tray/Tray 4: "<</MediaPosition 4>> setpagedevice"
930*InputSlot Auto/Auto Select: ""
931*?InputSlot: "
932  save
933  [(MultiTray)(1Tray)(2Tray)(3Tray)(4Tray)]
934  statusdict /papertray get exec {get}stopped
935  {pop pop (Unknown)}if = flush
936  restore
937"
938*End
939*CloseUI: *InputSlot
940
941*%=== Custom Paper Support =================
942*LeadingEdge Short: ""
943*LeadingEdge Long: ""
944*DefaultLeadingEdge: Short
945
946*MaxMediaWidth:  "841"
947*MaxMediaHeight: "1224"
948*HWMargins:      12 12 12 12
949*CustomPageSize True: "pop pop pop
950  << /PageSize [ 5 -2 roll ]  /ImagingBBox null
951  /Policies <</PageSize 2 /MediaType 2>>
952  /DeferredMediaSelection true
953  >> setpagedevice"
954*End
955
956*ParamCustomPageSize Width:        1 points 256 841
957*ParamCustomPageSize Height:       2 points 421 1224
958*ParamCustomPageSize WidthOffset:  3 points 0 0
959*ParamCustomPageSize HeightOffset: 4 points 0 0
960*ParamCustomPageSize Orientation:  5 int 1 1
961
962*NonUIOrderDependency: 21 AnySetup *CustomPageSize True
963
964*RequiresPageRegion MultiTray: True
965*RequiresPageRegion 1Tray: True
966*RequiresPageRegion 2Tray: True
967*RequiresPageRegion 3Tray: True
968*RequiresPageRegion 4Tray: True
969
970*OpenUI *Duplex/Duplex: PickOne
971*OrderDependency: 50 AnySetup *Duplex
972*DefaultDuplex: None
973*Duplex None/Off: "<</Duplex false>>setpagedevice"
974*Duplex DuplexNoTumble/Long Edge: "<</Duplex true /Tumble false>>setpagedevice"
975*Duplex DuplexTumble/Short Edge: "<</Duplex true /Tumble true>>setpagedevice"
976*?Duplex: "
977  save
978  currentpagedevice /Duplex get
979  {currentpagedevice /Tumble get
980    {(DuplexTumble)}{(DuplexNoTumble)}ifelse
981  }{(None)}ifelse = flush
982  restore
983"
984*End
985*CloseUI: *Duplex
986
987*%========== Resolution and Appearance Control ==========
988
989*OpenUI *Collate/Collate: PickOne
990*OrderDependency: 200 AnySetup *Collate
991*DefaultCollate: False
992*Collate False/Off: "<</Collate false>>setpagedevice"
993*Collate True/On: "<</Collate true
994  /CollateDetails <</Type 6 /AlignSet false>>
995  >>setpagedevice"
996*End
997*?Collate: "
998  save
999  currentpagedevice /Collate get
1000  {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
1001  restore
1002"
1003*End
1004*CloseUI: *Collate
1005
1006*OpenUI *RIPrintMode/Toner Saver: PickOne
1007*OrderDependency: 45 AnySetup *RIPrintMode
1008*DefaultRIPrintMode: 0rhit
1009*RIPrintMode 0rhit/Off: "
1010  <</PostRenderingEnhance false>> setpagedevice
1011  /version (3010.103) def"
1012*End
1013*RIPrintMode 5rhit/On: "<</PostRenderingEnhance true
1014  /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>> >> setpagedevice
1015  /version (3010.103) def"
1016*End
1017*?RIPrintMode: "
1018  save
1019  currentpagedevice /PostRenderingEnhance get
1020  {{(5rhit)}{(0rhit)}ifelse }stopped {(Unknown)}if = flush
1021  restore
1022"
1023*End
1024*CloseUI: *RIPrintMode
1025*OpenUI *ColorModel/Color Mode: PickOne
1026*OrderDependency: 100 AnySetup *ColorModel
1027*DefaultColorModel: CMYK
1028*ColorModel CMYK/Color: "(cmyk) RCsetdevicecolor"
1029*ColorModel Gray/Black and White: "(gray) RCsetdevicecolor"
1030*CloseUI: *ColorModel
1031
1032*OpenUI *RPSBitsPerPixel/Gradation: PickOne
1033*OrderDependency: 41 AnySetup *RPSBitsPerPixel
1034*DefaultRPSBitsPerPixel: 2BitsPerPixel
1035*RPSBitsPerPixel 1BitsPerPixel/Fast: "1 setbitsperpixel"
1036*RPSBitsPerPixel 2BitsPerPixel/Standard: "2 setbitsperpixel"
1037*CloseUI: *RPSBitsPerPixel
1038
1039*OpenUI *RPSRGBcorrect/Color Setting: PickOne
1040*OrderDependency: 110 AnySetup *RPSRGBcorrect
1041*DefaultRPSRGBcorrect: DetailBright
1042*RPSRGBcorrect None/Off: "(none) RCsetrgbrevision"
1043*RPSRGBcorrect DetailNormal/Fine: "(precision-std) RCsetrgbrevision"
1044*RPSRGBcorrect DetailBright/Super Fine: "(precision-dark) RCsetrgbrevision"
1045*CloseUI: *RPSRGBcorrect
1046
1047*OpenUI *RPSColorRendDict/Color Profile: PickOne
1048*OrderDependency: 120 AnySetup *RPSColorRendDict
1049*DefaultRPSColorRendDict: Auto
1050*RPSColorRendDict Auto/Auto: "(auto) RCsetcolorprofile"
1051*RPSColorRendDict Photograph/Photographic: "(photo) RCsetcolorprofile"
1052*RPSColorRendDict Business/Presentation: "(business) RCsetcolorprofile"
1053*RPSColorRendDict Colorimetric/Solid Color: "(colorimetric) RCsetcolorprofile"
1054*RPSColorRendDict User/User Setting: "(user) RCsetcolorprofile"
1055*CloseUI: *RPSColorRendDict
1056
1057*OpenUI *RPSDitherType/Dithering: PickOne
1058*OrderDependency: 130 AnySetup *RPSDitherType
1059*DefaultRPSDitherType: Auto
1060*RPSDitherType Auto/Auto: "(auto) RCsethalftonetype"
1061*RPSDitherType Photo/Photographic: "(photo) RCsethalftonetype"
1062*RPSDitherType Letter/Text: "(text) RCsethalftonetype"
1063*RPSDitherType Graphic/Graphics: "(graphic) RCsethalftonetype"
1064*RPSDitherType User/User Setting: "(user) RCsethalftonetype"
1065*CloseUI: *RPSDitherType
1066
1067*OpenUI *RPSBlackMode/Black Text/Graphics: PickOne
1068*OrderDependency: 140 AnySetup *RPSBlackMode
1069*DefaultRPSBlackMode: 1Color
1070*RPSBlackMode 1Color/K:"(on) RCsetpureblack"
1071*RPSBlackMode 4Color/CMY+K:"(off) RCsetpureblack"
1072*CloseUI: *RPSBlackMode
1073
1074*OpenUI *RPSBlackOverPrint/Black Over Print: PickOne
1075*OrderDependency: 145 AnySetup *RPSBlackOverPrint
1076*DefaultRPSBlackOverPrint: False
1077*RPSBlackOverPrint False/Off:"(off) RCsetblackoverprint"
1078*RPSBlackOverPrint True/On:"(on) RCsetblackoverprint"
1079*CloseUI: *RPSBlackOverPrint
1080
1081*OpenUI *MediaType/Paper Type: PickOne
1082*OrderDependency: 205 AnySetup *MediaType
1083*DefaultMediaType: Plain
1084*MediaType Plain/Plain: "<< /MediaType (Plain) >> setpagedevice"
1085*MediaType Recycled/Recycled: "<< /MediaType (Recycled) >> setpagedevice"
1086*MediaType Special/Special: "<< /MediaType (Special) >> setpagedevice"
1087*MediaType Colored/Color: "<< /MediaType (Color) >> setpagedevice"
1088*MediaType Letterhead/Letterhead: "<< /MediaType (Letterhead) >> setpagedevice"
1089*MediaType Preprinted/Preprinted: "<< /MediaType (Preprinted) >> setpagedevice"
1090*MediaType Prepunched/Prepunched: "<< /MediaType (Prepunched) >> setpagedevice"
1091*MediaType Labels/Labels: "<< /MediaType (Labels) >> setpagedevice"
1092*MediaType Bond/Bond: "<< /MediaType (Bond) >> setpagedevice"
1093*MediaType Cardstock/Cardstock: "<< /MediaType (Cardstock) >> setpagedevice"
1094*MediaType OHP/Transparency: "<< /MediaType (Transparency) >> setpagedevice"
1095*MediaType Thick/Thick: "<< /MediaType (Thick) >> setpagedevice"
1096*MediaType DupPlain/Plain (Duplex Backside): "<< /MediaType (PlainDuplexBackSide) >> setpagedevice"
1097*MediaType DupThick/Thick (Duplex Backside): "<< /MediaType (ThickDuplexBackSide) >> setpagedevice"
1098*?MediaType: "
1099  save
1100  /UK (Unknown) def
1101  {
1102    currentpagedevice /MediaType 2 copy known not { UK exit } if
1103    get dup null eq 1 index (Plain) eq or { (Plain) exit } if
1104    dup (Recycled) eq { dup exit } if
1105    dup (Special) eq { dup exit } if
1106    dup (Colored) eq { dup exit } if
1107    dup (Letterhead) eq { dup exit } if
1108    dup (Preprinted) eq { dup exit } if
1109    dup (Prepunched) eq { dup exit } if
1110    dup (Labels) eq { dup exit } if
1111    dup (Bond) eq { dup exit } if
1112    dup (Cardstock) eq { dup exit } if
1113    dup (OHP) eq { dup exit } if
1114    dup (Thick) eq { dup exit } if
1115    dup (DupPlain) eq { dup exit } if
1116    dup (DupThick) eq { dup exit } if
1117    UK exit
1118  } bind loop
1119  mark count 1 sub 2 roll cleartomark
1120  = flush
1121  restore
1122"
1123*End
1124*CloseUI: *MediaType
1125
1126*OpenUI *OutputBin/Destination: PickOne
1127*OrderDependency: 210 AnySetup *OutputBin
1128*DefaultOutputBin: Default
1129*OutputBin Default/Printer Default: "<</OutputType null>>setpagedevice"
1130*OutputBin Standard/Internal Tray 1: "<</OutputType (Standard)>>setpagedevice"
1131*OutputBin Bin1/Internal Tray 2: "<</OutputType (1Bin)>>setpagedevice"
1132*OutputBin Shift/Shift Tray: "<</OutputType (Shift)>>setpagedevice"
1133*OutputBin FujigawaShift/Finisher Tray: "<</OutputType (FujigawaShift)>>setpagedevice"
1134*OutputBin KingUpper/Finisher Tray 1: "<</OutputType (KingUpper)>>setpagedevice"
1135*OutputBin KingLower/Finisher Tray 2: "<</OutputType (KingLower)>>setpagedevice"
1136*?OutputBin: "
1137  save
1138  currentpagedevice /OutputType get = flush
1139  restore
1140"
1141*End
1142*CloseUI: *OutputBin
1143
1144*OpenUI *RIStaple/Staple: PickOne
1145*OrderDependency: 220 AnySetup *RIStaple
1146*DefaultRIStaple: None
1147*RIStaple None/Off: "<< /Staple 0 >> setpagedevice"
1148*RIStaple UpperLeft/Top Left: "<<
1149  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1150  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 0 >>
1151  >> setpagedevice"
1152*End
1153*RIStaple UpperRight/Top Right: "<<
1154  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1155  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 6 >>
1156  >> setpagedevice"
1157*End
1158*RIStaple LowerLeft/Bottom Left: "<<
1159  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1160  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 2 >>
1161  >> setpagedevice"
1162*End
1163*RIStaple LowerRight/Bottom Right: "<<
1164  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1165  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 4 >>
1166  >> setpagedevice"
1167*End
1168*RIStaple LeftW/Left 2: "<<
1169  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1170  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 1 >>
1171  >> setpagedevice"
1172*End
1173*RIStaple RightW/Right 2: "<<
1174  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1175  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 5 >>
1176  >> setpagedevice"
1177*End
1178*RIStaple UpperW/Top 2: "<<
1179  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1180  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 7 >>
1181  >> setpagedevice"
1182*End
1183*RIStaple LowerW/Bottom 2: "<<
1184  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
1185  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 3 >>
1186  >> setpagedevice"
1187*End
1188*?RIStaple: "
1189  save
1190  /UK (Unknown) def
1191  {
1192    currentpagedevice dup /Staple 2 copy known not { UK exit } if
1193    get dup 0 eq {pop (None) exit }
1194    {pop /StapleDetails get dup /Position get
1195    dup 0 eq {pop (UpperLeft) exit} if
1196    dup 6 eq {pop (LowerLeft) exit} if
1197    dup 2 eq {pop (UpperRight) exit} if
1198    dup 4 eq {pop (LowerRight) exit} if
1199    UK exit
1200    } ifelse
1201  } bind loop
1202  mark count 1 sub 2 roll cleartomark
1203  = flush
1204  restore
1205"
1206*End
1207*CloseUI: *RIStaple
1208
1209*%========== Gray Levels and Halftoning ==========
1210*AccurateScreensSupport: True
1211*ScreenFreq: "85.0"
1212*ScreenAngle: "45.0"
1213*DefaultScreenProc: Dot
1214*ScreenProc Dot: "
1215  {abs exch abs 2 copy add 1 gt
1216   {1 sub dup mul exch 1 sub dup mul add 1 sub}
1217   {dup mul exch dup mul add 1 exch sub}
1218   ifelse}
1219"
1220*End
1221*ScreenProc Line: "{pop}"
1222*ScreenProc Ellipse: "
1223  {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}
1224"
1225*End
1226
1227*%========== Font ==========
1228
1229*DefaultFont: Courier
1230*Font AlbertusMT: Standard "(001.000)" Standard ROM
1231*Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
1232*Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
1233*Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
1234*Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
1235*Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
1236*Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
1237*Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
1238*Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
1239*Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
1240*Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
1241*Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
1242*Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
1243*Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
1244*Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
1245*Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
1246*Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
1247*Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
1248*Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
1249*Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
1250*Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
1251*Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
1252*Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
1253*Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
1254*Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
1255*Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
1256*Font Carta: Special "(001.001)" Special ROM
1257*Font Chicago: Standard "(501.011)" ExtendedRoman ROM
1258*Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
1259*Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
1260*Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
1261*Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
1262*Font CooperBlack: Standard "(001.003)" Standard ROM
1263*Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
1264*Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
1265*Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
1266*Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
1267*Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
1268*Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
1269*Font Courier: Standard "(501.010)" ExtendedRoman ROM
1270*Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
1271*Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
1272*Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
1273*Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
1274*Font Geneva: Standard "(501.007)" ExtendedRoman ROM
1275*Font GillSans: Standard "(501.009)" ExtendedRoman ROM
1276*Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
1277*Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
1278*Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
1279*Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
1280*Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
1281*Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
1282*Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
1283*Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
1284*Font Goudy: Standard "(001.003)" Standard ROM
1285*Font Goudy-Bold: Standard "(001.002)" Standard ROM
1286*Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
1287*Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
1288*Font Goudy-Italic: Standard "(001.002)" Standard ROM
1289*Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
1290*Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
1291*Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
1292*Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
1293*Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
1294*Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
1295*Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
1296*Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
1297*Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
1298*Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
1299*Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
1300*Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
1301*Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
1302*Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
1303*Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
1304*Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
1305*Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
1306*Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
1307*Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
1308*Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
1309*Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
1310*Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
1311*Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
1312*Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
1313*Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
1314*Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
1315*Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
1316*Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
1317*Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
1318*Font Marigold: Standard "(001.000)" Standard ROM
1319*Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
1320*Font Monaco: Standard "(501.012)" ExtendedRoman ROM
1321*Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
1322*Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
1323*Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
1324*Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
1325*Font NewYork: Standard "(501.013)" ExtendedRoman ROM
1326*Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
1327*Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
1328*Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
1329*Font Optima: Standard "(501.010)" ExtendedRoman ROM
1330*Font Oxford: Standard "(001.000)" Standard ROM
1331*Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
1332*Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
1333*Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
1334*Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
1335*Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
1336*Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
1337*Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
1338*Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
1339*Font Symbol: Special "(001.008)" Special ROM
1340*Font Tekton: Standard "(001.001)" Standard ROM
1341*Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
1342*Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
1343*Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
1344*Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
1345*Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
1346*Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
1347*Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
1348*Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
1349*Font Univers: Standard "(501.009)" ExtendedRoman ROM
1350*Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
1351*Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
1352*Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
1353*Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
1354*Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
1355*Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
1356*Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
1357*Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
1358*Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
1359*Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
1360*Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
1361*Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
1362*Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
1363*Font Wingdings-Regular: Special "(001.001)" Special ROM
1364*Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
1365*Font ZapfDingbats: Special "(001.005S)" Special ROM
1366
1367*?FontQuery: "
1368  save
1369  {count 1 gt {
1370    exch dup 127 string cvs (/) print print (:) print
1371    /Font resourcestatus {pop pop (Yes)}{(NO)}ifelse =
1372    }{exit}ifelse
1373  }bind loop (*) = flush
1374  restore
1375"
1376*End
1377
1378*?FontList: "
1379  save
1380  (*) {cvn ==} 128 string /Font resourceforall (*) = flush
1381  restore
1382"
1383*End
1384
1385*Status: "initializing"
1386*Status: "holding"
1387*Status: "idle"
1388*Status: "busy"
1389*Status: "waiting"
1390*Status: "printing"
1391*Status: "print test page"
1392
1393*Source: "Parallel"
1394*Source: "TCP/IP"
1395*Source: "EtherTalk"
1396*Source: "SPX/IPX"
1397*Source: "NetBEUI"
1398*Source: "IEEE1394"
1399
1400*Message: "%%[ exitserver: permanent state may be changed ]%%"
1401*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
1402*Message: "\FontName\ not found, using Courier"
1403
1404*%========== Color Separation ==========
1405
1406*DefaultColorSep: ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi
1407
1408*%===== For 106 lpi / 600 dpi =====
1409
1410*ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
1411*ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
1412*ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "15.0"
1413*ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "75.0"
1414*ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "0.0"
1415
1416*ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "106"
1417*ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "106"
1418*ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "106"
1419*ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "106"
1420*ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "106"
1421
1422*%========== Enable Ricoh JobLog Feature==========
1423
1424*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
1425
1426*FoomaticRIPCommandLine: "printf &quot;%%!PS-Adobe-3.0\n%%%% %%&&
1427%%\n%A%B%C%D&quot;%%%%; cat;"
1428*End
1429
1430*FoomaticRIPUserEntityMaxLength: 8
1431
1432*OpenGroup: JobLog/Job Log
1433
1434*OpenUI *JobType/JobType: PickOne
1435*FoomaticRIPOption JobType: enum CmdLine A
1436*OrderDependency: 110 AnySetup *JobType
1437*DefaultJobType: Normal
1438*JobType Normal/Normal: "%% FoomaticRIPOptionSetting: JobType=Normal"
1439*FoomaticRIPOptionSetting JobType=Normal: "mark\n&&
1440/usrcode where{pop}{/usrcode()def}ifelse\n&&
1441(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
1442cleartomark\n"
1443*End
1444*JobType SamplePrint/Sample Print: "%% FoomaticRIPOptionSetting: JobType=SamplePrint"
1445*FoomaticRIPOptionSetting JobType=SamplePrint: "mark\n&&
1446/usrcode where{pop}{/usrcode()def}ifelse\n&&
1447(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
1448cleartomark\n&&
1449mark\n&&
1450(&user;) (20`date +%y%m%d%R | sed 's/://'`) {proofprint} stopped\n&&
1451cleartomark\n"
1452*End
1453*JobType LockedPrint/Locked Print: "%% FoomaticRIPOptionSetting: JobType=LockedPrint"
1454*FoomaticRIPOptionSetting JobType=LockedPrint: "mark\n&&
1455/usrcode where{pop}{/usrcode()def}ifelse\n&&
1456/lppswd where{pop}{/lppswd()def}ifelse\n&&
1457(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
1458cleartomark\n&&
1459mark\n&&
1460(&user;) (20`date +%y%m%d%R | sed 's/://'`) lppswd {secureprint} stopped\n&&
1461cleartomark\n"
1462*End
1463*JobType DocServer/Document Server: "%% FoomaticRIPOptionSetting: JobType=DocServer"
1464*FoomaticRIPOptionSetting JobType=DocServer: "mark\n&&
1465/usrcode where{pop}{/usrcode()def}ifelse\n&&
1466/dspswd where{pop}{/dspswd()def}ifelse\n&&
1467(&user;) usrcode (20`date +%y%m%d%R | sed 's/://'`) {setuserinfo} stopped\n&&
1468cleartomark\n&&
1469mark\n&&
1470(&user;) (20`date +%y%m%d%R | sed 's/://'`) dspswd (&title;) {storedprint} stopped\n&&
1471cleartomark\n"
1472*End
1473*CloseUI: *JobType
1474
1475*OpenUI *LockedPrintPassword/Locked Print Password (4 digits): PickOne
1476*FoomaticRIPOption LockedPrintPassword: password CmdLine A
1477*FoomaticRIPOptionMaxLength LockedPrintPassword:4
1478*FoomaticRIPOptionAllowedChars LockedPrintPassword: "0-9"
1479*OrderDependency: 100 AnySetup *LockedPrintPassword
1480*FoomaticRIPOptionPrototype LockedPrintPassword: "/lppswd(%s)def\n"
1481*DefaultLockedPrintPassword: None
1482*LockedPrintPassword None/None: "/lppswd()def\n"
1483*LockedPrintPassword 4001/4001: "/lppswd(4001)def\n"
1484*LockedPrintPassword 4002/4002: "/lppswd(4002)def\n"
1485*LockedPrintPassword 4003/4003: "/lppswd(4003)def\n"
1486*CloseUI: *LockedPrintPassword
1487*CustomLockedPrintPassword True/Custom Password: ""
1488*ParamCustomLockedPrintPassword Password: 1 password 4 4
1489*NonUIOrderDependency: 101 AnySetup *CustomLockedPrintPassword True
1490
1491*OpenUI *DocServerPassword/Document Server Password (4 digits): PickOne
1492*FoomaticRIPOption DocServerPassword: password CmdLine A
1493*FoomaticRIPOptionMaxLength DocServerPassword:4
1494*FoomaticRIPOptionAllowedChars DocServerPassword: "0-9"
1495*OrderDependency: 102 AnySetup *DocServerPassword
1496*FoomaticRIPOptionPrototype DocServerPassword: "/dspswd(%s)def\n"
1497*DefaultDocServerPassword: None
1498*DocServerPassword None/None: "/dspswd()def\n"
1499*DocServerPassword 3001/3001: "/dspswd(3001)def\n"
1500*DocServerPassword 3002/3002: "/dspswd(3002)def\n"
1501*DocServerPassword 3003/3003: "/dspswd(3003)def\n"
1502*CloseUI: *DocServerPassword
1503*CustomDocServerPassword True/Custom Document Server Password: ""
1504*ParamCustomDocServerPassword Password: 1 password 4 4
1505*NonUIOrderDependency: 103 AnySetup *CustomDocServerPassword True
1506
1507*OpenUI *UserCode/User Code (up to 8 digits): PickOne
1508*FoomaticRIPOption UserCode: string CmdLine A
1509*FoomaticRIPOptionMaxLength UserCode:8
1510*FoomaticRIPOptionAllowedChars UserCode: "0-9"
1511*OrderDependency: 104 AnySetup *UserCode
1512*FoomaticRIPOptionPrototype UserCode: "/usrcode(%s)def\n"
1513*DefaultUserCode: None
1514*UserCode None/None: "/usrcode()def\n"
1515*UserCode 1001/1001: "/usrcode(1001)def\n"
1516*UserCode 1002/1002: "/usrcode(1002)def\n"
1517*UserCode 1003/1003: "/usrcode(1003)def\n"
1518*CloseUI: *UserCode
1519*CustomUserCode True/Custom UserCode: ""
1520*ParamCustomUserCode UserCode: 1 passcode 1 8
1521*NonUIOrderDependency: 105 AnySetup *CustomUserCode True
1522
1523*CloseGroup: JobLog/Job Log
1524
1525
1526*% end of Printer Description file