home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / DRIVER.CAB / jx9700ps.ppd < prev    next >
Encoding:
Text File  |  2001-07-22  |  9.9 KB  |  318 lines

  1. *% PostScript printer description file for "Sharp JX-9700E PS" version 1.0
  2. *%
  3. *% 
  4. *% Created <19/11/92> - paulmcb
  5. *% 
  6. *FormatVersion: "2.0"
  7. *FileVersion: "1.0"
  8. *LanguageVersion: English
  9. *LanguageLevel: "1"
  10. *Product: "9700E PS"
  11. *PSVersion: "(1.0) 1"
  12. *NickName: "Sharp JX-9700E PS"
  13.  
  14. *% General Information and Defaults ===============
  15. *ColorDevice: False
  16. *FileSystem: True
  17. *?FileSystem: "
  18. save statusdict begin
  19.     (False) /diskstatus where{
  20.         pop diskstatus exch pop 0 ne {pop (True)} if
  21.     }if = flush
  22. end restore
  23. "
  24. *End
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "serverdict begin exitserver"
  28. *FreeVM: "434204"
  29. *Reset: "
  30. serverdict begin 0 exitserver
  31. systemdict /quit get exec
  32. (WARNING : Printer Reset Failed.) = flush
  33. "
  34. *End
  35. *VariablePaperSize: False
  36.  
  37. *DefaultResolution: 300dpi
  38. *?Resolution: "
  39. save
  40.   initgraphics
  41.   0 0 moveto currentpoint matrix defaultmatrix transform
  42.   0 72 lineto currentpoint matrix defaultmatrix transform
  43.   3 -1 roll sub dup mul
  44.   3 1 roll exch sub dup mul
  45.   add sqrt round cvi
  46.   (          ) cvs print (dpi) = flush
  47. restore
  48. "
  49. *End
  50.  
  51. *% Halftone Information ===============
  52. *ScreenFreq: "60.0"
  53. *ScreenAngle: "45.0"
  54. *DefaultScreenProc: Dot
  55. *ScreenProc Dot: "
  56. {dup mul exch dup mul add 1.0 exch sub }
  57. "
  58. *End
  59. *ScreenProc Line: "{ pop }"
  60. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  61.  
  62. *DefaultTransfer: Null
  63. *Transfer Null: "{ }"
  64. *Transfer Null.Inverse: "{ 1 exch sub }"
  65. *Transfer Normalized: "{ }"
  66. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  67.  
  68. *% Paper Handling ===================
  69.  
  70. *% Use these entries to set paper size most of the time, unless there is
  71. *% specific reason to use PageRegion or PaperTray.
  72. *DefaultPageSize: A4
  73. *PageSize Letter: "statusdict begin lettertray end"
  74. *PageSize Legal: "statusdict begin legaltray end"
  75. *PageSize A4: "statusdict begin a4tray end"
  76. *PageSize B5: "statusdict begin b5tray end"
  77. *?PageSize: "
  78.  save statusdict begin
  79.  /papersize where{ pop
  80.   4 dict begin
  81.    /lettertray (Letter) def /legaltray (Legal) def
  82.    /a4tray (A4) def
  83.  
  84.    papersize {
  85.      {load exec} stopped not{= flush}if
  86.    }{
  87.      {load exec} stopped not{print (.Transverse) = flush}if
  88.    }ifelse
  89.   end
  90.  }{
  91.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  92.  }ifelse
  93.  end restore
  94. "
  95. *End
  96.  
  97. *% These entries will set up the frame buffer. Usually used with manual feed.
  98. *DefaultPageRegion: A4
  99. *PageRegion Letter: "letter"
  100. *PageRegion Legal: "legal"
  101. *PageRegion A4: "a4"
  102. *PageRegion B5: "b5"
  103.  
  104. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  105. *% These errors should be trapped by software and a message displayed
  106. *DefaultPaperTray: None
  107. *PaperTray Letter: "statusdict begin lettertray end"
  108. *PaperTray Legal: "statusdict begin legaltray end"
  109. *PaperTray A4: "statusdict begin a4tray end"
  110. *PaperTray B5: "statusdict begin b5tray end"
  111.  
  112. *% The following entries provide information about specific paper keywords.
  113. *DefaultImageableArea: Letter
  114. *ImageableArea Letter: "15 8 597 784 "
  115. *ImageableArea Legal: "15 8 597 1000 "
  116. *ImageableArea A4: "13 10 577 832 "
  117. *ImageableArea B5: "21 10 500 715 "
  118. *?ImageableArea: "
  119.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  120.   newpath clippath pathbbox
  121.   4 -2 roll exch 2 {ceiling cvp} repeat
  122.   exch 2 {floor cvp} repeat flush
  123.  restore
  124. "
  125. *End
  126.  
  127. *% These provide the physical dimensions of the paper (by keyword)
  128. *DefaultPaperDimension: A4
  129. *PaperDimension Letter: "612 792"
  130. *PaperDimension Legal: "612 1008"
  131. *PaperDimension A4: "595 842"
  132. *PaperDimension B5: "516 729"
  133.  
  134. *DefaultOutputBin: Upper
  135. *DefaultInputSlot: Upper
  136.  
  137. *% ********* Added 2nd paper input source - paulmcb ***********
  138.  
  139. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  140. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  141. *InputSlot Envelope: "statusdict begin 2 setpapertray end"
  142. *?InputSlot: "
  143.  save statusdict begin
  144.   3 dict begin
  145.    /0 (Upper) def
  146.    /1 (Lower) def
  147.    /2 (Envelope) def
  148.    papertray
  149.      {( ) cvs cvn load exec} stopped not{= flush}if
  150.    end
  151.   end restore
  152. "
  153. *%                   ********** End Add *************
  154.  
  155. *DefaultManualFeed: False
  156. *?ManualFeed: "statusdict /manualfeed get
  157.  {(True)}{(False)}ifelse = flush"
  158. *End
  159. *ManualFeed True: "statusdict begin /manualfeed true store end"
  160. *ManualFeed False: "statusdict begin /manualfeed false store end"
  161.  
  162. *DefaultOutputOrder: Normal
  163.  
  164.  
  165. *DefaultCollator: None
  166. *DefaultSorter: None
  167. *DefaultDuplex: None
  168.  
  169. *% Font Information =====================
  170.  
  171. *DefaultFont: Courier
  172. *Font AvantGarde-Book: Standard "(001.001)"
  173. *Font AvantGarde-BookOblique: Standard "(001.001)"
  174. *Font AvantGarde-Demi: Standard "(001.001)"
  175. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  176. *Font Bookman-Demi: Standard "(001.001)"
  177. *Font Bookman-DemiItalic: Standard "(001.001)"
  178. *Font Bookman-Light: Standard "(001.001)"
  179. *Font Bookman-LightItalic: Standard "(001.001)"
  180. *Font Courier: Standard "(001.004)"
  181. *Font Courier-Bold: Standard "(001.004)"
  182. *Font Courier-BoldOblique: Standard "(001.004)"
  183. *Font Courier-Oblique: Standard "(001.004)"
  184. *Font Helvetica: Standard "(001.001)"
  185. *Font Helvetica-Bold: Standard "(001.001)"
  186. *Font Helvetica-BoldOblique: Standard "(001.001)"
  187. *Font Helvetica-Narrow: Standard "(001.000)"
  188. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  189. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  190. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  191. *Font Helvetica-Oblique: Standard "(001.001)"
  192. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  193. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  194. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  195. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  196. *Font Palatino-Bold: Standard "(001.000)"
  197. *Font Palatino-BoldItalic: Standard "(001.000)"
  198. *Font Palatino-Italic: Standard "(001.000)"
  199. *Font Palatino-Roman: Standard "(001.000)"
  200. *Font Symbol: Special "(001.001)"
  201. *Font Times-Bold: Standard "(001.001)"
  202. *Font Times-BoldItalic: Standard "(001.001)"
  203. *Font Times-Italic: Standard "(001.001)"
  204. *Font Times-Roman: Standard "(001.001)"
  205. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  206. *Font ZapfDingbats: Special "(001.000)"
  207. *?FontQuery: "
  208. save  4 dict begin /sv exch def
  209. /str (fonts/                              ) def
  210. /st2 30 string def
  211. {
  212.   count 0 gt {
  213.     dup FontDirectory exch known {pop 1}{
  214.      str exch st2 cvs dup length /len exch def
  215.      6 exch putinterval str 0 len 6 add getinterval mark exch
  216.      { } st2 filenameforall counttomark 0 gt {
  217.       cleartomark 1}{cleartomark 0}ifelse
  218.     }ifelse = flush
  219.   }{ exit } ifelse
  220. } bind loop sv end restore
  221. "
  222. *End
  223.  
  224. *?FontList: "
  225. FontDirectory { pop == flush } forall 
  226. /filenameforall where { 
  227.  pop save (fonts/*) { 
  228.   dup length 6 sub 6 exch getinterval == flush 
  229.  } 128 string filenameforall restore
  230. } if 
  231. (*) = flush
  232. "
  233. *End
  234.  
  235. *% Printer Messages (verbatim from printer):
  236. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  237. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  238. *Message: "\FontName\ not found, using Courier"
  239.  
  240. *% Status (format: %%[ status: <one of these> ]%% )
  241. *Status: "idle"
  242. *Status: "busy"
  243. *Status: "waiting"
  244. *Status: "printing"
  245. *Status: "warming up"
  246. *Status: "PrinterError: timeout, clearing printer"
  247. *Status: "PrinterError: warming up"
  248. *Status: "PrinterError: service call"
  249. *Status: "PrinterError: paper entry misfeed"
  250. *Status: "PrinterError: no toner cartridge"
  251. *Status: "PrinterError: paper entry misfeed"
  252.  
  253. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  254. *Source: "serial9"
  255. *Source: "serial25"
  256. *Source: "AppleTalk"
  257.  
  258. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  259. *PrinterError: "timeout, clearing printer"
  260. *PrinterError: "warming up"
  261. *PrinterError: "service call"
  262. *PrinterError: "paper entry misfeed"
  263. *PrinterError: "no toner cartridge"
  264. *PrinterError: "paper entry misfeed"
  265.  
  266. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  267.  
  268. *% Color Separation Information =====================
  269.  
  270. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  271.  
  272. *InkName: ProcessCyan/Process Cyan
  273. *InkName: ProcessMagenta/Process Magenta
  274. *InkName: ProcessYellow/Process Yellow
  275. *InkName: ProcessBlack/Process Black
  276. *InkName: CustomColor/Custom Color
  277.  
  278. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  279. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  280. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  281. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  282. *ColorSepScreenAngle CustomColor.60lpi/60 lpi: "45"
  283.  
  284. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  285. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  286. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  287. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  288. *ColorSepScreenFreq CustomColor.60lpi/60 lpi: "60"
  289.  
  290. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  291. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  292. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  293. *End
  294. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  295. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  296. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  297. *End
  298. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  299. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  300. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  301. *End
  302. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  303. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  304. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  305. *End
  306. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  307. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  308. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  309. *End
  310.  
  311. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  312. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  313. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  314. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  315. *ColorSepTransfer CustomColor.60lpi/60 lpi: "{ }"
  316.  
  317. *% end of PPD file for Sharp JX PS Series
  318.