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.

403 lines
15 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: "QM815MR1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 815 MR)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 815 MR"
  16. *NickName: "QMS-PS 815 MR v52.4"
  17. *% ADORequiresEExec added by Microsoft
  18. *ADORequiresEExec: True
  19. *% General Information and Defaults ===============
  20. *FreeVM: "910000"
  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. *OpenUI *Resolution: PickOne
  63. *DefaultResolution: 600dpi
  64. *Resolution 300dpi: "300 statusdict /setresolution get exec"
  65. *Resolution 600dpi: "600 statusdict /setresolution get exec"
  66. *?Resolution: "
  67. save
  68. statusdict /resolution get exec
  69. 128 string cvs print (dpi) = flush
  70. restore
  71. "
  72. *End
  73. *CloseUI: *Resolution
  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. 5 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. statusdict /papersize get exec
  117. 3 1 roll {get} stopped {(Unknown)}if
  118. exch not { print (.Transverse) }if
  119. = flush
  120. restore
  121. "
  122. *End
  123. *CloseUI: *PageSize
  124. *% These entries will set up the frame buffer. Usually used with manual feed.
  125. *OpenUI *PageRegion: PickOne
  126. *OrderDependency: 40 AnySetup *PageRegion
  127. *DefaultPageRegion: Letter
  128. *PageRegion Letter: "letter"
  129. *PageRegion Legal: "legal"
  130. *PageRegion A4: "a4"
  131. *PageRegion B5: "b5"
  132. *PageRegion Executive: "statusdict /executivepage get exec"
  133. *PageRegion Monarch/Monarch Envelope: "statusdict /monarch get exec"
  134. *PageRegion Comm10/Common #10 Envelope: "statusdict /com10 get exec"
  135. *PageRegion DL/DL Envelope: "statusdict /dl get exec"
  136. *PageRegion C5/C5 Envelope: "statusdict /c5 get exec"
  137. *PageRegion Envelope.279.639/Common #9 Envelope: "statusdict /com9 get exec"
  138. *PageRegion Envelope.324.747/Common #11 Envelope: "statusdict /com11 get exec"
  139. *CloseUI: *PageRegion
  140. *% The following entries provide information about specific paper keywords.
  141. *DefaultImageableArea: Letter
  142. *ImageableArea Letter: "15 13 597 779 "
  143. *ImageableArea Legal: "15 14 597 995 "
  144. *ImageableArea A4: "16 11 579 831 "
  145. *ImageableArea B5: "18 12 497 717 "
  146. *ImageableArea Executive: "18 18 486 720"
  147. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  148. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  149. *ImageableArea DL/DL Envelope: "1 1 312 623"
  150. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  151. *ImageableArea Envelope.279.639/Common #9 Envelope: "1 1 279 639"
  152. *ImageableArea Envelope.324.747/Common #11 Envelope: "1 1 324 747"
  153. *?ImageableArea: "
  154. save
  155. /cvp { ( ) cvs print ( ) print } bind def
  156. /upperright {10000 mul floor 10000 div} bind def
  157. /lowerleft {10000 mul ceiling 10000 div} bind def
  158. newpath clippath pathbbox
  159. 4 -2 roll exch 2 {lowerleft cvp} repeat
  160. exch 2 {upperright cvp} repeat flush
  161. restore
  162. "
  163. *End
  164. *% These provide the physical dimensions of the paper (by keyword)
  165. *DefaultPaperDimension: Letter
  166. *PaperDimension Letter: "612 792"
  167. *PaperDimension Legal: "612 1008"
  168. *PaperDimension A4: "595 842"
  169. *PaperDimension B5: "516 729"
  170. *PaperDimension Executive: "522 756"
  171. *PaperDimension Monarch/Monarch Envelope: "279 540"
  172. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  173. *PaperDimension DL/DL Envelope: "312 624"
  174. *PaperDimension C5/C5 Envelope: "459 649"
  175. *PaperDimension Envelope.279.639/Common #9 Envelope: "279 639"
  176. *PaperDimension Envelope.324.747/Common #11 Envelope: "324 747"
  177. *RequiresPageRegion All: True
  178. *OpenUI *InputSlot: PickOne
  179. *OrderDependency: 20 AnySetup *InputSlot
  180. *DefaultInputSlot: Cassette
  181. *InputSlot Cassette: ""
  182. *CloseUI: *InputSlot
  183. *OpenUI *ManualFeed: PickOne
  184. *OrderDependency: 20 AnySetup *ManualFeed
  185. *DefaultManualFeed: False
  186. *ManualFeed True: "statusdict /manualfeed true put"
  187. *ManualFeed False: "statusdict /manualfeed false put"
  188. *?ManualFeed: "save
  189. statusdict /manualfeed get
  190. {(True)}{(False)}ifelse = flush
  191. restore
  192. "
  193. *End
  194. *CloseUI: *ManualFeed
  195. *DefaultOutputBin: Upper
  196. *DefaultOutputOrder: Normal
  197. *% Font Information =====================
  198. *DefaultFont: Courier
  199. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  200. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  201. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  202. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  203. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  204. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  205. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  206. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  207. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  208. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  209. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  210. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  211. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  212. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  213. *Font Courier: Standard "(002.003)" Standard ROM
  214. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  215. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  216. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  217. *Font Helvetica: Standard "(001.006)" Standard ROM
  218. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  219. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  220. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  221. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  222. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  223. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  224. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  225. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  226. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  227. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  228. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  229. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  230. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  231. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  232. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  233. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  234. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  235. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  236. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  237. *Font Symbol: Special "(001.007)" Special ROM
  238. *Font Times-Bold: Standard "(001.007)" Standard ROM
  239. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  240. *Font Times-Italic: Standard "(001.007)" Standard ROM
  241. *Font Times-Roman: Standard "(001.007)" Standard ROM
  242. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  243. *Font ZapfDingbats: Special "(001.002)" Special ROM
  244. *?FontQuery: "
  245. save
  246. /str 100 string dup 0 (fonts/) putinterval def
  247. {
  248. count 1 gt
  249. {
  250. exch dup str 6 94 getinterval cvs
  251. (/) print print (:) print
  252. FontDirectory exch known
  253. {(Yes)}{(No)} ifelse =
  254. }
  255. {exit} ifelse
  256. }bind loop
  257. (*) = flush
  258. restore
  259. "
  260. *End
  261. *?FontList: "
  262. save
  263. FontDirectory { pop == } bind forall flush
  264. (*) = flush
  265. restore
  266. "
  267. *End
  268. *% Printer Messages (verbatim from printer):
  269. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  270. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  271. *Message: "\FontName\ not found, using Courier"
  272. *% Status (format: %%[ status: <one of these> ]%% )
  273. *Status: "idle"
  274. *Status: "busy"
  275. *Status: "waiting"
  276. *Status: "printing"
  277. *Status: "warming up"
  278. *Status: "Initializing"
  279. *Status: "printing startup page"
  280. *Status: "printing test page"
  281. *Status: "PrinterError: no paper tray"
  282. *Status: "PrinterError: service call"
  283. *Status: "PrinterError: no toner cartridge"
  284. *Status: "PrinterError: cover open"
  285. *Status: "PrinterError: paper entry misfeed"
  286. *Status: "PrinterError: manual feed"
  287. *Status: "PrinterError: out of paper"
  288. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  289. *Source: "serial25"
  290. *Source: "AppleTalk"
  291. *Source: "Centronics"
  292. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  293. *PrinterError: "no paper tray"
  294. *PrinterError: "service call"
  295. *PrinterError: "no toner cartridge"
  296. *PrinterError: "cover open"
  297. *PrinterError: "paper entry misfeed"
  298. *PrinterError: "manual feed"
  299. *PrinterError: "out of paper"
  300. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  301. *% Color Separation Information =====================
  302. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  303. *InkName: ProcessBlack/Process Black
  304. *InkName: CustomColor/Custom Color
  305. *InkName: ProcessCyan/Process Cyan
  306. *InkName: ProcessMagenta/Process Magenta
  307. *InkName: ProcessYellow/Process Yellow
  308. *% For 60 lpi / 300 dpi ===============================
  309. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  310. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  311. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  312. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  313. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  314. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  315. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  316. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  317. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  318. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  319. *% For 53 lpi / 300 dpi ===============================
  320. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  321. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  322. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  323. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  324. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  325. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  326. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  327. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  328. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  329. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  330. *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) =====================
  331. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  332. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  333. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  334. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  335. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  336. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  337. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  338. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  339. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  340. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  341. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  342. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  343. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  344. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  345. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  346. "
  347. *End
  348. *% For 71 lpi / 600 dpi ===============================
  349. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  350. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  352. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  353. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  354. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  355. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  356. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  357. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  358. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  359. *% For "QMS-PS 815 MR" version 52.4
  360. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  361. *% Converted to meet 4.0 specification
  362. *% Last Edit Date: 13 Mar 1992
  363. *% The byte count of this file should be exactly 015036 or 015436
  364. *% depending on the filesystem it resides in.
  365. *% end of PPD file for QMS-PS 815 MR