Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

317 lines
9.9 KiB

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