home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / DRIVER.CAB / qm825mr1.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  15.4 KB  |  413 lines

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