home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_liu / 13.ddi / TK200172.PP_ / TK200172.PP
Encoding:
PostScript Printer Description  |  1993-07-24  |  12.3 KB  |  398 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: "TK200172.PPD"
  19. *Product: "(Phaser 200e)"
  20. *PSVersion: "(2011.108) 3"
  21. *ModelName: "Tektronix Phaser 200e with 17 fonts v2011.108(3)"
  22. *NickName: "Tektronix Phaser 200e with 17 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 Courier: Standard "(002.003)" Standard ROM
  249. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  250. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  251. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  252. *Font Helvetica: Standard "(001.006)" Standard ROM
  253. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  254. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  255. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  256. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  257. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  258. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  259. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  260. *Font Symbol: Special "(001.007)" Special ROM
  261. *Font Times-Bold: Standard "(001.007)" Standard ROM
  262. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  263. *Font Times-Italic: Standard "(001.007)" Standard ROM
  264. *Font Times-Roman: Standard "(001.007)" Standard ROM
  265.  
  266. *?FontQuery: "
  267.  save
  268.    { count 1 gt
  269.       { exch dup 127 string cvs (/) print print (:) print
  270.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  271.       } { exit } ifelse 
  272.    } bind loop
  273.    (*) = flush
  274.  restore
  275. "
  276. *End
  277.  
  278. *?FontList: "
  279. save
  280.   (*) {cvn ==} 128 string /Font resourceforall
  281.   (*) = flush
  282. restore
  283. "
  284. *End
  285.  
  286. *% Printer Messages (verbatim from printer):
  287. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  288. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  289. *Message: "\FontName\ not found, using Courier"
  290.  
  291. *% Status (format: %%[ status: <one of these> ] %%)
  292. *Status: "idle"
  293. *Status: "busy"
  294. *Status: "waiting"
  295. *Status: "initializing"
  296. *Status: "printing"
  297. *Status: "printer printing test print"
  298. *Status: "printer is warming up"
  299. *Status: "thermal head temperature"
  300. *Status: "transfer roll low"
  301. *Status: "lower tray empty"
  302. *Status: "upper tray empty"
  303.  
  304. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  305. *Source: "Serial"
  306. *Source: "LocalTalk"
  307. *Source: "Parallel"
  308. *Source: "Internal"
  309.  
  310. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  311. *PrinterError: "upper tray empty"
  312. *PrinterError: "lower tray empty"
  313. *PrinterError: "transfer roll empty"
  314. *PrinterError: "misfeed"
  315. *PrinterError: "cover is open"
  316. *PrinterError: "execute command not ready"
  317. *PrinterError: "requires service"
  318. *PrinterError: "communication error"
  319. *PrinterError: "unknown communication error"
  320. *PrinterError: "unsupported transfer roll type"
  321. *PrinterError: "unsupported engine type"
  322. *PrinterError: "unsupported engine firmware"
  323. *PrinterError: "printer is not ready"
  324. *PrinterError: "transmit error"
  325. *PrinterError: "not ready"
  326. *PrinterError: "unsolicited response"
  327. *PrinterError: "framing error"
  328. *PrinterError: "overrun error"
  329. *PrinterError: "parity error"
  330. *PrinterError: "received break"
  331. *PrinterError: "transmit buffer full"
  332. *PrinterError: "receive buffer full"
  333. *PrinterError: "transfer roll jam"
  334. *PrinterError: "paper jam"
  335. *PrinterError: "internal interface error"
  336. *PrinterError: "printer engine failure"
  337. *PrinterError: "paper misfeed"
  338. *PrinterError: "print engine starved"
  339. *PrinterError: "drum position error"
  340. *PrinterError: "strove error"
  341. *PrinterError: "head up/down error"
  342. *PrinterError: "paper pickup jam"
  343. *PrinterError: "tray empty"
  344. *PrinterError: "cover was opened"
  345. *PrinterError: "pickup failed, check cover"
  346.  
  347. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  348.  
  349. *% Color Separation Information =====================
  350.  
  351. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  352.  
  353. *InkName: ProcessBlack/Process Black
  354. *InkName: CustomColor/Custom Color
  355. *InkName: ProcessCyan/Process Cyan
  356. *InkName: ProcessMagenta/Process Magenta
  357. *InkName: ProcessYellow/Process Yellow
  358.  
  359. *%  For 80 lpi / 300 dpi ================================
  360.  
  361. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  362. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  363. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  364. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  365. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  366.  
  367. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  368. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  369. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  370. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  371. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  372.  
  373. *%  For 60 lpi / 300 dpi ================================
  374.  
  375. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  376. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  377. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  378. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  379. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  380.  
  381. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  382. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  383. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  384. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  385. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  386.  
  387.  
  388. *% Produced by "bldppd42.ps" version 4.0 edit 11
  389. *% Edited by Debbie Aubrey
  390. *% Last Edit Date: Mar 26 1993
  391. *% The byte count of this file should be exactly 012220 or 012617
  392. *% depending on the filesystem it resides in.
  393. *% end of PPD file for Phaser 200e, 17 fonts
  394.  
  395.  
  396.  
  397.  
  398.