mirror of https://github.com/lianthony/NT4.0
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.
951 lines
34 KiB
951 lines
34 KiB
*PPD-Adobe: "4.2"
|
|
|
|
*% ===================================
|
|
*% Adobe Systems PostScript(R) Printer Description File
|
|
*% Copyright 1995 Hewlett-Packard Company.
|
|
*% DateCode: 19950403
|
|
*% ===================================
|
|
*% ===================================
|
|
*% Product / PPD Version Information
|
|
*% ===================================
|
|
*% PPD File Version Information
|
|
*FormatVersion: "4.2"
|
|
*FileVersion: "1.01"
|
|
*LanguageEncoding: ISOLatin1
|
|
*LanguageVersion: English
|
|
*PCFileName: "HPLJ5SI1.PPD"
|
|
|
|
*% Product Version Information
|
|
*Product: "(HP LaserJet 5Si)"
|
|
*PSVersion:"(2014.108) 1"
|
|
*ModelName:"HP LaserJet 5Si"
|
|
*NickName: "HP LaserJet 5Si/5Si MX PS"
|
|
|
|
*% ===================================
|
|
*% Basic Device Capabilities
|
|
*% ===================================
|
|
*LanguageLevel: "2"
|
|
*ColorDevice: False
|
|
*DefaultColorSpace: Gray
|
|
*FileSystem: True
|
|
*?FileSystem: "
|
|
save
|
|
false
|
|
(%disk?%)
|
|
{ currentdevparams dup /Writeable known
|
|
{ /Writeable get {pop true} if } { pop } ifelse
|
|
} 10 string /IODevice resourceforall
|
|
{(True)}{(False)} ifelse = flush
|
|
restore
|
|
"
|
|
*End
|
|
*TTRasterizer: Type42
|
|
*?TTRasterizer: "
|
|
save
|
|
42 /FontType resourcestatus
|
|
{ pop pop (Type42)} {pop pop (None)} ifelse = flush
|
|
restore
|
|
"
|
|
*End
|
|
*Throughput: "24"
|
|
|
|
*% ===================================
|
|
*% Emulations and Protocols
|
|
*% ===================================
|
|
*Protocols: PJL TBCP
|
|
*JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
|
|
*JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
|
|
*JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
|
|
|
|
*% ===================================
|
|
*% Installable Options
|
|
*% ===================================
|
|
*OpenGroup: InstallableOptions/Options Installed
|
|
*OpenUI *Option1/Envelope Feeder : Boolean
|
|
*DefaultOption1: False
|
|
*Option1 True/Installed: ""
|
|
*Option1 False/Not Installed: ""
|
|
*?Option1: "
|
|
save
|
|
currentpagedevice /InputAttributes get dup
|
|
2 known
|
|
{2 get null ne {(True)}{(False)} ifelse}
|
|
{pop (False)} ifelse
|
|
= flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Option1
|
|
*OpenUI *Option2/2000-Sheet Input Tray (Tray 4): Boolean
|
|
*DefaultOption2: False
|
|
*Option2 True/Installed: ""
|
|
*Option2 False/Not Installed: ""
|
|
*?Option2: "
|
|
save
|
|
currentpagedevice /InputAttributes get dup
|
|
4 known
|
|
{4 get null ne {(True)}{(False)} ifelse}
|
|
{pop (False)} ifelse
|
|
= flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Option2
|
|
*OpenUI *Option3/Duplex Unit (for 2-Sided Printing): Boolean
|
|
*DefaultOption3: False
|
|
*Option3 True/Installed: ""
|
|
*Option3 False/Not Installed: ""
|
|
*?Option3: "
|
|
save
|
|
currentpagedevice /Duplex known
|
|
{(True)}{(False)}ifelse = flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Option3
|
|
*OpenUI *Option4/Multi-Bin Mailbox: Boolean
|
|
*DefaultOption4: False
|
|
*Option4 True/Installed: ""
|
|
*Option4 False/Not Installed: ""
|
|
*?Option4: "
|
|
save
|
|
currentpagedevice /OutputAttributes get
|
|
4 known
|
|
{(True)}{(False)} ifelse
|
|
= flush
|
|
restore"
|
|
*End
|
|
*CloseUI: *Option4
|
|
*OpenUI *Option5/Multi-Bin Mailbox Mode: PickOne
|
|
*DefaultOption5: MailboxModeMailbox
|
|
*Option5 MailboxModeMailbox/Mailbox: ""
|
|
*Option5 MailboxModeStacker/Stacking: ""
|
|
*Option5 MailboxModeSeperator/Job Separation: ""
|
|
*?Option5: "
|
|
save
|
|
currentpagedevice /OutputAttributes get
|
|
5 known{(MailboxModeMailbox)}{(MailboxModeStacker)} ifelse
|
|
= flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Option5
|
|
*OpenUI *InstalledMemory/Printer Memory: PickOne
|
|
*DefaultInstalledMemory: 12Meg
|
|
*InstalledMemory 12Meg/12 - 27 MB Total RAM: ""
|
|
*InstalledMemory 28Meg/28 - 43 MB Total RAM: ""
|
|
*InstalledMemory 44Meg/44 - 59 MB Total RAM: ""
|
|
*InstalledMemory 60Meg/60 - 75 MB Total RAM: ""
|
|
*InstalledMemory 76Meg/76 -100 MB Total RAM: ""
|
|
*?InstalledMemory: "
|
|
save
|
|
currentsystemparams /RamSize get
|
|
524288 div ceiling cvi 2 div
|
|
/size exch def
|
|
size 76 ge
|
|
{(76Meg)}
|
|
{
|
|
size 60 ge
|
|
{(60Meg)}
|
|
{
|
|
size 44 ge
|
|
{(44Meg)}
|
|
{
|
|
size 28 ge
|
|
{(28Meg)}
|
|
{
|
|
size 12 ge
|
|
{(12Meg)}
|
|
{(Unknown)} ifelse
|
|
} ifelse
|
|
} ifelse
|
|
} ifelse
|
|
} ifelse
|
|
= flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *InstalledMemory
|
|
*CloseGroup: InstallableOptions
|
|
|
|
*% ===================================
|
|
*% User Interface Constraints
|
|
*% ===================================
|
|
*% If optional Env Feeder is not installed, disable access to Env Feeder
|
|
*UIConstraints: *Option1 False *InputSlot Envelope
|
|
|
|
*% If optional Tray4 is not installed, disable access to Tray4 InputSlot
|
|
*UIConstraints: *Option2 False *InputSlot Tray4
|
|
|
|
*% If optional Duplexer is not installed, disable access to Duplex
|
|
*UIConstraints: *Option3 False *Duplex
|
|
*UIConstraints: *Option3 False *Duplex DuplexNoTumble
|
|
*UIConstraints: *Option3 False *Duplex DuplexTumble
|
|
|
|
*% if optional Multi-Bin Mailbox is not installed, disable Multi-Bin Mailbox output destinations
|
|
*UIConstraints: *Option4 False *OutputBin Stacker
|
|
*UIConstraints: *Option4 False *OutputBin Seperator
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin1
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin2
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin3
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin4
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin5
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin6
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin7
|
|
*UIConstraints: *Option4 False *OutputBin OutputBin8
|
|
|
|
*% If Multi-Bin Mailbox mode is Mailbox, disable Stacker and Seperator
|
|
*UIConstraints: *Option5 MailboxModeMailbox *OutputBin Stacker
|
|
*UIConstraints: *Option5 MailboxModeMailbox *OutputBin Seperator
|
|
|
|
*% If Multi-Bin Mailbox mode is Stacker, disable Seperator and Individual Mailboxes
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin Seperator
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin1
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin2
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin3
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin4
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin5
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin6
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin7
|
|
*UIConstraints: *Option5 MailboxModeStacker *OutputBin OutputBin8
|
|
|
|
*% If Multi-Bin Mailbox mode is Seperator, disable Stacker and Individual Mailboxes
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin Stacker
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin1
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin2
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin3
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin4
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin5
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin6
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin7
|
|
*UIConstraints: *Option5 MailboxModeSeperator *OutputBin OutputBin8
|
|
|
|
*% ===================================
|
|
*% Media Selection
|
|
*% ===================================
|
|
*LandscapeOrientation: Plus90
|
|
*VariablePaperSize: False
|
|
|
|
*% Page Selection by size
|
|
*OpenUI *PageSize/Page Size: PickOne
|
|
*OrderDependency: 30 AnySetup *PageSize
|
|
*DefaultPageSize: Letter
|
|
*PageSize Letter/US Letter: "
|
|
<</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize Executive/Executive: "
|
|
<</DeferredMediaSelection true /PageSize [522 756] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize Legal/US Legal: "
|
|
<</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize Tabloid/11x17: "
|
|
<</DeferredMediaSelection true /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize Tabloid.2/11x17 (Oversize): "
|
|
<</DeferredMediaSelection true /PageSize [842 1274] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize A4/A4: "
|
|
<</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize A3/A3: "
|
|
<</DeferredMediaSelection true /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize B4/JIS B4: "
|
|
<</DeferredMediaSelection true /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize B5/JIS B5: "
|
|
<</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize JDPost/Double Postcard: "
|
|
<</DeferredMediaSelection true /PageSize [420 567] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize Comm10/Env Comm10: "
|
|
<</DeferredMediaSelection true /PageSize [297 684] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize Monarch/Env Monarch: "
|
|
<</DeferredMediaSelection true /PageSize [279 540] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize DL/Env DL: "
|
|
<</DeferredMediaSelection true /PageSize [312 624] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize C5/Env C5: "
|
|
<</DeferredMediaSelection true /PageSize [459 649] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageSize EnvB5/Env ISO B5: "
|
|
<</DeferredMediaSelection true /PageSize [499 708] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*?PageSize: "
|
|
save
|
|
currentpagedevice /PageSize get aload pop
|
|
2 copy gt {exch} if
|
|
(Unknown)
|
|
17 dict
|
|
dup [612 792] (Letter) put
|
|
dup [612 1008] (Legal) put
|
|
dup [595 842] (A4) put
|
|
dup [522 756] (Executive) put
|
|
dup [792 1224] (Tabloid) put
|
|
dup [842 1274] (Tabloid.2) put
|
|
dup [842 1191] (A3) put
|
|
dup [729 1032] (B4) put
|
|
dup [516 729] (B5) put
|
|
dup [420 567] (JDPost) put
|
|
dup [297 684] (Comm10) put
|
|
dup [279 540] (Monarch) put
|
|
dup [312 624] (DL) put
|
|
dup [459 649] (C5) put
|
|
dup [499 708] (EnvB5) put
|
|
{ exch aload pop 4 index sub abs 5 le exch
|
|
5 index sub abs 5 le and
|
|
{exch pop exit} {pop} ifelse
|
|
} bind forall
|
|
= flush pop pop
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *PageSize
|
|
|
|
*% Page Selection by region - used for manual feed
|
|
*OpenUI *PageRegion/Page Region: PickOne
|
|
*OrderDependency: 40 AnySetup *PageRegion
|
|
*DefaultPageRegion: Letter
|
|
*PageRegion Letter/US Letter: "
|
|
<</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion Executive/Executive: "
|
|
<</DeferredMediaSelection true /PageSize [522 756] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion Legal/US Legal: "
|
|
<</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion Tabloid/11x17: "
|
|
<</DeferredMediaSelection true /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion Tabloid.2/11x17 (Oversize): "
|
|
<</DeferredMediaSelection true /PageSize [842 1274] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion A4/A4: "
|
|
<</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion A3/A3: "
|
|
<</DeferredMediaSelection true /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion B4/JIS B4: "
|
|
<</DeferredMediaSelection true /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion B5/JIS B5: "
|
|
<</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion JDPost/Double Postcard: "
|
|
<</DeferredMediaSelection true /PageSize [420 567] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion Comm10/Env Comm10: "
|
|
<</DeferredMediaSelection true /PageSize [297 684] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion Monarch/Env Monarch: "
|
|
<</DeferredMediaSelection true /PageSize [279 540] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion DL/Env DL: "
|
|
<</DeferredMediaSelection true /PageSize [312 624] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion C5/Env C5: "
|
|
<</DeferredMediaSelection true /PageSize [459 649] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*PageRegion EnvB5/Env ISO B5: "
|
|
<</DeferredMediaSelection true /PageSize [499 708] /ImagingBBox null>> setpagedevice"
|
|
*End
|
|
*CloseUI: *PageRegion
|
|
|
|
*% The following entries provide information about specific paper keywords.
|
|
*DefaultImageableArea: Letter
|
|
*ImageableArea Letter/US Letter: "12.24 12.06 599.76 780.06"
|
|
*ImageableArea Executive/Executive: "13.32 12.06 508.68 744.06"
|
|
*ImageableArea Legal/US Legal: "12.24 12.06 599.76 996.06"
|
|
*ImageableArea Tabloid/11x17: "12.50 12.50 779.50 1211.50"
|
|
*ImageableArea Tabloid.2/11x17 (Oversize): "10.32 12.00 832.08 1262.40"
|
|
*ImageableArea A4/A4: "13.44 12.06 581.76 829.74"
|
|
*ImageableArea A3/A3: "14.00 14.00 828.00 1177.00"
|
|
*ImageableArea B4/JIS B4: "12.50 12.50 716.50 1019.50"
|
|
*ImageableArea B5/JIS B5: "12.50 12.50 503.50 716.50"
|
|
*ImageableArea JDPost/Double Postcard: "10.08 12.00 409.44 554.88"
|
|
*ImageableArea Comm10/Env Comm10: "12.12 12.06 284.76 672.06"
|
|
*ImageableArea Monarch/Env Monarch: "12.72 12.06 266.16 528.06"
|
|
*ImageableArea DL/Env DL: "13.80 12.06 297.96 611.58"
|
|
*ImageableArea C5/Env C5: "12.60 12.06 446.52 637.02"
|
|
*ImageableArea EnvB5/Env ISO B5: "13.20 12.06 485.52 696.54"
|
|
*?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/US Letter: "612 792"
|
|
*PaperDimension Executive/Executive: "522 756"
|
|
*PaperDimension Legal/US Legal: "612 1008"
|
|
*PaperDimension Tabloid/11x17: "792 1224"
|
|
*PaperDimension Tabloid.2/11x17 (Oversize): "842 1274"
|
|
*PaperDimension A4/A4: "595 842"
|
|
*PaperDimension A3/A3: "842 1191"
|
|
*PaperDimension B4/JIS B4: "729 1032"
|
|
*PaperDimension B5/JIS B5: "516 729"
|
|
*PaperDimension JDPost/Double Postcard: "420 567"
|
|
*PaperDimension Comm10/Env Comm10: "297 684"
|
|
*PaperDimension Monarch/Env Monarch: "279 540"
|
|
*PaperDimension DL/Env DL: "312 624"
|
|
*PaperDimension C5/Env C5: "459 649"
|
|
*PaperDimension EnvB5/Env ISO B5: "499 708"
|
|
*RequiresPageRegion All: True
|
|
|
|
*% ===================================
|
|
*% Mediatype definitions
|
|
*% ===================================
|
|
*OpenUI *MediaType/Media Type: PickOne
|
|
*OrderDependency: 20 AnySetup *MediaType
|
|
*DefaultMediaType: None
|
|
*MediaType None/None: "
|
|
<</DeferredMediaSelection true /MediaType null>> setpagedevice"
|
|
*End
|
|
*MediaType Plain/Plain: "
|
|
<</DeferredMediaSelection true /MediaType (Plain)>> setpagedevice"
|
|
*End
|
|
*MediaType Preprinted/Preprinted: "
|
|
<</DeferredMediaSelection true /MediaType (Preprinted)>> setpagedevice"
|
|
*End
|
|
*MediaType Letterhead/Letterhead: "
|
|
<</DeferredMediaSelection true /MediaType (Letterhead)>> setpagedevice"
|
|
*End
|
|
*MediaType Transparency/Transparency: "
|
|
<</DeferredMediaSelection true /MediaType (Transparency)>> setpagedevice"
|
|
*End
|
|
*MediaType Prepunched/Prepunched: "
|
|
<</DeferredMediaSelection true /MediaType (Prepunched)>> setpagedevice"
|
|
*End
|
|
*MediaType Labels/Labels: "
|
|
<</DeferredMediaSelection true /MediaType (Labels)>> setpagedevice"
|
|
*End
|
|
*MediaType Bond/Bond: "
|
|
<</DeferredMediaSelection true /MediaType (Bond)>> setpagedevice"
|
|
*End
|
|
*MediaType Recycled/Recycled: "
|
|
<</DeferredMediaSelection true /MediaType (Recycled)>> setpagedevice"
|
|
*End
|
|
*MediaType Color/Color: "
|
|
<</DeferredMediaSelection true /MediaType (Color)>> setpagedevice"
|
|
*End
|
|
*MediaType Cardstock/Cardstock: "
|
|
<</DeferredMediaSelection true /MediaType (Card Stock)>> setpagedevice"
|
|
*End
|
|
*?MediaType: "
|
|
save
|
|
currentpagedevice /InputAttributes get dup
|
|
/Priority get
|
|
0 get get
|
|
/MediaType get
|
|
(Card Stock) anchorsearch
|
|
{pop pop (Cardstock)} if
|
|
= flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *MediaType
|
|
|
|
*% ===================================
|
|
*% Media Handling Features
|
|
*% ===================================
|
|
*% Media Input Source
|
|
*OpenUI *InputSlot/Input Slot: PickOne
|
|
*OrderDependency: 20 AnySetup *InputSlot
|
|
*DefaultInputSlot: Tray3
|
|
*InputSlot Envelope/Envelope Feeder: "
|
|
<</DeferredMediaSelection true /MediaPosition 2>> setpagedevice"
|
|
*End
|
|
*InputSlot Tray1/Tray 1: "
|
|
<</DeferredMediaSelection true /MediaPosition 3>> setpagedevice"
|
|
*End
|
|
*InputSlot Tray2/Tray 2: "
|
|
<</DeferredMediaSelection true /MediaPosition 0>> setpagedevice"
|
|
*End
|
|
*InputSlot Tray3/Tray 3: "
|
|
<</DeferredMediaSelection true /MediaPosition 1>> setpagedevice"
|
|
*End
|
|
*InputSlot Tray4/Tray 4: "
|
|
<</DeferredMediaSelection true /MediaPosition 4>> setpagedevice"
|
|
*End
|
|
*?InputSlot: "
|
|
save
|
|
currentpagedevice /InputAttributes get /Priority get
|
|
0 get
|
|
[(Tray2) (Tray3) (Envelope) (Tray1) (Tray4)] exch get = flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *InputSlot
|
|
|
|
*% Enable/Disable Manual Feed
|
|
*OpenUI *ManualFeed/Manual Feed (Tray 1): Boolean
|
|
*OrderDependency: 20 AnySetup *ManualFeed
|
|
*DefaultManualFeed: False
|
|
*ManualFeed True/True: "
|
|
<</ManualFeed true>> setpagedevice"
|
|
*End
|
|
*ManualFeed False/False: "
|
|
<</ManualFeed false>> setpagedevice"
|
|
*End
|
|
*?ManualFeed: "
|
|
save
|
|
currentpagedevice /ManualFeed get
|
|
{(True)}{(False)}ifelse = flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *ManualFeed
|
|
|
|
*% Two-sided Printing (Duplex)
|
|
*OpenUI *Duplex/2-Sided Printing: PickOne
|
|
*OrderDependency: 50 AnySetup *Duplex
|
|
*DefaultDuplex: None
|
|
*Duplex None/Off: "
|
|
<</Duplex false /Tumble false>> setpagedevice"
|
|
*End
|
|
*Duplex DuplexNoTumble/Long-Edge Binding: "
|
|
<</Duplex true /Tumble false>> setpagedevice"
|
|
*End
|
|
*Duplex DuplexTumble/Short-Edge Binding: "
|
|
<</Duplex true /Tumble true>> setpagedevice"
|
|
*End
|
|
*?Duplex: "save
|
|
currentpagedevice dup /Duplex known
|
|
{dup /Duplex get
|
|
{/Tumble get{(DuplexTumble)}{(DuplexNoTumble)}ifelse}
|
|
{pop (None)} ifelse
|
|
}
|
|
{(None)} ifelse = flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Duplex
|
|
|
|
*% Media Output Destination
|
|
*OpenUI *OutputBin/Output Destination: PickOne
|
|
*OrderDependency: 50 AnySetup *OutputBin
|
|
*DefaultOutputBin: Upper
|
|
*PageStackOrder Upper: Normal
|
|
*PageStackOrder Left: Reverse
|
|
*PageStackOrder Stacker: Normal
|
|
*PageStackOrder Seperator: Normal
|
|
*PageStackOrder OutputBin1: Normal
|
|
*PageStackOrder OutputBin2: Normal
|
|
*PageStackOrder OutputBin3: Normal
|
|
*PageStackOrder OutputBin4: Normal
|
|
*PageStackOrder OutputBin5: Normal
|
|
*PageStackOrder OutputBin6: Normal
|
|
*PageStackOrder OutputBin7: Normal
|
|
*PageStackOrder OutputBin8: Normal
|
|
*OutputBin Upper/Top Output Bin (Face Down): "<</OutputType (TOP OUTPUT BIN)>> setpagedevice"
|
|
*OutputBin Left/Left Output Bin (Face Up): "<</OutputType (FACE UP BIN)>> setpagedevice"
|
|
*End
|
|
*OutputBin Stacker/Stacker (Face Down): "<</OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
|
|
*OutputBin Seperator/Job Seperator (Face Down): "<</OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
|
|
*OutputBin OutputBin1/Mailbox 1 (Face Down): "<</OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
|
|
*OutputBin OutputBin2/Mailbox 2 (Face Down): "<</OutputType (OPTIONAL OUTBIN 3)>> setpagedevice"
|
|
*OutputBin OutputBin3/Mailbox 3 (Face Down): "<</OutputType (OPTIONAL OUTBIN 4)>> setpagedevice"
|
|
*OutputBin OutputBin4/Mailbox 4 (Face Down): "<</OutputType (OPTIONAL OUTBIN 5)>> setpagedevice"
|
|
*OutputBin OutputBin5/Mailbox 5 (Face Down): "<</OutputType (OPTIONAL OUTBIN 6)>> setpagedevice"
|
|
*OutputBin OutputBin6/Mailbox 6 (Face Down): "<</OutputType (OPTIONAL OUTBIN 7)>> setpagedevice"
|
|
*OutputBin OutputBin7/Mailbox 7 (Face Down): "<</OutputType (OPTIONAL OUTBIN 8)>> setpagedevice"
|
|
*OutputBin OutputBin8/Mailbox 8 (Face Down): "<</OutputType (OPTIONAL OUTBIN 9)>> setpagedevice"
|
|
*?OutputBin:"
|
|
save
|
|
currentpagedevice /OutputAttributes get dup
|
|
5 known
|
|
{/Priority get 0 get
|
|
[(Upper) (Left) (Reserved1) (Reserved2) (OutputBin1)
|
|
(OutputBin2) (OutputBin3) (OutputBin4)
|
|
(OutputBin5) (OutputBin6) (OutputBin7)
|
|
(OutputBin8)] exch get = flush}
|
|
{/Priority get 0 get
|
|
[(Upper) (Left) (Reserved1) (Reserved2) (Stacker)] exch get = flush} ifelse
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *OutputBin
|
|
|
|
*% ===================================
|
|
*% Resolution and Appearance Control
|
|
*% ===================================
|
|
*% Enable/Disable EconoMode
|
|
*JCLOpenUI *JCLEconomode/EconoMode: Boolean
|
|
*DefaultJCLEconomode: False
|
|
*OrderDependency: 20 JCLSetup *JCLEconomode
|
|
*JCLEconomode True/On: "@PJL SET ECONOMODE = ON<0A>"
|
|
*JCLEconomode False/Off: "@PJL SET ECONOMODE = OFF<0A>"
|
|
*JCLCloseUI: *JCLEconomode
|
|
|
|
*% Select Printer Resolution
|
|
*OpenUI *Resolution/Printer Resolution: PickOne
|
|
*OrderDependency: 10 DocumentSetup *Resolution
|
|
*DefaultResolution: 600dpi
|
|
*Resolution 600dpi/600 dpi: "
|
|
<< /HWResolution [600 600]>> setpagedevice"
|
|
*End
|
|
*Resolution 300dpi/300 dpi: "
|
|
<< /HWResolution [300 300]>> setpagedevice"
|
|
*End
|
|
*?Resolution: "
|
|
save
|
|
currentpagedevice /HWResolution get
|
|
0 get
|
|
( ) cvs print
|
|
(dpi)
|
|
= flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Resolution
|
|
|
|
*% Resolution Enhancement
|
|
*OpenUI *Smoothing/Resolution Enhancement: Boolean
|
|
*OrderDependency: 15 DocumentSetup *Smoothing
|
|
*DefaultSmoothing: True
|
|
*Smoothing True/On: "
|
|
<< /PostRenderingEnhance true >> setpagedevice"
|
|
*End
|
|
*Smoothing False/Off: "
|
|
<< /PostRenderingEnhance false >> setpagedevice"
|
|
*End
|
|
*?Smoothing: "
|
|
save
|
|
currentpagedevice /PostRenderingEnhance get
|
|
{(True)}{ (False)} ifelse print
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *Smoothing
|
|
|
|
*% ===================================
|
|
*% Gray Levels and Halftoning
|
|
*% ===================================
|
|
*ScreenFreq: "85.0"
|
|
*ScreenAngle: "45.0"
|
|
*ResScreenFreq 600dpi: "85.0"
|
|
*ResScreenAngle 600dpi: "45.0"
|
|
*ResScreenFreq 300dpi: "60.0"
|
|
*ResScreenAngle 300dpi: "45.0"
|
|
|
|
*% Enable/Disable Enhanced Halftone
|
|
*OpenUI *HPHalftone/Levels of Gray: PickOne
|
|
*OrderDependency: 10 DocumentSetup *HPHalftone
|
|
*DefaultHPHalftone: Enhanced
|
|
*HPHalftone Enhanced/Enhanced: "
|
|
<< /Install {
|
|
currentpagedevice /HWResolution get
|
|
dup 0 get 600 eq exch 1 get 600 eq and
|
|
{/EnhancedColorRendering600} {/EnhancedColorRendering} ifelse
|
|
/ColorRendering findresource setcolorrendering
|
|
/EnhancedHalftone /Halftone findresource sethalftone
|
|
{ } settransfer false setstrokeadjust
|
|
} >> setpagedevice
|
|
currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
|
|
{
|
|
<< /PostRenderingEnhance false >> setpagedevice
|
|
}if
|
|
/setscreen { 3 {pop} repeat } def
|
|
/setcolorscreen { 12 {pop} repeat } def
|
|
/sethalftone { pop } def
|
|
"
|
|
*End
|
|
*HPHalftone Standard/Standard: "
|
|
<< /Install {
|
|
currentpagedevice /HWResolution get
|
|
dup 0 get 600 eq exch 1 get 600 eq and dup
|
|
currentpagedevice /PostRenderingEnhance get
|
|
{ {/DefaultColorRenderingRE600} {/DefaultColorRenderingRE} ifelse}
|
|
{ {/DefaultColorRendering600} {/DefaultColorRendering} ifelse} ifelse
|
|
/ColorRendering findresource setcolorrendering
|
|
{ /DefaultHalftone600 } {/DefaultHalftone} ifelse
|
|
/Halftone findresource sethalftone
|
|
{} settransfer false setstrokeadjust
|
|
}
|
|
>> setpagedevice
|
|
currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
|
|
{
|
|
<< /PostRenderingEnhance false >> setpagedevice
|
|
}if
|
|
"
|
|
*End
|
|
*?HPHalftone: "
|
|
save
|
|
currenthalftone /HalftoneType get 9 eq
|
|
{(Enhanced)} {(Standard)} ifelse = flush
|
|
restore
|
|
"
|
|
*End
|
|
*CloseUI: *HPHalftone
|
|
*DefaultScreenProc: Dot
|
|
*ScreenProc HPEnhanced: "
|
|
{ /EnhancedHalftone /Halftone findresource }"
|
|
*End
|
|
*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 }"
|
|
|
|
*% ===================================
|
|
*% Color Control
|
|
*% ===================================
|
|
*DefaultColorSep: ProcessBlack.85lpi.600dpi
|
|
*InkName: ProcessBlack/Process Black
|
|
*InkName: CustomColor/Custom Color
|
|
*InkName: ProcessCyan/Process Cyan
|
|
*InkName: ProcessMagenta/Process Magenta
|
|
*InkName: ProcessYellow/Process Yellow
|
|
|
|
*% 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 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 106 lpi /300 dpi ===============================
|
|
|
|
*ColorSepScreenAngle ProcessBlack.106lpi.300dpi/106 lpi /300 dpi: "45.0"
|
|
*ColorSepScreenAngle CustomColor.106lpi.300dpi/106 lpi /300 dpi: "45.0"
|
|
*ColorSepScreenAngle ProcessCyan.106lpi.300dpi/106 lpi /300 dpi: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.106lpi.300dpi/106 lpi /300 dpi: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.106lpi.300dpi/106 lpi /300 dpi: "0.0"
|
|
|
|
*ColorSepScreenFreq ProcessBlack.106lpi.300dpi/106 lpi /300 dpi: "106.066"
|
|
*ColorSepScreenFreq CustomColor.106lpi.300dpi/106 lpi /300 dpi: "106.066"
|
|
*ColorSepScreenFreq ProcessCyan.106lpi.300dpi/106 lpi /300 dpi: "94.8683"
|
|
*ColorSepScreenFreq ProcessMagenta.106lpi.300dpi/106 lpi /300 dpi: "94.8683"
|
|
*ColorSepScreenFreq ProcessYellow.106lpi.300dpi/106 lpi /300 dpi: "100.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"
|
|
|
|
*% For 106 lpi /600 dpi ===============================
|
|
|
|
*ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi /600 dpi: "45.0"
|
|
*ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi /600 dpi: "45.0"
|
|
*ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi /600 dpi: "71.5651"
|
|
*ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi /600 dpi: "18.4349"
|
|
*ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi /600 dpi: "0.0"
|
|
|
|
*ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi /600 dpi: "106.066"
|
|
*ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi /600 dpi: "106.066"
|
|
*ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi /600 dpi: "94.8683"
|
|
*ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi /600 dpi: "94.8683"
|
|
*ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi /600 dpi: "100.0"
|
|
|
|
*% ===================================
|
|
*% Font Information
|
|
*% ===================================
|
|
*DefaultFont: Courier
|
|
*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
|
|
*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
|
|
*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
|
|
*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
|
|
*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
|
|
*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
|
|
*Font Bookman-Light: Standard "(001.004S)" Standard ROM
|
|
*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
|
|
*Font Courier: Standard "(002.004S)" Standard ROM
|
|
*Font Courier-Bold: Standard "(002.004S)" Standard ROM
|
|
*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
|
|
*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
|
|
*Font Helvetica: Standard "(001.006S)" Standard ROM
|
|
*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
|
|
*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
|
|
*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
|
|
*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
|
|
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
|
|
*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
|
|
*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
|
|
*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
|
|
*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
|
|
*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
|
|
*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
|
|
*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
|
|
*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
|
|
*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
|
|
*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
|
|
*Font Symbol: Special "(001.007S)" Special ROM
|
|
*Font Times-Bold: Standard "(001.007S)" Standard ROM
|
|
*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
|
|
*Font Times-Italic: Standard "(001.007S)" Standard ROM
|
|
*Font Times-Roman: Standard "(001.007S)" Standard ROM
|
|
*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
|
|
*Font ZapfDingbats: Special "(001.004S)" Special ROM
|
|
*?FontQuery: "
|
|
save
|
|
{ count 1 gt
|
|
{ exch dup 127 string cvs (/) print print (:) print
|
|
/Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
|
|
} { exit } ifelse
|
|
} bind loop
|
|
(*) = flush
|
|
restore
|
|
"
|
|
*End
|
|
*?FontList: "
|
|
save
|
|
(*) {cvn ==} 128 string /Font resourceforall
|
|
(*) = flush
|
|
restore
|
|
"
|
|
*End
|
|
|
|
*% ===================================
|
|
*% Printer Messages
|
|
*% ===================================
|
|
*% 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: "warming up"/warming up
|
|
*Status: "initializing"/initializing
|
|
*Status: "idle"/idle
|
|
*Status: "waiting"/waiting
|
|
*Status: "busy"/busy
|
|
*Status: "printing"/printing
|
|
*Status: "printing test page"/printing test page
|
|
*Status: "PrinterError: needs attention"/needs attention
|
|
*Status: "PrinterError: cover open"/cover open
|
|
*Status: "PrinterError: no toner cartridge"/no toner cartridge
|
|
*Status: "PrinterError: manual feed"/manual feed
|
|
*Status: "PrinterError: out of paper"/out of paper
|
|
*Status: "PrinterError: Paper Jam"/Paper Jam
|
|
*Status: "PrinterError: page protect needed"/page protect needed
|
|
*Status: "PrinterError: out of memory"/out of memory
|
|
*Status: "PrinterError: output bin full"/output bin full
|
|
*Status: "PrinterError: resetting printer"/resetting printer
|
|
*Status: "PrinterError: toner is low"/toner is low
|
|
*Status: "PrinterError: off line"/off line
|
|
|
|
*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
|
|
*Printer Error: "needs attention"/needs attention
|
|
*Printer Error: "cover open"/cover open
|
|
*Printer Error: "no toner cartridge"/no toner cartridge
|
|
*Printer Error: "manual feed"/manual feed
|
|
*Printer Error: "out of paper"/out of paper
|
|
*Printer Error: "Paper Jam"/Paper Jam
|
|
*Printer Error: "page protect needed"/page protect needed
|
|
*Printer Error: "out of memory"/out of memory
|
|
*Printer Error: "output bin full"/output bin full
|
|
*Printer Error: "resetting printer"/resetting printer
|
|
*Printer Error: "toner is low"/toner is low
|
|
*Printer Error: "off line"/off line
|
|
|
|
*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
|
|
*Source: "other I/O"/other I/O
|
|
*Source: "AppleTalk"/AppleTalk
|
|
*Source: "APPLETALK"/AppleTalk
|
|
*Source: "ATALK"/AppleTalk
|
|
*Source: "LocalTalk"/LocalTalk
|
|
*Source: "Parallel"/Parallel
|
|
*Source: "EtherTalk"/EtherTalk
|
|
*Source: "NOVELL"/NOVELL
|
|
*Source: "DLC/LLC"/DLC/LLC
|
|
*Source: "ETALK"/EtherTalk
|
|
*Source: "TCP/IP"/TCP/IP
|
|
|
|
*% ===================================
|
|
*% System Management
|
|
*% ===================================
|
|
*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
|
|
*FreeVM: "1515136"
|
|
*VMOption 12Meg/12 - 27 MB Total RAM: "1515136"
|
|
*VMOption 28Meg/28 - 43 MB Total RAM: "5681347"
|
|
*VMOption 44Meg/44 - 59 MB Total RAM: "8040643"
|
|
*VMOption 60Meg/60 - 75 MB Total RAM: "8040643"
|
|
*VMOption 76Meg/76 -100 MB Total RAM: "8040643"
|
|
*SuggestedWaitTimeout: "120"
|
|
*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: Cannot reset printer.) = flush
|
|
"
|
|
*End
|
|
|
|
*% =============================================
|
|
*% For "HP LaserJet 5Si/5Si MX" version 2014.103
|
|
*% =============================================
|