home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / drucker / oki / 850 / 850win31.exe / 850WIN3!.EXE / OKOL8501.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1993-01-15  |  12.9 KB  |  382 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. *% Modified OL840 ppd to get OL850 PPD 1/14/92  JIMF
  11. *%
  12. *FormatVersion: "4.0"
  13. *FileVersion: "2.0"
  14. *PCFileName: "OKOL8501.PPD"
  15. *LanguageVersion: English
  16. *Product: "(OL850)"
  17. *PSVersion: "(52.5) 0"
  18. *ModelName: "Oki OL850-PS"
  19. *NickName: "Okidata OL850 PostScript"
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "445616"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup    % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup    % potential password
  52.     statusdict /checkpassword get exec not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict /exitserver get exec
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: A4
  102. *PageSize Letter: "statusdict /lettertray get exec"
  103. *PageSize Legal: "statusdict /legaltray get exec"
  104. *PageSize Executive: "statusdict /executivetray get exec"
  105. *PageSize A4: "statusdict /a4tray get exec"
  106. *PageSize A5: "statusdict /a5tray get exec"
  107. *PageSize B5: "statusdict /b5tray get exec"
  108. *PageSize Envelope.297.684/Comm #10 Envelope:"statusdict /com10tray get exec"
  109. *PageSize Envelope.312.624/DL Envelope:"statusdict /dltray get exec"
  110. *PageSize Envelope.459.649/C5 Envelope:"statusdict /c5tray get exec"
  111. *PageSize Envelope.279.540/Monarch Envelope:"statusdict /monarchtray get exec"
  112. *?PageSize: "
  113. save
  114. 10 dict
  115.  dup /letter (Letter) put
  116.  dup /legal (Legal) put
  117.  dup /executivepage (Executive) put
  118.  dup /a4 (A4) put
  119.  dup /a5 (A5) put
  120.  dup /b5 (B5) put
  121.  dup /com10 (Envelope.297.684) put
  122.  dup /dl (Envelope.312.624) put
  123.  dup /c5 (Envelope.459.649) put
  124.  dup /monarch (Envelope.279.540) put
  125.  statusdict /papersize get exec
  126.  3 1 roll  {get} stopped {(Unknown)}if
  127.  exch  not { print (.Transverse) }if
  128.  = flush
  129. restore
  130. "
  131. *End
  132. *CloseUI: *PageSize
  133.  
  134. *% These entries will set up the frame buffer. Usually used with manual feed.
  135. *OpenUI *PageRegion: PickOne
  136. *OrderDependency: 40 AnySetup *PageRegion
  137. *DefaultPageRegion: A4
  138. *PageRegion Letter: "letter"
  139. *PageRegion Legal: "legal"
  140. *PageRegion Executive: "executivepage"
  141. *PageRegion A4: "a4"
  142. *PageRegion A5: "a5"
  143. *PageRegion B5: "b5"
  144. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10"
  145. *PageRegion Envelope.312.624/DL Envelope: "dl"
  146. *PageRegion Envelope.459.649/C5 Envelope: "c5"
  147. *PageRegion Envelope.279.540/Monarch Envelope: "monarch"
  148. *CloseUI: *PageRegion
  149.  
  150. *% The following entries provide information about specific paper keywords.
  151. *DefaultImageableArea: A4
  152. *ImageableArea Letter: "8 8 606 776 "
  153. *ImageableArea Legal: "8 8 606 992 "
  154. *ImageableArea Executive: "8 8 513 743"
  155. *ImageableArea A4: "8 8 586 826 "
  156. *ImageableArea A5: "8 8 410 579 "
  157. *ImageableArea B5: "8 8 506 713 "
  158. *ImageableArea Envelope.297.684/Comm #10 Envelope: "7 10 290 674"
  159. *ImageableArea Envelope.279.540/Monarch Envelope: "7 10 272 530"
  160. *ImageableArea Envelope.312.624/DL Envelope: "8 11 305 614"
  161. *ImageableArea Envelope.459.649/C5 Envelope: "7 10 452 639"
  162. *?ImageableArea: "
  163. save
  164.   /cvp {(                ) cvs print ( ) print } bind def
  165.   /upperright {10000 mul floor 10000 div} bind def
  166.   /lowerleft {10000 mul ceiling 10000 div} bind def
  167.   newpath clippath pathbbox
  168.   4 -2 roll exch 2 {lowerleft cvp} repeat
  169.   exch 2 {upperright cvp} repeat flush
  170.  restore
  171. "
  172. *End
  173.  
  174. *% These provide the physical dimensions of the paper (by keyword)
  175. *DefaultPaperDimension: A4
  176. *PaperDimension Letter: "612 792"
  177. *PaperDimension Legal: "612 1008"
  178. *PaperDimension Executive: "522 756"
  179. *PaperDimension A4: "595 842"
  180. *PaperDimension A5: "420 595"
  181. *PaperDimension B5: "516 729"
  182. *PaperDimension Envelope.297.684/Comm #10 Envelope:"297 684"
  183. *PaperDimension Envelope.312.624/DL Envelope:"312 624"
  184. *PaperDimension Envelope.459.649/C5 Envelope:"459 649"
  185. *PaperDimension Envelope.279.540/Monarch Envelope:"279 540"
  186.  
  187. *RequiresPageRegion All: True
  188. *OpenUI *InputSlot: PickOne
  189. *OrderDependency: 20 AnySetup *InputSlot
  190. *DefaultInputSlot: Upper
  191. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  192. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  193. *InputSlot Envelope: "2 statusdict /setpapertray get exec"
  194. *?InputSlot: "
  195. save
  196.   [ (Upper) (Lower) (Envelope) ] statusdict /papertray get exec
  197.   {get exec} stopped { pop pop (Unknown)} if = flush
  198. restore
  199. "
  200. *End
  201. *CloseUI: *InputSlot
  202.  
  203. *OpenUI *ManualFeed: Boolean
  204. *OrderDependency: 20 AnySetup *ManualFeed
  205. *DefaultManualFeed: False
  206. *ManualFeed True: "statusdict /manualfeed true put"
  207. *ManualFeed False: "statusdict /manualfeed false put"
  208. *?ManualFeed: "
  209. save
  210.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  211. restore
  212. "
  213. *End
  214. *CloseUI: *ManualFeed
  215.  
  216. *DefaultOutputOrder: Normal
  217.  
  218. *% Font Information =====================
  219. *DefaultFont: Courier
  220. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  221. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  222. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  223. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  224. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  225. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  226. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  227. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  228. *Font Courier: Standard "(002.003)" Standard ROM
  229. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  230. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  231. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  232. *Font Helvetica: Standard "(001.006)" Standard ROM
  233. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  234. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  235. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  236. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  237. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  238. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  239. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  240. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  241. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  242. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  243. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  244. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  245. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  246. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  247. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  248. *Font Symbol: Special "(001.007)" Special ROM
  249. *Font Times-Bold: Standard "(001.007)" Standard ROM
  250. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  251. *Font Times-Italic: Standard "(001.007)" Standard ROM
  252. *Font Times-Roman: Standard "(001.007)" Standard ROM
  253. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  254. *Font ZapfDingbats: Special "(001.004)" Special ROM
  255.  
  256. *?FontQuery: "
  257. save
  258.  /str 100 string dup 0 (fonts/) putinterval def
  259.  {
  260.    count 1 gt
  261.    {
  262.      exch dup str 6 94 getinterval cvs
  263.      (/) print print (:) print
  264.      FontDirectory exch known
  265.      {(Yes)}{(No)} ifelse =
  266.    }
  267.    {exit} ifelse
  268.  }bind loop
  269.  (*) = flush
  270. restore
  271. "
  272. *End
  273.  
  274. *?FontList: "
  275. save
  276.   FontDirectory { pop == } bind forall flush
  277.   /filenameforall where
  278.   {
  279.     pop (fonts/*)
  280.     { dup length 6 sub 6 exch getinterval cvn == } bind
  281.     128 string filenameforall flush
  282.   } if
  283.   (*) = flush
  284. restore
  285. "
  286. *End
  287.  
  288. *% Printer Messages (verbatim from printer):
  289.  
  290. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  291. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  292. *Message: "\FontName\ not found, using Courier"
  293.  
  294. *% Status (format: %%[ status: <one of these> ]%% )
  295. *Status: "idle"
  296. *Status: "busy"
  297. *Status: "waiting"
  298. *Status: "printing"
  299. *Status: "warming up"
  300.  
  301. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  302. *Source: "serial9"
  303. *Source: "serial25"
  304. *Source: "AppleTalk"
  305. *Source: "Centronics"
  306.  
  307. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  308. *PrinterError: "ERROR ENGINE"
  309. *PrinterError: "ERROR ENGINE FAN"
  310. *PrinterError: "ERROR ENGINE FUSER"
  311. *PrinterError: "ERROR OPTION RAM"
  312. *PrinterError: "ERROR RESIDENT RAM"
  313. *PrinterError: "ERROR EEPROM"
  314. *PrinterError: "ERROR PROGRAM ROM"
  315. *PrinterError: "COVER OPEN"
  316. *PrinterError: "PAPER JAM TRAY1"
  317. *PrinterError: "PAPER JAM TRAY2"
  318. *PrinterError: "PAPER FEED JAM TRAY1"
  319. *PrinterError: "PAPER FEED JAM TRAY2"
  320. *PrinterError: "PAPER OUT TRAY1"
  321. *PrinterError: "PAPER OUT TRAY2"
  322. *PrinterError: "FUSER LIFE"
  323. *PrinterError: "DRUM LIFE"
  324. *PrinterError: "TONER LOW"
  325. *PrinterError: "Image is too light"
  326. *PrinterError: "Image is too dark"
  327. *PrinterError: "Blank page"
  328. *PrinterError: "Full black image"
  329. *PrinterError: "Stains on paper"
  330. *PrinterError: "Cyclic abnormality"
  331. *PrinterError: "Dark vertical lines"
  332. *PrinterError: "White vertical lines"
  333. *PrinterError: "Dirty back ground"
  334.  
  335. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  336.  
  337. *% Color Separation Information =====================
  338.  
  339. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  340.  
  341. *InkName: ProcessBlack/Process Black
  342. *InkName: CustomColor/Custom Color
  343. *InkName: ProcessCyan/Process Cyan
  344. *InkName: ProcessMagenta/Process Magenta
  345. *InkName: ProcessYellow/Process Yellow
  346.  
  347. *% For 60 lpi / 300 dpi  ===============================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  350. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  351. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  352. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  353. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  359. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360.  
  361. *%  For 53 lpi / 300 dpi  ===============================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  364. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  365. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  366. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  367. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  370. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  371. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  372. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  373. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  374.  
  375. *% For "OL840" version 51.8
  376. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  377. *% Converted to meet 4.0 specification
  378. *% Last Edit Date: 23 Jan 1992
  379. *% The byte count of this file should be exactly 012396 or 012771
  380. *% depending on the filesystem it resides in.
  381. *% end of PPD file for OL840
  382.