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.

329 lines
11 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.1"
  11. *PCFileName: "QMS81470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 810 )"
  14. *PSVersion: "(47.0) 3"
  15. *ModelName: "QMS-PS 810"
  16. *NickName: "QMS-PS 810 v47.0"
  17. *% ADORequiresEExec added by Microsoft
  18. *ADORequiresEExec: True
  19. *% General Information and Defaults ===============
  20. *ColorDevice: False
  21. *DefaultColorSpace: Gray
  22. *FreeVM: "402212"
  23. *LanguageLevel: "1"
  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 0 moveto currentpoint matrix defaultmatrix transform
  67. 0 72 lineto currentpoint matrix defaultmatrix transform
  68. 3 -1 roll sub dup mul
  69. 3 1 roll exch sub dup mul
  70. add sqrt round cvi
  71. ( ) cvs print (dpi) = flush
  72. restore
  73. "
  74. *End
  75. *% Halftone Information ===============
  76. *ScreenFreq: "60.0"
  77. *ScreenAngle: "45.0"
  78. *DefaultScreenProc: Dot
  79. *ScreenProc Dot: "
  80. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  81. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  82. "
  83. *End
  84. *ScreenProc Line: "{ pop }"
  85. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89. *% Paper Handling ===================
  90. *% Use these entries to set paper size most of the time, unless there is
  91. *% specific reason to use PageRegion.
  92. *OpenUI *PageSize: PickOne
  93. *OrderDependency: 30 AnySetup *PageSize
  94. *DefaultPageSize: Letter
  95. *PageSize Letter: "statusdict /lettertray get exec"
  96. *PageSize Legal: "statusdict /legaltray get exec"
  97. *PageSize A4: "statusdict /a4tray get exec"
  98. *PageSize B5: "statusdict /b5tray get exec"
  99. *?PageSize: "
  100. save
  101. 5 dict
  102. dup /2 (A4) put
  103. dup /8 (Letter) put
  104. dup /18 (B5) put
  105. dup /24 (Legal) put
  106. dup /26 (Executive) put
  107. 1 statusdict /papersize get exec
  108. 3 1 roll (get) stopped {(Unknown)} if
  109. restore
  110. "
  111. *End
  112. *CloseUI: *PageSize
  113. *% These entries will set up the frame buffer. Usually used with manual feed.
  114. *OpenUI *PageRegion: PickOne
  115. *OrderDependency: 40 AnySetup *PageRegion
  116. *DefaultPageRegion: Letter
  117. *PageRegion Letter: "letter"
  118. *PageRegion Legal: "legal"
  119. *PageRegion A4: "a4"
  120. *PageRegion B5: "b5"
  121. *CloseUI: *PageRegion
  122. *% The following entries provide information about specific paper keywords.
  123. *DefaultImageableArea: Letter
  124. *ImageableArea Letter: "18 8 593 784"
  125. *ImageableArea Legal: "18 19 593 990"
  126. *ImageableArea A4: "18 18 577 824"
  127. *ImageableArea B5: "9 14 507 715"
  128. *?ImageableArea: "
  129. save
  130. /cvp {( ) cvs print ( ) print } bind def
  131. /upperright {10000 mul floor 10000 div} bind def
  132. /lowerleft {10000 mul ceiling 10000 div} bind def
  133. newpath clippath pathbbox
  134. 4 -2 roll exch 2 {lowerleft cvp} repeat
  135. exch 2 {upperright cvp} repeat flush
  136. restore
  137. "
  138. *End
  139. *% These provide the physical dimensions of the paper (by keyword)
  140. *DefaultPaperDimension: Letter
  141. *PaperDimension Letter: "612 792"
  142. *PaperDimension Legal: "612 1008"
  143. *PaperDimension A4: "595 842"
  144. *PaperDimension B5: "516 729"
  145. *RequiresPageRegion All: True
  146. *OpenUI *InputSlot: PickOne
  147. *OrderDependency: 20 AnySetup *InputSlot
  148. *DefaultInputSlot: Cassette
  149. *InputSlot Cassette: ""
  150. *CloseUI: *InputSlot
  151. *OpenUI *ManualFeed: Boolean
  152. *OrderDependency: 20 AnySetup *ManualFeed
  153. *DefaultManualFeed: False
  154. *ManualFeed True: "statusdict /manualfeed true put"
  155. *ManualFeed False: "statusdict /manualfeed false put"
  156. *?ManualFeed: "
  157. save
  158. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  159. restore
  160. "
  161. *End
  162. *CloseUI: *ManualFeed
  163. *DefaultOutputOrder: Normal
  164. *% Font Information =====================
  165. *DefaultFont: Courier
  166. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  167. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  168. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  169. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  170. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  171. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  172. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  173. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  174. *Font Courier: Standard "(001.004)" Standard ROM
  175. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  176. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  177. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  178. *Font Helvetica: Standard "(001.001)" Standard ROM
  179. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  180. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  181. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  182. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  183. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  184. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  185. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  186. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  187. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  188. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  189. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  190. *Font Palatino-Bold: Standard "(001.001)" Standard ROM
  191. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  192. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  193. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  194. *Font Symbol: Special "(001.001)" Special ROM
  195. *Font Times-Bold: Standard "(001.001)" Standard ROM
  196. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  197. *Font Times-Italic: Standard "(001.001)" Standard ROM
  198. *Font Times-Roman: Standard "(001.001)" Standard ROM
  199. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  200. *Font ZapfDingbats: Special "(001.000)" Special ROM
  201. *?FontQuery: "
  202. save
  203. /str 100 string dup 0 (fonts/) putinterval def
  204. {
  205. count 1 gt
  206. {
  207. exch dup str 6 94 getinterval cvs
  208. (/) print print (:) print
  209. FontDirectory exch known
  210. {(Yes)}{(No)} ifelse =
  211. }
  212. {exit} ifelse
  213. }bind loop
  214. (*) = flush
  215. restore
  216. "
  217. *End
  218. *?FontList: "
  219. save
  220. FontDirectory { pop == } bind forall flush
  221. (*) = flush
  222. restore
  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: paper entry misfeed"
  238. *Status: "PrinterError: no toner cartridge"
  239. *Status: "PrinterError: service call"
  240. *Status: "PrinterError: cover open"
  241. *Status: "PrinterError: resetting printer"
  242. *Status: "PrinterError: out of paper"
  243. *Status: "PrinterError: timeout"
  244. *Status: "PrinterError: manual feed timeout"
  245. *Status: "PrinterError: no paper tray"
  246. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  247. *Source: "serial9"
  248. *Source: "serial25"
  249. *Source: "AppleTalk"
  250. *Source: "Centronics"
  251. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  252. *PrinterError: "timeout, clearing printer"
  253. *PrinterError: "warming up"
  254. *PrinterError: "paper entry misfeed"
  255. *PrinterError: "no toner cartridge"
  256. *PrinterError: "service call"
  257. *PrinterError: "cover open"
  258. *PrinterError: "resetting printer"
  259. *PrinterError: "out of paper"
  260. *PrinterError: "timeout"
  261. *PrinterError: "manual feed timeout"
  262. *PrinterError: "no paper tray"
  263. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  264. *% Color Separation Information =====================
  265. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  266. *InkName: ProcessBlack/Process Black
  267. *InkName: CustomColor/Custom Color
  268. *InkName: ProcessCyan/Process Cyan
  269. *InkName: ProcessMagenta/Process Magenta
  270. *InkName: ProcessYellow/Process Yellow
  271. *% For 60 lpi / 300 dpi =====================================================
  272. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  273. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  274. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  275. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  276. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  277. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  278. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  279. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  280. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  281. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  282. *% For 53 lpi / 300 dpi =====================================================
  283. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  284. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  285. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  286. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  287. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  288. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  289. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  290. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  291. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  292. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  293. *% For "QMS-PS 810 " version 47.0
  294. *% Produced by "GETapd.ps" version 2.0 edit 47
  295. *% Converted to meet 4.0 specification
  296. *% Last Edit Date: Sep 15 1992
  297. *% The byte count of this file should be exactly 010827 or 011153
  298. *% depending on the filesystem it resides in.
  299. *% end of PPD file for QMS-PS 810