~ubuntu-branches/ubuntu/oneiric/foomatic-db/oneiric

« back to all changes in this revision

Viewing changes to db/source/PPD/Brother/BR9320_2_GPL.ppd

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2010-12-17 14:22:03 UTC
  • mfrom: (1.2.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20101217142203-em6b4stnjzvaua4n
Tags: 20101217-0ubuntu1
* New upstream release
   - Added new PostScript printers and PPDs from Epson and Brother.
   - Added database entries for the PPDs of Epson's Japanese market
     printers.
   - Corrected the translation lines of Lexmark's PostScript PPDs to
     comply with the specs.
   - Renamed printers from Epson and Sharp so that their names match
     the names in the manufacturer-supplied PPD files.
   - Forced the "eplaser" and "eplaser-jp" drivers to feed Ghostscript
     only with PostScript input as these drivers have problems with PDF.
   - Added documentation for job parameter entities in Foomatic PPD files
     to the README file.
   - Fixed default PageSize choice of "necp2xX.upp" driver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*PPD-Adobe: "4.3"
 
2
*% This program is free software; you can redistribute it and/or modify it
 
3
*% under the terms of the GNU General Public License as published by the Free
 
4
*% Software Foundation; either version 2 of the License, or (at your option)
 
5
*% any later version.
 
6
*%
 
7
*% This program is distributed in the hope that it will be useful, but WITHOUT
 
8
*% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
9
*% FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
10
*% more details.
 
11
*%
 
12
*% You should have received a copy of the GNU General Public License along with
 
13
*% this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 
14
*% Place, Suite 330, Boston, MA  02111-1307  USA
 
15
*%
 
16
 
 
17
 
 
18
*%================================================
 
19
*%      Copyright(C) 2008 Brother Industries, Ltd.
 
20
*%      "Brother MFC-9320CW BR-Script3"
 
21
*%================================================
 
22
 
 
23
*%==== General Information Keywords ========================
 
24
*FormatVersion: "4.3"
 
25
*FileVersion: "1.01"
 
26
*LanguageEncoding: ISOLatin1
 
27
*LanguageVersion: English
 
28
*Manufacturer: "Brother"
 
29
*PCFileName: "BR9320_2.PPD"
 
30
*Product: "(Brother MFC-9320CW)"
 
31
*PSVersion: "(3010.106) 3"
 
32
*ShortNickName: "Brother MFC-9320CW BR-Script3"
 
33
*ModelName: "Brother MFC-9320CW BR-Script3"
 
34
*NickName: "Brother MFC-9320CW BR-Script3"
 
35
 
 
36
*%==== Basic Device Capabilities =============
 
37
*LanguageLevel: "3"
 
38
*TTRasterizer: Type42
 
39
*ColorDevice: True
 
40
*DefaultColorSpace: CMYK
 
41
*FileSystem: True
 
42
*?FileSystem:"
 
43
save 
 
44
        /devname (%disk0%) def 
 
45
        /ret false def 
 
46
        0 1 7{ 
 
47
                devname exch 48 add 5 exch put 
 
48
                devname devstatus { 
 
49
                        0 ne {/ret true def}if 
 
50
                        pop pop pop pop pop pop pop 
 
51
                }if 
 
52
        }for 
 
53
        ret {(True)}{(False)} ifelse = flush 
 
54
restore 
 
55
 
56
*End
 
57
 
 
58
*Throughput: "20"
 
59
*FreeVM: "2700000"
 
60
 
 
61
*%==== Emulations and Protocols ==========
 
62
*Protocols: PJL TBCP
 
63
 
 
64
*SuggestedJobTimeout: "0"
 
65
*SuggestedWaitTimeout: "300"
 
66
*PrintPSErrors: True
 
67
 
 
68
*%==== PostScript Patches ==========
 
69
*%*JobPatchFile 1: "statusdict/setusbbinary known{statusdict begin true setusbbinary end}if"
 
70
 
 
71
*%==== JCL Features ==========================
 
72
*JCLBegin:           "<1B>%-12345X@PJL JOB<0A>"
 
73
*JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
 
74
*JCLEnd:             "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
 
75
 
 
76
 
 
77
*%==== Media Selection ======================
 
78
 
 
79
*OpenUI *PageSize: PickOne
 
80
*OrderDependency: 30 AnySetup *PageSize
 
81
*DefaultPageSize: A4
 
82
*PageSize Letter/Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
 
83
*PageSize Legal/Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
 
84
*PageSize Executive/Executive: "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice"
 
85
*PageSize A4/A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
 
86
*PageSize A4Long/A4 Long: "<< /PageSize [595 1147] /ImagingBBox null >> setpagedevice"
 
87
*PageSize A5/A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
 
88
*PageSize A5L/A5 Long Edge: "<< /PageSize [595 419] /ImagingBBox null >> setpagedevice"
 
89
*PageSize A6/A6: "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice"
 
90
*PageSize Env10/Com-10: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
 
91
*PageSize EnvMonarch/Monarch: "<</PageSize [279 540] /ImagingBBox null>> setpagedevice"
 
92
*PageSize EnvDL/DL: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
 
93
*PageSize EnvDLRotated/DL Long Edge: "<< /PageSize [624 312] /ImagingBBox null >> setpagedevice"
 
94
*PageSize EnvC5/C5: "<</PageSize [459 649] /ImagingBBox null>> setpagedevice"
 
95
*PageSize EnvISOB5/B5 : "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
 
96
*PageSize EnvISOB6/B6 : "<< /PageSize [354 499] /ImagingBBox null >> setpagedevice"
 
97
*PageSize B5/JIS B5: "<< /PageSize [515.0 727.0] /ImagingBBox null >> setpagedevice"
 
98
*PageSize B6/JIS B6: "<< /PageSize [363.0 515.0] /ImagingBBox null >> setpagedevice"
 
99
*PageSize 3x5/3x5: "<< /PageSize [216 360] /ImagingBBox null >> setpagedevice"
 
100
*PageSize FanFoldGermanLegal/Folio: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
 
101
*CloseUI: *PageSize
 
102
 
 
103
*OpenUI *PageRegion: PickOne
 
104
*OrderDependency: 40 AnySetup *PageRegion
 
105
*DefaultPageRegion: A4
 
106
*PageRegion Letter/Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
 
107
*PageRegion Legal/Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
 
108
*PageRegion Executive/Executive: "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice"
 
109
*PageRegion A4/A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
 
110
*PageRegion A4Long/A4 Long: "<< /PageSize [595 1147] /ImagingBBox null >> setpagedevice"
 
111
*PageRegion A5/A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
 
112
*PageRegion A5L/A5 Long Edge: "<< /PageSize [595 419] /ImagingBBox null >> setpagedevice"
 
113
*PageRegion A6/A6: "<< /PageSize [297 420] /ImagingBBox null >> setpagedevice"
 
114
*PageRegion Env10/Com-10: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
 
115
*PageRegion EnvMonarch/Monarch: "<</PageSize [279 540] /ImagingBBox null>> setpagedevice"
 
116
*PageRegion EnvDL/DL: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
 
117
*PageRegion EnvDLRotated/DL Long Edge: "<< /PageSize [624 312] /ImagingBBox null >> setpagedevice"
 
118
*PageRegion EnvC5/C5: "<</PageSize [459 649] /ImagingBBox null>> setpagedevice"
 
119
*PageRegion EnvISOB5/B5 : "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
 
120
*PageRegion EnvISOB6/B6 : "<< /PageSize [354 499] /ImagingBBox null >> setpagedevice"
 
121
*PageRegion B5/JIS B5: "<< /PageSize [515.0 727.0] /ImagingBBox null >> setpagedevice"
 
122
*PageRegion B6/JIS B6: "<< /PageSize [363.0 515.0] /ImagingBBox null >> setpagedevice"
 
123
*PageRegion 3x5/3x5: "<< /PageSize [216 360] /ImagingBBox null >> setpagedevice"
 
124
*PageRegion FanFoldGermanLegal/Folio: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
 
125
*CloseUI: *PageRegion
 
126
 
 
127
*DefaultImageableArea: A4
 
128
*ImageableArea Letter/Letter: "12.0 12.12 599.88 780.0"
 
129
*ImageableArea Legal/Legal: "12.0 12.12 599.88 996.0"
 
130
*ImageableArea Executive/Executive: "11.99 12.12 510.0 744.0"
 
131
*ImageableArea A4/A4: "12.0 12.24 583.08 829.92"
 
132
*ImageableArea A4Long/A4 Long: "12.0 12.12 583.08 1134.96"
 
133
*ImageableArea A5/A5: "12.0 11.88 407.4 582.96"
 
134
*ImageableArea A5L/A5 Long Edge: "12.0 11.88 407.4 582.96"
 
135
*ImageableArea A6/A6: "12.0 12.6 285.48 408.0"
 
136
*ImageableArea Env10/Com-10: "12.0 12.12 284.88 672.0"
 
137
*ImageableArea EnvMonarch/Monarch: "12.0 12.12 266.76 528.0"
 
138
*ImageableArea EnvDL/DL: "12.0 12.24 299.88 612.0"
 
139
*ImageableArea EnvDLRotated/DL Long Edge: "17.76 12.12 606.24 300.0"
 
140
*ImageableArea EnvC5/C5: "12.0 12.24 446.76 636.96"
 
141
*ImageableArea EnvISOB5/B5 : "12.0 12.48 486.72 696.96"
 
142
*ImageableArea EnvISOB6/B6 : "12.0 12.24 342.12 486.96"
 
143
*ImageableArea B5/JIS B5: "12.0 12.48 502.92 714.96"
 
144
*ImageableArea B6/JIS B6: "12.0 12.00 350.88 503.00"
 
145
*ImageableArea 3x5/3x5: "12.0 12.12 204.00 348.00"
 
146
*ImageableArea FanFoldGermanLegal/Folio: "12.0 12.12 599.88 924.0"
 
147
 
 
148
*%==== Information About Media Sizes ========
 
149
 
 
150
*DefaultPaperDimension: A4
 
151
*PaperDimension Letter/Letter: "612 792"
 
152
*PaperDimension Legal/Legal: "612 1008"
 
153
*PaperDimension Executive/Executive: "522 756"
 
154
*PaperDimension A4/A4: "595 842"
 
155
*PaperDimension A4Long/A4 Long: "595 1147"
 
156
*PaperDimension A5/A5: "420 595"
 
157
*PaperDimension A5L/A5 Long Edge: "420 595"
 
158
*PaperDimension A6/A6: "297 420"
 
159
*PaperDimension Env10/Com-10: "297 684"
 
160
*PaperDimension EnvMonarch/Monarch: "279 540"
 
161
*PaperDimension EnvDL/DL: "312 624"
 
162
*PaperDimension EnvDLRotated/DL Long Edge: "624 312"
 
163
*PaperDimension EnvC5/C5: "459 649"
 
164
*PaperDimension EnvISOB5/B5 : "499 709"
 
165
*PaperDimension EnvISOB6/B6 : "354 499"
 
166
*PaperDimension B5/JIS B5: "516 729"
 
167
*PaperDimension B6/JIS B6: "363 516"
 
168
*PaperDimension 3x5/3x5: "216 360"
 
169
*PaperDimension FanFoldGermanLegal/Folio: "612 936"
 
170
 
 
171
*%==== Custom Page Sizes ====================
 
172
*NonUIOrderDependency: 40 AnySetup *CustomPageSize
 
173
*VariablePaperSize: True
 
174
*LeadingEdge Short: ""
 
175
*LeadingEdge Long: ""
 
176
*DefaultLeadingEdge: Short
 
177
*MaxMediaWidth: "612"
 
178
*MaxMediaHeight: "1152"
 
179
*HWMargins: 13 13 13 13
 
180
*CustomPageSize True: "
 
181
        <</BRCustomPageSize true>> setpagedevice 
 
182
        exch pop exch pop 0 eq{exch}if
 
183
        << /PageSize [ 5 -2 roll ] /ImagingBBox null >> 
 
184
        setpagedevice 
 
185
"
 
186
*End
 
187
*ParamCustomPageSize Width: 1 points 216 612
 
188
*ParamCustomPageSize Height: 2 points 329 1152
 
189
*ParamCustomPageSize WidthOffset: 3 points 0 0
 
190
*ParamCustomPageSize HeightOffset: 4 points 0 0
 
191
*ParamCustomPageSize Orientation: 5 int 0 1
 
192
 
 
193
*%==== 5.12 Finishing Features =================================
 
194
*%%%%% Resolution and Appearance Control %%%%%
 
195
*DefaultResolution: 600dpi
 
196
 
 
197
*OpenUI *CAPT/Print Quality:PickOne
 
198
*OrderDependency: 10 AnySetup *CAPT
 
199
*DefaultCAPT: Fine
 
200
*CAPT Fine/Normal (600 x 600 dpi): "<</BRApt 0 /HWResolution [600 600]>> setpagedevice"
 
201
*CAPT SuperFine/Fine (2400 dpi class): "<</BRApt 2 /HWResolution [600 600]>> setpagedevice"
 
202
*?CAPT: "
 
203
        currentpagedevice /BRApt get 2 eq
 
204
        {(SuperFine)}
 
205
        {
 
206
                currentpagedevice/HWResolution get 0 get 600 eq{(Fine)}{(Draft)}ifelse
 
207
        }ifelse = flush
 
208
"
 
209
*End
 
210
*CloseUI: *CAPT
 
211
 
 
212
*%==== 5.13 Media Handling Features ============================
 
213
*OpenUI *BRMediaType/Media Type: PickOne
 
214
*OrderDependency: 28 AnySetup *BRMediaType
 
215
*DefaultBRMediaType:Plain 
 
216
*BRMediaType Plain/Plain Paper: "<</MediaType (REGULAR)>>setpagedevice"
 
217
*BRMediaType Thin/Thin Paper: "<</MediaType (THIN)>>setpagedevice"
 
218
*BRMediaType Thick/Thick Paper: "<</MediaType (THICK)>>setpagedevice"
 
219
*BRMediaType ThickPaper2/Thicker Paper: "<</MediaType (THICK2)>>setpagedevice"
 
220
*BRMediaType BOND/Bond Paper: "<</MediaType (BOND)>>setpagedevice"
 
221
*BRMediaType Env/Envelopes: "<</MediaType (ENVELOPES)>>setpagedevice"
 
222
*BRMediaType EnvThick/Env. Thick: "<</MediaType (ENVTHICK)>>setpagedevice"
 
223
*BRMediaType EnvThin/Env. Thin: "<</MediaType (ENVTHIN)>>setpagedevice"
 
224
*BRMediaType Recycled/Recycled Paper: "<</MediaType (RECYCLED)>>setpagedevice"
 
225
*BRMediaType Label/Label: "<</MediaType (LABEL)>>setpagedevice"
 
226
*CloseUI: *BRMediaType
 
227
 
 
228
*OpenUI *InputSlot: PickOne
 
229
*OrderDependency: 29 AnySetup *InputSlot
 
230
*DefaultInputSlot: Tray1
 
231
*%InputSlot AutoSelect/Auto Select: "<</ManualFeed false /BRTraysw true >> setpagedevice"
 
232
*InputSlot Tray1/Tray1: "<</ManualFeed false /BRTraysw false /BRFeeder 0>> setpagedevice"
 
233
*%InputSlot Tray2/Tray2: "<</ManualFeed false /BRTraysw false /BRFeeder 1>> setpagedevice"
 
234
*%InputSlot MPTray/MP Tray: "<</ManualFeed false /BRTraysw false /BRFeeder 4>> setpagedevice"
 
235
*CloseUI: *InputSlot
 
236
 
 
237
*RequiresPageRegion All:True
 
238
 
 
239
*OpenUI *ManualFeed/Manual Feed: Boolean
 
240
*OrderDependency: 19 AnySetup *ManualFeed
 
241
*DefaultManualFeed: False
 
242
*ManualFeed True:  "<</ManualFeed true>> setpagedevice"
 
243
*ManualFeed False: "<</ManualFeed false>> setpagedevice"
 
244
*CloseUI: *ManualFeed
 
245
 
 
246
 
 
247
*% === Collate ==========
 
248
*%=== JobHold ================================
 
249
*OpenUI *BRJobHold/Secure Print: PickOne
 
250
*OrderDependency: 21 AnySetup *BRJobHold
 
251
*DefaultBRJobHold: None
 
252
*BRJobHold None/Off: "<</BRHold 0>>setpagedevice"
 
253
*BRJobHold Private/On: "<</BRHold 2 /BRHoldType 1>>setpagedevice"
 
254
*CloseUI: *BRJobHold
 
255
 
 
256
*OpenUI *BRJobPIN/Password: PickOne
 
257
*OrderDependency: 22 AnySetup *BRJobPIN
 
258
*DefaultBRJobPIN: HoldKey0
 
259
*BRJobPIN HoldKey0/0000: "<</BRHoldKey 0>> setpagedevice"
 
260
*BRJobPIN HoldKey1/1002: "<</BRHoldKey 1002>> setpagedevice"
 
261
*BRJobPIN HoldKey2/2833: "<</BRHoldKey 2833>> setpagedevice"
 
262
*BRJobPIN HoldKey3/3410: "<</BRHoldKey 3410>> setpagedevice"
 
263
*BRJobPIN HoldKey4/4791: "<</BRHoldKey 4791>> setpagedevice"
 
264
*BRJobPIN HoldKey5/0052: "<</BRHoldKey 0052>> setpagedevice"
 
265
*BRJobPIN HoldKey6/9612: "<</BRHoldKey 9612>> setpagedevice"
 
266
*BRJobPIN HoldKey7/0438: "<</BRHoldKey 0438>> setpagedevice"
 
267
*BRJobPIN HoldKey8/7328: "<</BRHoldKey 7328>> setpagedevice"
 
268
*BRJobPIN HoldKey9/0001: "<</BRHoldKey 0001>> setpagedevice"
 
269
*CloseUI: *BRJobPIN
 
270
 
 
271
*OpenUI *BRUser/User Name: PickOne
 
272
*OrderDependency: 91 AnySetup *BRUser
 
273
*DefaultBRUser: UserSystem
 
274
*BRUser UserSystem/System Name: "
 
275
"
 
276
*End
 
277
*CloseUI: *BRUser
 
278
 
 
279
*OpenUI *BRJobName/Job Name: PickOne
 
280
*OrderDependency: 92 AnySetup *BRJobName
 
281
*DefaultBRJobName: JobNameSystem
 
282
*BRJobName JobNameSystem/System Name: ""
 
283
*BRJobName JobName1/1: "%%BRTitle: 1
 
284
"
 
285
*End
 
286
*BRJobName JobName2/2: "%%BRTitle: 2
 
287
"
 
288
*End
 
289
*BRJobName JobName3/3: "%%BRTitle: 3
 
290
"
 
291
*End
 
292
*BRJobName JobName4/4: "%%BRTitle: 4
 
293
"
 
294
*End
 
295
*BRJobName JobName5/5: "%%BRTitle: 5
 
296
"
 
297
*End
 
298
*BRJobName JobName6/6: "%%BRTitle: 6
 
299
"
 
300
*End
 
301
*BRJobName JobName7/7: "%%BRTitle: 7
 
302
"
 
303
*End
 
304
*BRJobName JobName8/8: "%%BRTitle: 8
 
305
"
 
306
*End
 
307
*BRJobName JobName9/9: "%%BRTitle: 9
 
308
"
 
309
*End
 
310
*CloseUI: *BRJobName
 
311
 
 
312
*OpenUI *TonerSaveMode/Toner Save: Boolean
 
313
*DefaultTonerSaveMode: False
 
314
*OrderDependency: 10 AnySetup  *TonerSaveMode
 
315
*TonerSaveMode False/Off: "
 
316
        statusdict/tonersave known{statusdict begin false tonersave end}if
 
317
"
 
318
*End
 
319
*TonerSaveMode True/On: "
 
320
        statusdict/tonersave known{statusdict begin true tonersave end}if
 
321
"
 
322
*End
 
323
*CloseUI: *TonerSaveMode
 
324
 
 
325
*%==== BR-Script Color Original UI  ==================================
 
326
 
 
327
*OpenUI *BRPrintQuality/Colour/Mono: PickOne 
 
328
*OrderDependency: 15 AnySetup *BRPrintQuality
 
329
*DefaultBRPrintQuality: Auto
 
330
*BRPrintQuality Auto/Auto: "
 
331
        <</BRProcessColor 4 /BRHrc 0>>setpagedevice
 
332
        <</BRColorAdapt true>>setpagedevice
 
333
        <</BRRenderMode false>>setpagedevice"
 
334
*BRPrintQuality Color/Colour: "
 
335
        <</BRProcessColor 4 /BRHrc 0>>setpagedevice
 
336
        <</BRColorAdapt false>>setpagedevice
 
337
        <</BRRenderMode false>>setpagedevice"
 
338
*BRPrintQuality Black/Mono: "
 
339
        <</BRProcessColor 1>>setpagedevice
 
340
        <</BRColorAdapt false>>setpagedevice
 
341
        <</BRRenderMode true>>setpagedevice"
 
342
*?BRPrintQuality: "
 
343
        save
 
344
        currentpagedevice /BRProcessColor get 1 eq 
 
345
        {(Black)}{(Color)}ifelse
 
346
        = flush
 
347
        restore
 
348
"
 
349
*End
 
350
*CloseUI: *BRPrintQuality
 
351
 
 
352
*% Color Mode Information ===============
 
353
*OpenUI *BRColorMode/Colour Mode: PickOne
 
354
*OrderDependency: 131.0 AnySetup *BRColorMode
 
355
*DefaultBRColorMode: Normal
 
356
*BRColorMode Normal/Normal: "
 
357
        <</UseCIEColor true>>setpagedevice
 
358
        <</BRColorMode 0>>setpagedevice
 
359
"
 
360
*End
 
361
*BRColorMode Vivid/Vivid: "
 
362
        <</UseCIEColor true>>setpagedevice
 
363
        <</BRColorMode 1>>setpagedevice
 
364
"
 
365
*End
 
366
*BRColorMode None/None: "
 
367
        <</UseCIEColor false>>setpagedevice
 
368
"
 
369
*End
 
370
*CloseUI: *BRColorMode
 
371
 
 
372
*% Improve Gray Color Information ===============
 
373
*OpenUI *BRImprovedGray/Improve Grey Colour: PickOne
 
374
*OrderDependency: 132.0 AnySetup *BRImprovedGray
 
375
*DefaultBRImprovedGray: True
 
376
*BRImprovedGray True/On: "
 
377
        <</BRImprovedGray true>>setpagedevice
 
378
"
 
379
*End
 
380
*BRImprovedGray False/Off: "
 
381
        <</BRImprovedGray false>>setpagedevice
 
382
"
 
383
*End
 
384
*CloseUI: *BRImprovedGray
 
385
 
 
386
*% UCRGCR Information ===============
 
387
*OpenUI *UCRGCRForImage/Enhance Black Printing: Boolean
 
388
*OrderDependency: 133 AnySetup *ScreenLock
 
389
*DefaultUCRGCRForImage: False
 
390
*UCRGCRForImage False/Off: "
 
391
        statusdict begin false ucrgcrforimage end
 
392
"
 
393
*End
 
394
*UCRGCRForImage True/On: "
 
395
        statusdict begin true ucrgcrforimage end
 
396
"
 
397
*End
 
398
*CloseUI: *UCRGCRForImage
 
399
 
 
400
*% Halftone Screen Lock Information ===============
 
401
*OpenUI *ScreenLock/Halftone Screen Lock: Boolean
 
402
*OrderDependency: 90 AnySetup *ScreenLock
 
403
*DefaultScreenLock: True
 
404
*ScreenLock True/On: "
 
405
    <</HalftoneMode 1>>setuserparams 
 
406
"
 
407
*End
 
408
*ScreenLock False/Off: "
 
409
    <</HalftoneMode 0>>setuserparams
 
410
"
 
411
*End
 
412
*CloseUI: *ScreenLock
 
413
 
 
414
*% Reduced Image ===============
 
415
*OpenUI *BRReducedImage/High Quality Image Printing: Boolean
 
416
*OrderDependency: 131.0 AnySetup *BRReducedImage
 
417
*DefaultBRReducedImage: False
 
418
*BRReducedImage False/Off: "
 
419
        <</BRReduceImage true>>setpagedevice
 
420
"
 
421
*End
 
422
*BRReducedImage True/On: "
 
423
        <</BRReduceImage false>>setpagedevice
 
424
"
 
425
*End
 
426
*CloseUI: *BRReducedImage
 
427
 
 
428
*% Improve Print Output ===============
 
429
*OpenUI *ImprovePrintOutput/Improve Print Output: PickOne
 
430
*OrderDependency: 135.0 AnySetup *ImprovePrintOutput
 
431
*DefaultImprovePrintOutput: None
 
432
*ImprovePrintOutput None/Off: "
 
433
        <</BRReducePaperCurl false /BRImproveTonerFixing false>>setpagedevice
 
434
"
 
435
*End
 
436
*ImprovePrintOutput ReducePaperCurl/Reduce Paper Curl: "
 
437
        <</BRReducePaperCurl true /BRImproveTonerFixing false>>setpagedevice
 
438
"
 
439
*End
 
440
*ImprovePrintOutput ImproveTonerFixing/Improve Toner Fixing: "
 
441
        <</BRReducePaperCurl false /BRImproveTonerFixing true>>setpagedevice
 
442
"
 
443
*End
 
444
*CloseUI: *ImprovePrintOutput
 
445
 
 
446
*%==== 5.17 Gray Levels and Halftoninig ========================
 
447
*AccurateScreenSupport: False
 
448
*ScreenFreq:  "60.0"
 
449
*ScreenAngle: "0.0"
 
450
*DefaultScreenProc: Dot
 
451
*ScreenProc Dot: "{1.0 add 180 mul 1 add sin 0.001 add exch 1.0 add 180 mul 2 add sin mul}"
 
452
 
 
453
*DefaultTransfer: Null
 
454
*Transfer Null:         "{}"
 
455
*Transfer Null.Inverse: "{1 exch sub}"
 
456
 
 
457
*%==== 5.18 Color Issues =======================================
 
458
*% BlackSubstitution -> Original UI
 
459
 
 
460
*%==== 5.19 Color Separation Keywords ==========================
 
461
*DefaultColorSep: ProcessBlack
 
462
*ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
 
463
*ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
 
464
*ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
 
465
*ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
 
466
*ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
 
467
*ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
 
468
*ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
 
469
*ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
 
470
*ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
 
471
*ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
 
472
*ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
 
473
*ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
 
474
*ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
 
475
*ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi:"47.4342"
 
476
*ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
 
477
*ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
 
478
*ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
 
479
*ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
 
480
*ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
 
481
*ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
 
482
*ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
 
483
*ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
 
484
*ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
 
485
*ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
 
486
*ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
 
487
*ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
 
488
*ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi:  "45.0"
 
489
*ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi:  "71.5651"
 
490
*ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
 
491
*ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
 
492
*End
 
493
 
 
494
*InkName: ProcessBlack/Process Black
 
495
*InkName: CustomColor/Custom Color
 
496
*InkName: ProcessCyan/Process Cyan
 
497
*InkName: ProcessMagenta/Process Magenta
 
498
*InkName: ProcessYellow/Process Yellow
 
499
 
 
500
*%==== 5.20 Font Related Keywords ==============================
 
501
*DefaultFont: Courier
 
502
*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
 
503
*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
 
504
*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
 
505
*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
 
506
*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
 
507
*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
 
508
*Font Bookman-Light: Standard "(001.004S)" Standard ROM
 
509
*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
 
510
*Font Courier: Standard "(002.004S)" Standard ROM
 
511
*Font Courier-Bold: Standard "(002.004S)" Standard ROM
 
512
*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
 
513
*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
 
514
*Font Helvetica: Standard "(001.006S)" Standard ROM
 
515
*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
 
516
*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
 
517
*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
 
518
*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
 
519
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
 
520
*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
 
521
*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
 
522
*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
 
523
*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
 
524
*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
 
525
*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
 
526
*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
 
527
*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
 
528
*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
 
529
*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
 
530
*Font Times-Bold: Standard "(001.007S)" Standard ROM
 
531
*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
 
532
*Font Times-Italic: Standard "(001.007S)" Standard ROM
 
533
*Font Times-Roman: Standard "(001.007S)" Standard ROM
 
534
*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
 
535
*Font ZapfDingbats: Special "(001.004S)" Special ROM
 
536
*Font Symbol: Special "(001.007S)" Special ROM
 
537
*Font Alaska: Standard "(001.005)" Standard ROM
 
538
*Font AlaskaExtrabold: Standard "(001.005)" Standard ROM
 
539
*Font AntiqueOakland: Standard "(001.005)" Standard ROM
 
540
*Font AntiqueOakland-Bold: Standard "(001.005)" Standard ROM
 
541
*Font AntiqueOakland-Oblique: Standard "(001.005)" Standard ROM
 
542
*Font ClevelandCondensed: Standard "(001.005)" Standard ROM
 
543
*Font Connecticut: Standard "(001.005)" Standard ROM
 
544
*Font Guatemala-Antique: Standard "(001.005)" Standard ROM
 
545
*Font Guatemala-Bold: Standard "(001.005)" Standard ROM
 
546
*Font Guatemala-Italic: Standard "(001.005)" Standard ROM
 
547
*Font Guatemala-BoldItalic: Standard "(001.005)" Standard ROM
 
548
*Font LetterGothic: Standard "(001.005)" Standard ROM
 
549
*Font LetterGothic-Bold: Standard "(001.005)" Standard ROM
 
550
*Font LetterGothic-Oblique: Standard "(001.005)" Standard ROM
 
551
*Font Maryland: Standard "(001.005)" Standard ROM
 
552
*Font Oklahoma: Standard "(001.005)" Standard ROM
 
553
*Font Oklahoma-Bold: Standard "(001.005)" Standard ROM
 
554
*Font Oklahoma-Oblique: Standard "(001.005)" Standard ROM
 
555
*Font Oklahoma-BoldOblique: Standard "(001.005)" Standard ROM
 
556
*Font Utah: Standard "(001.005)" Standard ROM
 
557
*Font Utah-Bold: Standard "(001.005)" Standard ROM
 
558
*Font Utah-Oblique: Standard "(001.005)" Standard ROM
 
559
*Font Utah-BoldOblique: Standard "(001.005)" Standard ROM
 
560
*Font UtahCondensed: Standard "(001.005)" Standard ROM
 
561
*Font UtahCondensed-Bold: Standard "(001.005)" Standard ROM
 
562
*Font UtahCondensed-Oblique: Standard "(001.004)" Standard ROM
 
563
*Font UtahCondensed-BoldOblique: Standard "(001.005)" Standard ROM
 
564
*Font BermudaScript: Standard "(001.005)" Standard ROM
 
565
*Font Germany: Standard "(001.005)" Standard ROM
 
566
*Font SanDiego: Standard "(001.005)" Standard ROM
 
567
*Font US-Roman: Standard "(001.005)" Standard ROM
 
568
*?FontQuery: "
 
569
save
 
570
count 1 gt
 
571
  {exch dup dup
 
572
   =string cvs (/) print print (:) print
 
573
   FontDirectory exch known
 
574
     {pop(Yes)}
 
575
     {(fonts/)AppendName exch pop mark exch
 
576
      {}=string filenameforall counttomark
 
577
      0 gt
 
578
        {cleartomark(Yes)}
 
579
        {cleartomark(No)}ifelse
 
580
     }ifelse
 
581
   =
 
582
  }if
 
583
  (*) = flush
 
584
restore
 
585
"
 
586
*End
 
587
*?FontList: "
 
588
save
 
589
  FontDirectory{pop ==}forall
 
590
  (fonts/*)
 
591
  {dup length 6 sub 6 exch getinterval cvn ==
 
592
  }=string filenameforall
 
593
  (*) = flush
 
594
restore
 
595
"
 
596
*End
 
597
 
 
598
 
 
599
*%==== 5.21 Printer Messages ===================================
 
600
*% 
 
601
*% Printer Message 
 
602
*%
 
603
*PrinterError: "service call"
 
604
*PrinterError: "cover open"
 
605
*PrinterError: "end of ink"
 
606
*PrinterError: "out of maintenance paper"
 
607
*PrinterError: "out of paper"
 
608
*PrinterError: "paper jam"
 
609
*PrinterError: "manual feed time out"
 
610
*PrinterError: "load paper letter size"
 
611
*PrinterError: "load paper legal size"
 
612
*PrinterError: "load paper B5 size"
 
613
*PrinterError: "load paper A4 size"
 
614
*PrinterError: "offline"
 
615
 
 
616
*Status: "idle"
 
617
*Status: "busy"
 
618
*Status: "waiting"
 
619
*Status: "printing"
 
620
*Status: "warming up"
 
621
*Status: "PrinterError: service call"
 
622
*Status: "PrinterError: cover open"
 
623
*Status: "PrinterError: end of ink"
 
624
*Status: "PrinterError: out of paper"
 
625
*Status: "PrinterError: paper jam"
 
626
*Status: "PrinterError: manual feed time out"
 
627
*Status: "PrinterError: load paper letter size"
 
628
*Status: "PrinterError: load paper legal size"
 
629
*Status: "PrinterError: load paper B5 size"
 
630
*Status: "PrinterError: load paper A4 size"
 
631
*Status: "PrinterError: offline"
 
632
 
 
633
*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
 
634
*Source: "Serial"
 
635
*Source: "Parallel"
 
636
*Source: "EtherTalk"
 
637
*Source: "LPR"
 
638
*Source: "PrintServer"
 
639
*Source: "Internal"
 
640
 
 
641
*Message: "%%[ exitserver: permanent state may be changed ]%%"
 
642
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
 
643
*Message: "\FontName\ not found, using BR-03B."
 
644
*%==== 5.22 System Management ==================================
 
645
*Password: "0"
 
646
*ExitServer: "
 
647
        serverdict begin 0 exitserver
 
648
"
 
649
*End
 
650
*Reset: "
 
651
        clear cleardictstack
 
652
        serverdict begin 0 exitserver
 
653
        systemdict /quit get exec
 
654
 "
 
655
*End
 
656