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.
399 lines
14 KiB
399 lines
14 KiB
*PPD-Adobe: "4.0"
|
|
*% QMS Inc. PostScript(R) Printer Description File
|
|
|
|
*FormatVersion: "4.0"
|
|
*FileVersion: "1.0"
|
|
*PCFileName: "QMS860.PPD"
|
|
*LanguageVersion: English
|
|
*Product: "(QMS 860 Print System)"
|
|
*PSVersion: "(2011.22) 15"
|
|
*ModelName: "QMS 860 Print System"
|
|
*NickName: "QMS 860 Print System v2011.22 r15"
|
|
*ShortNickNanme: "QMS 860 Print System r15"
|
|
*ADORequiresEExec: True
|
|
*% ==== Options and Constraints ====
|
|
|
|
*OpenGroup: InstallableOptions/Options Installed
|
|
|
|
*OpenUI *Option1/Optional Input Tray: Boolean
|
|
*DefaultOption1: False
|
|
*Option1 True/Installed: ""
|
|
*Option1 False/Not Installed: ""
|
|
*CloseUI: *Option1
|
|
|
|
*CloseGroup: InstallableOptions
|
|
|
|
*UIConstraints: *Option1 False *InputSlot 3
|
|
|
|
*% General Information and Defaults ===============
|
|
*FreeVM: "1169523"
|
|
*LanguageLevel: "2"
|
|
*ColorDevice: False
|
|
*DefaultColorSpace: Gray
|
|
*VariablePaperSize: False
|
|
*FileSystem: True
|
|
*?FileSystem: "
|
|
statusdict begin diskonline
|
|
{(True)}{(False)} ifelse = flush end"
|
|
*End
|
|
*Throughput: "8"
|
|
*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: "(WARNING : Cannot reset printer.) = "
|
|
|
|
*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: " {
|
|
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 ===================
|
|
|
|
*OpenUI *PageSize: PickOne
|
|
*OrderDependency: 30 AnySetup *PageSize
|
|
*DefaultPageSize: Letter
|
|
*PageSize Letter/Letter 8 1/2 x 11 in: "statusdict begin lettertray end"
|
|
*PageSize Executive/Executive: "statusdict begin executivetray end"
|
|
*PageSize Legal/Legal 8 1/2 x 14 in: "statusdict begin legaltray end"
|
|
*PageSize Tabloid/Tabloid 11 x 17 in: "statusdict begin 11x17tray end"
|
|
*PageSize Universal/Universal 11.7 x 17 in: "statusdict begin universaltray end"
|
|
*PageSize A3/A3 297 x 420 mm: "statusdict begin a3tray end"
|
|
*PageSize A4/A4 210 x 297 mm: "statusdict begin a4tray end"
|
|
*PageSize A5/A5 148 x 210 mm: "statusdict begin a5tray end"
|
|
*PageSize A6/A6 105 x 148 mm: "statusdict begin a6tray end"
|
|
*PageSize B4/B4 257 x 364 mm: "statusdict begin b4tray end"
|
|
*PageSize B5/B5 182 x 257 mm: "statusdict begin b5tray end"
|
|
*PageSize B6/B6 129 x 182 mm: "statusdict begin b6tray end"
|
|
*?PageSize: "
|
|
save statusdict begin
|
|
12 dict begin
|
|
/letter (Letter) def
|
|
/executivepage (Executive) def
|
|
/legal (Legal) def
|
|
/11x17 (Tabloid) def
|
|
/universal (Universal) def
|
|
/a3 (A3) def
|
|
/a4 (A4) def
|
|
/a5 (A5) def
|
|
/a6 (A6) def
|
|
/b4 (B4) def
|
|
/b5 (B5) def
|
|
/b6 (B6) 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 8 1/2 x 11 in: "letter"
|
|
*PageRegion Executive/Executive: "executivepage"
|
|
*PageRegion Legal/Legal 8 1/2 x 14 in: "legal"
|
|
*PageRegion Tabloid/Tabloid 11 x 17 in: "11x17"
|
|
*PageRegion Universal/Universal 11.7 x 17 in: "universal"
|
|
*PageRegion A3/A3 297 x 420 mm: "a3"
|
|
*PageRegion A4/A4 210 x 297 mm: "a4"
|
|
*PageRegion A5/A5 148 x 210 mm: "a5"
|
|
*PageRegion A6/A6 105 x 148 mm: "a6"
|
|
*PageRegion B4/B4 257 x 364 mm: "b4"
|
|
*PageRegion B5/B5 182 x 257 mm: "b5"
|
|
*PageRegion B6/B6 129 x 182 mm: "b6"
|
|
*CloseUI: *PageRegion
|
|
|
|
*% The following entries provide information about specific paper keywords.
|
|
*DefaultImageableArea: Letter
|
|
*ImageableArea Letter/Letter 8 1/2 x 11 in: "10 10 598 780 "
|
|
*ImageableArea Executive/Executive: "10 14 510 746 "
|
|
*ImageableArea Legal/Legal 8 1/2 x 14 in: "10 14 600 998 "
|
|
*ImageableArea Tabloid/Tabloid 11 x 17 in: "10 14 780 1214 "
|
|
*ImageableArea Universal/Universal 11.7 x 17 in: "10 14 830 1214 "
|
|
*ImageableArea A3/A3 297 x 420 mm: "10 14 830 1181 "
|
|
*ImageableArea A4/A4 210 x 297 mm: "10 10 580 830 "
|
|
*ImageableArea A5/A5 148 x 210 mm: "10 10 405 583 "
|
|
*ImageableArea A6/A6 105 x 148 mm: "10 14 286 411 "
|
|
*ImageableArea B4/B4 257 x 364 mm: "10 14 717 1021 "
|
|
*ImageableArea B5/B5 182 x 257 mm: "10 10 501 717 "
|
|
*ImageableArea B6/B6 129 x 182 mm: "10 14 352 506 "
|
|
*?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/Letter 8 1/2 x 11 in: "612 792"
|
|
*PaperDimension Executive/Executive: "522 756"
|
|
*PaperDimension Legal/Legal 8 1/2 x 14 in: "612 1008"
|
|
*PaperDimension Tabloid/Tabloid 11 x 17 in: "792 1224"
|
|
*PaperDimension Universal/Universal 11.7 x 17 in: "842 1224"
|
|
*PaperDimension A3/A3 297 x 420 mm: "842 1190"
|
|
*PaperDimension A4/A4 210 x 297 mm: "595 842"
|
|
*PaperDimension A5/A5 148 x 210 mm: "420 595"
|
|
*PaperDimension A6/A6 105 x 148 mm: "297 420"
|
|
*PaperDimension B4/B4 257 x 364 mm: "729 1032"
|
|
*PaperDimension B5/B5 182 x 257 mm: "516 729"
|
|
*PaperDimension B6/B6 129 x 182 mm: "365 516"
|
|
|
|
*DefaultOutputBin: Upper
|
|
|
|
*OpenUI *InputSlot: PickOne
|
|
*OrderDependency: 20 AnySetup *InputSlot
|
|
*DefaultInputSlot: 1
|
|
*InputSlot 1/Standard: "statusdict begin 1 setpapertray end"
|
|
*InputSlot 2/Lower: "statusdict begin 2 setpapertray end"
|
|
*InputSlot 3/Optional: "statusdict begin 3 setpapertray end"
|
|
*?InputSlot: "
|
|
save statusdict begin
|
|
3 dict begin
|
|
/1 (Standard) def
|
|
/2 (Lower) def
|
|
/3 (Optional) 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 True: "statusdict begin /manualfeed true store end"
|
|
*ManualFeed False: "statusdict begin /manualfeed false store end"
|
|
*?ManualFeed: "
|
|
statusdict /manualfeed get
|
|
{(True)}{(False)}ifelse = flush"
|
|
*End
|
|
*CloseUI: *ManualFeed
|
|
|
|
*DefaultOutputOrder: Normal
|
|
|
|
*% 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 "(001.005)"
|
|
*Font Courier-Bold: Standard "(001.005)"
|
|
*Font Courier-BoldOblique: Standard "(001.005)"
|
|
*Font Courier-Oblique: Standard "(001.005)"
|
|
*Font Helvetica: Standard "(001.002)"
|
|
*Font Helvetica-Bold: Standard "(001.002)"
|
|
*Font Helvetica-BoldOblique: Standard "(001.002)"
|
|
*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.002)"
|
|
*Font Helvetica-Narrow-Bold: Standard "(001.002)"
|
|
*Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
|
|
*Font Helvetica-Narrow-Oblique: Standard "(001.002)"
|
|
*Font Helvetica-Oblique: Standard "(001.002)"
|
|
*Font NewCenturySchlbk-Bold: Standard "(001.007)"
|
|
*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.003)"
|
|
*Font Times-Bold: Standard "(001.002)"
|
|
*Font Times-BoldItalic: Standard "(001.004)"
|
|
*Font Times-Italic: Standard "(001.002)"
|
|
*Font Times-Roman: Standard "(001.002)"
|
|
*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"
|
|
|
|
*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
|
|
|
|
*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-Hammerhead
|