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