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.

328 lines
10 KiB

  1. *% PostScript printer description file for "Sharp JX-9500PS" version 1.0
  2. *%
  3. *% <28/4/92> - paulmcb
  4. *% Added second paper source for Sharp JX-9500
  5. *%
  6. *FormatVersion: "2.0"
  7. *FileVersion: "1.0"
  8. *LanguageVersion: English
  9. *LanguageLevel: "1"
  10. *Product: "9500PS"
  11. *PSVersion: "(1.0) 1"
  12. *NickName: "Sharp JX-9500PS"
  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 LetterSmall: "statusdict begin lettertray lettersmall end"
  72. *PageSize A4Small: "statusdict begin a4tray a4small end"
  73. *?PageSize: "
  74. save statusdict begin
  75. /papersize where{ pop
  76. 12 dict begin
  77. /lettertray (Letter) def /legaltray (Legal) def
  78. /11x17tray (Tabloid) def /ledgertray (Ledger) def
  79. /a3tray (A3) def /a4tray (A4) def
  80. /a5tray (A5) def /b4tray (B4) def
  81. /b5tray (B5) def /executivetray (Executive) def
  82. papersize {
  83. {load exec} stopped not{= flush}if
  84. }{
  85. {load exec} stopped not{print (.Transverse) = flush}if
  86. }ifelse
  87. end
  88. }{
  89. /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  90. }ifelse
  91. end restore
  92. "
  93. *End
  94. *% These entries will set up the frame buffer. Usually used with manual feed.
  95. *DefaultPageRegion: A4
  96. *PageRegion Letter: "letter"
  97. *PageRegion Legal: "legal"
  98. *PageRegion Note: "note"
  99. *PageRegion A4: "a4"
  100. *PageRegion B5: "b5"
  101. *PageRegion LetterSmall: "lettersmall"
  102. *PageRegion A4Small: "a4small"
  103. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  104. *% These errors should be trapped by software and a message displayed
  105. *DefaultPaperTray: None
  106. *PaperTray Letter: "statusdict begin lettertray end"
  107. *PaperTray Legal: "statusdict begin legaltray end"
  108. *PaperTray A4: "statusdict begin a4tray end"
  109. *PaperTray B5: "statusdict begin b5tray end"
  110. *% The following entries provide information about specific paper keywords.
  111. *DefaultImageableArea: Letter
  112. *ImageableArea Letter: "15 8 597 784 "
  113. *ImageableArea Legal: "15 8 597 1000 "
  114. *ImageableArea Note: "31 31 583 761 "
  115. *ImageableArea A4: "13 10 577 832 "
  116. *ImageableArea B5: "21 10 500 715 "
  117. *ImageableArea LetterSmall: "31 31 583 761 "
  118. *ImageableArea A4Small: "27 31 567 811 "
  119. *?ImageableArea: "
  120. save /cvp { cvi ( ) cvs print ( ) print } bind def
  121. newpath clippath pathbbox
  122. 4 -2 roll exch 2 {ceiling cvp} repeat
  123. exch 2 {floor cvp} repeat flush
  124. restore
  125. "
  126. *End
  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 Note: "612 792"
  132. *PaperDimension A4: "595 842"
  133. *PaperDimension B5: "516 729"
  134. *PaperDimension LetterSmall: "612 792"
  135. *PaperDimension A4Small: "595 842"
  136. *DefaultOutputBin: Upper
  137. *DefaultInputSlot: Upper
  138. *% ********* Added 2nd paper input source - paulmcb ***********
  139. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  140. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  141. *?InputSlot: "
  142. save statusdict begin
  143. 2 dict begin
  144. /0 (Upper) def
  145. /1 (Lower) def
  146. papertray
  147. {( ) cvs cvn load exec} stopped not{= flush}if
  148. end
  149. end restore
  150. "
  151. *% ********** End Add *************
  152. *DefaultManualFeed: False
  153. *?ManualFeed: "statusdict /manualfeed get
  154. {(True)}{(False)}ifelse = flush"
  155. *End
  156. *ManualFeed True: "statusdict begin /manualfeed true store end"
  157. *ManualFeed False: "statusdict begin /manualfeed false store end"
  158. *DefaultOutputOrder: Normal
  159. *DefaultCollator: None
  160. *DefaultSorter: None
  161. *DefaultDuplex: None
  162. *% Font Information =====================
  163. *DefaultFont: Courier
  164. *Font AvantGarde-Book: Standard "(001.001)"
  165. *Font AvantGarde-BookOblique: Standard "(001.001)"
  166. *Font AvantGarde-Demi: Standard "(001.001)"
  167. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  168. *Font Bookman-Demi: Standard "(001.001)"
  169. *Font Bookman-DemiItalic: Standard "(001.001)"
  170. *Font Bookman-Light: Standard "(001.001)"
  171. *Font Bookman-LightItalic: Standard "(001.001)"
  172. *Font Courier: Standard "(001.004)"
  173. *Font Courier-Bold: Standard "(001.004)"
  174. *Font Courier-BoldOblique: Standard "(001.004)"
  175. *Font Courier-Oblique: Standard "(001.004)"
  176. *Font Helvetica: Standard "(001.001)"
  177. *Font Helvetica-Bold: Standard "(001.001)"
  178. *Font Helvetica-BoldOblique: Standard "(001.001)"
  179. *Font Helvetica-Narrow: Standard "(001.000)"
  180. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  181. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  182. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  183. *Font Helvetica-Oblique: Standard "(001.001)"
  184. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  185. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  186. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  187. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  188. *Font Palatino-Bold: Standard "(001.000)"
  189. *Font Palatino-BoldItalic: Standard "(001.000)"
  190. *Font Palatino-Italic: Standard "(001.000)"
  191. *Font Palatino-Roman: Standard "(001.000)"
  192. *Font Symbol: Special "(001.001)"
  193. *Font Times-Bold: Standard "(001.001)"
  194. *Font Times-BoldItalic: Standard "(001.001)"
  195. *Font Times-Italic: Standard "(001.001)"
  196. *Font Times-Roman: Standard "(001.001)"
  197. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  198. *Font ZapfDingbats: Special "(001.000)"
  199. *?FontQuery: "
  200. save 4 dict begin /sv exch def
  201. /str (fonts/ ) def
  202. /st2 30 string def
  203. {
  204. count 0 gt {
  205. dup FontDirectory exch known {pop 1}{
  206. str exch st2 cvs dup length /len exch def
  207. 6 exch putinterval str 0 len 6 add getinterval mark exch
  208. { } st2 filenameforall counttomark 0 gt {
  209. cleartomark 1}{cleartomark 0}ifelse
  210. }ifelse = flush
  211. }{ exit } ifelse
  212. } bind loop sv end restore
  213. "
  214. *End
  215. *?FontList: "
  216. FontDirectory { pop == flush } forall
  217. /filenameforall where {
  218. pop save (fonts/*) {
  219. dup length 6 sub 6 exch getinterval == flush
  220. } 128 string filenameforall restore
  221. } if
  222. (*) = flush
  223. "
  224. *End
  225. *% Printer Messages (verbatim from printer):
  226. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  227. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  228. *Message: "\FontName\ not found, using Courier"
  229. *% Status (format: %%[ status: <one of these> ]%% )
  230. *Status: "idle"
  231. *Status: "busy"
  232. *Status: "waiting"
  233. *Status: "printing"
  234. *Status: "warming up"
  235. *Status: "PrinterError: timeout, clearing printer"
  236. *Status: "PrinterError: warming up"
  237. *Status: "PrinterError: service call"
  238. *Status: "PrinterError: paper entry misfeed"
  239. *Status: "PrinterError: no toner cartridge"
  240. *Status: "PrinterError: paper entry misfeed"
  241. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  242. *Source: "serial9"
  243. *Source: "serial25"
  244. *Source: "AppleTalk"
  245. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  246. *PrinterError: "timeout, clearing printer"
  247. *PrinterError: "warming up"
  248. *PrinterError: "service call"
  249. *PrinterError: "paper entry misfeed"
  250. *PrinterError: "no toner cartridge"
  251. *PrinterError: "paper entry misfeed"
  252. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  253. *% Color Separation Information =====================
  254. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  255. *InkName: ProcessCyan/Process Cyan
  256. *InkName: ProcessMagenta/Process Magenta
  257. *InkName: ProcessYellow/Process Yellow
  258. *InkName: ProcessBlack/Process Black
  259. *InkName: CustomColor/Custom Color
  260. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  261. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  262. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  263. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  264. *ColorSepScreenAngle CustomColor.60lpi/60 lpi: "45"
  265. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  266. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  267. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  268. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  269. *ColorSepScreenFreq CustomColor.60lpi/60 lpi: "60"
  270. *ColorSepScreenProc ProcessCyan.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 ProcessMagenta.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. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  279. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  280. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  281. *End
  282. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  283. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  284. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  285. *End
  286. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  287. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  288. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  289. *End
  290. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  291. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  292. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  293. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  294. *ColorSepTransfer CustomColor.60lpi/60 lpi: "{ }"
  295. *% end of PPD file for Sharp JX PS Series