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.

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