home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / DRIVER.CAB / qcs30503.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  10.5 KB  |  314 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.1"
  11. *PCFileName: "QCS30503.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS ColorScript 100)"
  14. *PSVersion: "(50.3) 1"
  15. *ModelName: "QMS ColorScript 100 Model 30"
  16. *NickName: "QMS ColorScript 100 Model 30 v50.3"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "565966"
  23. *LanguageLevel: "1"
  24. *Extensions: FileSystem CMYK
  25. *ColorDevice: True
  26. *DefaultColorSpace: CMYK
  27. *VariablePaperSize: False
  28. *FileSystem: True
  29. *?FileSystem: "
  30. save
  31.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  32. restore
  33. "
  34. *End
  35. *Throughput: "1"
  36. *Password: "0"
  37. *ExitServer: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup    % potential password
  42.     statusdict /checkpassword get exec not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot perform the exitserver command.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict /exitserver get exec
  51. "
  52. *End
  53. *Reset: "
  54.   count 0 eq {  % is the password on the stack?
  55.     true
  56.   }{
  57.     dup    % potential password
  58.     statusdict /checkpassword get exec not
  59.   } ifelse
  60.   {  %  if no password or not valid
  61.     (WARNING : Cannot reset printer.) =
  62.     (Password supplied is not valid.) =
  63.     (Please contact the author of this software.) = flush
  64.     quit
  65.   } if
  66.   serverdict /exitserver get exec
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush
  69. "
  70. *End
  71.  
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74. save
  75.   initgraphics
  76.   0 0 moveto currentpoint matrix defaultmatrix transform
  77.   0 72 lineto currentpoint matrix defaultmatrix transform
  78.   3 -1 roll sub dup mul
  79.   3 1 roll exch sub dup mul
  80.   add sqrt round cvi
  81.   (          ) cvs print (dpi) = flush
  82. restore
  83. "
  84. *End
  85.  
  86. *% Halftone Information ===============
  87. *ScreenFreq: "50.0"
  88. *ScreenAngle: "24.0"
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot: "
  91. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  92. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103. *% Use these entries to set paper size most of the time, unless there is
  104. *% specific reason to use PageRegion.
  105. *OpenUI *PageSize: PickOne
  106. *OrderDependency: 30 AnySetup *PageSize
  107. *DefaultPageSize: Unknown
  108. *PageSize Letter: "statusdict /lettertray get exec"
  109. *PageSize Tabloid: "statusdict /11x17tray get exec"
  110. *PageSize A3: "statusdict /a3tray get exec"
  111. *PageSize A4: "statusdict /a4tray get exec"
  112. *?PageSize: "
  113. save
  114.   [(Letter)(Tabloid)(A4)(A3)] statusdict /pagetype get exec
  115.   {get exec} stopped { pop pop (Unknown) } if = flush
  116. restore
  117. "
  118. *End
  119. *CloseUI: *PageSize
  120.  
  121. *% These entries will set up the frame buffer.  Usually used with manual feed.
  122. *OpenUI *PageRegion: PickOne
  123. *OrderDependency: 40 AnySetup *PageRegion
  124. *DefaultPageRegion: Unknown
  125. *PageRegion Letter: "letter"
  126. *PageRegion Tabloid: "11x17"
  127. *PageRegion A3: "a3"
  128. *PageRegion A4: "a4"
  129. *CloseUI: *PageRegion
  130.  
  131. *% The following entries provide information about specific paper keywords.
  132. *DefaultImageableArea: Unknown
  133. *ImageableArea Letter: "15 91 597 732 "
  134. *ImageableArea Tabloid: "15 91 781 1164 "
  135. *ImageableArea A3: "15 91 828 1131 "
  136. *ImageableArea A4: "15 91 582 782 "
  137. *?ImageableArea: "
  138. save
  139.   /cvp {(                ) cvs print ( ) print } bind def
  140.   /upperright {10000 mul floor 10000 div} bind def
  141.   /lowerleft {10000 mul ceiling 10000 div} bind def
  142.   newpath clippath pathbbox
  143.   4 -2 roll exch 2 {lowerleft cvp} repeat
  144.   exch 2 {upperright cvp} repeat flush
  145.  restore
  146. "
  147. *End
  148.  
  149. *% These provide the physical dimensions of the paper (by keyword)
  150. *DefaultPaperDimension: Unknown
  151. *PaperDimension Letter: "612 792"
  152. *PaperDimension Tabloid: "792 1224"
  153. *PaperDimension A3: "842 1191"
  154. *PaperDimension A4: "595 842"
  155.  
  156. *DefaultOutputOrder: Reverse
  157.  
  158. *RequiresPageRegion All: True
  159. *OpenUI *InputSlot: PickOne
  160. *OrderDependency: 20 AnySetup *InputSlot
  161. *DefaultInputSlot: Cassette
  162. *InputSlot Cassette: ""
  163. *CloseUI: *InputSlot
  164.  
  165. *% Font Information =====================
  166. *DefaultFont: Courier
  167. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  168. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  169. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  170. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  171. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  172. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  173. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  174. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  175. *Font Courier: Standard "(001.004)" Standard ROM
  176. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  177. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  178. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  179. *Font Helvetica: Standard "(001.002)" Standard ROM
  180. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  181. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  182. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  183. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  184. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  185. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  186. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  187. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  188. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  189. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  190. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  191. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  192. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  193. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  194. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  195. *Font Symbol: Special "(001.003)" Special ROM
  196. *Font Times-Bold: Standard "(001.002)" Standard ROM
  197. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  198. *Font Times-Italic: Standard "(001.002)" Standard ROM
  199. *Font Times-Roman: Standard "(001.002)" Standard ROM
  200. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  201. *Font ZapfDingbats: Special "(001.002)" Special ROM
  202. *?FontQuery: "
  203. save
  204.  /str 100 string dup 0 (fonts/) putinterval def
  205.  {
  206.    count 1 gt
  207.    {
  208.      exch dup str 6 94 getinterval cvs
  209.      (/) print dup print (:) print exch
  210.      FontDirectory exch known
  211.      { pop (Yes) }
  212.       {
  213.         length 6 add str 0 3 -1 roll getinterval
  214.         mark exch status
  215.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  216.      } ifelse =
  217.    }
  218.    {exit} ifelse
  219.  }bind loop
  220.  (*) = flush
  221. restore
  222. "
  223. *End
  224.  
  225. *?FontList: "
  226. save
  227.   FontDirectory { pop == } bind forall flush
  228.   /filenameforall where
  229.   {
  230.     pop (fonts/*)
  231.     { dup length 6 sub 6 exch getinterval cvn == } bind
  232.     128 string filenameforall flush
  233.   } if
  234.   (*) = flush
  235. restore
  236. "
  237. *End
  238.  
  239. *% Printer Messages (verbatim from printer):
  240. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  241. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  242. *Message: "\FontName\ not found, using Courier"
  243.  
  244. *% Status (format: %%[status: <one of these> ]%%)
  245. *Status: "idle"
  246. *Status: "busy"
  247. *Status: "waiting"
  248. *Status: "printing"
  249. *Status: "warming up"
  250. *Status: "PrinterError: end of ribbon"
  251. *Status: "PrinterError: out of paper"
  252. *Status: "PrinterError: printer fault"
  253. *Status: "PrinterError: printer offline"
  254.  
  255. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  256. *Source: "serial9"
  257. *Source: "serial25"
  258. *Source: "AppleTalk"
  259. *Source: "Centronics"
  260.  
  261. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  262. *PrinterError: "end of ribbon"
  263. *PrinterError: "out of paper"
  264. *PrinterError: "printer fault"
  265. *PrinterError: "printer offline"
  266.  
  267. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  268.  
  269. *% Color Separation Information =====================
  270.  
  271. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  272.  
  273. *InkName: ProcessBlack/Process Black
  274. *InkName: CustomColor/Custom Color
  275. *InkName: ProcessCyan/Process Cyan
  276. *InkName: ProcessMagenta/Process Magenta
  277. *InkName: ProcessYellow/Process Yellow
  278.  
  279. *%  For 60 lpi / 300 dpi  ===============================
  280.  
  281. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  282. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  283. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  284. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  285. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  286.  
  287. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  288. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  289. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  290. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  291. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  292.  
  293. *%  For 53 lpi / 300 dpi  ===============================
  294.  
  295. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  296. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  297. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  298. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  299. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  300.  
  301. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  302. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  303. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  304. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  305. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  306.  
  307. *% For "QMS ColorScript 100 Model 30" version 50.3
  308. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  309. *% Converted to meet 4.0 specification
  310. *% Last Edit Date: Sep 15 1992
  311. *% The byte count of this file should be exactly 010398 or 010708
  312. *% depending on the filesystem it resides in.
  313. *% end of PPD file for QMS ColorScript 100 Model 30
  314.