*PPD-Adobe: "4.1"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1994 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
*% ===================================
*% Copyright 1992-93 Hewlett-Packard Company.
*% Windows 3.1 only
*% ===================================
*% ===================================
*% Product / PPD Version Information
*% ===================================
*FormatVersion: "4.1"
*FileVersion: "2.1"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*PCFileName: "HP4SI6_1.PPD"
*DefaultOutputBin: Upper
*DefaultOutputOrder: Normal
*PageStackOrder Upper: Normal
*PageStackOrder Rear: Reverse
*OutputBin Upper/Upper - Face Down: "1 dict dup /OutputFaceUp false put
setpagedevice"
*End
*OutputBin Rear/Lower - Face Up: "1 dict dup /OutputFaceUp true put
setpagedevice"
*End
*?OutputBin:"
save
currentpagedevice /OutputFaceUp get
{(Rear)}{(Upper)}ifelse = flush
restore
"
*End
*CloseUI: *OutputBin
*% Note that OpenUI/CloseUI has been commented out so that both OutputBin and
*% OutputOrder do not both appear as options in the user interface.
*% strings are left in PPD file for applications which may utilize this keyword
*% instead of *OutputBin.
*%OpenUI *OutputOrder: PickOne
*OrderDependency: 50 AnySetup *OutputOrder
*OutputOrder Normal: "1 dict dup /OutputFaceUp false put setpagedevice"
*OutputOrder Reverse: "1 dict dup /OutputFaceUp true put setpagedevice"
*?OutputOrder:"
save
currentpagedevice /OutputFaceUp get
{(Reverse)}{(Normal)}ifelse = flush
restore
"
*End
*%CloseUI: *OutputBin
*% ===================================
*% Resolution and Appearance Control
*% ===================================
*DefaultResolution: 600dpi
*?Resolution: "
save
currentpagedevice /HWResolution get
0 get
( ) cvs print
(dpi)
= flush
restore
"
*End
*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
*% ===================================
*% Font Information
*% ===================================
*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(001.006)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(001.006)" Standard ROM
*Font AvantGarde-Demi: Standard "(001.007)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(001.007)" Standard ROM
*Font Bookman-Demi: Standard "(001.003)" Standard ROM
*Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
*Font Bookman-Light: Standard "(001.003)" Standard ROM
*Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
*Font Courier: Standard "(002.004)" Standard ROM
*Font Courier-Bold: Standard "(002.004)" Standard ROM
*Font Courier-BoldOblique: Standard "(002.004)" Standard ROM
*Font Courier-Oblique: Standard "(002.004)" Standard ROM
*Font Helvetica: Standard "(001.006)" Standard ROM
*Font Helvetica-Bold: Standard "(001.007)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(001.009)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001.007)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(001.006)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(001.007)" Standard ROM
*Font Palatino-Bold: Standard "(001.005)" Standard ROM
*Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
*Font Palatino-Italic: Standard "(001.005)" Standard ROM
*Font Palatino-Roman: Standard "(001.005)" Standard ROM
*Font Symbol: Special "(001.007)" Special ROM
*Font Times-Bold: Standard "(001.007)" Standard ROM
*Font Times-BoldItalic: Standard "(001.009)" Standard ROM
*Font Times-Italic: Standard "(001.007)" Standard ROM
*Font Times-Roman: Standard "(001.007)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(001.007)" Standard ROM
*Font ZapfDingbats: Special "(001.004)" Special ROM
*% 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: "initializing"
*Status: "printing"
*Status: "warming up"
*Status: "PrinterError: Out Of Paper"
*Status: "PrinterError: Cover Open"
*Status: "PrinterError: Feed Manual"
*Status: "PrinterError: Paper Jam"
*Status: "PrinterError: Miscellaneous Error"
*Status: "PrinterError: Fatal Error"
*% ===================================
*% System Management
*% ===================================
*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
*FreeVM: "718626"
*%VMOption 2Meg/ 2 - 4 MB Total RAM: "n/a"
*%VMOption 4Meg/ 4 - 6 MB Total RAM: "n/a"
*VMOption 6Meg/ 6 - 9 MB Total RAM: "718626"
*VMOption 10Meg/10 - 14 MB Total RAM: "1570694"
*VMOption 15Meg/15 - 26 MB Total RAM: "4700000"
*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
*% ===================================
*% For "HP LaserJet 4Si/4Si MX" version 2011.110 (600 dpi)
*% ===================================
*% The byte count of this file should be exactly 023159 or 023912
*% depending on the filesystem it resides in.
*% end of PPD file for HP LaserJet 4Si