home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_liu / 13.ddi / TK200392.PP_ / TK200392.PP
Encoding:
PostScript Printer Description  |  1993-07-24  |  13.7 KB  |  419 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9.  
  10. *% Tektronix (R) is a registered trademark of Tektronix, Inc.
  11. *% TekColor TM is a trademark of Tektronix, Inc.
  12. *% Phaser TM is a trademark of Tektronix, Inc., for color printers and 
  13. *%  related products.
  14.  
  15. *FormatVersion: "4.0"
  16. *FileVersion: "1.2"
  17. *LanguageVersion: English
  18. *PCFileName: "TK200392.PPD"
  19. *Product: "(Phaser 200e)"
  20. *PSVersion: "(2011.108) 3"
  21. *ModelName: "Tektronix Phaser 200e with 39 fonts v2011.108(3)"
  22. *NickName: "Tektronix Phaser 200e with 39 fonts v2011.108(3)"
  23.  
  24. *% === Options and Constraints =========
  25.  
  26. *OpenGroup: InstallableOptions/Options Installed
  27. *OpenUI *Option1/Optional Lower Tray: Boolean
  28. *DefaultOption1: False
  29. *Option1 True/Installed: ""
  30. *Option1 False/Not Installed: ""
  31. *CloseUI: *Option1
  32.  
  33. *OpenUI *Option2/Memory Configuration: PickOne
  34. *DefaultOption2: None
  35. *Option2 None/Standard 4 MB RAM: ""
  36. *Option2 8Meg/8 MB Total RAM: ""
  37. *CloseUI: *Option2
  38. *CloseGroup: InstallableOptions
  39.  
  40. *% ==== Device Capabilities ===============
  41. *LanguageLevel: "2"
  42. *Protocols: BCP
  43. *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
  44. *StopEmulator_hpgl: "<1B7F>0"
  45.  
  46. *FreeVM: "929640"
  47. *ColorDevice: True
  48. *DefaultColorSpace: CMYK
  49. *VariablePaperSize: False
  50.  
  51. *Throughput: "1"
  52. *Password: "()" 
  53. *ExitServer: "
  54.  count 0 eq
  55.  { false } { true exch startjob } ifelse
  56.  not { 
  57.      (WARNING: Cannot modify initial VM.) =
  58.      (Missing or invalid password.) =
  59.      (Please contact the author of this software.) = flush quit
  60.      } if
  61. "
  62. *End
  63.  
  64. *Reset: "
  65.  count 0 eq
  66.  { false } { true exch startjob } ifelse
  67.  not { 
  68.     (WARNING: Cannot reset printer.) =
  69.     (Missing or invalid password.) =
  70.     (Please contact the author of this software.) = flush quit
  71.     } if
  72.  systemdict /quit get exec
  73.  (WARNING : Printer Reset Failed.) = flush
  74. "
  75. *End
  76.  
  77. *DefaultResolution: 300dpi
  78. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  79. *?Resolution: "
  80.   save
  81.     currentpagedevice /HWResolution get
  82.     0 get
  83.     (          ) cvs print
  84.     (dpi)
  85.     = flush
  86.   restore
  87. "
  88. *End
  89.  
  90. *% Halftone Information ===============
  91. *ScreenFreq: "60.0"
  92. *ScreenAngle: "68.0"
  93. *DefaultScreenProc: TekHalftone
  94. *ScreenProc TekHalftone: "
  95.  mark 
  96.   { 25 string dup 0 (Halftone-) putinterval dup 9 
  97.     [ (CoatedPaper*) (PlainPaper*) (Transparency*) ]
  98.     /RRCustomProcs /ProcSet findresource /mediainfo get exec 
  99.     get putinterval (*) search pop 3 1 roll pop pop cvn
  100.     /Halftone findresource /GraySpotFunction get
  101.     exch
  102.   } stopped pop cleartomark
  103. "
  104. *End
  105.  
  106. *SpotFunctionLine: "{ pop }"
  107. *SpotFunctionEllipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  108.  
  109. *DefaultTransfer: Null
  110. *Transfer Null: "{ }"
  111. *Transfer Null.Inverse: "{ 1 exch sub }"
  112.  
  113.  
  114. *% Paper Handling ===================
  115.  
  116. *% Code in this section both selects a tray and sets up a frame buffer.
  117. *OpenUI *PageSize: PickOne
  118. *OrderDependency: 20 AnySetup *PageSize
  119. *DefaultPageSize: Letter
  120. *PageSize Letter/Letter: "
  121.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  122. *End
  123. *PageSize Letter.Perf/Letter Perf: "
  124.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  125. *End
  126. *PageSize A4/A4: "
  127.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  128. *End
  129. *PageSize A4.Perf/A4 Perf: "
  130.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  131. *End
  132. *?PageSize: "
  133.  save
  134.    currentpagedevice /PageSize get aload pop
  135.    2 copy gt {exch} if 
  136.    (Unknown) 
  137.   4 dict
  138.    dup [612 792] (Letter) put
  139.    dup [612 792] (Letter Perf) put
  140.    dup [595 842] (A4) put
  141.    dup [595 842] (A4 Perf) put
  142.    { exch aload pop 4 index sub abs 5 le exch 
  143.    5 index sub abs 5 le and 
  144.       {exch pop exit} {pop} ifelse
  145.    } bind forall
  146.    = flush pop pop
  147. restore 
  148. "
  149. *End
  150. *CloseUI: *PageSize
  151.  
  152. *OpenUI *PageRegion:  PickOne
  153. *OrderDependency: 30 AnySetup *PageRegion
  154. *DefaultPageRegion: Letter
  155. *PageRegion Letter/Letter: "
  156.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  157. *End
  158. *PageRegion Letter.Perf/Letter Perf: "
  159.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  160. *End
  161. *PageRegion A4/A4: "
  162.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  163. *End
  164. *PageRegion A4.Perf/A4 Perf: "
  165.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  166. *End
  167. *CloseUI: *PageRegion
  168.  
  169. *DefaultImageableArea:  Letter
  170. *ImageableArea Letter/Letter: "14.1733 59.6476 597.853 777.247"  
  171. *ImageableArea Letter.Perf/Letter Perf: "14.1733 14.2933 597.853 777.493"  
  172. *ImageableArea A4/A4: "14.1733 59.6476 582.493 827.648"
  173. *ImageableArea A4.Perf/A4 Perf: "14.1733 14.2933 582.493 827.893"
  174. *?ImageableArea: "
  175.    save
  176.     /cvp { (                ) cvs print ( ) print } bind def
  177.     /upperright {10000 mul floor 10000 div} bind def
  178.      /lowerleft {10000 mul ceiling 10000 div} bind def
  179.     newpath clippath pathbbox
  180.     4 -2 roll exch 2 {lowerleft cvp} repeat
  181.     exch 2 {upperright cvp} repeat flush
  182.    restore
  183.    "
  184. *End
  185.  
  186. *% These provide the physical dimensions of the paper (by keyword)
  187. *DefaultPaperDimension: Letter
  188. *PaperDimension Letter/Letter: "612 792"
  189. *PaperDimension Letter.Perf/Letter Perf: "612 792"
  190. *PaperDimension A4/A4: "595 842"
  191. *PaperDimension A4.Perf/A4 Perf: "595 842"
  192.  
  193. *RequiresPageRegion All: False
  194.  
  195.  
  196. *% Tray Selection ===================
  197.  
  198. *% Code in this section both selects an input tray
  199. *OpenUI *InputSlot: PickOne
  200. *OrderDependency: 40 AnySetup *InputSlot
  201. *DefaultInputSlot:Unknown
  202. *InputSlot Lower: "
  203.   currentpagedevice /InputAttributes get
  204.   {1 get} stopped
  205.   {pop pop}
  206.   { 2 dict dup /InputAttributes 
  207.     1 dict dup /Priority [1] put put dup
  208.     /TraySwitch false put 
  209.     setpagedevice
  210.   } ifelse 
  211.   "
  212. *End
  213. *InputSlot Upper: "
  214.   currentpagedevice /InputAttributes get
  215.   {0 get} stopped
  216.   {pop pop}
  217.   { 2 dict dup /InputAttributes
  218.     1 dict dup /Priority [0] put put dup
  219.     /TraySwitch false put
  220.     setpagedevice
  221.   } ifelse
  222.   "
  223. *End
  224. *?InputSlot: "
  225. save
  226.   2 dict
  227.   dup /0 (Lower) put
  228.   dup /1 (Upper) put
  229.   currentpagedevice /InputAttributes get
  230.   dup /Priority known
  231.   { /Priority get 0 get (      ) cvs cvn get }
  232.   {
  233.     dup length 1 eq
  234.     { {pop} forall (       ) cvs cvn get }
  235.     { pop pop (Unknown) } ifelse
  236.   } ifelse
  237.   = flush
  238. restore
  239. "
  240. *End
  241. *CloseUI: *InputSlot
  242.  
  243. *DefaultOutputBin:  OnlyOne
  244. *DefaultOutputOrder:  Reverse
  245.  
  246. *% Font Information =====================
  247. *DefaultFont: Courier
  248. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  249. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  250. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  251. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  252. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  253. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  254. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  255. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  256. *Font Courier: Standard "(002.003)" Standard ROM
  257. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  258. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  259. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  260. *Font Helvetica: Standard "(001.006)" Standard ROM
  261. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  262. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  263. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  264. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  265. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  266. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  267. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  268. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  269. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  270. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  271. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  272. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  273. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  274. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  275. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  276. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  277. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  278. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  279. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  280. *Font Symbol: Special "(001.007)" Special ROM
  281. *Font Times-Bold: Standard "(001.007)" Standard ROM
  282. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  283. *Font Times-Italic: Standard "(001.007)" Standard ROM
  284. *Font Times-Roman: Standard "(001.007)" Standard ROM
  285. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  286. *Font ZapfDingbats: Special "(001.004)" Special ROM
  287.  
  288. *?FontQuery: "
  289.  save
  290.    { count 1 gt
  291.       { exch dup 127 string cvs (/) print print (:) print
  292.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  293.       } { exit } ifelse 
  294.    } bind loop
  295.    (*) = flush
  296.  restore
  297. "
  298. *End
  299.  
  300. *?FontList: "
  301. save
  302.   (*) {cvn ==} 128 string /Font resourceforall
  303.   (*) = flush
  304. restore
  305. "
  306. *End
  307.  
  308. *% Printer Messages (verbatim from printer):
  309. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  310. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  311. *Message: "\FontName\ not found, using Courier"
  312.  
  313. *% Status (format: %%[ status: <one of these> ] %%)
  314. *Status: "idle"
  315. *Status: "busy"
  316. *Status: "waiting"
  317. *Status: "initializing"
  318. *Status: "printing"
  319. *Status: "printer printing test print"
  320. *Status: "printer is warming up"
  321. *Status: "thermal head temperature"
  322. *Status: "transfer roll low"
  323. *Status: "lower tray empty"
  324. *Status: "upper tray empty"
  325.  
  326. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  327. *Source: "Serial"
  328. *Source: "LocalTalk"
  329. *Source: "Parallel"
  330. *Source: "Internal"
  331.  
  332. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  333. *PrinterError: "upper tray empty"
  334. *PrinterError: "lower tray empty"
  335. *PrinterError: "transfer roll empty"
  336. *PrinterError: "misfeed"
  337. *PrinterError: "cover is open"
  338. *PrinterError: "execute command not ready"
  339. *PrinterError: "requires service"
  340. *PrinterError: "communication error"
  341. *PrinterError: "unknown communication error"
  342. *PrinterError: "unsupported transfer roll type"
  343. *PrinterError: "unsupported engine type"
  344. *PrinterError: "unsupported engine firmware"
  345. *PrinterError: "printer is not ready"
  346. *PrinterError: "transmit error"
  347. *PrinterError: "not ready"
  348. *PrinterError: "unsolicited response"
  349. *PrinterError: "framing error"
  350. *PrinterError: "overrun error"
  351. *PrinterError: "parity error"
  352. *PrinterError: "received break"
  353. *PrinterError: "transmit buffer full"
  354. *PrinterError: "receive buffer full"
  355. *PrinterError: "transfer roll jam"
  356. *PrinterError: "paper jam"
  357. *PrinterError: "internal interface error"
  358. *PrinterError: "printer engine failure"
  359. *PrinterError: "paper misfeed"
  360. *PrinterError: "print engine starved"
  361. *PrinterError: "drum position error"
  362. *PrinterError: "strove error"
  363. *PrinterError: "head up/down error"
  364. *PrinterError: "paper pickup jam"
  365. *PrinterError: "tray empty"
  366. *PrinterError: "cover was opened"
  367. *PrinterError: "pickup failed, check cover"
  368.  
  369. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  370.  
  371. *% Color Separation Information =====================
  372.  
  373. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  374.  
  375. *InkName: ProcessBlack/Process Black
  376. *InkName: CustomColor/Custom Color
  377. *InkName: ProcessCyan/Process Cyan
  378. *InkName: ProcessMagenta/Process Magenta
  379. *InkName: ProcessYellow/Process Yellow
  380.  
  381. *%  For 80 lpi / 300 dpi ================================
  382.  
  383. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  384. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  385. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  386. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  387. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  388.  
  389. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  390. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  391. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  392. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  393. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  394.  
  395. *%  For 60 lpi / 300 dpi ================================
  396.  
  397. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  398. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  399. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  400. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  401. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  402.  
  403. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  404. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  405. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  406. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  407. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  408.  
  409.  
  410. *% Produced by "bldppd42.ps" version 4.0 edit 11
  411. *% Edited by Debbie Aubrey
  412. *% Last Edit Date: Mar 26 1993
  413. *% The byte count of this file should be exactly 013565 or 013983
  414. *% depending on the filesystem it resides in.
  415. *% end of PPD file for Phaser 200e, 39 fonts
  416.  
  417.  
  418.  
  419.