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

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

*OpenUI *InstalledMemory/Memory Configuration: PickOne
*DefaultInstalledMemory: None
*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

*% === Constraints ===================

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

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

*LanguageLevel: "2"
*Protocols: BCP

*FreeVM: "2300000"
*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

*Emulators:  hpgl
*StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
*StopEmulator_hpgl: "<1B7F>0"

*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

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

*DefaultResolution: 300x300dpi

*OpenUI *OutputMode/Print Quality: PickOne
*OrderDependency: 40.0 AnySetup *OutputMode
*DefaultOutputMode: Standard
*OutputMode FastColor/Fast Color: "
  <3c7e343f5038663d264e554e446573513c426c406c6e30665f24343147434c673521462
   5214644745a2441526f4071426b285d7324337e3e6376782065786563>cvx exec"
*End
*OutputMode Standard/Standard: "
  <3c7e343f5038663d264e554e446573513c426c406c6e3147434c2a3147434c673521462
   5214644745a2441526f4071426b285d7324337e3e6376782065786563>cvx exec"
*End
*OutputMode Enhanced/Enhanced  600x300: "
  <3c7e343f5038663d264e554e446573513c426c406c6e32443f672d3147434c673521462
   5214644745a2441526f4071426b285d7324337e3e6376782065786563>cvx exec"
*End
*?OutputMode: "
  save
  <3c7e343f503e593146505f24462a27636643693d3e433147434c323b666c47634137394
   c682e35696b362d712f2365403b5d52644131395d2b4073296734415375552f403a732e5
   e4154686374414d3653553b49736f66436973693644662d5c31415454254b2b4435382d2
   b4435382d24337e3e6376782065786563>cvx exec
  = flush restore"
*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: "
  (<<) cvx exec
    /MediaPosition 0
    /MediaType null
    /TraySwitch false
    /ManualFeed false
  (>>) cvx exec setpagedevice"
*End
*InputSlot Lower: "
  (<<) cvx exec
    /MediaPosition 1
    /MediaType null
    /TraySwitch false
    /ManualFeed false
  (>>) cvx exec setpagedevice"
*End
*InputSlot Paper: "
  (<<) cvx exec
    /MediaPosition null
    /MediaType (Paper)
    /TraySwitch true
    /ManualFeed false
  (>>) cvx exec setpagedevice"
*End
*InputSlot Transparency: "
  (<<) cvx exec
      /MediaPosition null
      /MediaType (Transparency)
      /TraySwitch true
      /ManualFeed false
  (>>) cvx exec setpagedevice"
*End
*InputSlot ManualPaper/Manual Paper: "
  (<<) cvx exec
    /MediaPosition null
    /MediaType (Paper)
    /TraySwitch false
    /ManualFeed true
  (>>) cvx exec setpagedevice"
*End
*InputSlot ManualTransparency/Manual Transparency: "
  (<<) cvx exec
    /MediaPosition null
    /MediaType (Transparency)
    /TraySwitch false
    /ManualFeed true
  (>>) cvx exec 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: "(<<) cvx exec /PageSize [612 792] /ImagingBBox null
  (>>) cvx exec setpagedevice"
*End
*PageSize A4: "(<<) cvx exec /PageSize [595 842] /ImagingBBox null
  (>>) cvx exec setpagedevice"
*End
*?PageSize: "
  save currentpagedevice /PageSize get aload pop 
  2 copy gt {exch} if (Unknown)
  (<<) cvx exec
  [612 792] (Letter)
  [595 842] (A4) (>>) cvx exec
  { 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: "(<<) cvx exec /PageSize [612 792] /ImagingBBox null
  (>>) cvx exec setpagedevice"
*End
*PageRegion A4: "(<<) cvx exec /PageSize [595 842] /ImagingBBox null
  (>>) cvx exec 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.4401 25.8001 581.76 827.88"
*?ImageableArea: "
  save
  /cvp { (                ) cvs print ( ) print } bind def
  /upperright {10000 mul floor 10000 div} bind def
  /lowerleft {10000 mul ceiling 10000 div} bind def
  newpath clippath pathbbox
  4 -2 roll exch 2 {lowerleft cvp} repeat
  exch 2 {upperright cvp} repeat flush restore
"
*End

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

*DefaultOutputOrder: Normal
*RequiresPageRegion All: True

*OpenUI *Collate/Quick Collate: Boolean
*OrderDependency: 48.0 AnySetup *Collate
*DefaultCollate: False
*Collate False: "
  (<<) cvx exec
    /Collate false
  (>>) cvx exec setpagedevice"
*End
*Collate True: "
  (<<) cvx exec
    /Collate true
  (>>) cvx exec setpagedevice"
*End
*?Collate: "
  save
  currentpagedevice /Collate get {(True)}{(False)}ifelse
  = flush restore"
*End
*CloseUI: *Collate

*% TKColor Selections  ===================

*OpenUI *TKColor/Color Correction: PickOne
*OrderDependency: 50.0 AnySetup *TKColor
*DefaultTKColor: VividColor/Vivid Color
*TKColor NoAdjust/None: "
  (<<) cvx exec
    /DeviceRenderingInfo (<<) cvx exec
      /Type 2
      /VirtualColorDevice null
    (>>) cvx exec
  (>>) cvx exec setpagedevice"
*End
*TKColor VividColor/Vivid Color: "
  (<<) cvx exec
    /DeviceRenderingInfo (<<) cvx exec
      /Type 2
      /VirtualColorDevice (<<) cvx exec
        /Type 3
        /ColorTransform /TekBlue
      (>>) cvx exec
    (>>) cvx exec
   (>>) cvx exec setpagedevice"
*End
*TKColor SimulateDisplay/Simulate Display: "
  (<<) cvx exec
    /DeviceRenderingInfo (<<) cvx exec
      /Type 2
      /VirtualColorDevice (<<) cvx exec
        /Type 3
        /ColorTransform /TekDisplay
      (>>) cvx exec
    (>>) cvx exec
   (>>) cvx exec setpagedevice"
*End
*TKColor SWOPPress/SWOP Press: "
  (<<) cvx exec
    /DeviceRenderingInfo (<<) cvx exec
      /Type 2
      /VirtualColorDevice (<<) cvx exec
        /Type 3
        /ColorTransform /SWOP-Coated
      (>>) cvx exec
    (>>) cvx exec
   (>>) cvx exec setpagedevice"
*End
*TKColor EuroscalePress/Euroscale Press: "
  (<<) cvx exec
    /DeviceRenderingInfo (<<) cvx exec
      /Type 2
      /VirtualColorDevice (<<) cvx exec
        /Type 3
        /ColorTransform /Euroscale-Coated
      (>>) cvx exec
    (>>) cvx exec
   (>>) cvx exec setpagedevice"
*End
*TKColor CommercialPress/Commercial Press: "
  (<<) cvx exec
    /DeviceRenderingInfo (<<) cvx exec
      /Type 2
      /VirtualColorDevice (<<) cvx exec
        /Type 3
        /ColorTransform /Commercial-Coated
      (>>) cvx exec
    (>>) cvx exec
   (>>) cvx exec setpagedevice"
*End
*TKColor Monochrome: "
  (<<) cvx exec
    /DeviceRenderingInfo (<<) cvx exec
      /Type 2
      /VirtualColorDevice (<<) cvx exec
        /Type 1
        /ColorTransform /Gray
      (>>) cvx exec
    (>>) cvx exec
   (>>) cvx exec setpagedevice"
*End
*TKColor UsePrinterSetting/Use Printer Setting: ""
*?TKColor: "save
  { currentpagedevice /DeviceRenderingInfo get
    /VirtualColorDevice get
    dup null eq
    { pop (NoAdjust) }
    { /ColorTransform get
      (<<) cvx exec
        /TekBlue           (VividColor)
        /TekDisplay        (SimulateDisplay)
        /SWOP-Coated       (SWOPPress)
        /Euroscale-Coated  (EuroscalePress)
        /Commercial-Coated (CommercialPress)
        /Gray              (Monochrome)
      (>>) cvx exec
      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

*%  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 016431 or 016994
*% depending on the filesystem it resides in.
*% end of PPD file for Tektronix Phaser 350