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.

409 lines
14 KiB

  1. *PPD-Adobe: "4.0"
  2. *% QMS Inc. PostScript(R) Printer Description File
  3. *FormatVersion: "4.0"
  4. *FileVersion: "2.0"
  5. *PCFileName: "QMSCS230.PPD"
  6. *LanguageVersion: English
  7. *Product: "(QMS ColorScript 230)"
  8. *PSVersion: "(2011.22) 10"
  9. *ModelName: "QMS ColorScript 230"
  10. *NickName: "QMS ColorScript 230 v2011.22"
  11. *% ADORequiresEExec added by Microsoft
  12. *ADORequiresEExec: True
  13. *% General Information and Defaults ===============
  14. *FreeVM: "700000"
  15. *LanguageLevel: "2"
  16. *ColorDevice: True
  17. *DefaultColorSpace: CMYK
  18. *VariablePaperSize: False
  19. *FileSystem: True
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *Throughput: "1"
  22. *Password: "0"
  23. *ExitServer: "
  24. count 0 eq { % is the password on the stack?
  25. true
  26. }{
  27. dup % potential password
  28. statusdict begin checkpassword end not
  29. } ifelse
  30. { % if no password or not valid
  31. (WARNING : Cannot perform the exitserver command.) =
  32. (Password supplied is not valid.) =
  33. (Please contact the author of this software.) = flush
  34. quit
  35. } if
  36. serverdict begin exitserver
  37. "
  38. *End
  39. *Reset: "(WARNING : Cannot reset printer.) = "
  40. *OpenUI *ColorRenderDict/Color Rendering Dictionaries: PickOne
  41. *OrderDependency: 50 AnySetup *ColorRenderDict
  42. *DefaultColorRenderDict: 1
  43. *ColorRenderDict 1/Default: "% Use default CRD"
  44. *ColorRenderDict 2/Photographic: "/Photographic /ColorRendering findresource setcolorrendering"
  45. *ColorRenderDict 3/Colorimetric: "/Colorimetric /ColorRendering findresource setcolorrendering"
  46. *ColorRenderDict 4/Business: "/Business /ColorRendering findresource setcolorrendering"
  47. *CloseUI: *ColorRenderDict
  48. *OpenUI *HalftoneType/Halftones: PickOne
  49. *OrderDependency: 50 AnySetup *HalftoneType
  50. *DefaultHalftoneType: 1
  51. *HalftoneType 1/Default:"% Use default halftone "
  52. *HalftoneType 2/Presentation:"/Presentation /Halftone findresource sethalftone "
  53. *HalftoneType 3/Proofing - 4 color:"/Proofing4Color /Halftone findresource sethalftone "
  54. *HalftoneType 4/Proofing - 3 color:"/Proofing3Color /Halftone findresource sethalftone "
  55. *HalftoneType 5/Traditional 53LPI x (C15,M75,Y45,K45):"/Traditional /Halftone findresource sethalftone "
  56. *HalftoneType 6/Aligned 53LPI x 45:"/53x45 /Halftone findresource sethalftone "
  57. *HalftoneType 7/Aligned 60LPI x 54:"/60x54 /Halftone findresource sethalftone "
  58. *CloseUI: *HalftoneType
  59. *OpenUI *Setups/Standard setups: PickOne
  60. *OrderDependency: 55 AnySetup *Setups
  61. *DefaultProcset: 1
  62. *Setups 1/None: "% None"
  63. *Setups 2/Photographic: "
  64. /Photographic /ColorRendering findresource setcolorrendering
  65. /Proofing4Color /Halftone findresource sethalftone
  66. "
  67. *End
  68. *Setups 3/Standard: "
  69. /Colorimetric /ColorRendering findresource setcolorrendering
  70. /Presentation /Halftone findresource sethalftone
  71. "
  72. *End
  73. *CloseUI: *Setups
  74. *DefaultResolution: 300dpi
  75. *?Resolution: "
  76. save
  77. initgraphics
  78. 0 0 moveto currentpoint matrix defaultmatrix transform
  79. 0 72 lineto currentpoint matrix defaultmatrix transform
  80. 3 -1 roll sub dup mul
  81. 3 1 roll exch sub dup mul
  82. add sqrt round cvi
  83. ( ) cvs print (dpi) = flush
  84. restore
  85. "
  86. *End
  87. *% Halftone Information ===============
  88. *ScreenFreq: "53.0"
  89. *ScreenAngle: "45.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. { abs exch abs 2 copy add 1 gt
  93. { 1 sub dup mul exch 1 sub dup mul add 1 sub}
  94. { dup mul exch dup mul add 1 exch sub}
  95. ifelse
  96. }
  97. "
  98. *End
  99. *ScreenProc Line: "{ pop }"
  100. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104. *% Paper Handling ===================
  105. *% Use these entries to set paper size most of the time, unless there is
  106. *% specific reason to use PageRegion.
  107. *OpenUI *PageSize: PickOne
  108. *OrderDependency: 30 AnySetup *PageSize
  109. *DefaultPageSize: Letter
  110. *PageSize Letter/Letter 8.5x11in: "statusdict begin letter end"
  111. *PageSize Legal/Legal 8.5x14in: "statusdict begin legal end"
  112. *PageSize Tabloid/Tabloid 11x17in: "statusdict begin 11x17 end"
  113. *PageSize WB/Super-WB 12.6x18.3in: "statusdict begin wb end"
  114. *PageSize A3/A3 297x420mm: "statusdict begin a3 end"
  115. *PageSize A4/A4 210x297mm: "statusdict begin a4 end"
  116. *?PageSize: "
  117. save statusdict begin
  118. 12 dict begin
  119. /lettertray (Letter) def
  120. /legaltray (Legal) def
  121. /11x17tray (Tabloid) def
  122. /wbtray (WB) def
  123. /a3tray (A3) def
  124. /a4tray (A4) def
  125. papersize {
  126. {load exec} stopped not{= flush}if
  127. }{
  128. {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  129. }ifelse
  130. end
  131. end restore
  132. "
  133. *End
  134. *CloseUI: *PageSize
  135. *% These entries will set up the frame buffer. Usually used with manual feed.
  136. *OpenUI *PageRegion: PickOne
  137. *OrderDependency: 40 AnySetup *PageRegion
  138. *DefaultPageRegion: Letter
  139. *PageRegion Letter/Letter 8.5x11in: "letter"
  140. *PageRegion Legal/Legal 8.5x14in: "legal"
  141. *PageRegion Tabloid/Tabloid 11x17in: "11x17"
  142. *PageRegion WB/Super-WB 12.6x18.3in: "wb"
  143. *PageRegion A3/A3 297x420mm: "a3"
  144. *PageRegion A4/A4 210x297mm: "a4"
  145. *CloseUI: *PageRegion
  146. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  147. *% These errors should be trapped by software and a message displayed
  148. *DefaultPaperTray: None
  149. *PaperTray Letter/Letter 8.5x11in: "statusdict begin lettertray end"
  150. *PaperTray Legal/Legal 8.5x14in: "statusdict begin legaltray end"
  151. *PaperTray Tabloid/Tabloid 11x17 in: "statusdict begin 11x17tray end"
  152. *PaperTray WB/Super-WB 12.6x18.3in: "statusdict begin wbtray end "
  153. *PaperTray A3/A3 297x420mm: "statusdict begin a3tray end"
  154. *PaperTray A4/A4 210x297mm: "statusdict begin a4tray end"
  155. *?PaperTray: "
  156. save statusdict begin
  157. 20 dict begin
  158. /lettertray (Letter) def
  159. /legaltray (Legal) def
  160. /11x17tray (Tabloid) def
  161. /wbtray (WB) def
  162. /a3tray (A3) def
  163. /a4tray (A4) def
  164. papersize {
  165. {load exec} stopped not{= flush}if
  166. }{
  167. {load exec} stopped not{print (.Transverse) = flush}if
  168. }ifelse
  169. end
  170. end restore
  171. "
  172. *End
  173. *% The following entries provide information about specific paper keywords.
  174. *DefaultImageableArea: Letter
  175. *ImageableArea Letter/Letter 8.5x11in: "10.3 17.3 601.7 740.9 "
  176. *ImageableArea Legal/Legal 8.5x14in: "10.3 17.3 601.7 957 "
  177. *ImageableArea Tabloid/Tabloid 11x17in: "10.1 17.5 781.9 1172.9 "
  178. *ImageableArea WB/Super-WB 12.6x18.3in: " 27.0 30.4 879.5 1267.2 "
  179. *ImageableArea A3/A3 297x420mm: "10.0 16.0 831.7 1139.7 "
  180. *ImageableArea A4/A4 210x297mm: "9.5 16.9 585.5 790.9 "
  181. *?ImageableArea: "
  182. save /cvp { cvi ( ) cvs print ( ) print } bind def
  183. newpath clippath pathbbox
  184. 4 -2 roll exch 2 {ceiling cvp} repeat
  185. exch 2 {floor cvp} repeat flush
  186. restore
  187. "
  188. *End
  189. *% These provide the physical dimensions of the paper (by keyword)
  190. *PaperDimension Letter: "612 792"
  191. *PaperDimension Legal: "612 1008"
  192. *PaperDimension Tabloid: "792 1224"
  193. *PaperDimension WB: "907 1318"
  194. *PaperDimension A3: "842 1190"
  195. *PaperDimension A4: "595 842"
  196. *DefaultOutputBin: OnlyOne
  197. *DefaultOutputOrder: Reverse
  198. *OpenUI *InputSlot: PickOne
  199. *OrderDependency: 20 AnySetup *InputSlot
  200. *DefaultInputSlot: Cassette
  201. *InputSlot Cassette: ""
  202. *CloseUI: *InputSlot
  203. *OpenUI *ManualFeed: Boolean
  204. *OrderDependency: 20 AnySetup *ManualFeed
  205. *DefaultManualFeed: False
  206. *ManualFeed True: "statusdict begin /manualfeed true store end"
  207. *ManualFeed False: "statusdict begin /manualfeed false store end"
  208. *?ManualFeed: "
  209. statusdict /manualfeed get
  210. {(True)}{(False)}ifelse = flush"
  211. *End
  212. *CloseUI: *ManualFeed
  213. *DefaultCollator: None
  214. *DefaultSorter: None
  215. *DefaultDuplex: None
  216. *% Font Information =====================
  217. *DefaultFont: Courier
  218. *Font AvantGarde-Book: Standard "(001.006)"
  219. *Font AvantGarde-BookOblique: Standard "(001.006)"
  220. *Font AvantGarde-Demi: Standard "(001.007)"
  221. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  222. *Font Bookman-Demi: Standard "(001.003)"
  223. *Font Bookman-DemiItalic: Standard "(001.003)"
  224. *Font Bookman-Light: Standard "(001.003)"
  225. *Font Bookman-LightItalic: Standard "(001.003)"
  226. *Font Courier: Standard "(002.004)"
  227. *Font Courier-Bold: Standard "(002.004)"
  228. *Font Courier-BoldOblique: Standard "(002.004)"
  229. *Font Courier-Oblique: Standard "(002.004)"
  230. *Font Helvetica: Standard "(001.006)"
  231. *Font Helvetica-Bold: Standard "(001.007)"
  232. *Font Helvetica-BoldOblique: Standard "(001.007)"
  233. *Font Helvetica-Condensed: Standard "(001.001)"
  234. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  235. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  236. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  237. *Font Helvetica-Narrow: Standard "(001.006)"
  238. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  239. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  240. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  241. *Font Helvetica-Oblique: Standard "(001.006)"
  242. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  243. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  244. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  245. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  246. *Font Palatino-Bold: Standard "(001.005)"
  247. *Font Palatino-BoldItalic: Standard "(001.005)"
  248. *Font Palatino-Italic: Standard "(001.005)"
  249. *Font Palatino-Roman: Standard "(001.005)"
  250. *Font Symbol: Special "(001.007)"
  251. *Font Times-Bold: Standard "(001.007)"
  252. *Font Times-BoldItalic: Standard "(001.009)"
  253. *Font Times-Italic: Standard "(001.007)"
  254. *Font Times-Roman: Standard "(001.007)"
  255. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  256. *Font ZapfDingbats: Special "(001.004)"
  257. *Font Aachen-Bold: Standard "(001.001)"
  258. *Font BrushScript: Standard "(001.001)"
  259. *Font Cooper-Black: Standard "(001.001)"
  260. *Font CooperBlack-Italic: Standard "(001.001)"
  261. *Font FreestyleScript: Standard "(001.001)"
  262. *Font Garamond-Bold: Standard "(001.001)"
  263. *Font Garamond-BoldItalic: Standard "(001.001)"
  264. *Font Garamond-Light: Standard "(001.001)"
  265. *Font Garamond-LightItalic: Standard "(001.001)"
  266. *Font Helvetica-Black: Standard "(001.001)"
  267. *Font Helvetica-BlackOblique: Standard "(001.001)"
  268. *Font Helvetica-Light: Standard "(001.001)"
  269. *Font Helvetica-LightOblique: Standard "(001.001)"
  270. *Font Hobo: Standard "(001.001)"
  271. *Font LetterGothic: Standard "(001.001)"
  272. *Font LetterGothic-Bold: Standard "(001.001)"
  273. *Font LetterGothic-BoldSlanted: Standard "(001.001)"
  274. *Font LetterGothic-Slanted: Standard "(001.001)"
  275. *Font Optima: Standard "(001.001)"
  276. *Font Optima-Bold: Standard "(001.001)"
  277. *Font Optima-BoldOblique: Standard "(001.001)"
  278. *Font Optima-Oblique: Standard "(001.001)"
  279. *Font ParkAvenue: Standard "(001.001)"
  280. *Font Revue: Standard "(001.001)"
  281. *Font Stencil: Standard "(001.001)"
  282. *Font UniversityRoman: Standard "(001.001)"
  283. *?FontQuery: "
  284. save 4 dict begin /sv exch def
  285. /str (fonts/ ) def
  286. /st2 128 string def
  287. {
  288. count 0 gt {
  289. dup st2 cvs (/) print print (:) print
  290. dup FontDirectory exch known {pop (Yes)}{
  291. str exch st2 cvs dup length /len exch def
  292. 6 exch putinterval str 0 len 6 add getinterval mark exch
  293. { } st2 filenameforall counttomark 0 gt {
  294. cleartomark (Yes)}{cleartomark (No)}ifelse
  295. }ifelse = flush
  296. }{ exit } ifelse
  297. } bind loop
  298. (*) = flush
  299. sv end restore
  300. "
  301. *End
  302. *?FontList: "
  303. save 2 dict begin /sv exch def
  304. /str 128 string def
  305. FontDirectory { pop == } bind forall flush
  306. /filenameforall where {
  307. pop save (fonts/*) {
  308. dup length 6 sub 6 exch getinterval cvn ==
  309. } bind str filenameforall flush restore
  310. } if
  311. (*) = flush
  312. sv end restore
  313. "
  314. *End
  315. *% Printer Messages (verbatim from printer):
  316. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  317. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  318. *Message: "\FontName\ not found, using Courier"
  319. *% Status (format: %%[ status: <one of these> ]%% )
  320. *Status: "idle"
  321. *Status: "busy"
  322. *Status: "waiting"
  323. *Status: "printing"
  324. *Status: "warming up"
  325. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  326. *Source: "serial25"
  327. *Source: "AppleTalk"
  328. *Source: "Centronics"
  329. *Source: "other"
  330. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  331. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  332. *% Color Separation Information =====================
  333. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  334. *InkName: ProcessBlack/Process Black
  335. *InkName: CustomColor/Custom Color
  336. *InkName: ProcessCyan/Process Cyan
  337. *InkName: ProcessMagenta/Process Magenta
  338. *InkName: ProcessYellow/Process Yellow
  339. *% For 60 lpi / 300 dpi ===============================
  340. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  341. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  342. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  343. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  344. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  345. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  347. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  348. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  349. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  350. *% For 53 lpi / 300 dpi ===============================
  351. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  352. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  353. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  354. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  355. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  356. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  357. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  358. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  359. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  360. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  361. *% end of PPD file for QMS ColorScript 230