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.

444 lines
14 KiB

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