home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / DRIVER.CAB / mqmc2.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  32.1 KB  |  795 lines

  1. *PPD-Adobe:  "4.3"
  2. *% Adobe Systems Printer Description File
  3. *% For "MINOLTA-QMS magicolor 2" version 2015.30
  4. *% Copyright (c), MINOLTA-QMS Inc.
  5. *% Date:    01/01/00
  6. *% Modified:    01/01/00
  7.  
  8. *FormatVersion: "4.3"
  9. *FileVersion: "2.0"
  10. *LanguageEncoding: ISOLatin1
  11. *LanguageVersion: English
  12. *Product: "(magicolor 2)"
  13. *PSVersion: "(2014.30) 9"
  14. *Manufacturer: "MINOLTA-QMS"
  15. *ModelName: "MINOLTA-QMS magicolor 2 (PS)"
  16. *ShortNickName: "magicolor 2"
  17. *NickName: "magicolor 2"
  18. *PCFileName: "MQMC2.PPD"
  19.  
  20. *% ===Installable Options ==================================
  21.  
  22. *OpenGroup: InstallableOptions/Installable Options
  23.  
  24. *OpenUI *OptionalBin/Optional Input Bin: Boolean
  25. *DefaultOptionalBin: False
  26. *OptionalBin True/Installed: ""
  27. *OptionalBin False/Not Installed: ""
  28. *CloseUI: *OptionalBin
  29.  
  30. *OpenUI *OptionalDisk/Optional Hard Disk: Boolean
  31. *DefaultOptionalDisk: False
  32. *OptionalDisk True/Installed: ""
  33. *OptionalDisk False/Not Installed: ""
  34. *CloseUI: *OptionalDisk
  35.  
  36. *OpenUI *OptionalMemory/Installed Memory: PickOne
  37. *DefaultOptionalMemory: 24MB
  38. *OptionalMemory 24MB/Standard 24 MB: ""
  39. *OptionalMemory 40MB/Standard 40 MB: ""
  40. *OptionalMemory 72MB/Upgraded to 72 MB or more: ""
  41. *CloseUI: *OptionalMemory
  42.  
  43. *CloseGroup: InstallableOptions
  44.  
  45. *% Optional Input Bin Constraints ==========================
  46.  
  47. *UIConstraints: *OptionalBin False    *InputSlot OptionalBin
  48. *UIConstraints: *OptionalBin False    *TraySwitch True
  49. *UIConstraints: *InputSlot OptionalBin    *OptionalBin False  
  50. *UIConstraints: *TraySwitch True    *OptionalBin False  
  51.  
  52. *UIConstraints: *InputSlot OptionalBin *PageSize Com10
  53. *UIConstraints: *InputSlot OptionalBin *PageSize DL
  54. *UIConstraints: *InputSlot OptionalBin *PageSize A5
  55. *UIConstraints: *InputSlot OptionalBin *PageSize Statement
  56. *UIConstraints: *PageSize Com10        *InputSlot OptionalBin
  57. *UIConstraints: *PageSize DL         *InputSlot OptionalBin
  58. *UIConstraints: *PageSize A5        *InputSlot OptionalBin
  59. *UIConstraints: *PageSize Statement *InputSlot OptionalBin
  60.  
  61. *% End of Constraints ==================================
  62.  
  63. *% === Basic Device Capabilities ============
  64.  
  65. *LanguageLevel: "2"
  66. *Protocols: BCP
  67.  
  68. *FreeVM: "5500000"
  69.  
  70. *ColorDevice: True
  71. *SingleUserMode: True
  72. *DefaultColorSpace: CMYK
  73. *AccurateScreensSupport: True
  74. *End
  75. *TTRasterizer: Type42
  76. *?TTRasterizer: "
  77.   save
  78.   42 /FontType resourcestatus
  79.   { pop pop (Type42)} {pop pop (None)} ifelse = flush
  80.   restore"
  81. *End
  82.  
  83. *FileSystem: True
  84. *?FileSystem: "
  85.   save false
  86.   (%disk?%)
  87.   { currentdevparams dup /Writeable known
  88.     { /Writeable get {pop true} if }  {pop} ifelse
  89.   } 10 string /IODevice resourceforall
  90.   {(True)}{(False)} ifelse = flush
  91.   restore"
  92. *End
  93. *Throughput: "2"
  94. *Password: "(0)"
  95. *ExitServer: "
  96.   count 0 eq
  97.   { false } { true exch startjob } ifelse
  98.   not
  99.   { (WARNING: Cannot modify initial VM.) =
  100.     (Missing or invalid password.) =
  101.     (Please contact the author of this software.) = flush quit
  102.   } if"
  103. *End
  104. *Reset: "
  105.   count 0 eq
  106.   { false } { true exch startjob } ifelse
  107.   not
  108.   { (WARNING: Cannot reset printer.) =
  109.     (Missing or invalid password.) =
  110.     (Please contact the author of this software.) = flush quit
  111.   } if
  112.   systemdict /quit get exec
  113.   (WARNING : Printer Reset Failed.) = flush"
  114. *End
  115.  
  116. *OpenUI *Resolution/Choose Resolution: PickOne
  117. *OrderDependency: 10 AnySetup *Resolution
  118. *DefaultResolution: 600dpi
  119. *Resolution 300dpi/300 dpi: ""
  120. *Resolution 600dpi/600 dpi: ""
  121. *Resolution 1200dpi/1200 dpi: ""
  122. *Resolution 2400dpi/2400 dpi: ""
  123. *?Resolution: "
  124.   save
  125.     currentpagedevice /HWResolution get
  126.     0 get
  127.     (          ) cvs print
  128.     (dpi)
  129.     = flush
  130.   restore
  131. "
  132. *End
  133. *CloseUI: *Resolution
  134.  
  135. *OpenUI *Smoothing/Resolution Enhancement Level: PickOne
  136. *OrderDependency: 40 AnySetup *Smoothing
  137. *DefaultSmoothing: Medium
  138. *Smoothing None/Off:        "//statusdict /setdoret known {0 statusdict /setdoret get exec} if"
  139. *Smoothing Light/Light:        "//statusdict /setdoret known {1 statusdict /setdoret get exec} if"
  140. *Smoothing Medium/Medium:    "//statusdict /setdoret known {2 statusdict /setdoret get exec} if"
  141. *Smoothing Dark/Dark:        "//statusdict /setdoret known {3 statusdict /setdoret get exec} if"
  142. *?Smoothing: "save
  143.    [(None) (Light) (Medium) (Dark)]
  144.    statusdict /doret {get exec}
  145.    stopped { pop pop (Unknown) } if
  146.    = flush restore"
  147. *End
  148. *CloseUI: *Smoothing
  149.  
  150.     
  151. *OpenUI *Separations/Color Separations: Boolean
  152. *OrderDependency: 40 AnySetup *Separations
  153. *Separations True/True: "%%IncludeFeature: colorseparation(on)"
  154. *Separations False/False: "%%IncludeFeature: colorseparation(off)"
  155. *DefaultSeparations: False
  156. *?Separations: "
  157.    save currentpagedevice /Separations get
  158.   {(True)}{(False)}ifelse = flush restore" 
  159. *End
  160. *CloseUI: *Separations
  161.  
  162. *OpenUI *CustomColor/QColor-Custom: PickOne
  163. *OrderDependency: 50 AnySetup *CustomColor
  164. *DefaultCustomColor: AutoCustomColor
  165. *CustomColor AutoCustomColor/Automatic Color Control:""
  166. *CustomColor DisableCustomColor/Disable Printer Color Matching:""
  167. *CustomColor PhotoCustomColor/Photographic (RGB w/ CRD):""
  168. *CustomColor GraphicsCustomColor/Business Graphics (RGB w/ CRD):""
  169. *CustomColor TextCustomColor/Text and Spot Color (RGB w/ CRD):""
  170. *CustomColor GrayCustomColor/Color as Grayscale:""
  171. *CustomColor AllBlackCustomColor/Color as All Black:""
  172. *CloseUI: CustomColor
  173.  
  174. *OpenUI *AutoCustomColor/Automatic Color Control: PickOne
  175. *OrderDependency: 50 AnySetup *CustomColor
  176. *AutoCustomColor Colormodel/Color models: "CMYK"
  177. *AutoCustomColor CRDMatch/CRD Match: "True"
  178. *AutoCustomColor CRDImage/CRD Image: "Photographic"
  179. *AutoCustomColor CRDText/CRD Text:"Business"
  180. *AutoCustomColor CRDGraphics/CRD Graphics:"Photographic"
  181. *AutoCustomColor CSA/CRD Color Space: "sRGB"
  182. *AutoCustomColor CMMmatch/CMM Match: "False"
  183. *AutoCustomColor RGBSource/RGB Source: "None"
  184. *AutoCustomColor Simulation/Simulation: "None"
  185. *AutoCustomColor ColorSeps/Color Separations: "False"
  186. *CloseUI: AutoCustomColor
  187.  
  188. *OpenUI *DisableCustomColor/Disable Printer Color Matching: PickOne
  189. *OrderDependency: 50 AnySetup *CustomColor
  190. *DisableCustomColor Colormodel/Color models: "CMYK"
  191. *DisableCustomColor CRDMatch/CRD Match: "False"
  192. *DisableCustomColor CRDImage/CRD Image: "Photographic"
  193. *DisableCustomColor CRDText/CRD Text:"Business"
  194. *DisableCustomColor CRDGraphics/CRD Graphics:"Photographic"
  195. *DisableCustomColor CSA/CRD Color Space: "DeviceRGB"
  196. *DisableCustomColor CMMmatch/CMM Match: "False"
  197. *DisableCustomColor RGBSource/RGB Source: "None"
  198. *DisableCustomColor Simulation/Simulation: "None"
  199. *DisableCustomColor ColorSeps/Color Separations: "False"
  200. *CloseUI: DisableCustomColor
  201.  
  202.  
  203. *OpenUI *PhotoCustomColor/Photographic (RGB w/ CRD): PickOne
  204. *OrderDependency: 50 AnySetup *CustomColor
  205. *PhotoCustomColor Colormodel/Color models: "CMYK"
  206. *PhotoCustomColor CRDMatch/CRD Match: "True"
  207. *PhotoCustomColor CRDImage/CRD Image: "Photographic"
  208. *PhotoCustomColor CRDText/CRD Text:"Business"
  209. *PhotoCustomColor CRDGraphics/CRD Graphics:"Photographic"
  210. *PhotoCustomColor CSA/CRD Color Space: "sRGB"
  211. *PhotoCustomColor CMMmatch/CMM Match: "False"
  212. *PhotoCustomColor RGBSource/RGB Source: "None"
  213. *PhotoCustomColor Simulation/Simulation: "None"
  214. *PhotoCustomColor ColorSeps/Color Separations: "False"
  215. *CloseUI: PhotoCustomColor
  216.  
  217. *OpenUI *GraphicsCustomColor/Business Graphics (RGB w/ CRD): PickOne
  218. *OrderDependency: 50 AnySetup *CustomColor
  219. *GraphicsCustomColor Colormodel/Color models: "CMYK"
  220. *GraphicsCustomColor CRDMatch/CRD Match: "True"
  221. *GraphicsCustomColor CRDImage/CRD Image: "Photographic"
  222. *GraphicsCustomColor CRDText/CRD Text:"Business"
  223. *GraphicsCustomColor CRDGraphics/CRD Graphics:"Photographic"
  224. *GraphicsCustomColor CSA/CRD Color Space: "sRGB"
  225. *GraphicsCustomColor CMMmatch/CMM Match: "False"
  226. *GraphicsCustomColor RGBSource/RGB Source: "None"
  227. *GraphicsCustomColor Simulation/Simulation: "None"
  228. *GraphicsCustomColor ColorSeps/Color Separations: "False"
  229. *CloseUI: GraphicsCustomColor
  230.  
  231. *OpenUI *TextCustomColor/Text and Spot Color (RGB w/ CRD): PickOne
  232. *OrderDependency: 50 AnySetup *CustomColor
  233. *TextCustomColor Colormodel/Color models: "CMYK"
  234. *TextCustomColor CRDMatch/CRD Match: "True"
  235. *TextCustomColor CRDImage/CRD Image: "Photographic"
  236. *TextCustomColor CRDText/CRD Text:"Business"
  237. *TextCustomColor CRDGraphics/CRD Graphics:"Business"
  238. *TextCustomColor CSA/CRD Color Space: "sRGB"
  239. *TextCustomColor CMMmatch/CMM Match: "False"
  240. *TextCustomColor RGBSource/RGB Source: "None"
  241. *TextCustomColor Simulation/Simulation: "None"
  242. *TextCustomColor ColorSeps/Color Separations: "False"
  243. *CloseUI: TextCustomColor
  244.  
  245. *OpenUI *GrayCustomColor/Color as Grayscale: PickOne
  246. *OrderDependency: 50 AnySetup *CustomColor
  247. *GrayCustomColor Colormodel/Color models: "Gray"
  248. *GrayCustomColor CRDMatch/CRD Match: "False"
  249. *GrayCustomColor CRDImage/CRD Image: "PrinterDefault"
  250. *GrayCustomColor CRDText/CRD Text:"PrinterDefault"
  251. *GrayCustomColor CRDGraphics/CRD Graphics:"PrinterDefault"
  252. *GrayCustomColor CSA/CRD Color Space: "DeviceRGB"
  253. *GrayCustomColor CMMmatch/CMM Match: "False"
  254. *GrayCustomColor RGBSource/RGB Source: "None"
  255. *GrayCustomColor Simulation/Simulation: "None"
  256. *GrayCustomColor ColorSeps/Color Separations: "False"
  257. *CloseUI: GrayCustomColor
  258.  
  259. *OpenUI *AllBlackCustomColor/Color as All Black: PickOne
  260. *OrderDependency: 50 AnySetup *CustomColor
  261. *AllBlackCustomColor Colormodel/Color models: "Gray"
  262. *AllBlackCustomColor CRDMatch/CRD Match: "False"
  263. *AllBlackCustomColor CRDImage/CRD Image: "PrinterDefault"
  264. *AllBlackCustomColor CRDText/CRD Text:"PrinterDefault"
  265. *AllBlackCustomColor CRDGraphics/CRD Graphics:"PrinterDefault"
  266. *AllBlackCustomColor CSA/CRD Color Space: "DeviceRGB"
  267. *AllBlackCustomColor CMMmatch/CMM Match: "False"
  268. *AllBlackCustomColor RGBSource/RGB Source: "None"
  269. *AllBlackCustomColor Simulation/Simulation: "None"
  270. *AllBlackCustomColor ColorSeps/Color Separations: "False"
  271. *CloseUI: AllBlackCustomColor
  272.  
  273.  
  274. *OpenUI *ColorRenderDict/CRD: PickOne
  275. *OrderDependency: 50 AnySetup *CRD
  276. *DefaultColorRenderDict: PrinterDefault
  277. *ColorRenderDict Photographic/Photographic: "//statusdict /QMSsetscreencrd known {<< /CRDFamily /Photographic >> //statusdict /QMSsetscreencrd get exec} if"
  278. *ColorRenderDict Colorimetric/Colorimetric: "//statusdict /QMSsetscreencrd known {<< /CRDFamily /Colorimetric >> //statusdict /QMSsetscreencrd get exec} if"
  279. *ColorRenderDict Business/Business:            "//statusdict /QMSsetscreencrd known {<< /CRDFamily /Business >> //statusdict /QMSsetscreencrd get exec} if"
  280. *ColorRenderDict PrinterDefault/Printer Default: "QMSCurCRD setcolorrendering"
  281. *ColorRenderDict None/None: ""
  282. *CloseUI :ColorRenderDict
  283.  
  284. *OpenUI *Halftones/QMS Halftones: PickOne
  285. *OrderDependecy: 50 AnySetup *Halftones
  286. *DefaultHalftones: Enhanced
  287. *Halftones Enhanced/Enhanced: "//statusdict /QMSsetscreencrd known {<< /ScreenFamily /Enhanced >> //statusdict /QMSsetscreencrd get exec} if"
  288. *Halftones PrinterDefault/Printer Default: "QMSCurHalftone sethalftone"
  289. *CloseUI: Halftones
  290.  
  291. *OpenUI *CRDColSpc/CRD Color Space: PickOne
  292. *OrderDependency: 50 AnySetup *CRDColSpc
  293. *DefaultCRDColSpc: sRGB
  294. *CRDColSpc sRGB/sRGB:"/cspn { [/CIEBasedABC << /DecodeLMN [ {dup 0.03928 le 
  295. {12.92321 div} {0.055 add 1.055 div 2.4 exp}ifelse} bind dup dup] 
  296. /MatrixLMN [0.412457 0.212673 0.019334 0.357576 0.715152 0.119192 0.180437 0.072175 0.950301] 
  297. /WhitePoint [0.9505 1.0000 1.0890] >> ] } def"
  298. *End 
  299. *CRDColSpc TrinitronG1.8D50/Trinitron G1.8 D50:"/cspn { [/CIEBasedABC << /DecodeLMN [ {1.8 exp}bind dup dup ] 
  300. /MatrixLMN [0.5243 0.2852 0.0294 0.3084 0.6554 0.1377 0.1316 0.0594 0.6579] 
  301. /WhitePoint [0.9642 1.0000 0.8249] >> ] } def"
  302. *End 
  303. *CRDColSpc AppleRGB/Apple RGB:"/cspn { [/CIEBasedABC << /DecodeLMN [ {1.8 exp} bind dup dup ] 
  304. /MatrixLMN [0.475538 0.255147 0.01849 0.339707 0.67254 0.113396 0.148967 0.07224 0.693332] 
  305. /WhitePoint [0.9642 1.0000 0.8249] >> ] } def"
  306. *End 
  307. *CRDColSpc PrePress/Pre Press:"/cspn { [/CIEBasedABC << /DecodeLMN [ {2.2 exp} bind dup dup ] 
  308. /MatrixLMN [0.609744 0.311098 0.019509 0.205265 0.625625 0.060917 0.149204 0.063188 0.744792] 
  309. /WhitePoint [0.9505 1 1.0891] >> ] } def"
  310. *End 
  311. *CRDColSpc DeviceRGB/Device RGB:"/cspn [/DeviceRGB] def"
  312. *CRDColSpc PrinterDefault/Printer Default: " "
  313. *CloseUI: CRDColSpc
  314.  
  315. *OpenUI *CMMmatch/Internal ICC Color Matching (RGB, CMYK): PickOne
  316. *OrderDependency: 40 Anysetup *CMMmatch
  317. *DefaultCMMmatch: True
  318. *CMMmatch True/Enabled:        "//statusdict /setcolormatching known {statusdict begin true setcolormatching end} if"
  319. *CMMmatch False/Disabled:    "//statusdict /setcolormatching known {statusdict begin false setcolormatching end} if"
  320. *CloseUI: *CMMmatch
  321.  
  322. *OpenUI *ICCRGBSource/ICC RGB Source: PickOne
  323. *OrderDependency: 50 AnySetup *RGBSource
  324. *DefaultICCRGBSource: sRGB
  325. *ICCRGBSource None/None:                        "//statusdict /setrgbsourceprofile known {statusdict begin (None) setrgbsourceprofile end} if"
  326. *ICCRGBSource sRGB/sRGB:                        "//statusdict /setrgbsourceprofile known {statusdict begin (sRGB) setrgbsourceprofile end} if"
  327. *ICCRGBSource TrinitronG1.8D50/Trinitron G1.8 D50:    "//statusdict /setrgbsourceprofile known {statusdict begin (Trin G1.8 D50) setrgbsourceprofile end} if"
  328. *ICCRGBSource AppleRGB/Apple RGB:                "//statusdict /setrgbsourceprofile known {statusdict begin (Apple RGB) setrgbsourceprofile end} if"
  329. *ICCRGBSource PrePress/Pre Press:                "//statusdict /setrgbsourceprofile known {statusdict begin (PrePress) setrgbsourceprofile end} if"
  330. *ICCRGBSource Printer/Printer Default:" "
  331. *CloseUI: ICCRGBSource
  332.  
  333. *OpenUI *ColorSimul/ICC Simulation Profile: PickOne
  334. *OrderDependency: 55 AnySetup *ColorSimul
  335. *DefaultColorSimul: None
  336. *ColorSimul None/None:                "//statusdict /setsimulationprofile known {statusdict begin (None) setsimulationprofile end} if"
  337. *ColorSimul SWOP/Swop:                "//statusdict /setsimulationprofile known {statusdict begin (SWOP) setsimulationprofile end} if"
  338. *ColorSimul Inkjet/Inkjet Proofer:    "//statusdict /setsimulationprofile known {statusdict begin (Inkjet Proofer) setsimulationprofile end} if"
  339. *ColorSimul EuroColor/Eurocolor:    "//statusdict /setsimulationprofile known {statusdict begin (Eurocolor) setsimulationprofile end} if"
  340. *ColorSimul CMYK/CMYK Display:        "//statusdict /setsimulationprofile known {statusdict begin (CMYK Display) setsimulationprofile end} if"
  341. *ColorSimul Commercial/Commercial:    "//statusdict /setsimulationprofile known {statusdict begin (Commercial) setsimulationprofile end} if"
  342. *ColorSimul Printer/Printer Default:" "
  343. *CloseUI: ColorSimul
  344.  
  345. *OpenUI *DestinationProfile/Destination Profile: PickOne
  346. *OrderDependency: 45 AnySetup *DestinationProfile
  347. *DefaultDestinationProfile: None
  348. *DestinationProfile Auto/Automatic: ""
  349. *CloseUI: DestinationProfile
  350.  
  351. *% Halftone Information ===============
  352. *ScreenFreq: "106.0"
  353. *ScreenAngle: "45.0"
  354. *DefaultScreenProc: Dot
  355. *ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div}"
  356. *ScreenProc Line: "{ pop }"
  357. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  358. *DefaultTransfer: Null
  359. *Transfer Null: "{ }"
  360. *Transfer Null.Inverse: "{ 1 exch sub }"
  361.  
  362. *% Paper Handling =========================================
  363. *% Code in this section both selects a tray and sets up a frame buffer.
  364.  
  365. *OpenUI *PageSize: PickOne
  366. *OrderDependency: 30 AnySetup *PageSize
  367. *DefaultPageSize: Letter
  368. *PageSize Letter/Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  369. *PageSize Legal/Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  370. *PageSize A4/A4: "<< /PageSize [596 842] /ImagingBBox null >> setpagedevice"
  371. *PageSize A5/A5: "<< /PageSize [420 596] /ImagingBBox null >> setpagedevice"
  372. *PageSize Executive/Executive: "<< /PageSize [522 757] /ImagingBBox null >> setpagedevice"
  373. *PageSize B5/B5 (JIS) 182 x 257 mm: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  374. *PageSize B5ISO/B5 (ISO) 176 x 250 mm: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  375. *PageSize Folio/Folio: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  376. *PageSize Quarto/Quarto 215 x 275 mm: "<< /PageSize [576 720] /ImagingBBox null >> setpagedevice"
  377. *PageSize SPFolio/SP Folio 8 1/2 x 12 1/2 in: "<< /PageSize [612 893] /ImagingBBox null >> setpagedevice"
  378. *PageSize Foolscap/Foolscap 8 x 13 in: "<< /PageSize [576 936] /ImagingBBox null >> setpagedevice"
  379. *PageSize Com10/Envelope #10 4 1/8 x 9 1/2: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  380. *PageSize DL/Envelope DL 110 x 220 mm: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  381. *PageSize Statement/Statement: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  382. *?PageSize: "
  383.  save
  384.    currentpagedevice /PageSize get aload pop
  385.    2 copy gt {exch} if 
  386.    (Unknown) 
  387.    14 dict
  388.    dup [612 792] (Letter) put
  389.    dup [612 1008] (Legal) put
  390.    dup [595 842] (A4) put
  391.    dup [419 595] (A5) put
  392.    dup [522 756] (Executive) put
  393.    dup [516 728] (B5) put
  394.    dup [499 709] (B5ISO) put
  395.    dup [612 936] (Folio) put
  396.    dup [576 720] (Quarto) put
  397.    dup [612 893] (SPFolio) put
  398.    dup [576 936] (Foolscap) put
  399.    dup [297 684] (Com10) put
  400.    dup [312 624] (DL) put
  401.    dup [396 612] (Statement) put
  402.  { exch aload  pop 4 index sub abs 5 le exch 
  403.    5 index sub abs 5 le and 
  404.       {exch pop exit} {pop} ifelse
  405.    } bind forall
  406.    = flush pop pop
  407. restore 
  408. "
  409. *End
  410. *CloseUI: *PageSize
  411.  
  412. *% These entries will set up the frame buffer. Usually used with manual feed.
  413.  
  414. *OpenUI *PageRegion: PickOne
  415. *OrderDependency: 30 AnySetup *PageRegion
  416. *DefaultPageRegion: Letter
  417. *PageRegion Letter/Letter 8 1/2 x 11 in: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  418. *End
  419. *PageRegion Legal/Legal 8 1/2 x 14 in: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  420. *End
  421. *PageRegion A4/A4 210 x 297 mm: "<< /PageSize [596 842] /ImagingBBox null >> setpagedevice"
  422. *End
  423. *PageRegion A5/A5 148 x 210 mm: "<< /PageSize [420 596] /ImagingBBox null >> setpagedevice"
  424. *End
  425. *PageRegion Executive/Executive 7 1/4 x 10 1/2 in: "<< /PageSize [522 757] /ImagingBBox null >> setpagedevice"
  426. *End
  427. *PageRegion B5/B5 (JIS) 182 x 257 mm: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  428. *End
  429. *PageRegion B5ISO/B5 (ISO) 176 x 250 mm: "<< /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  430. *End
  431. *PageRegion Folio/Folio 210 x 330 mm: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  432. *End
  433. *PageRegion Quarto/Quarto 215 x 275 mm: "<< /PageSize [576 720] /ImagingBBox null >> setpagedevice"
  434. *End
  435. *PageRegion SPFolio/SP Folio 8 1/2 x 12 1/2 in: "<< /PageSize [612 893] /ImagingBBox null >> setpagedevice"
  436. *End
  437. *PageRegion Foolscap/Foolscap 8 x 13 in: "<< /PageSize [576 936] /ImagingBBox null >> setpagedevice"
  438. *End
  439. *PageRegion Com10/Envelope #10 4 1/8 x 9 1/2: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  440. *End
  441. *PageRegion DL/Envelope DL 110 x 220 mm: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  442. *End
  443. *PageRegion Statement/Statement 5 1/2 x 8 1/2 in: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  444. *End
  445. *CloseUI: *PageRegion
  446.  
  447. *% The following entries provide information about specific paper keywords.
  448. *DefaultImageableArea: Letter
  449. *ImageableArea Letter:        "15 15 597 777"
  450. *ImageableArea Legal:        "15 15 597 993"
  451. *ImageableArea A4:            "15 15 581 827"
  452. *ImageableArea A5:            "15 15 404 580"
  453. *ImageableArea Executive:    "15 15 507 741"
  454. *ImageableArea B5:            "15 15 501 714"
  455. *ImageableArea B5ISO:        "15 15 484 694"
  456. *ImageableArea Folio:        "15 15 597 921"
  457. *ImageableArea Quarto:        "15 15 561 705"
  458. *ImageableArea SPFolio:        "15 15 597 878"
  459. *ImageableArea Foolscap:    "15 15 561 921"
  460. *ImageableArea Com10:        "15 15 282 669"
  461. *ImageableArea DL:            "15 15 297 609"
  462. *ImageableArea Statement:    "15 15 381 597"
  463. *?ImageableArea: "
  464.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  465.   newpath clippath pathbbox
  466.   4 -2 roll exch 2 {ceiling cvp} repeat
  467.   exch 2 {floor cvp} repeat flush
  468.  restore
  469. "
  470. *End
  471.  
  472. *% These provide the physical dimensions of the paper (by keyword)
  473. *DefaultPaperDimension: Letter
  474. *PaperDimension Letter: "612 792"
  475. *PaperDimension Legal: "612 1008"
  476. *PaperDimension A4: "595 842"
  477. *PaperDimension A5: "419 595"
  478. *PaperDimension Executive: "522 756"
  479. *PaperDimension B5: "516 728"
  480. *PaperDimension B5ISO: "499 709"
  481. *PaperDimension Folio: "612 936"
  482. *PaperDimension Quarto: "576 720"
  483. *PaperDimension SPFolio: "612 893"
  484. *PaperDimension Foolscap: "576 936"
  485. *PaperDimension Com10: "297 684"
  486. *PaperDimension DL: "312 624"
  487. *PaperDimension Statement: "396 612"
  488.  
  489. *OpenUI *Duplex/Duplex Options: PickOne
  490. *OrderDependency: 45 AnySetup *Duplex
  491. *DefaultDuplex: Simplex
  492. *Duplex Simplex/Simplex: ""
  493. *CloseUI: *Duplex
  494.  
  495. *OpenUI *OutputBin: OnlyOne
  496. *OrderDependency: 50 AnySetup *OutputBin
  497. *DefaultOutputBin: OnlyOne
  498. *OutputBin Upper/Upper Tray: ""
  499. *End
  500. *CloseUI *OutputBin
  501.  
  502. *OpenUI *InputSlot/Paper Source: PickOne
  503. *OrderDependency: 20 AnySetup *InputSlot
  504. *DefaultInputSlot: Upper
  505. *InputSlot Upper/Upper Tray: "
  506.    currentpagedevice /InputAttributes get 1 get 
  507.    dup null eq 
  508.    { pop } 
  509.    { dup length 1 add dict copy 
  510.      dup /InputAttributes
  511.      1 dict dup /Priority [1] put
  512.      put setpagedevice 
  513.    } ifelse"
  514. *End
  515.  
  516. *InputSlot OptionalBin/Optional Tray: "
  517.    currentpagedevice /InputAttributes get 5 get 
  518.    dup null eq 
  519.    { pop } 
  520.    { dup length 1 add dict copy 
  521.      dup /InputAttributes
  522.      1 dict dup /Priority [5] put
  523.      put setpagedevice 
  524.    } ifelse"
  525. *End
  526.  
  527. *?InputSlot: "
  528. save
  529.   2 dict
  530.   dup /1 (Upper) put
  531.   dup /5 (Optional) put
  532.   currentpagedevice /InputAttributes get
  533.   dup /Priority known
  534.   { /Priority get 0 get (      ) cvs cvn get }
  535.   {
  536.     dup length 1 eq
  537.     { {pop} forall (       ) cvs cvn get }
  538.     { pop pop (Unknown) } ifelse
  539.   } ifelse
  540.   = flush
  541. restore
  542. "
  543. *End
  544. *CloseUI: *InputSlot
  545.  
  546. *OpenUI *MediaType/Media Type:  PickOne
  547. *OrderDependency: 40 AnySetup *MediaType
  548. *DefaultMediaType: PlainPaper
  549. *MediaType PlainPaper/Plain Paper: "<< /MediaType (Plain Paper) >> setpagedevice"
  550. *MediaType Transparency/Transparency: "<< /MediaType (Transparency) >> setpagedevice"
  551. *MediaType ThickStock/Thick Stock: "<< /MediaType (Thick Stock) >> setpagedevice"
  552. *?MediaType: "
  553.   save
  554.     currentpagedevice /MediaType
  555.      {get} stopped
  556.        {pop pop (Plain)} {dup null eq {pop (Plain)} if} ifelse
  557.     = flush
  558.   restore"
  559. *End
  560. *CloseUI: *MediaType
  561.  
  562. *OpenUI *Collate/Collation:  Boolean
  563. *OrderDependency:  40 AnySetup *Collate
  564. *DefaultCollate: False
  565. *Collate True/True: "%%IncludeFeature: collate(on)"
  566. *Collate False/False: "%%IncludeFeature: collate(off)"
  567. *?Collate:"
  568. save
  569.   currentpagedevice /Collate get
  570.   {(True)}{(False)}ifelse = flush restore"
  571. *End
  572. *CloseUI: *Collate
  573.  
  574. *OpenUI *TraySwitch/Auto Tray switching: Boolean
  575. *OrderDependency: 50 AnySetup *TraySwitch
  576. *DefaultTraySwitch: False
  577. *TraySwitch True/Enabled: "<< /TraySwitch true >> setpagedevice"
  578. *TraySwitch False/Disabled: "<< /TraySwitch false >> setpagedevice"
  579. *?TraySwitch: "
  580. save
  581.   currentpagedevice /TraySwitch get
  582.   {(True)}{(False)}ifelse = flush
  583. restore
  584. "
  585. *End
  586. *CloseUI: *TraySwitch
  587.  
  588. *% Font Information =====================
  589.  
  590. *DefaultFont: Courier
  591. *Font AvantGarde-Book: Standard "(001.006)"
  592. *Font AvantGarde-BookOblique: Standard "(001.006)"
  593. *Font AvantGarde-Demi: Standard "(001.007)"
  594. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  595. *Font Bookman-Demi: Standard "(001.003)"
  596. *Font Bookman-DemiItalic: Standard "(001.003)"
  597. *Font Bookman-Light: Standard "(001.003)"
  598. *Font Bookman-LightItalic: Standard "(001.003)"
  599. *Font Courier: Standard "(002.004)"
  600. *Font Courier-Bold: Standard "(002.004)"
  601. *Font Courier-BoldOblique: Standard "(002.004)"
  602. *Font Courier-Oblique: Standard "(002.004)"
  603. *Font Helvetica: Standard "(001.006)"
  604. *Font Helvetica-Bold: Standard "(001.007)"
  605. *Font Helvetica-BoldOblique: Standard "(001.007)"
  606. *Font Helvetica-Oblique: Standard "(001.006)"
  607. *Font Helvetica-Narrow: Standard "(001.006)"
  608. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  609. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  610. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  611. *Font Helvetica-Condensed: Standard "(001.001)"
  612. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  613. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  614. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  615. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  616. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  617. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  618. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  619. *Font Palatino-Bold: Standard "(001.005)"
  620. *Font Palatino-BoldItalic: Standard "(001.005)"
  621. *Font Palatino-Italic: Standard "(001.005)"
  622. *Font Palatino-Roman: Standard "(001.005)"
  623. *Font Symbol: Special "(001.007)"
  624. *Font Times-Bold: Standard "(001.007)"
  625. *Font Times-BoldItalic: Standard "(001.009)"
  626. *Font Times-Italic: Standard "(001.007)"
  627. *Font Times-Roman: Standard "(001.007)"
  628. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  629. *Font ZapfDingbats: Special "(001.004)"
  630. *?FontQuery: "
  631.  save
  632.    { count 1 gt
  633.       { exch dup 127 string cvs (/) print print (:) print
  634.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  635.       } { exit } ifelse 
  636.    } bind loop
  637.    (*) = flush
  638.  restore
  639. "
  640. *End
  641. *?FontList: "
  642. save
  643.   (*) {cvn ==} 128 string /Font resourceforall
  644.   (*) = flush
  645. restore
  646. "
  647. *End
  648.  
  649. *% Printer Messages (verbatim from printer):
  650. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  651. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  652. *Message: "\FontName\ not found, using Courier"
  653.  
  654. *% Status (format: %%[ status: <one of these> ]%% )
  655. *Status: "idle"
  656. *Status: "busy"
  657. *Status: "waiting"
  658. *Status: "printing"
  659. *Status: "warming up"
  660.  
  661. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  662. *Source: "Serial"
  663. *Source: "SerialB"
  664. *Source: "LocalTalk"
  665. *Source: "Parallel"
  666.  
  667. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  668.  
  669. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  670.  
  671. *% Color Separation Information =====================
  672.  
  673. *DefaultColorSep: ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi
  674.  
  675. *InkName: ProcessBlack/Process Black
  676. *InkName: CustomColor/QColor-Custom
  677. *InkName: ProcessCyan/Process Cyan
  678. *InkName: ProcessMagenta/Process Magenta
  679. *InkName: ProcessYellow/Process Yellow
  680.  
  681. *%  For 53 lpi / 300 dpi  ===============================
  682.  
  683. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  684. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  685. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  686. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  687. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  688.  
  689. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  690. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  691. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  692. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  693. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  694.  
  695. *%  For 71 lpi / 300 dpi  ===============================
  696.  
  697. *ColorSepScreenAngle ProcessBlack.71lpi.300dpi/71 lpi / 300 dpi: "45.0"
  698. *ColorSepScreenAngle CustomColor.71lpi.300dpi/71 lpi / 300 dpi: "45.0"
  699. *ColorSepScreenAngle ProcessCyan.71lpi.300dpi/71 lpi / 300 dpi: "45.0"
  700. *ColorSepScreenAngle ProcessMagenta.71lpi.300dpi/71 lpi / 300 dpi: "45.0"
  701. *ColorSepScreenAngle ProcessYellow.71lpi.300dpi/71 lpi / 300 dpi: "45.0"
  702.  
  703. *ColorSepScreenFreq ProcessBlack.71lpi.300dpi/71 lpi / 300 dpi: "71.0"
  704. *ColorSepScreenFreq CustomColor.71lpi.300dpi/71 lpi / 300 dpi: "71.0"
  705. *ColorSepScreenFreq ProcessCyan.71lpi.300dpi/71 lpi / 300 dpi: "71.0"
  706. *ColorSepScreenFreq ProcessMagenta.71lpi.300dpi/71 lpi / 300 dpi: "71.0"
  707. *ColorSepScreenFreq ProcessYellow.71lpi.300dpi/71 lpi / 300 dpi: "71.0"
  708.  
  709. *%  For 80 lpi / 300 dpi  ===============================
  710.  
  711. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  712. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  713. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  714. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  715. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  716.  
  717. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  718. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  719. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  720. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  721. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  722.  
  723. *%  For 106 lpi / 300 dpi  ===============================
  724.  
  725. *ColorSepScreenAngle ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  726. *ColorSepScreenAngle CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  727. *ColorSepScreenAngle ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  728. *ColorSepScreenAngle ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  729. *ColorSepScreenAngle ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  730.  
  731. *ColorSepScreenFreq ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "106.0"
  732. *ColorSepScreenFreq CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "106.0"
  733. *ColorSepScreenFreq ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "106.0"
  734. *ColorSepScreenFreq ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "106.0"
  735. *ColorSepScreenFreq ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "106.0"
  736.  
  737. *%  For 71 lpi / 600 dpi  ===============================
  738.  
  739. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  740. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  741. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  742. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  743. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  744.  
  745. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  746. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  747. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  748. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  749. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  750.  
  751. *%  For 80 lpi / 600 dpi  ===============================
  752.  
  753. *ColorSepScreenAngle ProcessBlack.80lpi.600dpi/80 lpi / 600 dpi: "45.0"
  754. *ColorSepScreenAngle CustomColor.80lpi.600dpi/80 lpi / 600 dpi: "45.0"
  755. *ColorSepScreenAngle ProcessCyan.80lpi.600dpi/80 lpi / 600 dpi: "45.0"
  756. *ColorSepScreenAngle ProcessMagenta.80lpi.600dpi/80 lpi / 600 dpi: "45.0"
  757. *ColorSepScreenAngle ProcessYellow.80lpi.600dpi/80 lpi / 600 dpi: "45.0"
  758.  
  759. *ColorSepScreenFreq ProcessBlack.80lpi.600dpi/80 lpi / 600 dpi: "80.0"
  760. *ColorSepScreenFreq CustomColor.80lpi.600dpi/80 lpi / 600 dpi: "80.0"
  761. *ColorSepScreenFreq ProcessCyan.80lpi.600dpi/80 lpi / 600 dpi: "80.0"
  762. *ColorSepScreenFreq ProcessMagenta.80lpi.600dpi/80 lpi / 600 dpi: "80.0"
  763. *ColorSepScreenFreq ProcessYellow.80lpi.600dpi/80 lpi / 600 dpi: "80.0"
  764.  
  765. *%  For 106 lpi / 600 dpi  ===============================
  766.  
  767. *ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  768. *ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  769. *ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  770. *ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  771. *ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  772.  
  773. *ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  774. *ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  775. *ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  776. *ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  777. *ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  778.  
  779. *%  For 106 lpi / 1200 dpi  ===============================
  780.  
  781. *ColorSepScreenAngle ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  782. *ColorSepScreenAngle CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  783. *ColorSepScreenAngle ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  784. *ColorSepScreenAngle ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  785. *ColorSepScreenAngle ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  786.  
  787. *ColorSepScreenFreq ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "106.0"
  788. *ColorSepScreenFreq CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "106.0"
  789. *ColorSepScreenFreq ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "106.0"
  790. *ColorSepScreenFreq ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "106.0"
  791. *ColorSepScreenFreq ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "106.0"
  792.  
  793.  
  794. *% end of PPD file for MINOLTA-QMS magicolor 2 
  795.