home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / driver20.cab / escript5.spd < prev    next >
Encoding:
PostScript Printer Description  |  1997-10-20  |  9.8 KB  |  259 lines

  1. *PPD-Adobe: "4.0"
  2. *% ESCRIPT5.spd: Simplified form of ESCRIPT5.ppd
  3. *Product: "(EPL-9000)"
  4. *PSVersion: "(131.61) 2834"
  5. *ModelName: "EPSON EPL-9000 EPSONScript"
  6. *NickName: "EPSON EPL-9000 EPSONScript"
  7. *PCFileName: "ESCRIPT5.PPD"
  8. *LanguageLevel: "2"
  9. *ColorDevice: False
  10. *Protocols: TBCP
  11. *FreeVM: "1269736"
  12. *VMOption None/Minimum PS2 Standard 2.0 MB RAM: "1269736"
  13. *VMOption  6.0MB:  "5464040"
  14. *VMOption 10.0MB:  "9658344"
  15. *VMOption 18.0MB: "18047240"
  16. *Password: "()"
  17. *ExitServer: " count 0 eq % Is password on stack?
  18.    { false } { true exch startjob } ifelse
  19.      not { (WARNING: Cannot modify initial VM.) =
  20.            (Missing or invalid password.) =
  21.            (Please contact author of this software.) = flush quit
  22.          } if"
  23. *End
  24. *OpenUI *Resolution/Printing Resolution: PickOne
  25. *OrderDependency: 10 AnySetup *Resolution
  26. *DefaultResolution: 400dpi
  27. *Resolution 400dpi/Printer's default: ""
  28. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  29. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  30. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  31.   (          ) cvs print (dpi) = flush restore"
  32. *End
  33. *CloseUI: *Resolution
  34. *OpenUI *Smoothing/Resolution Improve: PickOne
  35. *OrderDependency: 50 AnySetup *Smoothing
  36. *DefaultSmoothing: Default
  37. *Smoothing Default/Printer's default: ""
  38. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  39. *Smoothing Light/Light: "<</REValue 1>> setsystemparams"
  40. *Smoothing Medium/Medium: "<</REValue 2>> setsystemparams"
  41. *Smoothing Heavy/Dark: "<</REValue 3>> setsystemparams"
  42. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  43.   currentsystemparams /REValue get  1 add  get
  44.   = flush restore"
  45. *End
  46. *CloseUI: *Smoothing
  47. *OpenUI *MicroGray/Dot Screen: PickOne
  48. *OrderDependency: 60 AnySetup *MicroGray
  49. *DefaultMicroGray: Default
  50. *MicroGray Default/Printer's default: ""
  51. *MicroGray Off/Standard: "
  52.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  53. *End
  54. *MicroGray On/MultiGray/MicroGray: "
  55.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  56. *End
  57. *?MicroGray: "save [(Off)(On)]
  58.   currentuserparams /PrefScreenValue get get
  59.   = flush restore"
  60. *End
  61. *CloseUI: *MicroGray
  62. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  63. *OrderDependency: 70 AnySetup *PSerrorsheet
  64. *DefaultPSerrorsheet: Default
  65. *PSerrorsheet Default/Printer's default: ""
  66. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  67. *PSerrorsheet On/On:  "<</DoErrorSheet true>>  setsystemparams"
  68. *?PSerrorsheet: "save[(Off)(On)]
  69.   currentsystemparams /DoErrorSheet get get
  70.   = flush restore"
  71. *End
  72. *CloseUI: *PSerrorsheet
  73. *ScreenFreq: "60"
  74. *ScreenAngle: "45"
  75. *OpenUI *PageSize: PickOne
  76. *OrderDependency: 40 AnySetup *PageSize
  77. *DefaultPageSize: A4
  78. *PageSize A3: "statusdict /a3tray get exec"
  79. *PageSize A4: "statusdict /a4tray get exec"
  80. *PageSize A5: "statusdict /a5tray get exec"
  81. *PageSize B4: "statusdict /b4tray get exec"
  82. *PageSize B5: "statusdict /b5tray get exec"
  83. *PageSize Ledger: "statusdict /ledgertray get exec"
  84. *PageSize Letter: "statusdict /lettertray get exec"
  85. *PageSize Legal: "statusdict /legaltray get exec"
  86. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  87. *PageSize Executive: "statusdict /executivetray get exec"
  88. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  89. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  90. *PageSize F4: "statusdict /f4tray get exec"
  91. *PageSize Monarch: "statusdict /monarchtray get exec"
  92. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  93. *PageSize DL: "statusdict /dlenvelopetray get exec"
  94. *PageSize C5: "statusdict /c5tray get exec"
  95. *PageSize ISOB5/International B5: "statusdict /enb5tray get exec"
  96. *?PageSize: "save
  97.  22 dict
  98.    dup /a3 (A3) put
  99.    dup /a4 (A4) put
  100.    dup /a5 (A5) put
  101.    dup /b4 (B4) put
  102.    dup /b5 (B5) put
  103.    dup /ledger (Ledger) put
  104.    dup /letter (Letter) put
  105.    dup /legal (Legal) put
  106.    dup /halfletter (HalfLetter) put
  107.    dup /executivepage (Executive) put
  108.    dup /glg (Govlgl) put
  109.    dup /glt (Govltr) put
  110.    dup /f4 (F4) put
  111.    dup /monarch (Monarch) put
  112.    dup /com10 (Comm10) put
  113.    dup /dl (DL) put
  114.    dup /dlenvelope (DL) put
  115.    dup /c5 (C5) put
  116.    dup /enb5 (ISOB5) put
  117.    paperdict {
  118.      /pindex get 
  119.      currentsystemparams /PaperSize get  eq
  120.      { exit } { pop} ifelse
  121.    } forall
  122.   count 0 eq { (Unknown) }{ get } ifelse =
  123.   flush restore"
  124. *End
  125. *CloseUI: *PageSize
  126. *OpenUI *PageRegion: PickOne
  127. *OrderDependency: 20 AnySetup *PageRegion
  128. *DefaultPageRegion: A4
  129. *PageRegion A3: "a3"
  130. *PageRegion A4: "a4"
  131. *PageRegion A5: "a5"
  132. *PageRegion B4: "b4"
  133. *PageRegion B5: "b5"
  134. *PageRegion Ledger: "ledger"
  135. *PageRegion Letter: "letter"
  136. *PageRegion Legal: "legal"
  137. *PageRegion HalfLetter/Half Letter: "halfletter"
  138. *PageRegion Executive: "executivepage"
  139. *PageRegion Govlgl/Government Legal: "glg"
  140. *PageRegion Govltr/Government Letter: "glt"
  141. *PageRegion F4: "f4"
  142. *PageRegion Monarch: "monarch"
  143. *PageRegion Comm10/Commercial-10: "com10"
  144. *PageRegion DL: "dlenvelope"
  145. *PageRegion C5: "c5"
  146. *PageRegion ISOB5/International B5: "enb5"
  147. *CloseUI: *PageRegion
  148. *DefaultImageableArea: A4
  149. *ImageableArea A3: "12 13 830 1178"
  150. *ImageableArea A4: "12 13 583 829"
  151. *ImageableArea A5: "12 13 407 582"
  152. *ImageableArea B4: "12 13 717 1020"
  153. *ImageableArea B5: "12 13 503 716"
  154. *ImageableArea Ledger: "12 13 780 1212"
  155. *ImageableArea Letter: "12 13 599 780"
  156. *ImageableArea Legal: "12 13 599 996"
  157. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  158. *ImageableArea Executive: "12 13 509 744"
  159. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  160. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  161. *ImageableArea F4: "12 13 583 923"
  162. *ImageableArea Monarch: "12 13 266 528"
  163. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  164. *ImageableArea DL: "12 13 299 611"
  165. *ImageableArea C5: "12 13 447 636"
  166. *ImageableArea ISOB5/International B5: "12 13 486 716"
  167. *?ImageableArea: "save
  168.   /cvp {(                ) cvs print ( ) print } bind def
  169.   /upperright {10000 mul floor 10000 div} bind def
  170.   /lowerleft {10000 mul ceiling 10000 div} bind def
  171.   newpath clippath pathbbox
  172.   4 -2 roll exch 2 {lowerleft cvp} repeat
  173.   exch 2 {upperright cvp} repeat flush
  174.   restore"
  175. *End
  176. *DefaultPaperDimension: A4
  177. *PaperDimension A3: "841 1190"
  178. *PaperDimension A4: "595 841"
  179. *PaperDimension A5: "419 595"
  180. *PaperDimension B4: "728 1032"
  181. *PaperDimension B5: "516 728"
  182. *PaperDimension Ledger: "792 1224"
  183. *PaperDimension Letter: "612 792"
  184. *PaperDimension Legal: "612 1008"
  185. *PaperDimension HalfLetter/Half Letter: "396 612"
  186. *PaperDimension Executive: "522 756"
  187. *PaperDimension Govlgl/Government Legal: "612 936"
  188. *PaperDimension Govltr/Government Letter: "576 756"
  189. *PaperDimension F4: "595 935"
  190. *PaperDimension Monarch: "278 540"
  191. *PaperDimension Comm10/Commercial-10: "296 684"
  192. *PaperDimension DL: "311 623"
  193. *PaperDimension C5: "459 648"
  194. *PaperDimension ISOB5/International B5: "498 708"
  195. *OpenUI *InputSlot: PickOne
  196. *OrderDependency: 30 AnySetup *InputSlot
  197. *InputSlot MP/MP Standard Tray: "2 statusdict /setpapertray get exec
  198.   <</ManualFeed false >> setpagedevice"
  199. *End
  200. *InputSlot Manual/Manual Feed: "2 statusdict /setpapertray get exec
  201.   <</ManualFeed true >> setpagedevice"
  202. *End
  203. *InputSlot Upper/Standard Cassette: "0 statusdict /setpapertray get exec
  204.   <</ManualFeed false >> setpagedevice"
  205. *End
  206. *InputSlot Lower/Optional Cassette: "1 statusdict /setpapertray get exec
  207.   <</ManualFeed false >> setpagedevice"
  208. *End
  209. *?InputSlot: "
  210.  save
  211.  currentpagedevice /ManualFeed get
  212.    {(Manual)}  {
  213.    3 dict
  214.       dup /2 (MP) put
  215.       dup /0 (Upper) put
  216.       dup /1 (Lower) put
  217.       statusdict /papertray get exec
  218.       {get} stopped {pop pop (Unknown)} if
  219.  } ifelse
  220.    = flush  restore"
  221. *End
  222. *CloseUI: *InputSlot
  223. *DefaultFont: Courier
  224. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  225. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  226. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  227. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  228. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  229. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  230. *Font Bookman-Light:              Standard "(002)" Standard ROM
  231. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  232. *Font Courier:                  Standard "(002)" Standard ROM
  233. *Font Courier-Bold:              Standard "(002)" Standard ROM
  234. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  235. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  236. *Font Helvetica:              Standard "(002)" Standard ROM
  237. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  238. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  239. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  240. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  241. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  242. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  243. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  244. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  245. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  246. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  247. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  248. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  249. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  250. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  251. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  252. *Font Symbol:                  Standard "(002)" Standard ROM
  253. *Font Times-Bold:              Standard "(002)" Standard ROM
  254. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  255. *Font Times-Italic:              Standard "(002)" Standard ROM
  256. *Font Times-Roman:              Standard "(002)" Standard ROM
  257. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  258. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  259.