home *** CD-ROM | disk | FTP | other *** search
- *PPD-Adobe: "4.2"
- *% KD8650P1.spd: Simplified form of KD8650P1.ppd
- *LanguageEncoding: ISOLatin1
- *PCFileName: "KD8650P1.PPD"
- *Product: "(KODAK DS 8650 PS)"
- *PSVersion: "(2014.108) 1"
- *ModelName: "DS 8650 PS"
- *ShortNickName: "KODAK DS 8650 PS"
- *NickName: "KODAK DS 8650 PS"
- *LanguageLevel: "2"
- *OpenGroup: InstallableOptions/Options Installed
- *OpenUI *InstalledMemory/Memory Installed: PickOne
- *DefaultInstalledMemory: 32MB
- *InstalledMemory 32MB/Standard 32MB Total: ""
- *InstalledMemory 48MB/16 MB Upgrade 48MB Total: ""
- *InstalledMemory 64MB/32 MB Upgrade 64MB Total: ""
- *?InstalledMemory : "
- save
- 3 dict
- dup 33554432 (32MB) put
- dup 50331648 (48MB) put
- dup 67108864 (64MB) put
- currentsystemparams /RamSize get {get} stopped { pop pop (Unknown) } if
- == flush
- restore
- "
- *End
- *CloseUI: *InstalledMemory
- *OpenUI *ResourceVersion: PickOne
- *DefaultResourceVersion: RV
- *ResourceVersion RV/1.2: ""
- *CloseUI: *ResourceVersion
- *CloseGroup: InstallableOptions
- *JCLBegin: "%!PS-Adobe-3.0"
- *JCLToPSInterpreter: "
- %%BeginResource: procset KDKColorDict 1 2
- save userdict/KDKColorDict known
- userdict begin
- /KDKColorDict 15 dict
- dup /CurrentRed 0.0 put
- dup /CurrentGreen 0.0 put
- dup /CurrentBlue 0.0 put
- dup /CurrentCyan 0.0 put
- dup /CurrentMagenta 0.0 put
- dup /CurrentYellow 0.0 put
- dup /CurrentBlack 1.0 put
- dup /CurrentHue 0.0 put
- dup /CurrentSaturation 0.0 put
- dup /CurrentBrightness 0.0 put
- dup /CurrentGray 0.0 put
- dup /FeaturesLevel 2 put
- dup /NComp 3 put
- def
- /KDKl2 { KDKColorDict /FeaturesLevel get 2 eq } bind def
- /NOTCMYK { currentpagedevice /ProcessColorModel get /DeviceCMYK ne } bind def
- /setcolor {KDKl2
- {/CIEBasedABC currentcolorspace 0 get ne currentcolorspace 0 get /Indexed ne and
- {
- /CIEBasedABC
- 3 dict
- dup /DecodeLMN {1.8 exp}bind dup dup 3 array astore put
- dup /MatrixLMN 0.5243 0.2852 0.0294
- 0.3084 0.6553 0.1377
- 0.1316 0.0594 0.6581 9 array astore put
- dup /WhitePoint 0.9643 1 0.8251 3 array astore put
- 2 array astore setcolorspace
- }if
- }if
- setcolor
- } bind def
- /image { dup type /dicttype eq KDKl2 and currentcolorspace 0 get /Indexed ne and
- {
- dup /Decode get length 2 div dup dup
- 1 eq { /CIEBasedA
- 3 dict
- dup /WhitePoint 0.9505 1.0 1.0890 3 array astore put
- dup /MatrixA 0.9643 1 0.8251 3 array astore put
- dup /RangeLMN 0 0.9643 0 1 0 0.8251 6 array astore put
- 2 array astore
- 3 1 roll } if
- 3 eq { /CIEBasedABC
- 3 dict
- dup /DecodeLMN {1.8 exp}bind dup dup 3 array astore put
- dup /MatrixLMN 0.5243 0.2852 0.0294
- 0.3084 0.6553 0.1377
- 0.1316 0.0594 0.6581 9 array astore put
- dup /WhitePoint 0.9643 1 0.8251 3 array astore put
- 2 array astore
- exch } if
- 4 eq { /DeviceCMYK 1 array astore } if
- dup 0 get currentcolorspace 0 get ne
- { setcolorspace }{ pop }ifelse
- }if % if image operator had dicttype param and we are level 2
- image % call the original image operator
- } bind def
- /_updatergb
- {
- currentrgbcolor
- KDKColorDict /CurrentBlue 3 -1 roll put
- KDKColorDict /CurrentGreen 3 -1 roll put
- KDKColorDict /CurrentRed 3 -1 roll put
- } bind def
- /_updatecmyk {
- currentcmykcolor
- KDKColorDict /CurrentBlack
- 3 -1 roll put
- KDKColorDict /CurrentYellow 3 -1 roll put
- KDKColorDict /CurrentMagenta 3 -1 roll put
- KDKColorDict /CurrentCyan 3 -1 roll put
- }bind def
- /_updatehsb {
- currenthsbcolor
- KDKColorDict /CurrentBrightness 3 -1 roll put
- KDKColorDict /CurrentSaturation 3 -1 roll put
- KDKColorDict /CurrentHue 3 -1 roll put
- } bind def
- /_updategray { currentgray KDKColorDict /CurrentGray 3 -1 roll put }bind def
- /_getrgb{
- KDKColorDict /CurrentRed get
- KDKColorDict /CurrentGreen get
- KDKColorDict /CurrentBlue get
- }bind def
- /colorimage { KDKl2
- {
- KDKColorDict exch /NComp exch put
- 9 dict begin
- /ImageType 1 def
- /MultipleDataSources exch def
- MultipleDataSources { KDKColorDict /NComp get array astore } if
- /DataSource exch def /ImageMatrix exch def /BitsPerComponent exch def
- /Height exch def /Width exch def
- KDKColorDict /NComp get 4 eq { /Decode [0 1 0 1 0 1 0 1] def } if
- KDKColorDict /NComp get 3 eq { /Decode [0 1 0 1 0 1] def } if
- KDKColorDict /NComp get 1 eq { /Decode [0 1] def } if
- /Interpolate true def
- currentdict
- end
- image
- }{ colorimage} ifelse
- } bind def
- /setrgbcolor { KDKl2
- { KDKColorDict /CurrentRed 4 index put
- KDKColorDict /CurrentGreen 3 index put
- KDKColorDict /CurrentBlue 2 index put
- gsave setrgbcolor _updatecmyk _updatehsb _updategray grestore
- _getrgb setcolor
- }{setrgbcolor}ifelse
- } bind def
- /setcmykcolor { NOTCMYK
- { KDKl2
- { KDKColorDict /CurrentCyan 5 index put
- KDKColorDict /CurrentMagenta 4 index put
- KDKColorDict /CurrentYellow 3 index put
- KDKColorDict /CurrentBlack 2 index put
- gsave setcmykcolor _updatergb _updatehsb _updategray grestore
- _getrgb setcolor
- }{
- setcmykcolor
- }ifelse
- }{
- setcmykcolor
- } ifelse
- } bind def
- /sethsbcolor { KDKl2
- { KDKColorDict /CurrentHue 4 index put
- KDKColorDict /CurrentSaturation 3 index put
- KDKColorDict /CurrentBrightness 2 index put
- gsave sethsbcolor _updatergb _updatecmyk _updategray grestore
- _getrgb setcolor
- }{sethsbcolor}ifelse
- } bind def
- /setgray { KDKl2
- { KDKColorDict /CurrentGray 2 index put
- gsave setgray _updatergb _updatecmyk _updatehsb grestore
- _getrgb setcolor
- }{ setgray } ifelse
- } bind def
- /currentrgbcolor { KDKl2 { _getrgb }{ currentrgbcolor}ifelse } bind def
- /currentcmykcolor { NOTCMYK
- { KDKl2
- { KDKColorDict /CurrentCyan get
- KDKColorDict /CurrentMagenta get
- KDKColorDict /CurrentYellow get
- KDKColorDict /CurrentBlack get
- }{ currentcmykcolor} ifelse
- }
- { currentcmykcolor } ifelse
- } bind def
- /currenthsbcolor { KDKl2
- { KDKColorDict /CurrentHue get
- KDKColorDict /CurrentSaturation get
- KDKColorDict /CurrentBrightness get
- }{ currenthsbcolor } ifelse
- } bind def
- /currentgray { KDKl2 {KDKColorDict /CurrentGray get}
- {currentgray}ifelse} bind def
- end
- {restore}{pop}ifelse
- %%EndResource
- "
- *End
- *JCLEnd: ""
- *UIConstraints: *InstalledMemory 32MB *ColorModel CMYK
- *UIConstraints: *ColorModel CMYK *InstalledMemory 32MB
- *UIConstraints: *ColorModel Gray *MediaColor commercial
- *UIConstraints: *MediaColor commercial *ColorModel Gray
- *UIConstraints: *ColorModel Gray *MediaColor publication
- *UIConstraints: *MediaColor publication *ColorModel Gray
- *UIConstraints: *ColorModel RGB *MediaColor commercial
- *UIConstraints: *MediaColor commercial *ColorModel RGB
- *UIConstraints: *ColorModel RGB *MediaColor publication
- *UIConstraints: *MediaColor publication *ColorModel RGB
- *UIConstraints: *ColorModel CMYK *MediaType transparency
- *UIConstraints: *MediaType transparency *ColorModel CMYK
- *UIConstraints: *MediaType transparency *PageRegion DS8650.241.358
- *UIConstraints: *PageRegion DS8650.241.358 *MediaType transparency
- *UIConstraints: *MediaType transparency *PageSize DS8650.241.358
- *UIConstraints: *PageSize DS8650.241.358 *MediaType transparency
- *UIConstraints: *PageSize Letter *MediaColor commercial
- *UIConstraints: *PageSize DS8650.LegalXtra *MediaColor commercial
- *UIConstraints: *PageSize A4 *MediaColor commercial
- *UIConstraints: *PageSize DS8650.216.307 *MediaColor commercial
- *UIConstraints: *PageSize DS8650.210.307 *MediaColor commercial
- *UIConstraints: *PageSize DS8650.210.358 *MediaColor commercial
- *UIConstraints: *PageSize Letter *MediaColor publication
- *UIConstraints: *PageSize DS8650.LegalXtra *MediaColor publication
- *UIConstraints: *PageSize A4 *MediaColor publication
- *UIConstraints: *PageSize DS8650.216.307 *MediaColor publication
- *UIConstraints: *PageSize DS8650.210.307 *MediaColor publication
- *UIConstraints: *PageSize DS8650.210.358 *MediaColor publication
- *UIConstraints: *PageRegion Letter *MediaColor commercial
- *UIConstraints: *PageRegion DS8650.LegalXtra *MediaColor commercial
- *UIConstraints: *PageRegion A4 *MediaColor commercial
- *UIConstraints: *PageRegion DS8650.216.307 *MediaColor commercial
- *UIConstraints: *PageRegion DS8650.210.307 *MediaColor commercial
- *UIConstraints: *PageRegion DS8650.210.358 *MediaColor commercial
- *UIConstraints: *PageRegion Letter *MediaColor publication
- *UIConstraints: *PageRegion DS8650.LegalXtra *MediaColor publication
- *UIConstraints: *PageRegion A4 *MediaColor publication
- *UIConstraints: *PageRegion DS8650.216.307 *MediaColor publication
- *UIConstraints: *PageRegion DS8650.210.307 *MediaColor publication
- *UIConstraints: *PageRegion DS8650.210.358 *MediaColor publication
- *UIConstraints: *MediaColor commercial *PageSize Letter
- *UIConstraints: *MediaColor commercial *PageSize DS8650.LegalXtra
- *UIConstraints: *MediaColor commercial *PageSize A4
- *UIConstraints: *MediaColor commercial *PageSize DS8650.216.307
- *UIConstraints: *MediaColor commercial *PageSize DS8650.210.307
- *UIConstraints: *MediaColor commercial *PageSize DS8650.210.358
- *UIConstraints: *MediaColor publication *PageSize Letter
- *UIConstraints: *MediaColor publication *PageSize DS8650.LegalXtra
- *UIConstraints: *MediaColor publication *PageSize A4
- *UIConstraints: *MediaColor publication *PageSize DS8650.216.307
- *UIConstraints: *MediaColor publication *PageSize DS8650.210.307
- *UIConstraints: *MediaColor publication *PageSize DS8650.210.358
- *UIConstraints: *MediaColor commercial *PageRegion Letter
- *UIConstraints: *MediaColor commercial *PageRegion DS8650.LegalXtra
- *UIConstraints: *MediaColor commercial *PageRegion A4
- *UIConstraints: *MediaColor commercial *PageRegion DS8650.216.307
- *UIConstraints: *MediaColor commercial *PageRegion DS8650.210.307
- *UIConstraints: *MediaColor commercial *PageRegion DS8650.210.358
- *UIConstraints: *MediaColor publication *PageRegion Letter
- *UIConstraints: *MediaColor publication *PageRegion DS8650.LegalXtra
- *UIConstraints: *MediaColor publication *PageRegion A4
- *UIConstraints: *MediaColor publication *PageRegion DS8650.216.307
- *UIConstraints: *MediaColor publication *PageRegion DS8650.210.307
- *UIConstraints: *MediaColor publication *PageRegion DS8650.210.358
- *UIConstraints: *OutputMode DraftQualityTransparency *ColorModel CMYK
- *UIConstraints: *ColorModel CMYK *OutputMode DraftQualityTransparency
- *Protocols: BCP PJL
- *FreeVM: "4880552"
- *VMOption 32MB: "4880552"
- *VMOption 48MB: "12384404"
- *VMOption 64MB: "28932248"
- *ColorDevice: True
- *TTRasterizer: Type42
- *?TTRasterizer: "
- save
- 42 /FontType resourcestatus
- { pop pop (Type 42) } { (No Type 42) } ifelse = flush
- restore
- "
- *End
- *Password: "()"
- *ExitServer: "
- count 0 eq
- { false } { true exch startjob } ifelse
- not {
- (WARNING: Cannot modify initial VM.) =
- (Missing or invalid password.) =
- (Please contact the author of this software.) = flush quit
- } if
- "
- *End
- *DefaultResolution: 300dpi
- *Resolution 300dpi: " "
- *?Resolution: "
- save
- currentpagedevice /HWResolution get
- 0 get ( ) cvs print (dpi) = flush
- restore
- "
- *End
- *JobPatchFile 1: "
- %%BeginResource: procset KDKColorDict 1 2
- save userdict/KDKColorDict known
- userdict begin
- /KDKColorDict 15 dict
- dup /CurrentRed 0.0 put
- dup /CurrentGreen 0.0 put
- dup /CurrentBlue 0.0 put
- dup /CurrentCyan 0.0 put
- dup /CurrentMagenta 0.0 put
- dup /CurrentYellow 0.0 put
- dup /CurrentBlack 1.0 put
- dup /CurrentHue 0.0 put
- dup /CurrentSaturation 0.0 put
- dup /CurrentBrightness 0.0 put
- dup /CurrentGray 0.0 put
- dup /FeaturesLevel 2 put
- dup /NComp 3 put
- def
- /KDKl2 { KDKColorDict /FeaturesLevel get 2 eq } bind def
- /NOTCMYK { currentpagedevice /ProcessColorModel get /DeviceCMYK ne } bind def
- /setcolor {KDKl2
- {/CIEBasedABC currentcolorspace 0 get ne currentcolorspace 0 get /Indexed ne and
- {
- /CIEBasedABC
- 3 dict
- dup /DecodeLMN {1.8 exp}bind dup dup 3 array astore put
- dup /MatrixLMN 0.5243 0.2852 0.0294
- 0.3084 0.6553 0.1377
- 0.1316 0.0594 0.6581 9 array astore put
- dup /WhitePoint 0.9643 1 0.8251 3 array astore put
- 2 array astore setcolorspace
- }if
- }if
- setcolor
- } bind def
- /image { dup type /dicttype eq KDKl2 and currentcolorspace 0 get /Indexed ne and
- {
- dup /Decode get length 2 div dup dup
- 1 eq { /CIEBasedA
- 3 dict
- dup /WhitePoint 0.9505 1.0 1.0890 3 array astore put
- dup /MatrixA 0.9643 1 0.8251 3 array astore put
- dup /RangeLMN 0 0.9643 0 1 0 0.8251 6 array astore put
- 2 array astore
- 3 1 roll } if
- 3 eq { /CIEBasedABC
- 3 dict
- dup /DecodeLMN {1.8 exp}bind dup dup 3 array astore put
- dup /MatrixLMN 0.5243 0.2852 0.0294
- 0.3084 0.6553 0.1377
- 0.1316 0.0594 0.6581 9 array astore put
- dup /WhitePoint 0.9643 1 0.8251 3 array astore put
- 2 array astore
- exch } if
- 4 eq { /DeviceCMYK 1 array astore } if
- dup 0 get currentcolorspace 0 get ne
- { setcolorspace }{ pop }ifelse
- }if % if image operator had dicttype param and we are level 2
- image % call the original image operator
- } bind def
- /_updatergb
- {
- currentrgbcolor
- KDKColorDict /CurrentBlue 3 -1 roll put
- KDKColorDict /CurrentGreen 3 -1 roll put
- KDKColorDict /CurrentRed 3 -1 roll put
- } bind def
- /_updatecmyk {
- currentcmykcolor
- KDKColorDict /CurrentBlack
- 3 -1 roll put
- KDKColorDict /CurrentYellow 3 -1 roll put
- KDKColorDict /CurrentMagenta 3 -1 roll put
- KDKColorDict /CurrentCyan 3 -1 roll put
- }bind def
- /_updatehsb {
- currenthsbcolor
- KDKColorDict /CurrentBrightness 3 -1 roll put
- KDKColorDict /CurrentSaturation 3 -1 roll put
- KDKColorDict /CurrentHue 3 -1 roll put
- } bind def
- /_updategray { currentgray KDKColorDict /CurrentGray 3 -1 roll put }bind def
- /_getrgb{
- KDKColorDict /CurrentRed get
- KDKColorDict /CurrentGreen get
- KDKColorDict /CurrentBlue get
- }bind def
- /colorimage { KDKl2
- {
- KDKColorDict exch /NComp exch put
- 9 dict begin
- /ImageType 1 def
- /MultipleDataSources exch def
- MultipleDataSources { KDKColorDict /NComp get array astore } if
- /DataSource exch def /ImageMatrix exch def /BitsPerComponent exch def
- /Height exch def /Width exch def
- KDKColorDict /NComp get 4 eq { /Decode [0 1 0 1 0 1 0 1] def } if
- KDKColorDict /NComp get 3 eq { /Decode [0 1 0 1 0 1] def } if
- KDKColorDict /NComp get 1 eq { /Decode [0 1] def } if
- /Interpolate true def
- currentdict
- end
- image
- }{ colorimage} ifelse
- } bind def
- /setrgbcolor { KDKl2
- { KDKColorDict /CurrentRed 4 index put
- KDKColorDict /CurrentGreen 3 index put
- KDKColorDict /CurrentBlue 2 index put
- gsave setrgbcolor _updatecmyk _updatehsb _updategray grestore
- _getrgb setcolor
- }{setrgbcolor}ifelse
- } bind def
- /setcmykcolor { NOTCMYK
- { KDKl2
- { KDKColorDict /CurrentCyan 5 index put
- KDKColorDict /CurrentMagenta 4 index put
- KDKColorDict /CurrentYellow 3 index put
- KDKColorDict /CurrentBlack 2 index put
- gsave setcmykcolor _updatergb _updatehsb _updategray grestore
- _getrgb setcolor
- }{
- setcmykcolor
- }ifelse
- }{
- setcmykcolor
- } ifelse
- } bind def
- /sethsbcolor { KDKl2
- { KDKColorDict /CurrentHue 4 index put
- KDKColorDict /CurrentSaturation 3 index put
- KDKColorDict /CurrentBrightness 2 index put
- gsave sethsbcolor _updatergb _updatecmyk _updategray grestore
- _getrgb setcolor
- }{sethsbcolor}ifelse
- } bind def
- /setgray { KDKl2
- { KDKColorDict /CurrentGray 2 index put
- gsave setgray _updatergb _updatecmyk _updatehsb grestore
- _getrgb setcolor
- }{ setgray } ifelse
- } bind def
- /currentrgbcolor { KDKl2 { _getrgb }{ currentrgbcolor}ifelse } bind def
- /currentcmykcolor { NOTCMYK
- { KDKl2
- { KDKColorDict /CurrentCyan get
- KDKColorDict /CurrentMagenta get
- KDKColorDict /CurrentYellow get
- KDKColorDict /CurrentBlack get
- }{ currentcmykcolor} ifelse
- }
- { currentcmykcolor } ifelse
- } bind def
- /currenthsbcolor { KDKl2
- { KDKColorDict /CurrentHue get
- KDKColorDict /CurrentSaturation get
- KDKColorDict /CurrentBrightness get
- }{ currenthsbcolor } ifelse
- } bind def
- /currentgray { KDKl2 {KDKColorDict /CurrentGray get}
- {currentgray}ifelse} bind def
- end
- {restore}{pop}ifelse
- %%EndResource
- "
- *End
- *OpenUI *KDUltraColor/UltraColor: Boolean
- *DefaultKDUltraColor: True
- *OrderDependency: 50 AnySetup *KDUltraColor
- *KDUltraColor True/On: "
- KDKColorDict/FeaturesLevel 2 put
- "
- *End
- *KDUltraColor False/Off: "
- KDKColorDict/FeaturesLevel 1 put /DeviceRGB setcolorspace
- "
- *End
- *?KDUltraColor: "
- save
- /CIEBasedABC currentcolorspace 0 get eq
- {(True)}{(False)}ifelse = flush
- restore
- "
- *End
- *CloseUI: *KDUltraColor
- *OpenUI *MediaType/Paper Type: PickOne
- *OrderDependency: 10 AnySetup *MediaType
- *DefaultMediaType: reflection
- *MediaType reflection/Paper: "
- currenttransfer
- 2 dict
- dup /MediaType (reflection) put
- dup /OutputType () put
- setpagedevice
- settransfer
- "
- *End
- *MediaType transparency/Transparency: "
- currenttransfer
- 1 dict
- dup /MediaType (transparency) put
- setpagedevice
- settransfer
- "
- *End
- *?MediaType: "
- save
- currentpagedevice /MediaType {get} stopped
- {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse
- = flush
- restore
- "
- *End
- *CloseUI: *MediaType
- *OpenUI *MediaColor/Paper Grade: PickOne
- *OrderDependency: 10 AnySetup *MediaColor
- *DefaultMediaColor: standard
- *MediaColor standard/Photographic: "
- currenttransfer
- 1 dict
- dup /MediaColor (standard) put
- setpagedevice
- settransfer
- "
- *End
- *MediaColor commercial/Commercial: "
- currenttransfer
- 1 dict
- dup /MediaColor (commercial) put
- setpagedevice
- settransfer
- "
- *End
- *MediaColor publication/Publication: "
- currenttransfer
- 1 dict
- dup /MediaColor (publication) put
- setpagedevice
- settransfer
- "
- *End
- *?MediaColor: "
- save
- currentpagedevice /MediaColor {get} stopped
- {
- pop pop (Unknown)
- }
- {
- dup null eq {pop (Unknown)} if
- } ifelse
- = flush
- restore
- "
- *End
- *CloseUI: *MediaColor
- *OpenUI *KDLaminate/XtraLife for CMY and Paper: Boolean
- *OrderDependency: 30 AnySetup *KDLaminate
- *DefaultKDLaminate: True
- *KDLaminate True/On: "
- save
- currentpagedevice /OutputDevice get (PrinterRGB) eq
- currentpagedevice /MediaType get (reflection) eq
- and exch
- restore
- {
- currenttransfer
- 1 dict dup /Laminate true put setpagedevice
- settransfer
- }if
- "
- *End
- *KDLaminate False/Off: "
- save
- currentpagedevice /OutputDevice get (PrinterRGB) eq exch
- restore
- {
- currenttransfer
- 1 dict dup /Laminate false put setpagedevice
- settransfer
- } if
- "
- *End
- *?KDLaminate: "
- save
- currentpagedevice /Laminate get {(True)}{(False)}ifelse = flush
- restore
- "
- *End
- *CloseUI: *KDLaminate
- *OpenUI *ColorModel/Ribbon Type: PickOne
- *OrderDependency: 20 AnySetup *ColorModel
- *DefaultColorModel: RGB
- *ColorModel RGB/Three Color (CMY): "
- currenttransfer
- 1 dict dup /OutputDevice (PrinterRGB) put setpagedevice
- settransfer
- "
- *End
- *ColorModel CMYK/Four Color (CMYK): "
- currenttransfer
- 2 dict dup dup
- /Laminate false put
- /OutputDevice (PrinterCMYK) put
- setpagedevice
- settransfer
- "
- *End
- *ColorModel Gray/Black: "
- currenttransfer
- 1 dict dup /OutputDevice (PrinterGray) put setpagedevice
- 1 dict dup /Laminate
- save
- currentpagedevice /MediaType get (reflection) eq exch
- restore
- put
- setpagedevice
- settransfer
- "
- *End
- *?ColorModel: "
- save
- (Unknown)
- currentpagedevice /OutputDevice get dup dup
- (PrinterRGB) eq
- {
- pop pop pop (RGB)
- }{
- (PrinterGray) eq
- {
- pop pop (Gray)
- }{
- (PrinterCMYK) eq
- {
- pop (CMYK)
- } if
- } ifelse
- } ifelse
- = flush
- restore
- "
- *End
- *CloseUI: *ColorModel
- *OpenUI *OutputMode/Fast Transparencies: PickOne
- *OrderDependency: 5 AnySetup *OutputMode
- *DefaultOutputMode: FullQualityTransparency
- *OutputMode FullQualityTransparency/Off: "
- currenttransfer
- 1 dict dup /OutputType () put setpagedevice
- settransfer
- "
- *End
- *OutputMode DraftQualityTransparency/On: "
- currenttransfer
- 1 dict dup /OutputType (draft) put setpagedevice
- settransfer
- "
- *End
- *?OutputMode: "
- save
- (Unknown)
- currentpagedevice
- /OutputType {get} stopped
- {
- pop (FullQualityTransparency)
- }
- {
- (draft) eq
- {
- pop (DraftQualityTransparency)
- }
- {
- pop (FullQualityTransparency)
- }ifelse
- }ifelse
- = flush
- restore
- "
- *End
- *CloseUI: *OutputMode
- *OpenUI *Smoothing/Anti-aliasing: Boolean
- *OrderDependency: 50 AnySetup *Smoothing
- *DefaultSmoothing: False
- *Smoothing True/On: "
- currenttransfer
- 1 dict dup /PostRenderingEnhance true put setpagedevice
- settransfer
- "
- *End
- *Smoothing False/Off: "
- currenttransfer
- 1 dict dup /PostRenderingEnhance false put setpagedevice
- settransfer
- "
- *End
- *?Smoothing: "
- save
- currentpagedevice /PostRenderingEnhance get {(True)}{(False)}ifelse = flush
- restore
- "
- *End
- *CloseUI: *Smoothing
- *LandscapeOrientation: Any
- *OpenUI *PageSize: PickOne
- *OrderDependency: 40 AnySetup *PageSize
- *DefaultPageSize: Letter
- *PageSize Letter: "
- currenttransfer
- 2 dict
- dup /PageSize [612 792] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageSize A4: "
- currenttransfer
- 2 dict
- dup /PageSize [595 842] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageSize DS8650.LegalXtra/8.5 x 14 in: "
- currenttransfer
- 2 dict
- dup /PageSize [612 1014] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageSize DS8650.216.307/8.5 x 12 in (216 x 307 mm): "
- currenttransfer
- 2 dict
- dup /PageSize [612 870] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageSize DS8650.241.358/9.5 x 14 in (241 x 358 mm): "
- currenttransfer
- 2 dict
- dup /PageSize [684 1014] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageSize DS8650.210.307/210 x 307 mm:"
- currenttransfer
- 2 dict
- dup /PageSize [595 870] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageSize DS8650.210.358/210 x 358 mm: "
- currenttransfer
- 2 dict
- dup /PageSize [595 1014] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *?PageSize: "
- save
- currentpagedevice /PageSize get aload pop
- 2 copy gt {exch} if
- (Unknown)
- 7 dict
- dup [612 792] (Letter) put
- dup [612 1014] (DS8650.LegalXtra) put
- dup [595 842] (A4) put
- dup [612 870] (DS8650.216.307) put
- dup [684 1014] (DS8650.241.358) put
- dup [595 870] (DS8650.210.307) put
- dup [595 1014] (DS8650.210.358) put
- {
- exch aload pop
- 4 index sub abs 5 le exch
- 5 index sub abs 5 le and
- {
- exch pop exit
- }{
- pop
- } ifelse
- } bind forall
- = flush pop pop
- restore
- "
- *End
- *CloseUI: *PageSize
- *OpenUI *PageRegion: PickOne
- *OrderDependency: 40 AnySetup *PageRegion
- *DefaultPageRegion: Letter
- *PageRegion Letter: "
- currenttransfer
- 2 dict
- dup /PageSize [612 792] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageRegion A4: "
- currenttransfer
- 2 dict
- dup /PageSize [595 842] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageRegion DS8650.LegalXtra/8.5 x 14 in: "
- currenttransfer
- 3 dict
- dup /PageSize [612 1014] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageRegion DS8650.216.307/8.5 x 12 in (216 x 307 mm): "
- currenttransfer
- 2 dict
- dup /PageSize [612 870] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageRegion DS8650.241.358/9.5 x 14 in (241 x 358 mm): "
- currenttransfer
- 2 dict
- dup /PageSize [684 1014] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageRegion DS8650.210.307/210 x 307 mm: "
- currenttransfer
- 2 dict
- dup /PageSize [595 870] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *PageRegion DS8650.210.358/210 x 358 mm: "
- currenttransfer
- 2 dict
- dup /PageSize [595 1014] put
- dup /ImagingBBox null put
- setpagedevice
- settransfer
- "
- *End
- *CloseUI: *PageRegion
- *DefaultImageableArea: Letter
- *ImageableArea Letter: "18.2401 74.7601 594.24 717.96 "
- *ImageableArea DS8650.LegalXtra/8.5 x 14 in: "18.2401 76.9200 594.24 940.92 "
- *ImageableArea A4: "9.6001 74.2800 585.60 767.88 "
- *ImageableArea DS8650.216.307/8.5 x 12 in (216 x 307 mm): "18.2401 76.4400 594.24 796.44 "
- *ImageableArea DS8650.241.358/9.5 x 14 in (241 x 358 mm): "36.0 76.92 648.48 940.92 "
- *ImageableArea DS8650.210.307/210 x 307 mm: "9.6001 76.4400 585.60 796.44 "
- *ImageableArea DS8650.210.358/210 x 358 mm: "9.6001 76.9200 585.60 940.92 "
- *?ImageableArea: "
- save
- /cvp { ( ) cvs print ( ) print } bind def
- /upperright {10000 mul floor 10000 div} bind def
- /lowerleft {10000 mul ceiling 10000 div} bind def
- newpath clippath pathbbox
- 4 -2 roll exch 2 {lowerleft cvp} repeat
- exch 2 {upperright cvp} repeat flush
- restore
- "
- *End
- *DefaultPaperDimension: Letter
- *PaperDimension Letter: "612 792 "
- *PaperDimension DS8650.LegalXtra/8.5 x 14 in: "612 1014 "
- *PaperDimension A4: "595 842 "
- *PaperDimension DS8650.216.307/8.5 x 12 in (216 x 307 mm): "612 870 "
- *PaperDimension DS8650.241.358/9.5 x 14 in (241 x 358 mm): "684 1014 "
- *PaperDimension DS8650.210.307/210 x 307 mm: "595 870 "
- *PaperDimension DS8650.210.358/210 x 358 mm: "595 1014 "
- *OpenUI *InputSlot: PickOne
- *OrderDependency: 20 AnySetup *InputSlot
- *DefaultInputSlot: Cassette/Cassette
- *InputSlot Cassette/Cassette: " "
- *CloseUI: *InputSlot
- *RequiresPageRegion All: True
- *DefaultFont: Courier
- *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
- *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
- *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
- *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
- *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
- *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
- *Font Bookman-Light: Standard "(001.004S)" Standard ROM
- *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
- *Font Courier: Standard "(002.004S)" Standard ROM
- *Font Courier-Bold: Standard "(002.004S)" Standard ROM
- *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
- *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
- *Font Helvetica: Standard "(001.006S)" Standard ROM
- *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
- *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
- *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
- *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
- *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
- *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
- *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
- *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
- *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
- *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
- *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
- *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
- *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
- *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
- *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
- *Font Symbol: Special "(001.007S)" Special ROM
- *Font Times-Bold: Standard "(001.007S)" Standard ROM
- *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
- *Font Times-Italic: Standard "(001.007S)" Standard ROM
- *Font Times-Roman: Standard "(001.007S)" Standard ROM
- *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
- *Font ZapfDingbats: Special "(001.004S)" Special ROM
-