home *** CD-ROM | disk | FTP | other *** search
- *PPD-Adobe: "4.0"
- *% 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.0"
- *FileVersion: "1.1"
- *LanguageVersion: English
- *PCFileName: "DCD11501.PPD"
- *Product: "(DEClaser 1150)"
- *PSVersion: "(51.4) 12"
- *ModelName: "Digital DEClaser 1150"
- *NickName: "Digital DEClaser 1150 v51.4"
-
- *% === Options and Constraints =========
- *OpenGroup: InstallableOptions/Options Installed
- *OpenUI *Option1/Optional Lower Tray: Boolean
- *DefaultOption1: False
- *Option1 True/Installed: ""
- *Option1 False/Not Installed: ""
- *CloseUI: *Option1
- *CloseGroup: InstallableOptions
-
- *UIConstraints: *Option1 False *InputSlot Lower
- *UIConstraints: *InputSlot Lower *Option1 False
-
- *% === Basic Capabilities ===============
- *FreeVM: "400140"
- *LanguageLevel: "1"
- *Extensions: CMYK
- *ColorDevice: False
- *DefaultColorSpace: Gray
- *VariablePaperSize: False
- *FileSystem: False
- *Emulators: hplj
- *StartEmulate hplj: "5 statusdict /setsoftwareiomode get exec"
- *StopEmulate hplj: "<1B7F30>"
- *Throughput: "4"
- *Password: "0"
- *ExitServer: "
- count 0 eq { true }{ dup statusdict /checkpassword get exec not } ifelse
- { (WARNING : Cannot perform the exitserver command.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- serverdict /exitserver get exec"
- *End
- *Reset: "
- count 0 eq { true }{ dup statusdict /checkpassword get exec not } ifelse
- { (WARNING : Cannot reset printer.) =
- (Password supplied is not valid.) =
- (Please contact the author of this software.) = flush
- quit
- } if
- serverdict /exitserver get exec
- systemdict /quit get exec
- (WARNING : Printer Reset Failed.) = flush"
- *End
-
- *DefaultResolution: 300dpi
- *?Resolution: "
- save
- initgraphics
- matrix defaultmatrix dup
- 0 get dup mul exch 1 get dup mul add sqrt
- 72 mul round cvi
- ( ) cvs print (dpi) = flush
- restore"
- *End
-
- *% === DECimage (Smoothing) ============
- *OpenUI *Smoothing/DECimage: Boolean
- *OrderDependency: 50 AnySetup *Smoothing
- *DefaultSmoothing: Off
- *Smoothing Off: "false statusdict /setDECimage get exec"
- *Smoothing On: "true statusdict /setDECimage get exec"
- *?Smoothing: "
- save statusdict /DECimage get exec
- {(On)}{(Off)} ifelse = flush restore"
- *End
- *CloseUI: *Smoothing
-
- *% === DECimageparams (bits per pixel) ============
- *OpenUI *BitsPerPixel/DECimage controls: PickOne
- *OrderDependency: 50 AnySetup *BitsPerPixel
- *DefaultBitsPerPixel: Off
- *BitsPerPixel Off/Standard: "0.0 1.0 0.0 1 statusdict /setDECimageparams get exec"
- *BitsPerPixel 1/High Contrast: "0.2 0.8 0.0 1 statusdict /setDECimageparams get exec"
- *BitsPerPixel 2/Low Contrast: "-0.4 1.5 0.0 1 statusdict /setDECimageparams get exec"
- *BitsPerPixel 4/Sharp: "0.0 1.0 2.0 1 statusdict /setDECimageparams get exec"
- *BitsPerPixel 8/Soft: "0.0 1.0 -1.0 1 statusdict /setDECimageparams get exec"
- *CloseUI:BitsPerPixel
-
- *% Halftone Information ===============
- *ScreenFreq: "60.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 }"
-
- *% Paper Handling ===================
-
- *% Code in this section selects a tray and sets up a frame buffer.
- *OpenUI *PageSize: PickOne
- *OrderDependency: 30 AnySetup *PageSize
- *DefaultPageSize: Letter
- *PageSize Letter: "statusdict /lettertray get exec"
- *PageSize Legal: "statusdict /legaltray get exec"
- *PageSize Executive: "statusdict /executivetray get exec"
- *PageSize A4: "statusdict /a4tray get exec"
- *PageSize A5: "statusdict /a5tray get exec"
- *PageSize 7x9: "statusdict /7x9tray get exec"
- *PageSize Statement: "statusdict /halflettertray get exec"
- *PageSize twothirdsa4/Two Thirds A4: "statusdict /twothirdsa4tray get exec"
- *PageSize Monarch/Monarch Envelope: "statusdict /3.875x7.5tray get exec"
- *PageSize Comm10/Comm10 Envelope: "statusdict /4.125x9.5tray get exec"
- *PageSize B5/B5 Envelope: "statusdict /b5tray get exec"
- *PageSize C5/C5 Envelope: "statusdict /c5tray get exec"
- *PageSize DL/DL Envelope: "statusdict /envelopetray get exec dl"
- *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
- *PageSize LegalSmall: "statusdict /legaltray get exec legalsmall"
- *PageSize A4Small: "statusdict /a4tray get exec a4small"
- *?PageSize: "
- save
- 20 dict
- dup /lettertray (Letter) put
- dup /legaltray (Legal) put
- dup /executivetray (Executive) put
- dup /a4tray (A4) put
- dup /a5tray (A5) put
- dup /7x9tray (7x9) put
- dup /halflettertray (Statement) put
- dup /twothirdsa4tray (twothirdsa4) put
- dup /3.875x7.5tray (Monarch) put
- dup /4.125x9.5tray (Comm10) put
- dup /b5tray (B5) put
- dup /c5tray (C5) put
- statusdict /papersize get exec
- 3 1 roll {get} stopped {(Unknown)}if
- exch not { print (.Transverse) }if
- = flush
- restore
- "
- *End
- *CloseUI: *PageSize
-
- *OpenUI *PageRegion: PickOne
- *OrderDependency: 40 AnySetup *PageRegion
- *DefaultPageRegion: Letter
- *PageRegion Letter: "letter"
- *PageRegion Legal: "legal"
- *PageRegion Executive: "executivepage"
- *PageRegion A4: "a4"
- *PageRegion A5: "a5"
- *PageRegion 7x9: "7x9"
- *PageRegion Statement: "halfletter"
- *PageRegion twothirdsa4/Two Thirds A4: "twothirdsa4"
- *PageRegion Monarch/Monarch Envelope: "3.875x7.5"
- *PageRegion Comm10/Comm10 Envelope: "4.125x9.5"
- *PageRegion B5/B5 Envelope: "b5"
- *PageRegion C5/C5 Envelope: "c5"
- *PageRegion DL/DL Envelope: "dl"
- *PageRegion LetterSmall: "lettersmall"
- *PageRegion LegalSmall: "legalsmall"
- *PageRegion A4Small: "a4small"
- *CloseUI: *PageRegion
-
- *% The following entries provide information about specific paper keywords.
- *DefaultImageableArea: Letter
- *ImageableArea Letter: "11.52 4.8 594.96 781.2 "
- *ImageableArea Legal: "11.52 4.8 594.96 997.2 "
- *ImageableArea Executive: "11.52 7.68 510.48 747.84 "
- *ImageableArea A4: "11.76 6.96 576.0 830.4 "
- *ImageableArea A5: "11.52 6.48 402.96 587.04 "
- *ImageableArea 7x9: "11.52 4.8 487.44 638.16 "
- *ImageableArea Statement: "11.52 4.8 376.08 602.16 "
- *ImageableArea twothirdsa4/Two Thirds A4: "11.52 4.8 541.2 585.36 "
- *ImageableArea Monarch/Monarch Envelope: "11.52 6.48 260.88 531.84 "
- *ImageableArea Comm10/Comm10 Envelope: "11.52 7.92 280.08 677.28 "
- *ImageableArea B5/B5 Envelope: "11.52 4.8 498.96 718.56 "
- *ImageableArea C5/C5 Envelope: "11.52 8.88 441.36 643.2 "
- *ImageableArea DL/DL Envelope: "11.52 4.8 614.16 299.28"
- *ImageableArea LetterSmall: "26.88 29.52 579.6 760.8 "
- *ImageableArea LegalSmall: "61.44 39.6 545.04 963.84"
- *ImageableArea A4Small: "24.0 26.64 565.2 807.6 "
- *?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: Letter
- *PaperDimension Letter: "612 792"
- *PaperDimension Legal: "612 1008"
- *PaperDimension Executive: "522 756"
- *PaperDimension A4: "595 842"
- *PaperDimension A5: "419 595"
- *PaperDimension 7x9: "504 648"
- *PaperDimension Statement: "396 612"
- *PaperDimension twothirdsa4/Two Thirds A4: "561 595"
- *PaperDimension Monarch/Monarch Envelope: "279 540"
- *PaperDimension Comm10/Comm10 Envelope: "297 684"
- *PaperDimension B5/B5 Envelope: "515 728"
- *PaperDimension C5/C5 Envelope: "459 649"
- *PaperDimension DL/DL Envelope: "311 623"
- *PaperDimension LetterSmall: "612 792"
- *PaperDimension LegalSmall: "612 1008"
- *PaperDimension A4Small: "595 842"
-
- *RequiresPageRegion Upper: True
-
- *OpenUI *InputSlot: PickOne
- *OrderDependency: 20 AnySetup *InputSlot
- *DefaultInputSlot: Upper
- *InputSlot Upper: "0 statusdict /setpapertray get exec"
- *InputSlot Lower: "1 statusdict /setpapertray get exec"
- *?InputSlot: "
- save
- [ (Upper) (Lower) ] statusdict /papertray get exec
- {get exec} stopped { pop pop (Unknown) } if = flush
- restore
- "
- *End
- *CloseUI: *InputSlot
-
- *DefaultOutputBin: OnlyOne
- *DefaultOutputOrder: Normal
-
- *OpenUI *ManualFeed: Boolean
- *OrderDependency: 20 AnySetup *ManualFeed
- *DefaultManualFeed: False
- *ManualFeed True: "statusdict /manualfeed true put"
- *ManualFeed False: "statusdict /manualfeed false put"
- *?ManualFeed: "
- save
- statusdict /manualfeed get
- {(True)}{(False)}ifelse = flush
- restore"
- *End
- *CloseUI: *ManualFeed
-
- *% Font Information =====================
- *DefaultFont: Courier
- *Font AvantGarde-Book: Standard "(001.002)" Standard
- *Font AvantGarde-BookOblique: Standard "(001.002)" Standard
- *Font AvantGarde-Demi: Standard "(001.003)" Standard
- *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard
- *Font Bookman-Demi: Standard "(001.001)" Standard
- *Font Bookman-DemiItalic: Standard "(001.001)" Standard
- *Font Bookman-Light: Standard "(001.001)" Standard
- *Font Bookman-LightItalic: Standard "(001.001)" Standard
- *Font Courier: Standard "(002.002)" Standard
- *Font Courier-Bold: Standard "(002.002)" Standard
- *Font Courier-BoldOblique: Standard "(002.002)" Standard
- *Font Courier-Oblique: Standard "(002.002)" Standard
- *Font Helvetica: Standard "(001.002)" Standard
- *Font Helvetica-Bold: Standard "(001.002)" Standard
- *Font Helvetica-BoldOblique: Standard "(001.002)" Standard
- *Font Helvetica-Narrow: Standard "(001.002)" Standard
- *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard
- *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard
- *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard
- *Font Helvetica-Oblique: Standard "(001.002)" Standard
- *Font LubalinGraph-Book: Standard "(001.002)" Standard
- *Font LubalinGraph-BookOblique: Standard "(001.002)" Standard
- *Font LubalinGraph-Demi: Standard "(001.002)" Standard
- *Font LubalinGraph-DemiOblique: Standard "(001.002)" Standard
- *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard
- *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard
- *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard
- *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard
- *Font Palatino-Bold: Standard "(001.002)" Standard
- *Font Palatino-BoldItalic: Standard "(001.002)" Standard
- *Font Palatino-Italic: Standard "(001.002)" Standard
- *Font Palatino-Roman: Standard "(001.001)" Standard
- *Font Souvenir-Demi: Standard "(001.002)" Standard
- *Font Souvenir-DemiItalic: Standard "(001.002)" Standard
- *Font Souvenir-Light: Standard "(001.002)" Standard
- *Font Souvenir-LightItalic: Standard "(001.002)" Standard
- *Font Symbol: Special "(001.003)" Special
- *Font Times-Bold: Standard "(001.002)" Standard
- *Font Times-BoldItalic: Standard "(001.004)" Standard
- *Font Times-Italic: Standard "(001.002)" Standard
- *Font Times-Roman: Standard "(001.002)" Standard
- *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard
- *Font ZapfDingbats: Special "(001.002)" Special
-
- *?FontQuery: "
- save
- /str 100 string dup 0 (fonts/) putinterval def
- {
- count 1 gt
- {
- exch dup str 6 94 getinterval cvs
- (/) print dup print (:) print exch
- FontDirectory exch known
- { pop (Yes) }
- {
- length 6 add str 0 3 -1 roll getinterval
- mark exch status
- {cleartomark (Yes)}{cleartomark (No)} ifelse
- } ifelse =
- }
- {exit} ifelse
- }bind loop
- (*) = flush
- restore
- "
- *End
-
- *?FontList: "
- save
- FontDirectory { pop == } bind forall flush
- /filenameforall where
- {
- pop (fonts/*)
- {dup length 6 sub 6 exch getinterval cvn == } bind
- 128 string filenameforall flush
- } if
- (*) = 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: "PrinterError: cover open"
- *Status: "PrinterError: out of envelopes"
- *Status: "PrinterError: no paper tray"
- *Status: "PrinterError: out of paper"
- *Status: "PrinterError: manual feed timeout"
- *Status: "PrinterError: no toner cartridge"
- *Status: "PrinterError: paper entry misfeed"
- *Status: "PrinterError: paper exit misfeed"
- *Status: "PrinterError: load option tray"
- *Status: "PrinterError: beam detect error"
- *Status: "PrinterError: request manual feed of letter"
- *Status: "PrinterError: request manual feed of legal"
- *Status: "PrinterError: request manual feed of a4"
- *Status: "PrinterError: request manual feed of executive"
- *Status: "PrinterError: request manual feed of b5"
- *Status: "PrinterError: request manual feed of a5"
- *Status: "PrinterError: request manual feed of 7x9"
- *Status: "PrinterError: request manual feed of halfletter"
- *Status: "PrinterError: request manual feed of two-thirddsa4"
- *Status: "PrinterError: request manual feed of c5"
- *Status: "PrinterError: request manual feed of dl"
- *Status: "PrinterError: request manual feed of 4.125x9.5"
- *Status: "PrinterError: request manual feed of 3.875x7.5"
- *Status: "PrinterError: paper path 1"
- *Status: "PrinterError: paper path 3"
- *Status: "PrinterError: paper path 4"
- *Status: "PrinterError: paper path 6"
- *Status: "PrinterError: Service 50"
- *Status: "PrinterError: Service 51"
- *Status: "PrinterError: Service 52"
- *Status: "PrinterError: Service 57"
- *Status: "PrinterError: Service 68"
- *Status: "PrinterError: Service 80"
- *Status: "PrinterError: Service 81"
- *Status: "PrinterError: Service 82"
- *Status: "PrinterError: Service 83"
- *Status: "PrinterError: Service 84"
- *Status: "PrinterError: Service 85"
- *Status: "PrinterError: Service 86"
-
- *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
- *Source: "serial25"
- *Source: "Centronics"
-
- *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
- *PrinterError: "cover open"
- *PrinterError: "out of envelopes"
- *PrinterError: "no paper tray"
- *PrinterError: "out of paper"
- *PrinterError: "manual feed timeout"
- *PrinterError: "no toner cartridge"
- *PrinterError: "paper entry misfeed"
- *PrinterError: "paper exit misfeed"
- *PrinterError: "load option tray"
- *PrinterError: "beam detect error"
- *PrinterError: "request manual feed of letter"
- *PrinterError: "request manual feed of legal"
- *PrinterError: "request manual feed of a4"
- *PrinterError: "request manual feed of executive"
- *PrinterError: "request manual feed of b5"
- *PrinterError: "request manual feed of a5"
- *PrinterError: "request manual feed of 7x9"
- *PrinterError: "request manual feed of halfletter"
- *PrinterError: "request manual feed of two-thirddsa4"
- *PrinterError: "request manual feed of c5"
- *PrinterError: "request manual feed of dl"
- *PrinterError: "request manual feed of 4.125x9.5"
- *PrinterError: "request manual feed of 3.875x7.5"
- *PrinterError: "paper path 1"
- *PrinterError: "paper path 3"
- *PrinterError: "paper path 4"
- *PrinterError: "paper path 6"
- *PrinterError: "Service 50"
- *PrinterError: "Service 51"
- *PrinterError: "Service 52"
- *PrinterError: "Service 57"
- *PrinterError: "Service 68"
- *PrinterError: "Service 80"
- *PrinterError: "Service 81"
- *PrinterError: "Service 82"
- *PrinterError: "Service 83"
- *PrinterError: "Service 84"
- *PrinterError: "Service 85"
- *PrinterError: "Service 86"
-
- *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
-
- *% Color Separation Information =====================
-
- *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 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 "DEClaser 1150" version 51.4
- *% Produced by "bldppd4.0L1.ps"
- *% Last Edit Date: Nov 5 1992
- *% The byte count of this file should be exactly 017762 or 018248
- *% depending on the filesystem it resides in.
- *% end of PPD file for DEClaser 1150
-