You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
451 lines
16 KiB
451 lines
16 KiB
*PPD-Adobe: "4.0"
|
|
*% QMS Inc. PostScript(R) Printer Description File
|
|
|
|
*FormatVersion: "4.0"
|
|
*FileVersion: "1.0"
|
|
*PCFileName: "QMS1725.PPD"
|
|
*LanguageVersion: English
|
|
*Product: "(QMS 1725 Print System)"
|
|
*PSVersion: "(2011.22) 4"
|
|
*ModelName: "QMS 1725 Print System"
|
|
*NickName: "QMS 1725 Print System"
|
|
|
|
*% General Information and Defaults ===============
|
|
*FreeVM: "454000"
|
|
*LanguageLevel: "2"
|
|
*ColorDevice: False
|
|
*DefaultColorSpace: Gray
|
|
*VariablePaperSize: False
|
|
*ADORequiresEExec: True
|
|
*FileSystem: True
|
|
*?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
|
|
*Throughput: "17"
|
|
*Password: "0"
|
|
*ExitServer: "
|
|
count 0 eq { % is the password on the stack?
|
|
true
|
|
}{
|
|
dup % potential password
|
|
statusdict begin checkpassword end 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 begin exitserver
|
|
"
|
|
*End
|
|
|
|
*Reset: "
|
|
count 0 eq { % is the password on the stack?
|
|
true
|
|
}{
|
|
dup % potential password
|
|
statusdict begin checkpassword end 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 begin exitserver
|
|
systemdict /quit get exec
|
|
(WARNING : Printer Reset Failed.) = flush
|
|
"
|
|
*End
|
|
|
|
*OpenUI *Resolution: PickOne
|
|
*OrderDependency: 10 AnySetup *Resolution
|
|
*DefaultResolution: 600dpi
|
|
*Resolution 300dpi: "statusdict begin 300 setresolution end "
|
|
*Resolution 600dpi: "statusdict begin 600 setresolution end "
|
|
*?Resolution: "
|
|
save
|
|
statusdict begin resolution end
|
|
128 string cvs dup print (x) print print (dpi) = flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Resolution
|
|
|
|
*% Halftone Information ===============
|
|
*ScreenFreq: "60.0"
|
|
*ScreenAngle: "45.0"
|
|
*DefaultScreenProc: Dot
|
|
*ScreenProc Dot: "{ dup mul exch dup mul add 1 exch sub }"
|
|
|
|
*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 }"
|
|
*Transfer Normalized: "{ }"
|
|
*Transfer Normalized.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 or PaperTray.
|
|
*OpenUI *PageSize: PickOne
|
|
*OrderDependency: 30 AnySetup *PageSize
|
|
*DefaultPageSize: Letter
|
|
*PageSize Letter: "statusdict begin lettertray initgraphics end"
|
|
*PageSize Legal: "statusdict begin legaltray initgraphics end"
|
|
*PageSize A4: "statusdict begin a4tray initgraphics end"
|
|
*PageSize Executive: "statusdict begin executivetray initgraphics end"
|
|
*PageSize Envelope.279.540/Monarch Envelope: "statusdict begin 3 setpapertray monarcenvelope initgraphics end"
|
|
*PageSize Envelope.297.684/Common #10 Envelope: "statusdict begin 3 setpapertray com10envelope initgraphics end"
|
|
*PageSize Envelope.312.624/DL Envelope: "statusdict begin 3 setpapertray dlenvelope initgraphics end"
|
|
*?PageSize: "
|
|
save statusdict begin
|
|
12 dict begin
|
|
/letter (Letter) def
|
|
/legal (Legal) def
|
|
/a4 (A4) def
|
|
/executivepage (Executive) def
|
|
/envelope (Envelope) def
|
|
papersize {
|
|
{load exec} stopped not{= flush}if
|
|
}{
|
|
{load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
|
|
}ifelse
|
|
end
|
|
end 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 initgraphics "
|
|
*PageRegion Legal: "legal initgraphics "
|
|
*PageRegion A4: "a4 initgraphics "
|
|
*PageRegion Executive: "executivepage initgraphics "
|
|
*PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope initgraphics "
|
|
*PageRegion Envelope.297.684/Common #10 Envelope: "com10envelope initgraphics "
|
|
*PageRegion Envelope.312.624/DL Envelope: "dlenvelope initgraphics"
|
|
*CloseUI: *PageRegion
|
|
|
|
*% These entries will invoke a particular tray--error may occur if tray is not inserted.
|
|
*% These errors should be trapped by software and a message displayed
|
|
*OpenUI *PaperTray: PickOne
|
|
*OrderDependency: 40 AnySetup *PaperTray
|
|
*DefaultPaperTray: Letter
|
|
*PaperTray Letter: "statusdict begin letter initgraphics end"
|
|
*PaperTray Legal: "statusdict begin legal initgraphics end"
|
|
*PaperTray Executive: "statusdict begin executivepage initgraphics end"
|
|
*PaperTray A4: "statusdict begin a4 initgraphics end"
|
|
*PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelope initgraphics end"
|
|
*PaperTray Envelope.297.684/Common #10 Envelope: "statusdict begin com10envelope initgraphics end"
|
|
*PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelope initgraphics end "
|
|
*?PaperTray: "
|
|
save statusdict begin
|
|
20 dict begin
|
|
/letter (Letter) def
|
|
/legal (Legal) def
|
|
/a4 (A4) def
|
|
/executivepage (Executive) def
|
|
/envelope (Envelope) def
|
|
papersize {
|
|
{load exec} stopped not{= flush}if
|
|
}{
|
|
{load exec} stopped not{print (.Transverse) = flush}if
|
|
}ifelse
|
|
end
|
|
end restore
|
|
"
|
|
*End
|
|
*CloseUI: *PaperTray
|
|
|
|
*% The following entries provide information about specific paper keywords.
|
|
*DefaultImageableArea: Letter
|
|
*ImageableArea Letter: "12 10 601 781 "
|
|
*ImageableArea Legal: "12 10 601 997 "
|
|
*ImageableArea A4: "12 10 584 831 "
|
|
*ImageableArea Executive: "12 10 511 746 "
|
|
*ImageableArea Envelope.279.540/Monarch Envelope: "12 1 279 530"
|
|
*ImageableArea Envelope.297.684/Common #10 Envelope: "12 1 298 674"
|
|
*ImageableArea Envelope.312.624/DL Envelope: "12 1 313 613"
|
|
*?ImageableArea: "
|
|
save /cvp { cvi ( ) cvs print ( ) print } bind def
|
|
newpath clippath pathbbox
|
|
4 -2 roll exch 2 {ceiling cvp} repeat
|
|
exch 2 {floor 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 A4: "595 842"
|
|
*PaperDimension Executive: "522 756"
|
|
*PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
|
|
*PaperDimension Envelope.297.684/Common #10 Envelope: "297 684"
|
|
*PaperDimension Envelope.312.624/DL Envelope: "312 624"
|
|
|
|
*OpenUI *OutputBin: PickOne
|
|
*OrderDependency: 20 AnySetup *OutputBin
|
|
*DefaultOutputBin: Upper
|
|
*OutputBin Lower: "statusdict begin 2 setoutputtray end"
|
|
*OutputBin Upper: "statusdict begin 1 setoutputray end"
|
|
*?OutputBin: "
|
|
save statusdict begin
|
|
5 dict begin
|
|
/1 (Upper) def
|
|
/2 (Lower) def
|
|
outputtray
|
|
{( ) cvs cvn load exec} stopped not{= flush}if
|
|
end
|
|
end restore
|
|
"
|
|
*End
|
|
*CloseUI: *OutputBin
|
|
|
|
*OpenUI *InputSlot: PickOne
|
|
*OrderDependency: 20 AnySetup *InputSlot
|
|
*DefaultInputSlot: Upper
|
|
*InputSlot Upper: "statusdict begin 1 setpapertray end"
|
|
*InputSlot Lower: "statusdict begin 2 setpapertray end"
|
|
*InputSlot Envelope: "statusdict begin 3 setpapertray end"
|
|
*?InputSlot: "
|
|
save statusdict begin
|
|
5 dict begin
|
|
/1 (Lower) def
|
|
/2 (Upper) def
|
|
/3 (Envelope) def
|
|
papertray
|
|
{( ) cvs cvn load exec} stopped not{= flush}if
|
|
end
|
|
end restore
|
|
"
|
|
*End
|
|
*CloseUI: *InputSlot
|
|
|
|
*OpenUI *ManualFeed: Boolean
|
|
*OrderDependency: 20 AnySetup *ManualFeed
|
|
*DefaultManualFeed: False
|
|
*?ManualFeed: "
|
|
statusdict /manualfeed get
|
|
{(True)}{(False)}ifelse = flush"
|
|
*End
|
|
*ManualFeed True: "statusdict begin /manualfeed true store end"
|
|
*ManualFeed False: "statusdict begin /manualfeed false store end"
|
|
*CloseUI: *ManualFeed
|
|
|
|
*OpenUI *OutputOrder: PickOne
|
|
*OrderDependency: 20 AnySetup *OutputOrder
|
|
*DefaultOutputOrder: Normal
|
|
*OutputOrder Normal: "statusdict begin 1 setoutputtray end"
|
|
*OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
|
|
*CloseUI: *OutputOrder
|
|
|
|
*DefaultCollator: None
|
|
*DefaultSorter: None
|
|
|
|
*OpenUI *Duplex: PickOne
|
|
*OrderDependency: 20 AnySetup *Duplex
|
|
*DefaultDuplex: None
|
|
*Duplex None: "statusdict begin false setduplexmode false settumble end"
|
|
*Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
|
|
*Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
|
|
*?Duplex: "
|
|
statusdict begin
|
|
duplexmode
|
|
{ tumble
|
|
{ (DuplexTumble) }
|
|
{ (DuplexNoTumble) }
|
|
ifelse
|
|
}
|
|
{ (None)}
|
|
ifelse
|
|
= flush
|
|
end
|
|
"
|
|
*End
|
|
*CloseUI: *Duplex
|
|
|
|
*% Font Information =====================
|
|
|
|
*DefaultFont: Courier
|
|
*Font AvantGarde-Book: Standard "(001.002)"
|
|
*Font AvantGarde-BookOblique: Standard "(001.002)"
|
|
*Font AvantGarde-Demi: Standard "(001.003)"
|
|
*Font AvantGarde-DemiOblique: Standard "(001.003)"
|
|
*Font Bookman-Demi: Standard "(001.001)"
|
|
*Font Bookman-DemiItalic: Standard "(001.001)"
|
|
*Font Bookman-Light: Standard "(001.001)"
|
|
*Font Bookman-LightItalic: Standard "(001.001)"
|
|
*Font Courier: Standard "(002.003)"
|
|
*Font Courier-Bold: Standard "(002.003)"
|
|
*Font Courier-BoldOblique: Standard "(002.003)"
|
|
*Font Courier-Oblique: Standard "(002.003)"
|
|
*Font Helvetica: Standard "(001.006)"
|
|
*Font Helvetica-Bold: Standard "(001.007)"
|
|
*Font Helvetica-BoldOblique: Standard "(001.007)"
|
|
*Font Helvetica-Condensed: Standard "(001.001)"
|
|
*Font Helvetica-Condensed-Bold: Standard "(001.002)"
|
|
*Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
|
|
*Font Helvetica-Condensed-Oblique: Standard "(001.001)"
|
|
*Font Helvetica-Narrow: Standard "(001.006)"
|
|
*Font Helvetica-Narrow-Bold: Standard "(001.007)"
|
|
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
|
|
*Font Helvetica-Narrow-Oblique: Standard "(001.006)"
|
|
*Font Helvetica-Oblique: Standard "(001.006)"
|
|
*Font NewCenturySchlbk-Bold: Standard "(001.006)"
|
|
*Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
|
|
*Font NewCenturySchlbk-Italic: Standard "(001.003)"
|
|
*Font NewCenturySchlbk-Roman: Standard "(001.004)"
|
|
*Font Palatino-Bold: Standard "(001.002)"
|
|
*Font Palatino-BoldItalic: Standard "(001.002)"
|
|
*Font Palatino-Italic: Standard "(001.002)"
|
|
*Font Palatino-Roman: Standard "(001.001)"
|
|
*Font Symbol: Special "(001.007)"
|
|
*Font Times-Bold: Standard "(001.007)"
|
|
*Font Times-BoldItalic: Standard "(001.009)"
|
|
*Font Times-Italic: Standard "(001.007)"
|
|
*Font Times-Roman: Standard "(001.007)"
|
|
*Font ZapfChancery-MediumItalic: Standard "(001.003)"
|
|
*Font ZapfDingbats: Special "(001.002)"
|
|
*?FontQuery: "
|
|
save 4 dict begin /sv exch def
|
|
/str (fonts/ ) def
|
|
/st2 128 string def
|
|
{
|
|
count 0 gt {
|
|
dup st2 cvs (/) print print (:) print
|
|
dup FontDirectory exch known {pop (Yes)}{
|
|
str exch st2 cvs dup length /len exch def
|
|
6 exch putinterval str 0 len 6 add getinterval mark exch
|
|
{ } st2 filenameforall counttomark 0 gt {
|
|
cleartomark (Yes)}{cleartomark (No)}ifelse
|
|
}ifelse = flush
|
|
}{ exit } ifelse
|
|
} bind loop
|
|
(*) = flush
|
|
sv end restore
|
|
"
|
|
*End
|
|
|
|
*?FontList: "
|
|
save 2 dict begin /sv exch def
|
|
/str 128 string def
|
|
FontDirectory { pop == } bind forall flush
|
|
/filenameforall where {
|
|
pop save (fonts/*) {
|
|
dup length 6 sub 6 exch getinterval cvn ==
|
|
} bind str filenameforall flush restore
|
|
} if
|
|
(*) = flush
|
|
sv end 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"
|
|
|
|
*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
|
|
*Source: "serial25"
|
|
*Source: "AppleTalk"
|
|
*Source: "Centronics"
|
|
*Source: "Optional I/O"
|
|
|
|
*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
|
|
*PrinterError: "Paper Out"
|
|
*PrinterError: "Paper Jam"
|
|
*PrinterError: "Off line"
|
|
|
|
*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 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"
|
|
|
|
*% end of PPD file for QMS 1725 Print System.
|