home *** CD-ROM | disk | FTP | other *** search
- *PPD-Adobe: "4.1"
- *% Adobe Systems PostScript(R) Printer Description File
- *% Copyright 1987-1992 Adobe Systems Incorporated.
- *% All Rights Reserved.
- *% Permission is granted for redistribution of this file as
- *% long as this copyright notice is intact and the contents
- *% of the file is not altered in any way from its original form.
- *% End of Copyright statement
-
- *FormatVersion: "4.1"
- *FileVersion: "1.0"
- *LanguageEncoding: WindowsANSI
- *LanguageVersion: English
- *PCFileName: "XR_45051.PPD"
- *Product: "(Xerox 4505)"
- *PSVersion: "(2013.109) 0"
- *ModelName: "Xerox 4505 PS"
- *NickName: "Xerox 4505 PS"
-
- *% === Options and Constraints =========
-
- *OpenGroup: InstallableOptions/Options Installed
- *OpenUI *Option1/Optional Lower Tray: Boolean
- *DefaultOption1: False
- *Option1 True/Installed: ""
- *Option1 False/Not Installed: ""
- *CloseUI: *Option1
-
- *OpenUI *Option2/Memory Configuration: PickOne
- *DefaultOption2: 6Meg
- *Option2 6Meg/6 MB Total RAM: ""
- *Option2 10Meg/10 MB Total RAM: ""
- *Option2 16Meg/16 MB Total RAM: ""
- *CloseUI: *Option2
- *CloseGroup: InstallableOptions
-
- *UIConstraints: *Option1 False *InputSlot Lower
-
- *UIConstraints: *Option2 6Meg *VMOption
- *UIConstraints: *Option2 10Meg *VMOption 16Meg
-
- *% ==== Device Capabilities ===============
-
- *LanguageLevel: "2"
- *Protocols: PJL TBCP
- *JCLBegin: "<1B>%-12345X@PJL<0A>"
- *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT<0A>"
- *JCLEnd: "<04><1B>%-12345X"
-
- *TTRasterizer: Type42
-
- *FreeVM: "980648"
- *VMOption 6Meg/6 MB Total RAM: "980648"
- *VMOption 10Meg/10 MB Total RAM: "1808040"
- *VMOption 16Meg/16 MB Total RAM: "2848424"
-
- *ColorDevice: False
- *DefaultColorSpace: Gray
- *VariablePaperSize: False
- *FileSystem: False
- *?FileSystem: "
- save false
- (%disk?%)
- { currentdevparams dup /Writeable known
- { /Writeable get {pop true} if } { pop } ifelse
- } 10 string /IODevice resourceforall
-
- { (True) = flush}
- { false (%cartridge?%)
- { currentdevparams dup /Writeable known
- { /Writeable get {pop true} if } { pop } ifelse
- } 20 string /IODevice resourceforall
- {(True)} {(False)} ifelse = flush } ifelse
- restore"
- *End
-
- *Throughput: "10"
- *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
-
- *Reset: "
- count 0 eq
- { false } { true exch startjob } ifelse
- not {
- (WARNING: Cannot reset printer.) =
- (Missing or invalid password.) =
- (Please contact the author of this software.) = flush quit
- } if
- systemdict /quit get exec
- (WARNING : Printer Reset Failed.) = flush
- "
- *End
-
- *OpenUI *Resolution/Resolution: PickOne
- *DefaultResolution: 600dpi
- *Resolution 600dpi/600 dpi: "
- 2 dict
- dup /HWResolution [600 600] put
- dup /Policies
- 1 dict dup /HWResolution 2 put
- put setpagedevice
- "
- *End
- *Resolution 300dpi/300 dpi: "
- 2 dict
- dup /HWResolution [300 300] put
- dup /Policies
- 1 dict dup /HWResolution 2 put
- put setpagedevice
- "
- *End
- *?Resolution: "
- save
- currentpagedevice /HWResolution get
- aload pop exch
- ( ) cvs print
- (x) print ( ) cvs print (dpi)
- = flush
- restore
- "
- *End
- *CloseUI: *Resolution
-
- *% Halftone Information ===============
-
- *ScreenFreq: "85.0"
- *ScreenAngle: "45.0"
- *DefaultScreenProc: Dot
- *ScreenProc Dot: "
- {abs exch abs 2 copy add 1 gt {1 sub dup mul exch
- 1 sub dup mul add 1 sub } {dup mul exch dup mul
- add 1 exch sub } ifelse }
- "
- *End
- *ScreenProc Line: "{ pop }"
- *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
-
- *DefaultTransfer: Null
- *Transfer Null: "{ }"
- *Transfer Null.Inverse: "{ 1 exch sub }"
-
- *OpenUI *Smoothing/TrueRes Smoothing: Boolean
- *OrderDependency: 50 AnySetup *Smoothing
- *DefaultSmoothing: Unknown
- *Smoothing True/True: "
- 2 dict
- dup /PostRenderingEnhance true put
- dup /PostRenderingEnhanceDetails
- 2 dict
- dup /REValue 1 put
- dup /Type 10 put
- put setpagedevice
- "
- *End
- *Smoothing False/False: "
- 2 dict
- dup /PostRenderingEnhance false put
- dup /PostRenderingEnhanceDetails
- 2 dict
- dup /REValue 0 put
- dup /Type 10 put
- put setpagedevice
- "
- *End
- *?Smoothing: "
- save
- currentpagedevice /PostRenderingEnhance get
- { 4 dict
- dup 0 (False) put
- dup 1 (True) put
- currentpagedevice /PostRenderingEnhanceDetails get
- /REValue get
- get
- }
- {(False)}
- ifelse = flush
- restore
- "
- *End
- *CloseUI: *Smoothing
-
- *% Paper Handling ===================
-
- *% Code in this section both selects a tray and sets up a frame buffer.
-
- *OpenUI *PageSize: PickOne
- *OrderDependency: 30 AnySetup *PageSize
- *DefaultPageSize: Unknown
- *PageSize Letter/Letter: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize Legal/Legal: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize A4/A4: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize A5/A5: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize ISOB5/ISOB5: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [499 709] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize Folio/Folio: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize Executive/Executive: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize Comm10/Comm #10 Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize DL/DL Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize C5/C5 Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageSize Monarch/Monarch Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
- *End
- *?PageSize: "
- save
- currentpagedevice /PageSize get aload pop
- 2 copy gt {exch} if
- (Unknown)
- 11 dict
- dup [612 792] (Letter) put
- dup [612 1008] (Legal) put
- dup [595 842] (A4) put
- dup [420 595] (A5) put
- dup [499 709] (ISOB5) put
- dup [612 935] (Folio) put
- dup [522 756] (Executive) put
- dup [297 684] (Comm10) put
- dup [312 624] (DL) put
- dup [459 649] (C5) put
- dup [279 540] (Monarch) 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: Unknown
- *PageRegion Letter/Letter: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion Legal/Legal: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion A4/A4: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion A5/A5: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion ISOB5/ISOB5: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [499 709] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion Folio/Folio: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion Executive/Executive: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion Comm10/Comm #10 Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion DL/DL Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion C5/C5 Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
- *End
- *PageRegion Monarch/Monarch Envelope: "
- 1 dict dup /Policies 2 dict dup /PageSize 2 put dup /MediaType 0 put put setpagedevice
- 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
- *End
- *CloseUI: *PageRegion
-
- *% The following entries provide information about specific paper keywords.
- *DefaultImageableArea: Unknown
- *ImageableArea Letter/Letter: "14.160 11.880 597.840 779.88 "
- *ImageableArea Legal/Legal: "14.160 11.880 597.839 995.88 "
- *ImageableArea A4/A4: "13.478 11.984 581.798 829.904 "
- *ImageableArea A5/A5: "10.084 13.597 409.444 581.677 "
- *ImageableArea ISOB5/ISOB5: "13.529 11.179 489.689 697.483 "
- *ImageableArea Folio/Folio: "14.160 11.880 597.840 924.120 "
- *ImageableArea Executive/Executive: "11.471 11.879 510.671 743.879 "
- *ImageableArea Comm10/Comm #10 Envelope: "14.100 11.880 282.900 671.88 "
- *ImageableArea DL/DL Envelope: "13.826 11.930 297.985 611.690 "
- *ImageableArea C5/C5 Envelope: "10.726 12.086 448.486 637.046 "
- *ImageableArea Monarch/Monarch Envelope: "12.780 11.880 266.220 527.88 "
- *?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
-
- *% These provide the physical dimensions of the paper (by keyword)
- *DefaultPaperDimension: Unknown
- *PaperDimension Letter/Letter: "612 792"
- *PaperDimension Legal/Legal: "612 1008"
- *PaperDimension A4/A4: "595 842"
- *PaperDimension A5/A5: "420 595"
- *PaperDimension ISOB5/ISOB5: "499 709"
- *PaperDimension Folio/Folio: "612 935"
- *PaperDimension Executive/Executive: "522 756"
- *PaperDimension Comm10/Comm #10 Envelope: "297 684"
- *PaperDimension DL/DL Envelope: "312 624"
- *PaperDimension C5/C5 Envelope: "459 649"
- *PaperDimension Monarch/Monarch Envelope: "279 540"
-
- *OpenUI *InputSlot: PickOne
- *OrderDependency: 20 AnySetup *InputSlot
- *DefaultInputSlot: Upper
- *InputSlot Upper/Standard (Upper): "
- currentpagedevice /InputAttributes get
- 0 get dup
- null eq {pop}
- { dup
- /InputAttributes
- 1 dict dup /Priority [0] put
- put setpagedevice
- } ifelse "
- *End
- *InputSlot Lower/Lower: "
- currentpagedevice /InputAttributes get
- 1 get dup
- null eq {pop}
- { dup
- /InputAttributes
- 1 dict dup /Priority [1] put
- put setpagedevice
- } ifelse "
- *End
- *InputSlot MultiPurpose/MultiPurpose (MP): "
- currentpagedevice /InputAttributes get
- 2 get dup
- null eq {pop}
- { dup
- /InputAttributes
- 1 dict dup /Priority [2] put
- put setpagedevice
- } ifelse "
- *End
- *?InputSlot: "
- save
- 3 dict
- dup /0 (Upper) put
- dup /1 (Lower) put
- dup /2 (MultiPurpose) put
- currentpagedevice /InputAttributes get
- dup /Priority known
- { /Priority get 0 get ( ) cvs cvn get }
- {
- dup length 1 eq
- { {pop} forall ( ) cvs cvn get }
- { pop pop (Unknown) } ifelse
- } ifelse
- = flush
- restore
- "
- *End
- *CloseUI: *InputSlot
- *DefaultOutputBin: OnlyOne
- *DefaultOutputOrder: Normal
- *PageStackOrder Upper: Normal
- *PageStackOrder Lower: Reverse
-
- *OpenUI *ManualFeed/Manual Feed: Boolean
- *OrderDependency: 20 AnySetup *ManualFeed
- *DefaultManualFeed: False
- *ManualFeed True/True: "1 dict dup /ManualFeed true put setpagedevice"
- *ManualFeed False/False: "1 dict dup /ManualFeed false put setpagedevice"
- *?ManualFeed: "
- save
- currentpagedevice /ManualFeed get
- {(True)}{(False)}ifelse = flush
- restore
- "
- *End
- *CloseUI: *ManualFeed
-
- *% Font Information =====================
- *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.003S)" Standard ROM
- *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
- *Font Bookman-Light: Standard "(001.003S)" Standard ROM
- *Font Bookman-LightItalic: Standard "(001.003S)" 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
-
- *?FontQuery: "
- save
- { count 1 gt
- { exch dup 127 string cvs (/) print print (:) print
- /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
- } { exit } ifelse
- } bind loop
- (*) = flush
- restore
- "
- *End
-
- *?FontList: "
- save
- (*) {cvn ==} 128 string /Font resourceforall
- (*) = flush
- restore
- "
- *End
-
- *% Printer Messages (verbatim from printer):
- *Message: "%%[ exitserver: permanent state may be changed ]%%"
- *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
- *Message: "\FontName\ not found, using Courier"
- *% Status (format: %%[ status: <one of these> ] %%)
- *Status: "idle"
- *Status: "busy"
- *Status: "waiting"
- *Status: "printing"
- *Status: "warming up"
- *Status: "initializing"
- *Status: "idle"
- *Status: "holding"
- *Status: "busy"
- *Status: "waiting"
- *Status: "PrinterError: Engine Cooling Fan Stalled, System Shut Down"
- *Status: "PrinterError: Engine Control PCB"
- *Status: "PrinterError: Main Motor Failed"
- *Status: "PrinterError: Optical System Failure"
- *Status: "PrinterError: Fuser System Failed"
- *Status: "PrinterError: Controller Failed"
- *Status: "PrinterError: Controller Cooling Fan Stalled, System Shut Down"
- *Status: "PrinterError: Font Module did not accept new data"
- *Status: "PrinterError: Font Module is full"
- *Status: "PrinterError: Serial Port Failed Loopback test, Port Disabled"
- *Status: "PrinterError: Parallel Port Failed Loopback test, Port Disabled"
- *Status: "PrinterError: EEPROM did not accept new data"
- *Status: "PrinterError: Cache RAM failure, Cache RAM disabled"
- *Status: "PrinterError: Fixed Disk Drive failure, Drive disabled"
- *Status: "PrinterError: Hardware Accelerator Interface failure"
- *Status: "PrinterError: DRAM Module 1"
- *Status: "PrinterError: DRAM Module 2"
- *Status: "PrinterError: Fixed Disk Driver is full"
- *Status: "PrinterError: Cover Open"
- *Status: "PrinterError: No cartridge installed"
- *Status: "PrinterError: Paper jam at exit rollers"
- *Status: "PrinterError: Paper jam at cassette rear"
- *Status: "PrinterError: Paper jam at fuser"
- *Status: "PrinterError: Paper in manual feed preventing paper feed from cassette"
- *Status: "PrinterError: No Toner, Change Cartridge"
- *Status: "PrinterError: Output tray is too full to accept any more paper"
- *Status: "PrinterError: Requested paper tray is missing"
- *Status: "PrinterError: Requested paper tray is empty"
- *Status: "PrinterError: Output tray is near full"
- *Status: "PrinterError: Toner is Low"
- *Status: "PrinterError: Warming up"
-
- *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
- *Source: "Serial"
- *Source: "Parallel"
- *Source: "LocalTalk"
- *Source: "Ethernet"
- *Source: "TokenRing"
- *Source: "HPNIC"
-
- *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
- *PrinterError: "Engine Cooling Fan Stalled, System Shut Down"
- *PrinterError: "Engine Control PCB"
- *PrinterError: "Main Motor Failed"
- *PrinterError: "Optical System Failure"
- *PrinterError: "Fuser System Failed"
- *PrinterError: "Controller Failed"
- *PrinterError: "Controller Cooling Fan Stalled, System Shut Down"
- *PrinterError: "Font Module did not accept new data"
- *PrinterError: "Font Module is full"
- *PrinterError: "Serial Port Failed Loopback test, Port Disabled"
- *PrinterError: "Parallel Port Failed Loopback test, Port Disabled"
- *PrinterError: "EEPROM did not accept new data"
- *PrinterError: "Cache RAM failure, Cache RAM disabled"
- *PrinterError: "Fixed Disk Drive failure, Drive disabled"
- *PrinterError: "Hardware Accelerator Interface failure"
- *PrinterError: "DRAM Module 1"
- *PrinterError: "DRAM Module 2"
- *PrinterError: "Fixed Disk Driver is full"
- *PrinterError: "Cover Open"
- *PrinterError: "No cartridge installed"
- *PrinterError: "Paper jam at exit rollers"
- *PrinterError: "Paper jam at cassette rear"
- *PrinterError: "Paper jam at fuser"
- *PrinterError: "Paper in manual feed preventing paper feed from cassette"
- *PrinterError: "No Toner, Change Cartridge"
- *PrinterError: "Output tray is too full to accept any more paper"
- *PrinterError: "Requested paper tray is missing"
- *PrinterError: "Requested paper tray is empty"
- *PrinterError: "Output tray is near full"
- *PrinterError: "Toner is Low"
- *PrinterError: "Warming up"
-
- *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
-
- *% Color Separation Information =====================
-
- *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
-
- *InkName: ProcessBlack/Process Black
- *InkName: CustomColor/Custom Color
- *InkName: ProcessCyan/Process Cyan
- *InkName: ProcessMagenta/Process Magenta
- *InkName: ProcessYellow/Process Yellow
-
- *% For 60 lpi / 300 dpi ===============================
-
- *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
- *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
- *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
- *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
- *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
-
- *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
- *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
- *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
- *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
- *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
-
- *% For 53 lpi / 300 dpi =====================================================
-
- *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
- *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
- *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
- *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
- *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
-
- *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) =====================
-
- *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
- *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
- *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
- *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
- *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
-
- *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
- {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
- abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
- sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
- *End
-
- *% For 71 lpi / 600 dpi ===============================
-
- *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
- *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
- *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
- *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
- *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
-
- *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
- *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
- *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
- *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
- *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
-
- *% Produced by "bldppd42.ps" version 4.1 edit 1
- *% Last Edit Date: April 11 1994
- *% The byte count of this file should be exactly 024482
- *% depending on the filesystem it resides in.
- *% end of PPD file for XEROX 4505 and XEROX 4510
-
-