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.

412 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: "QM825MR1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 825 MR)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 825 MR"
  16. *NickName: "QMS-PS 825 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 /executive (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: Upper
  181. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  182. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  183. *?InputSlot: "
  184. save
  185. [ (Unknown) (Lower) (Upper) ]
  186. statusdict /papertray get exec
  187. {get exec} stopped { pop pop (Unknown)} if = flush
  188. restore
  189. "
  190. *End
  191. *CloseUI: *InputSlot
  192. *OpenUI *ManualFeed: PickOne
  193. *OrderDependency: 20 AnySetup *ManualFeed
  194. *DefaultManualFeed: False
  195. *ManualFeed True: "statusdict /manualfeed true put"
  196. *ManualFeed False: "statusdict /manualfeed false put"
  197. *?ManualFeed: "save
  198. statusdict /manualfeed get
  199. {(True)}{(False)}ifelse = flush
  200. restore
  201. "
  202. *End
  203. *CloseUI: *ManualFeed
  204. *DefaultOutputBin: Upper
  205. *DefaultOutputOrder: Normal
  206. *% Font Information =====================
  207. *DefaultFont: Courier
  208. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  209. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  210. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  211. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  212. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  213. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  214. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  215. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  216. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  217. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  218. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  219. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  220. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  221. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  222. *Font Courier: Standard "(002.003)" Standard ROM
  223. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  224. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  225. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  226. *Font Helvetica: Standard "(001.006)" Standard ROM
  227. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  228. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  229. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  230. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  231. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  232. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  233. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  234. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  235. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  236. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  237. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  238. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  239. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  240. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  241. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  242. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  243. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  244. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  245. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  246. *Font Symbol: Special "(001.007)" Special ROM
  247. *Font Times-Bold: Standard "(001.007)" Standard ROM
  248. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  249. *Font Times-Italic: Standard "(001.007)" Standard ROM
  250. *Font Times-Roman: Standard "(001.007)" Standard ROM
  251. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  252. *Font ZapfDingbats: Special "(001.002)" Special ROM
  253. *?FontQuery: "
  254. save
  255. /str 100 string dup 0 (fonts/) putinterval def
  256. {
  257. count 1 gt
  258. {
  259. exch dup str 6 94 getinterval cvs
  260. (/) print print (:) print
  261. FontDirectory exch known
  262. {(Yes)}{(No)} ifelse =
  263. }
  264. {exit} ifelse
  265. }bind loop
  266. (*) = flush
  267. restore
  268. "
  269. *End
  270. *?FontList: "
  271. save
  272. FontDirectory { pop == } bind forall flush
  273. (*) = flush
  274. restore
  275. "
  276. *End
  277. *% Printer Messages (verbatim from printer):
  278. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  279. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  280. *Message: "\FontName\ not found, using Courier"
  281. *% Status (format: %%[ status: <one of these> ]%% )
  282. *Status: "idle"
  283. *Status: "busy"
  284. *Status: "waiting"
  285. *Status: "printing"
  286. *Status: "warming up"
  287. *Status: "Initializing"
  288. *Status: "printing startup page"
  289. *Status: "printing test page"
  290. *Status: "PrinterError: no paper tray"
  291. *Status: "PrinterError: service call"
  292. *Status: "PrinterError: no toner cartridge"
  293. *Status: "PrinterError: cover open"
  294. *Status: "PrinterError: paper entry misfeed"
  295. *Status: "PrinterError: manual feed"
  296. *Status: "PrinterError: out of paper"
  297. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  298. *Source: "serial25"
  299. *Source: "AppleTalk"
  300. *Source: "Centronics"
  301. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  302. *PrinterError: "no paper tray"
  303. *PrinterError: "service call"
  304. *PrinterError: "no toner cartridge"
  305. *PrinterError: "cover open"
  306. *PrinterError: "paper entry misfeed"
  307. *PrinterError: "manual feed"
  308. *PrinterError: "out of paper"
  309. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  310. *% Color Separation Information =====================
  311. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  312. *InkName: ProcessBlack/Process Black
  313. *InkName: CustomColor/Custom Color
  314. *InkName: ProcessCyan/Process Cyan
  315. *InkName: ProcessMagenta/Process Magenta
  316. *InkName: ProcessYellow/Process Yellow
  317. *% For 60 lpi / 300 dpi ===============================
  318. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  319. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  320. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  321. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  322. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  323. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328. *% For 53 lpi / 300 dpi ===============================
  329. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  330. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  331. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  332. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  333. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  334. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  335. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  336. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  337. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  338. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  339. *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) =====================
  340. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  341. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  342. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  343. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  344. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  345. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  346. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  347. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  348. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  349. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  350. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  351. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  352. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  353. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  354. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  355. "
  356. *End
  357. *% For 71 lpi / 600 dpi ===============================
  358. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  359. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  360. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  361. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  362. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  363. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  364. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  365. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  366. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  367. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  368. *% For "QMS-PS 825 MR" version 52.4
  369. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  370. *% Converted to meet 4.0 specification
  371. *% Last Edit Date: 13 Mar 1992
  372. *% The byte count of this file should be exactly 015279 or 015688
  373. *% depending on the filesystem it resides in.
  374. *% end of PPD file for QMS-PS 825 MR