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.

367 lines
13 KiB

  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.0"
  11. *PCFileName: "QMPS8151.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 815)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 815"
  16. *NickName: "QMS-PS 815 v52.4"
  17. *% ADORequiresEExec added by Microsoft
  18. *ADORequiresEExec: True
  19. *% General Information and Defaults ===============
  20. *FreeVM: "324000"
  21. *LanguageLevel: "1"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: False
  26. *Throughput: "8"
  27. *Password: "0"
  28. *ExitServer: "
  29. count 0 eq { % is the password on the stack?
  30. true
  31. }{
  32. dup % potential password
  33. statusdict /checkpassword get exec not
  34. } ifelse
  35. { % if no password or not valid
  36. (WARNING : Cannot perform the exitserver command.) =
  37. (Password supplied is not valid.) =
  38. (Please contact the author of this software.) = flush
  39. quit
  40. } if
  41. serverdict /exitserver get exec
  42. "
  43. *End
  44. *Reset: "
  45. count 0 eq { % is the password on the stack?
  46. true
  47. }{
  48. dup % potential password
  49. statusdict /checkpassword get exec not
  50. } ifelse
  51. { % if no password or not valid
  52. (WARNING : Cannot reset printer.) =
  53. (Password supplied is not valid.) =
  54. (Please contact the author of this software.) = flush
  55. quit
  56. } if
  57. serverdict /exitserver get exec
  58. systemdict /quit get exec
  59. (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62. *DefaultResolution: 300dpi
  63. *?Resolution: "
  64. save
  65. initgraphics
  66. 0 72 dtransform
  67. dup mul exch
  68. dup mul
  69. add sqrt round cvi
  70. ( ) cvs print (dpi) = flush
  71. restore
  72. "
  73. *End
  74. *% Halftone Information ===============
  75. *ScreenFreq: "60.0"
  76. *ScreenAngle: "45.0"
  77. *DefaultScreenProc: Dot
  78. *ScreenProc Dot: "
  79. { abs exch abs 2 copy add 1 gt
  80. {1 sub dup mul exch 1 sub dup mul add 1 sub }
  81. {dup mul exch dup mul add 1 exch sub }
  82. ifelse
  83. }
  84. "
  85. *End
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91. *% Paper Handling ===================
  92. *% Use these entries to set paper size most of the time, unless there is
  93. *% specific reason to use PageRegion.
  94. *OpenUI *PageSize: PickOne
  95. *OrderDependency: 30 AnySetup *PageSize
  96. *DefaultPageSize: Letter
  97. *PageSize Letter: "statusdict /lettertray get exec"
  98. *PageSize Legal: "statusdict /legaltray get exec"
  99. *PageSize Executive: "statusdict /executivetray get exec"
  100. *PageSize A4: "statusdict /a4tray get exec"
  101. *PageSize B5: "statusdict /b5tray get exec"
  102. *PageSize Monarch/Monarch Envelope: "statusdict /envelopetray get exec statusdict /monarch get exec"
  103. *PageSize Comm10/Common #10 Envelope: "statusdict /envelopetray get exec statusdict /com10 get exec"
  104. *PageSize DL/DL Envelope: "statusdict /envelopetray get exec statusdict /dl get exec"
  105. *PageSize C5/C5 Envelope: "statusdict /envelopetray get exec statusdict /c5 get exec"
  106. *PageSize Envelope.279.639/Common #9 Envelope: "statusdict /envelopetray get exec statusdict /com9 get exec"
  107. *PageSize Envelope.324.747/Common #11 Envelope: "statusdict /envelopetray get exec statusdict /com11 get exec"
  108. *?PageSize: "
  109. save
  110. 6 dict
  111. dup /letter (Letter) put
  112. dup /legal (Legal) put
  113. dup /a4 (A4) put
  114. dup /b5 (B5) put
  115. dup /executivepage (Executive) put
  116. dup /envelope (Envelope) put
  117. statusdict /papersize get exec
  118. 3 1 roll {get} stopped {(Unknown)}if
  119. exch not { print (.Transverse) }if
  120. = flush
  121. restore
  122. "
  123. *End
  124. *CloseUI: *PageSize
  125. *% These entries will set up the frame buffer. Usually used with manual feed.
  126. *OpenUI *PageRegion: PickOne
  127. *OrderDependency: 40 AnySetup *PageRegion
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion A4: "a4"
  132. *PageRegion B5: "b5"
  133. *PageRegion Executive: "statusdict /executivepage get exec"
  134. *PageRegion Monarch/Monarch Envelope: "statusdict /monarch get exec"
  135. *PageRegion Comm10/Common #10 Envelope: "statusdict /com10 get exec"
  136. *PageRegion DL/DL Envelope: "statusdict /dl get exec"
  137. *PageRegion C5/C5 Envelope: "statusdict /c5 get exec"
  138. *PageRegion Envelope.279.639/Common #9 Envelope: "statusdict /com9 get exec"
  139. *PageRegion Envelope.324.747/Common #11 Envelope: "statusdict /com11 get exec"
  140. *CloseUI: *PageRegion
  141. *% The following entries provide information about specific paper keywords.
  142. *DefaultImageableArea: Letter
  143. *ImageableArea Letter: "15 13 597 779 "
  144. *ImageableArea Legal: "15 14 597 995 "
  145. *ImageableArea A4: "16 11 579 831 "
  146. *ImageableArea B5: "18 12 497 717 "
  147. *ImageableArea Executive: "18 18 486 720"
  148. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  149. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  150. *ImageableArea DL/DL Envelope: "1 1 312 623"
  151. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  152. *ImageableArea Envelope.279.639/Common #9 Envelope: "1 1 279 639"
  153. *ImageableArea Envelope.324.747/Common #11 Envelope: "1 1 324 747"
  154. *?ImageableArea: "
  155. save
  156. /cvp { ( ) cvs print ( ) print } bind def
  157. /upperright {10000 mul floor 10000 div} bind def
  158. /lowerleft {10000 mul ceiling 10000 div} bind def
  159. newpath clippath pathbbox
  160. 4 -2 roll exch 2 {lowerleft cvp} repeat
  161. exch 2 {upperright cvp} repeat flush
  162. restore
  163. "
  164. *End
  165. *% These provide the physical dimensions of the paper (by keyword)
  166. *DefaultPaperDimension: Letter
  167. *PaperDimension Letter: "612 792"
  168. *PaperDimension Legal: "612 1008"
  169. *PaperDimension A4: "595 842"
  170. *PaperDimension B5: "516 729"
  171. *PaperDimension Executive: "522 756"
  172. *PaperDimension Monarch/Monarch Envelope: "279 540"
  173. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  174. *PaperDimension DL/DL Envelope: "312 624"
  175. *PaperDimension C5/C5 Envelope: "459 649"
  176. *PaperDimension Envelope.279.639/Common #9 Envelope: "279 639"
  177. *PaperDimension Envelope.324.747/Common #11 Envelope: "324 747"
  178. *RequiresPageRegion All: True
  179. *OpenUI *InputSlot: PickOne
  180. *OrderDependency: 20 AnySetup *InputSlot
  181. *DefaultInputSlot: Cassette
  182. *InputSlot Cassette: ""
  183. *CloseUI: *InputSlot
  184. *OpenUI *ManualFeed: PickOne
  185. *OrderDependency: 20 AnySetup *ManualFeed
  186. *DefaultManualFeed: False
  187. *ManualFeed True: "statusdict /manualfeed true put"
  188. *ManualFeed False: "statusdict /manualfeed false put"
  189. *?ManualFeed: "save
  190. statusdict /manualfeed get
  191. {(True)}{(False)}ifelse = flush
  192. restore
  193. "
  194. *End
  195. *CloseUI: *ManualFeed
  196. *DefaultOutputBin: Upper
  197. *DefaultOutputOrder: Normal
  198. *% Font Information =====================
  199. *DefaultFont: Courier
  200. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  201. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  202. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  203. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  204. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  205. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  206. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  207. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  208. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  209. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  210. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  211. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  212. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  213. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  214. *Font Courier: Standard "(002.003)" Standard ROM
  215. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  216. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  217. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  218. *Font Helvetica: Standard "(001.006)" Standard ROM
  219. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  220. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  221. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  222. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  223. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  224. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  225. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  226. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  227. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  228. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  229. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  230. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  231. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  232. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  233. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  234. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  235. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  236. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  237. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  238. *Font Symbol: Special "(001.007)" Special ROM
  239. *Font Times-Bold: Standard "(001.007)" Standard ROM
  240. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  241. *Font Times-Italic: Standard "(001.007)" Standard ROM
  242. *Font Times-Roman: Standard "(001.007)" Standard ROM
  243. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  244. *Font ZapfDingbats: Special "(001.002)" Special ROM
  245. *?FontQuery: "
  246. save
  247. /str 100 string dup 0 (fonts/) putinterval def
  248. {
  249. count 1 gt
  250. {
  251. exch dup str 6 94 getinterval cvs
  252. (/) print print (:) print
  253. FontDirectory exch known
  254. {(Yes)}{(No)} ifelse =
  255. }
  256. {exit} ifelse
  257. }bind loop
  258. (*) = flush
  259. restore
  260. "
  261. *End
  262. *?FontList: "
  263. save
  264. FontDirectory { pop == } bind forall flush
  265. (*) = flush
  266. restore
  267. "
  268. *End
  269. *% Printer Messages (verbatim from printer):
  270. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  271. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  272. *Message: "\FontName\ not found, using Courier"
  273. *% Status (format: %%[ status: <one of these> ]%% )
  274. *Status: "idle"
  275. *Status: "busy"
  276. *Status: "waiting"
  277. *Status: "printing"
  278. *Status: "warming up"
  279. *Status: "Initializing"
  280. *Status: "printing startup page"
  281. *Status: "printing test page"
  282. *Status: "PrinterError: no paper tray"
  283. *Status: "PrinterError: service call"
  284. *Status: "PrinterError: no toner cartridge"
  285. *Status: "PrinterError: cover open"
  286. *Status: "PrinterError: paper entry misfeed"
  287. *Status: "PrinterError: manual feed"
  288. *Status: "PrinterError: out of paper"
  289. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  290. *Source: "serial25"
  291. *Source: "AppleTalk"
  292. *Source: "Centronics"
  293. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  294. *PrinterError: "no paper tray"
  295. *PrinterError: "service call"
  296. *PrinterError: "no toner cartridge"
  297. *PrinterError: "cover open"
  298. *PrinterError: "paper entry misfeed"
  299. *PrinterError: "manual feed"
  300. *PrinterError: "out of paper"
  301. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  302. *% Color Separation Information =====================
  303. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  304. *InkName: ProcessBlack/Process Black
  305. *InkName: CustomColor/Custom Color
  306. *InkName: ProcessCyan/Process Cyan
  307. *InkName: ProcessMagenta/Process Magenta
  308. *InkName: ProcessYellow/Process Yellow
  309. *% For 60 lpi / 300 dpi ===============================
  310. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  311. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  312. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  313. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  314. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  315. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  316. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  317. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  318. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  319. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  320. *% For 53 lpi / 300 dpi ===============================
  321. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  322. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  323. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  324. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  325. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  326. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  327. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  328. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  329. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  330. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  331. *% For "QMS-PS 815" version 52.4
  332. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  333. *% Converted to meet 4.0 specification
  334. *% Last Edit Date: 13 Mar 1992
  335. *% The byte count of this file should be exactly 013022 or 013386
  336. *% depending on the filesystem it resides in.
  337. *% end of PPD file for QMS-PS 815