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: "2.0"
- *PCFileName: "VT4510A1.PPD"
- *LanguageVersion: English
- *Product: "(Varityper)"
- *PSVersion: "(52.3) 4.5"
- *ModelName: "Varityper VT4_510A"
- *NickName: "Varityper VT4_510A v52.3"
-
- *% General Information and Defaults ===============
- *FreeVM: "2415554"
- *LanguageLevel: "1"
- *Extensions: FileSystem CMYK Composite
- *ColorDevice: False
- *DefaultColorSpace: Gray
- *VariablePaperSize: True
- *FileSystem: True
- *?FileSystem: "save
- statusdict /diskstatus get exec
- exch pop 0 eq {(False)}{(True)}ifelse = flush restore
- "
- *End
- *Throughput: "20"
- *Password: "0"
- *ExitServer: "
- count 0 eq { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict /checkpassword get exec not
- } ifelse
- { % if no password or not valid
- (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 { % is the password on the stack?
- true
- }{
- dup % potential password
- statusdict /checkpassword get exec not
- } ifelse
- { % if no password or not valid
- (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: 600dpi
- *?Resolution: "
- save
- initgraphics
- 0 0 moveto currentpoint matrix defaultmatrix transform
- 72 0 lineto currentpoint matrix defaultmatrix transform
- 3 -1 roll sub dup mul
- 3 1 roll exch sub dup mul
- add sqrt round cvi
- ( ) cvs print (dpi) = flush
- restore
- "
- *End
-
- *% Halftone Information 75.0 ===============
- *ScreenFreq: "75.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: Normalized
- *Transfer Normalized: "
- { userdict /mediadict known
- { mediadict /VTXfer known
- { mediadict /VTXfer get exec}
- { mediadict /ChooseXfer known
- { mediadict /ChooseXfer get exec 255 mul 0.5 add cvi
- mediadict /xfer get exch get }if
- }ifelse
- }if
- } bind "
- *End
- *Transfer Normalized.Inverse: "{
- userdict /mediadict known {
- mediadict /VTXfer known
- {mediadict /VTXfer get exec}
- { mediadict /ChooseXfer known
- {mediadict /ChooseXfer get exec 255 mul 0.5 add cvi mediadict /xfer get exch get} if
- } ifelse
- } if
- 1.0 exch sub
- } bind "
- *End
- *Transfer Null: "{ }"
- *Transfer Null.Inverse: "{ 1 exch sub }"
-
- *% Paper Handling ===================
-
- *% Use these entries to set paper size most of the time, unless there is
- *% specific reason to use PageRegion.
- *OpenUI *PageSize: PickOne
- *OrderDependency: 30 AnySetup *PageSize
- *DefaultPageSize: Letter
- *PageSize Letter: "letter"
- *PageSize Letter.Transverse: "Letter"
- *PageSize Letter.Extra: "684 864 1 statusdict /setpage get exec"
- *PageSize Letter.Extra.Transverse: "864 684 0 statusdict /setpage get exec"
- *PageSize Legal: "legal"
- *PageSize Legal.Extra: "684 1080 1 statusdict /setpage get exec"
- *PageSize Tabloid: "11x17"
- *PageSize Ledger: "ledger"
- *PageSize A4: "a4"
- *PageSize A4.Extra: "668 914 1 statusdict /setpage get exec"
- *PageSize A5: "a5"
- *PageSize A5.Transverse: "A5"
- *PageSize A5.Extra: "492 668 1 statusdict /setpage get exec"
- *PageSize A5.Extra.Transverse: "668 492 0 statusdict /setpage get exec"
- *PageSize B4: "728 1032 1 statusdict /setpage get exec"
- *PageSize ISOB5: "b5"
- *PageSize ISOB5.Transverse: "B5"
- *PageSize ISOB5.Extra: "571 781 1 statusdict /setpage get exec"
- *PageSize ISOB5.Extra.Transverse: "781 571 0 statusdict /setpage get exec"
- *?PageSize: "
- save
- mark statusdict /pageparams get exec exch pop
- 12 dict
- dup [612 792] (Letter) put
- dup [684 864] (Letter.Extra) put
- dup [612 1008] (Legal) put
- dup [684 1080] (Legal.Extra) put
- dup [792 1224] (Tabloid) put
- dup [595 842] (A4) put
- dup [668 914] (A4.Extra) put
- dup [420 595] (A5) put
- dup [492 668] (A5.Extra) put
- dup [728 1032] (B4) put
- dup [499 709] (ISOB5) put
- dup [571 781] (ISOB5.Extra) put
- 8 dict
- dup [792 612] (Letter.Transverse) put
- dup [864 684] (Letter.Extra.Transverse) put
- dup [792 1224] (Ledger) put
- dup [842 595] (A4.Transverse) put
- dup [595 420] (A5.Transverse) put
- dup [668 492] (A5.Extra.Transverse) put
- dup [709 499] (ISOB5.Transverse) put
- dup [781 571] (ISOB5.Extra.Transverse) put
- 3 -1 roll 0 eq { pop } { exch pop }ifelse
- (Unknown) exch
- { exch aload pop
- 4 index eq exch 5 index eq and
- { exch pop exit } { pop } ifelse
- } bind forall = flush cleartomark
- restore
- "
- *End
- *CloseUI: *PageSize
-
- *% These entries will set up the frame buffer. Usually used with manual feed.
- *OpenUI *PageRegion: PickOne
- *OrderDependency: 40 AnySetup *PageRegion
- *DefaultPageRegion: Letter
- *PageRegion Letter: "letter"
- *PageRegion Letter.Transverse: "Letter"
- *PageRegion Letter.Extra: "684 864 1 statusdict /setpage get exec"
- *PageRegion Letter.Extra.Transverse: "864 684 0 statusdict /setpage get exec"
- *PageRegion Legal: "legal"
- *PageRegion Legal.Extra: "684 1080 1 statusdict /setpage get exec"
- *PageRegion Tabloid: "11x17"
- *PageRegion Ledger: "ledger"
- *PageRegion A4: "a4"
- *PageRegion A4.Extra: "668 914 1 statusdict /setpage get exec"
- *PageRegion A5: "a5"
- *PageRegion A5.Transverse: "A5"
- *PageRegion A5.Extra: "492 668 1 statusdict /setpage get exec"
- *PageRegion A5.Extra.Transverse: "668 492 0 statusdict /setpage get exec"
- *PageRegion B4: "728 1032 1 statusdict /setpage get exec"
- *PageRegion ISOB5: "b5"
- *PageRegion ISOB5.Transverse: "B5"
- *PageRegion ISOB5.Extra: "571 781 1 statusdict /setpage get exec"
- *PageRegion ISOB5.Extra.Transverse: "781 571 0 statusdict /setpage get exec"
- *CloseUI: *PageRegion
-
- *% The following entries provide information about specific paper keywords.
- *DefaultImageableArea: Letter
- *ImageableArea Letter: "17 9 604 782 "
- *ImageableArea Letter.Transverse: "17 9 604 782 "
- *ImageableArea Letter.Extra: "17 9 684 864"
- *ImageableArea Letter.Extra.Transverse: "17 9 684 864"
- *ImageableArea Legal: "17 9 604 998 "
- *ImageableArea Legal.Extra: "17 9 684 1080"
- *ImageableArea Tabloid: "17 9 784 1214 "
- *ImageableArea Ledger: "17 9 1214 784 "
- *ImageableArea A4: "17 9 587 832 "
- *ImageableArea A4.Extra: "17 9 668 914"
- *ImageableArea A5: "17 9 412 585 "
- *ImageableArea A5.Transverse: "17 9 412 585 "
- *ImageableArea A5.Extra: "17 9 492 668"
- *ImageableArea A5.Extra.Transverse: "17 9 491 668"
- *ImageableArea B4: "17 9 698 991.629"
- *ImageableArea ISOB5: "17 9 491 698 "
- *ImageableArea ISOB5.Transverse: "17 9 491 698 "
- *ImageableArea ISOB5.Extra: "17 9 571 781"
- *ImageableArea ISOB5.Extra.Transverse: "17 9 570 781"
- *?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 Letter.Transverse: "612 792"
- *PaperDimension Letter.Extra: "684 864"
- *PaperDimension Letter.Extra.Transverse: "684 864"
- *PaperDimension Legal: "612 1008"
- *PaperDimension Legal.Extra: "684 1080"
- *PaperDimension Tabloid: "792 1224"
- *PaperDimension Ledger: "1224 792"
- *PaperDimension A4: "595 842"
- *PaperDimension A4.Extra: "668 914"
- *PaperDimension A5: "420 595"
- *PaperDimension A5.Transverse: "420 595"
- *PaperDimension A5.Extra: "492 667"
- *PaperDimension A5.Extra.Transverse: "492 667"
- *PaperDimension B4: "728 1032"
- *PaperDimension ISOB5: "499 709"
- *PaperDimension ISOB5.Transverse: "499 709"
- *PaperDimension ISOB5.Extra: "571 781"
- *PaperDimension ISOB5.Extra.Transverse: "571 781"
-
- *OpenUI *InputSlot: PickOne
- *OrderDependency: 20 AnySetup *InputSlot
- *DefaultInputSlot: Unknown
- *InputSlot Upper: "2 statusdict2/setmediasource get exec"
- *InputSlot Middle: "1 statusdict2/setmediasource get exec"
- *InputSlot Lower: "3 statusdict2/setmediasource get exec"
- *?InputSlot: "save
- statusdict2/getmediasource get exec dup dup
- 1 eq {pop pop (Middle)}
- {2 eq {pop (Upper)}
- {3 eq {(Lower)}{(Unknown)} ifelse
- }ifelse
- } ifelse
- = flush
- restore
- "
- *End
- *CloseUI: *InputSlot
-
- *OpenUI *OutputBin: PickOne
- *DefaultOutputBin: Lower
- *OutputBin Upper: "3 statusdict2/setmediadest get exec"
- *OutputBin Middle: "2 statusdict2/setmediadest get exec"
- *OutputBin Lower: "1 statusdict2/setmediadest get exec"
- *?OutputBin: "save
- statusdict2/getmediadest get exec dup dup
- 1 eq {pop pop (Lower)}
- {2 eq {pop (Middle)}
- {3 eq {(Upper)}{(Unknown)} ifelse
- }ifelse
- } ifelse
- = flush
- restore
- "
- *End
- *CloseUI: *OutputBin
-
- *DefaultOutputOrder: Reverse
-
- *OpenUI *Duplex: PickOne
- *Duplex DuplexNoTumble: "true statusdict2/setduplexmode get exec"
- *Duplex None: "false statusdict2/setduplexmode get exec"
- *?Duplex: "save statusdict2/getduplexmode get exec
- {(DuplexNoTumble)}{(None)
- }ifelse
- = flush restore
- "
- *End
- *CloseUI: *Duplex
-
- *% Font Information =====================
- *DefaultFont: Courier
- *Font Courier: Standard "(001.004)" Standard ROM
- *Font Courier-Bold: Standard "(001.004)" Standard ROM
- *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
- *Font Courier-Oblique: Standard "(001.004)" Standard ROM
- *Font Symbol: Special "(001.003)" Special ROM
- *?FontQuery: "
- save
- {
- count 1 gt {
- exch dup 128 string cvs (/) print print (:) print
- dup FontDirectory exch known {pop (Yes)}
- {
- (fonts/ )
- dup 3 -1 roll 128 string cvs dup length /len exch def
- 6 exch putinterval
- 0 len 6 add getinterval mark exch
- { } 128 string filenameforall counttomark 0 gt {
- 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: "idle"
- *Status: "busy"
- *Status: "waiting"
- *Status: "printing"
- *Status: "PrinterError: Printer OK"
- *Status: "PrinterError: Printer never accepted band"
- *Status: "PrinterError: PrintXferBusy for too long"
- *Status: "PrinterError: Printer not ready to write:unused"
- *Status: "PrinterError: Fifo transfer took too long:DMABusy still"
- *Status: "PrinterError: Printer Resolution Invalid"
- *Status: "PrinterError: Failed printerstart:!BEG"
- *Status: "PrinterError: Fifo transfer did not start:DMABusy still"
- *Status: "PrinterError: Printer Hardware Error"
- *Status: "PrinterError: Printer Disk Full"
- *Status: "PrinterError: Re-transmitting Page To Printer"
- *Status: "PrinterError: Printer Line Length Invalid"
- *Status: "PrinterError: Printer Busy with Previous Page"
- *Status: "PrinterError: Default page being defined is too big"
- *Status: "PrinterError: Printer never was ready to start band:!STA"
- *Status: "PrinterError: Printer not ready;printer needs attention"
- *Status: "PrinterError: Printer Disk Error"
- *Status: "PrinterError: Program Load Error"
- *Status: "PrinterError: Printer Offline"
- *Status: "PrinterError: - unknown error"
- *Status: "PrinterError: warming up"
- *Status: "PrinterError: print check"
- *Status: "PrinterError: service check"
- *Status: "PrinterError: out of toner"
- *Status: "PrinterError: paper jam"
- *Status: "PrinterError: out of paper"
- *Status: "PrinterError: misprint"
- *Status: "PrinterError: has excess toner"
- *Status: "PrinterError: duplexer: paper in tray"
- *Status: "PrinterError: duplexer: paper jam"
- *Status: "PrinterError: duplexer: door open"
- *Status: "PrinterError: duplexer: no counter"
- *Status: "PrinterError: stacker: alarm"
- *Status: "PrinterError: stacker: paper jam"
- *Status: "PrinterError: stacker: door open"
-
- *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
- *%Source: "serial9"
- *%Source: "serial25"
- *%Source: "AppleTalk"
- *%Source: "Centronics"
- *%Source: "other"
-
- *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
- *PrinterError: "Printer OK"
- *PrinterError: "Printer never accepted band"
- *PrinterError: "PrintXferBusy for too long"
- *PrinterError: "Printer not ready to write:unused"
- *PrinterError: "Fifo transfer took too long:DMABusy still"
- *PrinterError: "Printer Resolution Invalid"
- *PrinterError: "Failed printerstart:!BEG"
- *PrinterError: "Fifo transfer did not start:DMABusy still"
- *PrinterError: "Printer Hardware Error"
- *PrinterError: "Printer Disk Full"
- *PrinterError: "Re-transmitting Page To Printer"
- *PrinterError: "Printer Line Length Invalid"
- *PrinterError: "Printer Busy with Previous Page"
- *PrinterError: "Default page being defined is too big"
- *PrinterError: "Printer never was ready to start band:!STA"
- *PrinterError: "Printer not ready;printer needs attention"
- *PrinterError: "Printer Disk Error"
- *PrinterError: "Program Load Error"
- *PrinterError: "Printer Leading Value Invalid"
- *PrinterError: "Printer Offline"
- *PrinterError: "- unknown error"
- *PrinterError: "error reading status"
- *PrinterError: "warming up"
- *PrinterError: "print check"
- *PrinterError: "service check"
- *PrinterError: "out of toner"
- *PrinterError: "paper jam"
- *PrinterError: "out of paper"
- *PrinterError: "misprint"
- *PrinterError: "has excess toner"
- *PrinterError: "duplexer: paper in tray"
- *PrinterError: "duplexer: paper jam"
- *PrinterError: "duplexer: door open"
- *PrinterError: "duplexer: no counter"
- *PrinterError: "stacker: alarm"
- *PrinterError: "stacker: paper jam"
- *PrinterError: "stacker: door open"
-
- *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
-
- *% Color Separation Information =====================
- *DefaultColorSep: ProcessCyan.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 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"
-
- *% Last Edit Date: Jun 23 1992
- *% The byte count of this file should be exactly 016932 or 017430
- *% depending on the filesystem it resides in.
- *% end of PPD file for Varityper VT4_510A
-