summaryrefslogtreecommitdiff
path: root/psprint_config/configuration/ppds/TK350171.PS
blob: b0bf8e0d5dca5363f442f80a30b0da170d7a9c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
*PPD-Adobe: "4.3"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1995 Adobe Systems Incorporated. 
*% All Rights Reserved. 
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright statement
*FormatVersion: "4.3"
*FileVersion: "1.2"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*Product: "(Phaser 350)"
*PSVersion: "(2015.105) 10"
*Manufacturer: "Tektronix"
*ModelName: "Tektronix Phaser 350"
*ShortNickName: "Tektronix Phaser 350"
*NickName: "Tektronix Phaser 350"
*PCFileName: "TK350171.PPD"

*% === Installable Options ===========
*OpenGroup: InstallableOptions/Options Installed

*OpenUI *InstalledMemory/Memory Configuration: PickOne
*DefaultInstalledMemory: 24Meg
*InstalledMemory None/Standard 8 MB RAM: ""
*InstalledMemory 12Meg/12 MB Total RAM: ""
*InstalledMemory 24Meg/24 MB Total RAM: ""
*?InstalledMemory: "
 currentsystemparams /RamSize get
 16#100000 div round cvi
 dup 14 lt
 { pop (None) } {2 string cvs print (Meg) } ifelse
 = flush"
*End
*CloseUI: *InstalledMemory

*OpenUI *Option1/Optional Hard Drive: Boolean
*DefaultOption1: False
*Option1 True/Installed: ""
*Option1 False/Not Installed: ""
*?Option1: "
 save false
 (%disk?%)
 { currentdevparams dup /Writeable known
   { /Writeable get {pop true} if }  {pop} ifelse
 } 10 string /IODevice resourceforall
 {(True)}{(False)} ifelse = flush
 restore"
*End
*CloseUI: *Option1

*OpenUI *Option2/Optional Network Card: PickOne
*DefaultOption2: None
*Option2 None/Not Installed: ""
*Option2 P1/EtherTalk, NetWare and TCP/IP: ""
*Option2 P2/TokenTalk, NetWare and TCP/IP: ""
*Option2 P3/LocalTalk and Serial: ""
*?Option2: "
 (%EthernetPhysical%) /IODevice resourcestatus
 {pop pop (P1) }
 {
   (%LocalTalk%) /IODevice resourcestatus
   {pop pop (P3) }
   {
     (%TokenRingPhysical%) /IODevice resourcestatus
     {pop pop (P2) } { (None) } ifelse
   } ifelse
 } ifelse = flush"
*End
*CloseUI: *Option2

*OpenUI *Option3/Optional Lower Tray: Boolean
*DefaultOption3: False
*Option3 True/Installed: ""
*Option3 False/Not Installed: ""
*?Option3: "
currentpagedevice /InputAttributes get 1 known
{ (True) } { (False) } ifelse = flush"
*End
*CloseUI: *Option3

*CloseGroup: InstallableOptions

*% === Basic Device Capabilities ============
*LanguageLevel: "2"
*Protocols: BCP

*FreeVM: "16000000"
*VMOption None/Standard 8 MB RAM: "2300000"
*VMOption 12Meg/12 MB Total RAM: "6100000"
*VMOption 24Meg/24 MB Total RAM: "16000000"
*ColorDevice: True
*DefaultColorSpace: CMYK
*AccurateScreensSupport: True
*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "300"
*SuggestedManualFeedTimeout: "60"
*1284Modes Parallel: Compat Nibble
*1284DeviceID: "
  MANUFACTURER:Tektronix;COMMAND SET:Adobe Level 2 PostScript;
  MODEL:Phaser 350;CLASS:Printer;DESCRIPTION:
  Phaser 350 Color Page Printer, PostScript Level 2, Letter / A4 Size;
  COMPATIBLE_ID:"
*End
*TTRasterizer: Type42
*?TTRasterizer: "
 save
 42 /FontType resourcestatus
 { pop pop (Type42)} {pop pop (None)} ifelse = flush
 restore
 "
*End


*FileSystem: True
*?FileSystem: "
  save false
  (%disk?%)
  { currentdevparams dup /Writeable known
    { /Writeable get {pop true} if }  {pop} ifelse
  } 10 string /IODevice resourceforall
  {(True)}{(False)} ifelse = flush
  restore"
*End

*Throughput: "6"
*Password: "(0)"
*ExitServer: "
  count 0 eq
  { false } { true exch startjob } ifelse
  not
  { (WARNING: Cannot modify initial VM.) =
    (Missing or invalid password.) =
    (Please contact the author of this software.) = flush quit
  } if
"
*End
*Reset: "
  count 0 eq
  { false } { true exch startjob } ifelse
  not
  { (WARNING: Cannot reset printer.) =
    (Missing or invalid password.) =
    (Please contact the author of this software.) = flush quit
  } if
  systemdict /quit get exec
  (WARNING : Printer Reset Failed.) = flush"
*End

*% === Constraints ===================
*%
*UIConstraints: *InstalledMemory None *OutputMode Enhanced
*UIConstraints: *InstalledMemory 12Meg *OutputMode Enhanced
*UIConstraints: *VMOption None *OutputMode Enhanced
*UIConstraints: *VMOption 12Meg *OutputMode Enhanced
*UIConstraints: *Option3 False *InputSlot Lower

*UIConstraints: *OutputMode Enhanced *InstalledMemory None
*UIConstraints: *OutputMode Enhanced *InstalledMemory 12Meg
*UIConstraints: *OutputMode Enhanced *VMOption None
*UIConstraints: *OutputMode Enhanced *VMOption 12Meg
*UIConstraints: *InputSlot Lower *Option3 False

*% Resolution/Print Quality Selection  ===================

*DefaultResolution: 300x300dpi

*SetResolution 300x300dpi : ""
*SetResolution 600x300dpi : ""

*OpenUI *OutputMode/Print Quality: PickOne
*OrderDependency: 40.0 AnySetup *OutputMode
*DefaultOutputMode: Standard
*OutputMode FastColor/Fast Color: "
 <<
   /HWResolution /Default /OutputDevice findresource /HWResolution get 0 get
 >> setpagedevice"
*End

*OutputMode Standard/Standard: "
<<
   /HWResolution /Default /OutputDevice findresource /HWResolution get 1 get
>> setpagedevice"
*End

*OutputMode Enhanced/Enhanced: "
<<
   /HWResolution /Default /OutputDevice findresource /HWResolution get
   dup length 1 sub get
>> setpagedevice"
*End

*?OutputMode: "
  currentpagedevice /HWResolution get 0 get dup 300 lt
    {
      pop (FastColor)
    }
    {
      300 gt
      {
        (Enhanced)
      }
      {
        (Standard)
      } ifelse
    } ifelse
    = flush"
*End
*CloseUI: *OutputMode

*% Halftone Information =================

*DefaultHalftoneType: 9
*ScreenFreq: "60.0"
*ScreenAngle: "0.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "
 {180 mul cos exch 180 mul cos add 2 div} bind"
*End
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{ 1 exch sub } bind"

*% Tray Selection ============

*OpenUI *InputSlot: PickOne
*OrderDependency: 42.0 AnySetup *InputSlot
*DefaultInputSlot: Paper
*InputSlot Upper: "
  <<
    /MediaPosition 0
    /MediaType null
    /TraySwitch false
    /ManualFeed false
  >>  setpagedevice"
*End
*InputSlot Lower: "
  <<
    /MediaPosition 1
    /MediaType null
    /TraySwitch false
    /ManualFeed false
  >>  setpagedevice"
*End
*InputSlot Paper: "
  <<
    /MediaPosition null
    /MediaType (Paper)
    /TraySwitch true
    /ManualFeed false
  >>  setpagedevice"
*End
*InputSlot Transparency: "
  <<
      /MediaPosition null
      /MediaType (Transparency)
      /TraySwitch true
      /ManualFeed false
  >>  setpagedevice"
*End
*InputSlot ManualPaper/Manual Paper: "
  <<
    /MediaPosition null
    /MediaType (Paper)
    /TraySwitch false
    /ManualFeed true
  >>  setpagedevice"
*End
*InputSlot ManualTransparency/Manual Transparency: "
  <<
    /MediaPosition null
    /MediaType (Transparency)
    /TraySwitch false
    /ManualFeed true
  >>  setpagedevice"
*End
*?InputSlot: "
  save
  currentpagedevice /MediaPosition get
  dup null eq
  { pop currentpagedevice /MediaType get
    dup null eq
    { pop (Upper) }
    { dup (Paper) eq
      { pop currentpagedevice /ManualFeed get
        { (ManualPaper) }
        { (Paper) } ifelse
      }
      {
        (Transparency) eq
        { currentpagedevice /ManualFeed get
          { (ManualTransparency) }
          { (Transparency) } ifelse
        }
        { (Unknown) } ifelse
      } ifelse
    } ifelse
  }
  {
    dup 0 eq
    { pop (Upper) }
    { 1 eq
      { (Lower) }
      { (Unknown) } ifelse
    } ifelse
  } ifelse
  = flush restore"
*End
*CloseUI: *InputSlot

*% Paper Handling ===================

*% Use these entries to set paper size most of the time, unless there is
*% specific reason to use PageRegion.
*OpenUI *PageSize: PickOne
*OrderDependency: 44.0 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter: "<<  /PageSize [612 792] /ImagingBBox null
  >>  setpagedevice"
*End
*PageSize A4: "<<  /PageSize [595 842] /ImagingBBox null
  >>  setpagedevice"
*End
*?PageSize: "
  save currentpagedevice /PageSize get aload pop
  2 copy gt {exch} if (Unknown)
  <<
  [612 792] (Letter)
  [595 842] (A4) >>
  { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  	{ exch pop exit } { pop } ifelse
  } bind forall = flush pop pop restore"
*End
*CloseUI: *PageSize

*% These entries will set up the frame buffer. Usually used with manual feed.
*OpenUI *PageRegion: PickOne
*OrderDependency: 46.0 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter: "<<  /PageSize [612 792] /ImagingBBox null
  >>  setpagedevice"
*End
*PageRegion A4: "<<  /PageSize [595 842] /ImagingBBox null
  >>  setpagedevice"
*End
*CloseUI: *PageRegion

*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: Letter
*ImageableArea Letter: "14.16 25.8 597.84 777.96"
*ImageableArea A4: "13.45 25.81 581.76 827.88"
*?ImageableArea: "
<< /HWResolution [300 300] >> setpagedevice
  clippath pathbbox
  /cvp {16 string cvs print ( ) print} def
  4 3 roll 100 mul ceiling 100 div cvp
  3 2 roll 100 mul ceiling 100 div cvp
  exch 100 mul floor 100 div cvp
  100 mul floor 100 div = flush
  userdict /cvp undef"
*End

*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter
*PaperDimension Letter: "612 792"
*PaperDimension A4: "595 842"

*DefaultOutputOrder: Normal
*RequiresPageRegion All: True

*% TKColor Selections  ===================
*OpenUI *TKColor/Color Correction: PickOne
*OrderDependency: 50.0 AnySetup *TKColor
*DefaultTKColor: VividColor/Vivid Color
*TKColor NoAdjust/None: "
  <<
    /DeviceRenderingInfo <<
      /Type 2
      /VirtualColorDevice null
    >>
  >>  setpagedevice"
*End
*TKColor VividColor/Vivid Color: "
  <<
    /DeviceRenderingInfo <<
      /Type 2
      /VirtualColorDevice <<
        /Type 3
        /ColorTransform /TekBlue
      >>
    >>
   >>  setpagedevice"
*End
*TKColor SimulateDisplay/Simulate Display: "
  <<
    /DeviceRenderingInfo <<
      /Type 2
      /VirtualColorDevice <<
        /Type 3
        /ColorTransform /TekDisplay
      >>
    >>
   >>  setpagedevice"
*End
*TKColor SWOPPress/SWOP Press: "
  <<
    /DeviceRenderingInfo <<
      /Type 2
      /VirtualColorDevice <<
        /Type 3
        /ColorTransform /SWOP-Coated
      >>
    >>
   >>  setpagedevice"
*End
*TKColor EuroscalePress/Euroscale Press: "
  <<
    /DeviceRenderingInfo <<
      /Type 2
      /VirtualColorDevice <<
        /Type 3
        /ColorTransform /Euroscale-Coated
      >>
    >>
   >>  setpagedevice"
*End
*TKColor CommercialPress/Commercial Press: "
  <<
    /DeviceRenderingInfo <<
      /Type 2
      /VirtualColorDevice <<
        /Type 3
        /ColorTransform /Commercial-Coated
      >>
    >>
   >>  setpagedevice"
*End
*TKColor Monochrome: "
  <<
    /DeviceRenderingInfo <<
      /Type 2
      /VirtualColorDevice <<
        /Type 1
        /ColorTransform /Gray
      >>
    >>
   >>  setpagedevice"
*End
*TKColor UsePrinterSetting/Use Printer Setting: ""
*?TKColor: "save
  { currentpagedevice /DeviceRenderingInfo get
    /VirtualColorDevice get
    dup null eq
    { pop (NoAdjust) }
    { /ColorTransform get
      <<
        /TekBlue           (VividColor)
        /TekDisplay        (SimulateDisplay)
        /SWOP-Coated       (SWOPPress)
        /Euroscale-Coated  (EuroscalePress)
        /Commercial-Coated (CommercialPress)
        /Gray              (Monochrome)
      >>
      exch get
    } ifelse
  } stopped
  { % error in PostScript code execution
    pop pop (Unknown)
  } if
  = flush restore"
*End
*CloseUI: *TKColor

*OpenUI *TKImageSmoothing/Image Smoothing: Boolean
*OrderDependency: 52.0 AnySetup *TKImageSmoothing
*DefaultTKImageSmoothing: False
*TKImageSmoothing False: "
  false /RRCustomProcs /ProcSet findresource /setforceinterpolate get exec"
*End
*TKImageSmoothing True: "
  true /RRCustomProcs /ProcSet findresource /setforceinterpolate get exec"
*End
*?TKImageSmoothing: "
  save
  /RRCustomProcs /ProcSet findresource /currentforceinterpolate get exec
  {(True)}{(False)} ifelse
  = flush restore"
*End
*CloseUI: *TKImageSmoothing

*% Font Information =====================
*DefaultFont: Courier
*Font Courier: Standard "(002.003)" Standard ROM
*Font Courier-Bold: Standard "(002.003)" Standard ROM
*Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
*Font Courier-Oblique: Standard "(002.003)" Standard ROM
*Font Helvetica: Standard "(001.006)" Standard ROM
*Font Helvetica-Bold: Standard "(001.007)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
*Font Symbol: Special "(001.007)" Special ROM
*Font Times-Bold: Standard "(001.007)" Standard ROM
*Font Times-BoldItalic: Standard "(001.009)" Standard ROM
*Font Times-Italic: Standard "(001.007)" Standard ROM
*Font Times-Roman: Standard "(001.007)" Standard ROM
*?FontQuery: "
  save
  { count 1 gt
    { exch dup 127 string cvs (/) print print (:) print
     /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
    } { exit } ifelse
  } bind loop
  (*) = flush restore"
*End

*?FontList: "
   save (*) {cvn ==} 128 string /Font resourceforall
   (*) = flush restore"
*End

*DefaultColorSep: ProcessBlack.60lpi.300x300dpi/60 lpi / 300x300 dpi

*InkName: ProcessBlack/Process Black
*InkName: CustomColor/Custom Color
*InkName: ProcessCyan/Process Cyan
*InkName: ProcessMagenta/Process Magenta
*InkName: ProcessYellow/Process Yellow

*%  For 60 lpi / 300x300 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.60lpi.300x300dpi/60 lpi / 300x300 dpi: "0.0"
*ColorSepScreenAngle CustomColor.60lpi.300x300dpi/60 lpi / 300x300 dpi: "0.0"
*ColorSepScreenAngle ProcessCyan.60lpi.300x300dpi/60 lpi / 300x300 dpi: "0.0"
*ColorSepScreenAngle ProcessMagenta.60lpi.300x300dpi/60 lpi / 300x300 dpi: "0.0"
*ColorSepScreenAngle ProcessYellow.60lpi.300x300dpi/60 lpi / 300x300 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
*ColorSepScreenFreq CustomColor.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
*ColorSepScreenFreq ProcessCyan.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
*ColorSepScreenFreq ProcessMagenta.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"
*ColorSepScreenFreq ProcessYellow.60lpi.300x300dpi/60 lpi / 300x300 dpi: "60"

*% The byte count of this file should be exactly 014657 or 015208
*% depending on the filesystem it resides in.
*% end of PPD file for Tektronix Phaser 350