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.

424 lines
14 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.1"
  11. *PCFileName: "QM2000_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 2000)"
  14. *PSVersion: "(52.4) 17"
  15. *ModelName: "QMS-PS 2000"
  16. *NickName: "QMS-PS 2000 v52.4"
  17. *% ADORequiresEExec added by Microsoft
  18. *ADORequiresEExec: True
  19. *% General Information and Defaults ===============
  20. *FreeVM: "486838"
  21. *LanguageLevel: "1"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28. /initializedisk where{pop(True)}{(False)} ifelse = flush
  29. restore"
  30. *End
  31. *Throughput: "20"
  32. *Password: "0"
  33. *ExitServer: "
  34. count 0 eq { % is the password on the stack?
  35. true
  36. }{
  37. dup % potential password
  38. statusdict /checkpassword get exec not
  39. } ifelse
  40. { % if no password or not valid
  41. (WARNING : Cannot perform the exitserver command.) =
  42. (Password supplied is not valid.) =
  43. (Please contact the author of this software.) = flush
  44. quit
  45. } if
  46. serverdict /exitserver get exec
  47. "
  48. *End
  49. *Reset: "
  50. count 0 eq { % is the password on the stack?
  51. true
  52. }{
  53. dup % potential password
  54. statusdict /checkpassword get exec not
  55. } ifelse
  56. { % if no password or not valid
  57. (WARNING : Cannot reset printer.) =
  58. (Password supplied is not valid.) =
  59. (Please contact the author of this software.) = flush
  60. quit
  61. } if
  62. serverdict /exitserver get exec
  63. systemdict /quit get exec
  64. (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70. initgraphics
  71. 0 72 dtransform
  72. dup mul exch
  73. dup mul
  74. add sqrt round cvi
  75. ( ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79. *% Halftone Information ===============
  80. *ScreenFreq: "60.0"
  81. *ScreenAngle: "45.0"
  82. *DefaultScreenProc: Dot
  83. *ScreenProc Dot: "
  84. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  85. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90. *DefaultTransfer: Null
  91. *Transfer Null: "{ }"
  92. *Transfer Null.Inverse: "{ 1 exch sub }"
  93. *% Paper Handling ===================
  94. *% Use these entries to set paper size most of the time, unless there is
  95. *% specific reason to use PageRegion.
  96. *OpenUI *PageSize: PickOne
  97. *OrderDependency: 30 AnySetup *PageSize
  98. *DefaultPageSize: Letter
  99. *PageSize Letter: "statusdict /lettertray get exec"
  100. *PageSize Legal: "statusdict /legaltray get exec"
  101. *PageSize Ledger: "statusdict /ledgertray get exec"
  102. *PageSize Tabloid: "statusdict /11x17tray get exec"
  103. *PageSize Executive: "statusdict /executivetray get exec"
  104. *PageSize A3: "statusdict /a3tray get exec"
  105. *PageSize A4: "statusdict /a4tray get exec"
  106. *PageSize A5: "statusdict /a5tray get exec"
  107. *PageSize B4: "statusdict /b4tray get exec"
  108. *PageSize B5: "statusdict /b5tray get exec"
  109. *?PageSize: "
  110. save
  111. 10 dict
  112. dup /letter (Letter) put
  113. dup /legal (Legal) put
  114. dup /ledger (Ledger) put
  115. dup /11x17 (Tabloid) put
  116. dup /a3 (A3) put
  117. dup /a4 (A4) put
  118. dup /a5 (A5) put
  119. dup /b4 (B4) put
  120. dup /b5 (B5) put
  121. dup /executivepage (Executive) put
  122. statusdict /papersize get exec
  123. 3 1 roll {get} stopped {(Unknown)}if
  124. exch not { print (.Transverse) }if
  125. = flush
  126. restore
  127. "
  128. *End
  129. *CloseUI: *PageSize
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *% These use begin/end because we're not sure if they're in statusdict or systemdict.
  132. *OpenUI *PageRegion: PickOne
  133. *OrderDependency: 40 AnySetup *PageRegion
  134. *DefaultPageRegion: Letter
  135. *PageRegion Letter: "statusdict begin letter end"
  136. *PageRegion Legal: "statusdict begin legal end"
  137. *PageRegion Ledger: "statusdict begin ledger end"
  138. *PageRegion Tabloid: "statusdict begin 11x17 end"
  139. *PageRegion Executive: "statusdict begin executivepage end"
  140. *PageRegion A3: "statusdict begin a3 end"
  141. *PageRegion A4: "statusdict begin a4 end"
  142. *PageRegion A5: "statusdict begin a5 end"
  143. *PageRegion B4: "statusdict begin b4 end"
  144. *PageRegion B5: "statusdict begin b5 end"
  145. *CloseUI: *PageRegion
  146. *% The following entries provide information about specific paper keywords.
  147. *DefaultImageableArea: Letter
  148. *ImageableArea Letter: "12 12 600 780"
  149. *ImageableArea Legal: "12 12 601 996"
  150. *ImageableArea Ledger: "12 12 1212 780"
  151. *ImageableArea Tabloid: "12 12 780 1212"
  152. *ImageableArea Executive: "12 12 528 745"
  153. *ImageableArea A3: "12 12 829 1178"
  154. *ImageableArea A4: "12 12 583 829"
  155. *ImageableArea A5: "12 13 407 583"
  156. *ImageableArea B4: "12 12 716 1019"
  157. *ImageableArea B5: "12 12 503 716"
  158. *?ImageableArea: "
  159. save
  160. /cvp { ( ) cvs print ( ) print } bind def
  161. /upperright {10000 mul floor 10000 div} bind def
  162. /lowerleft {10000 mul ceiling 10000 div} bind def
  163. newpath clippath pathbbox
  164. 4 -2 roll exch 2 {lowerleft cvp} repeat
  165. exch 2 {upperright cvp} repeat flush
  166. restore
  167. "
  168. *End
  169. *% These provide the physical dimensions of the paper (by keyword)
  170. *DefaultPaperDimension: Letter
  171. *PaperDimension Letter: "612 792"
  172. *PaperDimension Legal: "612 1008"
  173. *PaperDimension Ledger: "1224 792"
  174. *PaperDimension Tabloid: "792 1224"
  175. *PaperDimension Executive: "522 756"
  176. *PaperDimension A3: "842 1191"
  177. *PaperDimension A4: "595 842"
  178. *PaperDimension A5: "420 595"
  179. *PaperDimension B4: "729 1032"
  180. *PaperDimension B5: "516 729"
  181. *RequiresPageRegion All: True
  182. *OpenUI *InputSlot: PickOne
  183. *OrderDependency: 20 AnySetup *InputSlot
  184. *DefaultInputSlot: Upper
  185. *InputSlot Upper: "1 statusdict /setpapertray get exec"
  186. *InputSlot Lower: "2 statusdict /setpapertray get exec"
  187. *InputSlot LargeCapacity: "3 statusdict /setpapertray get exec"
  188. *?InputSlot: "
  189. save
  190. [ (Unknown) (Lower) (Upper) (LargeCapacity) ]
  191. statusdict /papertray get exec
  192. {get exec} stopped { pop pop (Unknown)} if = flush
  193. restore
  194. "
  195. *End
  196. *CloseUI: *InputSlot
  197. *OpenUI *ManualFeed: PickOne
  198. *OrderDependency: 20 AnySetup *ManualFeed
  199. *DefaultManualFeed: False
  200. *?ManualFeed: "save
  201. statusdict /manualfeed get
  202. {(True)}{(False)}ifelse = flush
  203. restore"
  204. *End
  205. *ManualFeed True: "statusdict /manualfeed true put"
  206. *ManualFeed False: "statusdict /manualfeed false put"
  207. *CloseUI: *ManualFeed
  208. *OpenUI *OutputBin: PickOne
  209. *DefaultOutputBin: Upper
  210. *OutputBin Upper: "1 statusdict /setoutputtray get exec"
  211. *OutputBin Lower: "2 statusdict /setoutputtray get exec"
  212. *OutputBin Side: "3 statusdict /setoutputtray get exec"
  213. *?OutputBin: "
  214. save
  215. [ (Unknown) (Upper) (Lower) (Side) ]
  216. statusdict /outputtray get exec
  217. {get exec} stopped { pop pop (Unknown)} if = flush
  218. restore
  219. "
  220. *End
  221. *CloseUI: *OutputBin
  222. *OpenUI *OutputOrder: PickOne
  223. *DefaultOutputOrder: Normal
  224. *OutputOrder Normal: "1 statusdict /setoutputtray get exec"
  225. *OutputOrder Reverse: "3 statusdict /setoutputtray get exec"
  226. *?OutputOrder: "
  227. save
  228. [ (Unknown) (Normal) (Unknown) (Reverse) ]
  229. statusdict /outputtray get exec
  230. {get exec} stopped { pop pop (Unknown)} if = flush
  231. restore
  232. "
  233. *End
  234. *CloseUI: *OutputOrder
  235. *PageStackOrder Upper: Normal
  236. *PageStackOrder Side: Reverse
  237. *OpenUI *Duplex: PickOne
  238. *Duplex None: "false statusdict /setduplexmode get exec false statusdict /settumble get exec"
  239. *Duplex DuplexNoTumble: "true statusdict /setduplexmode get exec false statusdict /settumble get exec"
  240. *Duplex DuplexTumble: "true statusdict /setduplexmode get exec true statusdict /settumble get exec"
  241. *?Duplex: "
  242. save
  243. statusdict /duplexmode get exec
  244. { statusdict /tumble get exec
  245. { (DuplexTumble) } { (DuplexNoTumble) } ifelse
  246. }
  247. { (None) } ifelse = flush
  248. restore
  249. "
  250. *End
  251. *CloseUI: *Duplex
  252. *% Font Information =====================
  253. *DefaultFont: Courier
  254. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  255. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  256. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  257. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  258. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  259. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  260. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  261. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  262. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  263. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  264. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  265. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  266. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  267. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  268. *Font Courier: Standard "(002.003)" Standard ROM
  269. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  270. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  271. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  272. *Font Helvetica: Standard "(001.006)" Standard ROM
  273. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  274. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  275. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  276. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  277. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  278. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  279. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  280. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  281. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  282. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  283. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  284. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  285. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  286. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  287. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  288. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  289. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  290. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  291. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  292. *Font Symbol: Special "(001.007)" Special ROM
  293. *Font Times-Bold: Standard "(001.007)" Standard ROM
  294. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  295. *Font Times-Italic: Standard "(001.007)" Standard ROM
  296. *Font Times-Roman: Standard "(001.007)" Standard ROM
  297. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  298. *Font ZapfDingbats: Special "(001.002)" Special ROM
  299. *?FontQuery: "
  300. save
  301. /str 100 string dup 0 (fonts/) putinterval def
  302. {
  303. count 1 gt
  304. {
  305. exch dup str 6 94 getinterval cvs
  306. (/) print dup print (:) print exch
  307. FontDirectory exch known
  308. { pop (Yes) }
  309. {
  310. length 6 add str 0 3 -1 roll getinterval
  311. mark exch status
  312. {cleartomark (Yes)}{cleartomark (No)} ifelse
  313. } ifelse =
  314. }
  315. {exit} ifelse
  316. }bind loop
  317. (*) = flush
  318. restore
  319. "
  320. *End
  321. *?FontList: "
  322. save
  323. FontDirectory { pop == } bind forall flush
  324. /filenameforall where
  325. {
  326. pop (fonts/*)
  327. { dup length 6 sub 6 exch getinterval cvn == } bind
  328. 128 string filenameforall flush
  329. } if
  330. (*) = flush
  331. restore
  332. "
  333. *End
  334. *% Printer Messages (verbatim from printer):
  335. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  336. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  337. *Message: "\FontName\ not found, using Courier"
  338. *% Status (format: %%[ status: <one of these> ]%% )
  339. *Status: "idle"
  340. *Status: "busy"
  341. *Status: "waiting"
  342. *Status: "printing"
  343. *Status: "warming up"
  344. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  345. *Source: "serial25"
  346. *Source: "AppleTalk"
  347. *Source: "Centronics"
  348. *Source: "Optional I/O"
  349. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  350. *PrinterError: "Paper Out"
  351. *PrinterError: "Paper Jam"
  352. *PrinterError: "Off line"
  353. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  354. *% Color Separation Information =====================
  355. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  356. *InkName: ProcessBlack/Process Black
  357. *InkName: CustomColor/Custom Color
  358. *InkName: ProcessCyan/Process Cyan
  359. *InkName: ProcessMagenta/Process Magenta
  360. *InkName: ProcessYellow/Process Yellow
  361. *% For 60 lpi / 300 dpi ===============================
  362. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  363. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  364. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  365. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  366. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  367. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  368. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  369. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  370. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  371. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  372. *% For 53 lpi / 300 dpi ===============================
  373. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  374. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  375. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  376. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  377. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  378. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  379. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  380. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  381. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  382. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  383. *% For "QMS-PS 2000" version 52.4
  384. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  385. *% Converted to meet 4.0 specification
  386. *% Last Edit Date: Jun 10 1992
  387. *% The byte count of this file should be exactly 013977 or 014397
  388. *% depending on the filesystem it resides in.
  389. *% end of PPD file for QMS-PS 2000