Selecting tray with .ppd

S

Speck Christian

Dear all

I am trying to select the appropriate tray on my HP Color Laserjet 2550n.
Here are my data:
- HP Color Laserjet 2550n, using Postscript ppd
- Tray1: Manual Feed
- Tray2: Builtin paper tray for 250 sheet
- Tray3: Installed large paper tray for 500 sheet.
- Debian Etch 4.01, using cups, ppd file hp color Laserjet 2550 PS v3010.107

Problem: Whatever tray I select always tray3 is used. I assume to have
modified my ppd-File, which you find below. What I want to: I want to print
out of tray2 (250 sheet).

ppd file: Please goto Media Input source, I guess this is the location which
has to be modified.
[
*PPD-Adobe: "4.3"

*% =================================
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1993-2002 Hewlett-Packard Company.
*% PPD Version for Windows NT4.0
*% Date Code: 20020808.1124 jcs
*% =================================
*% Product/PPD Version Information
*% =================================
*% PPD File Version Information
*FormatVersion: "4.3"
*FileVersion: "034.4100"
*LanguageVersion: German
*LanguageEncoding: ISOLatin1
*PCFileName: "HPB25506.PPD"

*% Product Name and Version Information
*Manufacturer: "HP"
*Product: "(hp color LaserJet 2550)"
*ModelName: "hp color LaserJet 2550 PS"
*ShortNickName: "hp color LaserJet 2550 PS"
*NickName: "hp color LaserJet 2550 PS v3010.107"
*PSVersion: "(3010.107) 0"

*% =================================
*% Basic Device Capabilities
*% =================================
*LanguageLevel: "3"
*Throughput: "16"
*FileSystem: False
*ColorDevice: True
*DefaultColorSpace: CMY
*TTRasterizer: Type42
*?TTRasterizer: "
save
42 /FontType resourcestatus
{ pop pop (Type42)} {pop pop (None)} ifelse = flush
restore
"
*End

*OpenUI *HPPJLEncoding/HPPJLEncoding: PickOne
*DefaultHPPJLEncoding: UTF8
*HPPJLEncoding UTF8/UTF8: ""
*HPPJLEncoding UTF8Subset/subset of UTF8: ""
*HPPJLEncoding 7bitEncoding/standard 7-bit PJL Encoding: ""
*HPPJLEncoding 8bitEncoding/standard 8-bit PJL Encoding: ""
*CloseUI: *HPPJLEncoding

*% =================================
*% Emulations and Protocols
*% =================================
*Protocols: PJL TBCP
*JCLBegin: ""
*JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
*JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"

*JCLOpenUI *JCLResolution/Aufl�sung: PickOne
*OrderDependency: 10 JCLSetup *JCLResolution
*DefaultJCLResolution: 600dpi
*JCLResolution 600dpi/600 dpi: "@PJL SET RESOLUTION = 600<0A>"
*JCLCloseUI: *JCLResolution

*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

*% =================================
*% Installable Options
*% =================================
*OpenGroup: InstallableOptions/Installierte Optionen

*OpenUI *Tray3/Fach 3: Boolean
*DefaultTray3: False
*Tray3 True/Installiert: ""
*Tray3 False/Nicht installiert: ""
*?Tray3: "
save
currentpagedevice /InputAttributes get
1 get
null eq
{(False)}{(True)}ifelse = flush
restore
"
*End
*CloseUI: *Tray3

*OpenUI *InstalledMemory/Druckerspeicher: PickOne
*DefaultInstalledMemory: 32-39MB
*InstalledMemory 32-39MB/32 - 39 MB: ""
*InstalledMemory 40-47MB/40 - 47 MB: ""
*InstalledMemory 48-63MB/48 - 63 MB: ""
*InstalledMemory 64-95MB/64 - 95 MB: ""
*InstalledMemory 96-160MB/96 - 160 MB: ""
*?InstalledMemory: "
save
currentsystemparams /RamSize get
524288 div ceiling cvi 2 div
/size exch def
{size 32 ge
{(32-39MB)}
{size 40 ge
{(40-47MB)}
{size 48 ge
{(48-63MB)}
{size 64 ge
{(64-95MB)}
{size 96 ge
{(96-160MB)}
{(32-39MB)}ifelse
}ifelse
}ifelse
}ifelse
}ifelse
}ifelse
}ifelse = flush
restore
"
*End
*CloseUI: *InstalledMemory

*CloseGroup: InstallableOptions

*% =================================
*% User Interface Constraints
*% =================================

*% =================================
*% Media Selection/Paper Handling
*% =================================
*LandscapeOrientation: Plus90
*OpenUI *PageSize/Papierformat: PickOne
*OrderDependency: 30 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize Letter/Letter: "
<</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize Legal/Legal: "
<</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize Executive/Executive: "
<</DeferredMediaSelection true /PageSize [522 756] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize 8_5X13/8,5 x 13 Zoll: "
<</DeferredMediaSelection true /PageSize [612 936] /ImagingBBox
null /MediaClass (8.5X13)>> setpagedevice"
*End
*PageSize A4/A4: "
<</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize A5/A5: "
<</DeferredMediaSelection true /PageSize [420 595] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize B5ISO/B5 ISO: "
<</DeferredMediaSelection true /PageSize [499 709] /ImagingBBox
null /MediaClass (CutSheet) >> setpagedevice"
*End
*PageSize B5/B5 JIS: "
<</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize ExecJIS/Executive (JIS): "
<</DeferredMediaSelection true /PageSize [612 935] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize DoublePostcard/Doppelte Postkarte JIS: "
<</DeferredMediaSelection true /PageSize [419.5 567] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize Postcard/Postkarte JIS: "
<</DeferredMediaSelection true /PageSize [284 420] /ImagingBBox
null /MediaClass null>> setpagedevice"
*End
*PageSize 16k/16K: "
<</DeferredMediaSelection true /PageSize [558 774] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize Env10/Briefumschlag Nr. 10: "
<</DeferredMediaSelection true /PageSize [297 684] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize EnvMonarch/Briefumschlag Monarch: "
<</DeferredMediaSelection true /PageSize [279 540] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize EnvC5/Briefumschlag C5: "
<</DeferredMediaSelection true /PageSize [459 649] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize EnvDL/Briefumschlag DL: "
<</DeferredMediaSelection true /PageSize [312 624] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageSize EnvISOB5/Briefumschlag B5: "
<</DeferredMediaSelection true /PageSize [499 709] /ImagingBBox
null /MediaClass (Envelope) >> setpagedevice"
*End
*?PageSize: "
save
currentpagedevice /PageSize get aload pop
2 copy gt {exch} if
(Unknown)
19 dict
dup [612 792] (Letter) put
dup [612 1008] (Legal) put
dup [522 756] (Executive) put
dup [612 936] (8_5X13) put
dup [595 842] (A4) put
dup [420 595] (A5) put
dup [499 709] (B5ISO) put
dup [516 729] (B5) put
dup [558 774] (ExecJIS) put
dup [419.5 567] (DoublePostcard) put
dup [284 420] (Postcard) put
dup [558 774] (16k) put
dup [499 709] (EnvISOB5) put
dup [297 684] (Env10) put
dup [459 649] (EnvC5) put
dup [312 624] (EnvDL) put
dup [279 540] (Env Monarch) 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

*OpenUI *PageRegion: PickOne
*OrderDependency: 30 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion Letter/Letter: "
<</DeferredMediaSelection true /PageRegion [612 792] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion Legal/Legal: "
<</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion Executive/Executive: "
<</DeferredMediaSelection true /PageSize [522 756] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion 8_5X13/8,5 x 13 Zoll: "
<</DeferredMediaSelection true /PageSize [612 936] /ImagingBBox
null /MediaClass (8.5X13)>> setpagedevice"
*End
*PageRegion A4/A4: "
<</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion A5/A5: "
<</DeferredMediaSelection true /PageSize [420 595] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion B5ISO/B5 ISO: "
<</DeferredMediaSelection true /PageSize [499 709] /ImagingBBox
null /MediaClass (CutSheet) >> setpagedevice"
*End
*PageRegion B5/B5 JIS: "
<</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion ExecJIS/Executive (JIS): "
<</DeferredMediaSelection true /PageSize [612 935] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion DoublePostcard/Doppelte Postkarte JIS: "
<</DeferredMediaSelection true /PageSize [419.5 567] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion Postcard/Postkarte JIS: "
<</DeferredMediaSelection true /PageSize [284 420] /ImagingBBox
null /MediaClass null>> setpagedevice"
*End
*PageRegion 16k/16K: "
<</DeferredMediaSelection true /PageSize [558 774] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion Env10/Briefumschlag Nr. 10: "
<</DeferredMediaSelection true /PageSize [297 684] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion EnvMonarch/Briefumschlag Monarch: "
<</DeferredMediaSelection true /PageSize [279 540] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion EnvC5/Briefumschlag C5: "
<</DeferredMediaSelection true /PageSize [459 649] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion EnvDL/Briefumschlag DL: "
<</DeferredMediaSelection true /PageSize [312 624] /ImagingBBox
null /MediaClass null >> setpagedevice"
*End
*PageRegion EnvISOB5/Briefumschlag B5: "
<</DeferredMediaSelection true /PageSize [499 709] /ImagingBBox
null /MediaClass (Envelope) >> setpagedevice"
*End
*CloseUI: *PageRegion

*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: A4
*ImageableArea
Letter/Letter: "12.00 12.12
599.88 779.90"
*ImageableArea
Legal/Legal: "12.00 12.12
599.88 995.90"
*ImageableArea Executive/Executive: "12.00 12.12
509.88 743.90"
*ImageableArea 8_5X13/8,5 x 13
Zoll: "12.00 12.00 600.00
924.00"
*ImageableArea
A4/A4: "12.00
12.12 583.08 829.68"
*ImageableArea
A5/A5: "12.00
12.12 407.40 583.20"
*ImageableArea B5ISO/B5
ISO: "12.00 12.12 486.60
696.38"
*ImageableArea B5/B5
JIS: "12.00 12.12
503.88 715.92"
*ImageableArea ExecJIS/Executive (JIS): "12.00 12.12 599.76
923.76"
*ImageableArea DoublePostcard/Doppelte Postkarte JIS: "12.00 12.12 407.28
554.64"
*ImageableArea Postcard/Postkarte JIS: "12.00 12.12
271.76 407.52"
*ImageableArea 16k/16K: "12.00 12.12
545.76 761.76"
*ImageableArea Env10/Briefumschlag Nr. 10: "12.00 12.12
284.76 671.90"
*ImageableArea EnvMonarch/Briefumschlag Monarch: "12.00 12.12 266.76
527.90"
*ImageableArea EnvC5/Briefumschlag C5: "12.00 12.12 447.00
636.96"
*ImageableArea EnvISOB5/Briefumschlag B5: "12.00 12.12 486.60
696.48"
*ImageableArea EnvDL/Briefumschlag DL: "12.00 12.12 299.64
611.42"
*?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: A4
*PaperDimension
Letter/Letter: "612 792"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension 8_5X13/8,5 x 13
Zoll: "612 936"
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "420 595"
*PaperDimension B5ISO/B5 ISO: "499 709"
*PaperDimension B5/B5 JIS: "516 729"
*PaperDimension ExecJIS/Executive (JIS): "612 936"
*PaperDimension DoublePostcard/Doppelte Postkarte JIS: "419.5 567"
*PaperDimension Postcard/Postkarte JIS: "284 420"
*PaperDimension 16k/16K: "558 774"
*PaperDimension EnvISOB5/Briefumschlag B5: "499 709"
*PaperDimension Env10/Briefumschlag Nr. 10: "297 684"
*PaperDimension EnvC5/Briefumschlag C5: "459 649"
*PaperDimension EnvDL/Briefumschlag DL: "312 624"
*PaperDimension EnvMonarch/Briefumschlag Monarch: "279 540"

*RequiresPageRegion All: True


*% ===================================
*% Gray Levels and Halftoning
*% ===================================
*ScreenFreq: "150.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 }"

*% =================================
*% Print Color as Gray
*% Chose NOT to use Adobe's *ColorModel keyword because color on or off is
simpler
*% =================================
*OpenUI *HPColorasGray/Als Graustufenbild drucken: Boolean
*OrderDependency: 20 DocumentSetup *HPColorasGray
*DefaultHPColorasGray: False
*HPColorasGray True/On: "<</ProcessColorModel /DeviceGray>> setpagedevice"
*HPColorasGray False/Off: "<</ProcessColorModel /DeviceCMY>> setpagedevice"
*?HPColorasGray: "
save
currentpagedevice /ProcessColorModel get
/DeviceGray eq {(True)}{(False)}ifelse = flush
restore
"
*End
*CloseUI: *HPColorasGray


*% =================================
*% Print Finish Option is not needed with the death of Gloss button.
Default is Matte.
*% =================================

*% === Enable/Disable Collate via PostScript ==========
*OpenUI *HPCollate/Sortieren: Boolean
*OrderDependency: 9 AnySetup *HPCollate
*DefaultHPCollate: False
*HPCollate True/Ein (in der Anwendung deaktivieren): "<</Collate true>>
setpagedevice"
*HPCollate False/Aus: "<</Collate false>> setpagedevice"
*?HPCollate: "
save
currentpagedevice /Collate get
{(True)}{(False)}ifelse = flush
restore
"
*End
*CloseUI: *HPCollate

*%==================================
*% Fit to Page
*%==================================
*OpenUI *HPPaperPolicy/An Seite anpassen: PickOne
*OrderDependency: 10 AnySetup *HPPaperPolicy
*DefaultHPPaperPolicy: PromptUser
*HPPaperPolicy PromptUser/Benutzeraufforderung: "
<</DeferredMediaSelection true>> setpagedevice"
*End
*HPPaperPolicy NearestSizeAdjust/N�chstes Format und Skalieren: "
<</DeferredMediaSelection false>> setpagedevice
<</Policies << /PageSize 3 >> >> setpagedevice"
*End
*HPPaperPolicy NearestSizeNoAdjust/N�chstes Format und Zuschneiden: "
<</DeferredMediaSelection false>> setpagedevice
<</Policies << /PageSize 5 >> >> setpagedevice"
*End
*HPPaperPolicy Letter/Letter: "
userdict begin
/HPppX1 0 def
/HPppY1 0 def
/HPppScale 1 def

<</DeferredMediaSelection true
/BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale
HPppScale scale end} bind>> setpagedevice

/HPwmSPD {setpagedevice} bind def
/setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth
exch /PageSize get aload pop /HPwmPgHeight exch def def
/HPppScale 612 HPwmPgWidth div dup 792 HPwmPgHeight div dup 3 1 roll
lt {pop} {exch pop} ifelse def
HPppScale 1 gt {/HPppScale 1 def}if
/HPppX1 612 HPwmPgWidth HPppScale mul sub 2 div def
/HPppY1 792 HPwmPgHeight HPppScale mul sub 2 div def
<</PageSize [612 792] /ImagingBBox null>> setpagedevice
{setpagedevice}ifelse end} bind def
end"
*End
*HPPaperPolicy A4/A4: "
userdict begin
/HPppX1 0 def
/HPppY1 0 def
/HPppScale 1 def

<</DeferredMediaSelection true
/BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale
HPppScale scale end} bind>> setpagedevice

/HPwmSPD {setpagedevice} bind def
/setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth
exch /PageSize get aload pop /HPwmPgHeight exch def def
/HPppScale 595 HPwmPgWidth div dup 842 HPwmPgHeight div dup 3 1 roll
lt {pop} {exch pop} ifelse def
HPppScale 1 gt {/HPppScale 1 def}if
/HPppX1 595 HPwmPgWidth HPppScale mul sub 2 div def
/HPppY1 842 HPwmPgHeight HPppScale mul sub 2 div def
<</PageSize [595 842] /ImagingBBox null>> setpagedevice
{setpagedevice}ifelse end} bind def
end"
*End
*?HPPaperPolicy: "
currentpagedevice /Policies get /PageSize get 5 eq {(Crop)}{(Prompt)} ifelse
= flush
"
*End
*CloseUI: *HPPaperPolicy

*% Use these entries to set paper size most of the time, unless there is
*% specific reason to use PageRegion.

*%===================================================================================
*% Custom Paper Support
*% Orientation and Margin (offsets) values are not utilized
*% Max-Min dimensions (3 x 5 - 8.5 x 14.0)
*%====================================================================================
*LeadingEdge Short: ""
*DefaultLeadingEdge: Short

*% Smallest = 3 x 5, Largest = 8.5 x 14.0
*MaxMediaWidth: "612"
*MaxMediaHeight: "1008"
*CenterRegistered: False
*HWMargins: 12.35 12.35 12.35 12.35
*CustomPageSize True: "
pop pop pop
<</DeferredMediaSelection true /PageSize [ 7 -2 roll ]
/ImagingBBox null >>
setpagedevice
"
*End
*ParamCustomPageSize Width: 1 points 216 612
*ParamCustomPageSize Height: 2 points 360 1008
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 1 1

*% =================================
*% Media Input Source
*%==================================
[Remark: I guess here I have to modify the trays, but I am not sure, how and
where exactly]
*OpenUI *InputSlot/Papierquelle: PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Auto
*InputSlot Auto/Drucker autom. Auswahl: "
<</ManualFeed false /MediaPosition null>> setpagedevice"
*End
*InputSlot ManualFeed/Man. Zufuhr (Fach 1): "
<</ManualFeed true /MediaPosition null>> setpagedevice"
*End
*InputSlot Tray1/Fach 1: "
<</ManualFeed true /MediaPosition 3>> setpagedevice"
*End
*InputSlot Tray2/Fach 2: "
<</ManualFeed false /MediaPosition 0>> setpagedevice"
*End
*InputSlot Tray3/Fach 3: "
<</ManualFeed false /MediaPosition 1>> setpagedevice"
*End
*InputSlot Plain/Normal: "
<</ManualFeed false /MediaType (Plain)>> setpagedevice"
*End
*InputSlot Preprinted/Vorgedruckt: "
<</ManualFeed false /MediaType (Preprinted)>> setpagedevice"
*End
*InputSlot Letterhead/Briefkopf: "
<</ManualFeed false /MediaType (Letterhead)>> setpagedevice"
*End
*InputSlot Transparency/Transparentfolie: "
<</ManualFeed false /MediaType (Transparency)>> setpagedevice"
*End
*InputSlot Prepunched/Vorgelocht: "
<</ManualFeed false /MediaType (Prepunched)>> setpagedevice"
*End
*InputSlot Labels/Etiketten: "
<</ManualFeed false /MediaType (Labels)>> setpagedevice"
*End
*InputSlot Bond/Briefpapier: "
<</ManualFeed false /MediaType (Bond)>> setpagedevice"
*End
*InputSlot Recycle/Recyclingpapier: "
<</ManualFeed false /MediaType (Recycled)>> setpagedevice"
*End
*InputSlot Color/Farbpapier: "
<</ManualFeed false /MediaType (Color)>> setpagedevice"
*End
*InputSlot Light70/Leicht (< 70 g/m2): "
<</ManualFeed false /MediaType (Light)>> setpagedevice"
*End
*InputSlot Heavy91105/Schwer (91-105 g/m2): "
<</ManualFeed false /MediaType (Heavy)>> setpagedevice"
*End
*InputSlot CardStock106/Karton (106-163 g/m2): "
<</ManualFeed false /MediaType (Card Stock)>> setpagedevice"
*End
*InputSlot Glossy/Hochgl�nzend 75-105 g/m2: "
<</ManualFeed false /MediaType (Gloss)>> setpagedevice"
*End
*InputSlot HeavyGlossy/Hochglanzpapier, schwer 106-163 g/m2: "
<</ManualFeed false /MediaType (Heavy Gloss)>> setpagedevice"
*End
*InputSlot GlossyFilm/ToughPaper: "
<</ManualFeed false /MediaType (Gloss Film)>> setpagedevice"
*End
*InputSlot Envelope/Umschlag: "
<</ManualFeed false /MediaType (Envelope)>> setpagedevice"
*End
*?InputSlot: "
save
[(Tray2) (Tray1) (Unknown) (Tray3)]
statusdict /papertray get exec
{get exec} stopped { pop pop (Unknown) } if =
currentpagedevice /InputAttributes get dup
/Priority get 0 get get /MediaType get = flush
restore
"
*End
*CloseUI: *InputSlot

*% =================================
*% CMYK Ink Space
*% =================================
*OpenUI *CMYKInks/CMYK-Druckfarben: PickOne
*OrderDependency: 60 AnySetup *CMYKInks
*DefaultCMYKInks: Fastdefault
*CMYKInks Fastdefault/Standard:"
globaldict /HPTextCMYKInkSetEmulation known {
Fast HPTextCMYKInkSetEmulation
Fast HPGraphicsCMYKInkSetEmulation
Fast HPImageCMYKInkSetEmulation
} if
"
*End

*CMYKInks SWOP/SWOP:"
globaldict /HPTextCMYKInkSetEmulation known {
SWOP HPTextCMYKInkSetEmulation
SWOP HPGraphicsCMYKInkSetEmulation
SWOP HPImageCMYKInkSetEmulation
} if
"
*End

*CMYKInks EURO/Euroscale:"
globaldict /HPTextCMYKInkSetEmulation known {
Euro HPTextCMYKInkSetEmulation
Euro HPGraphicsCMYKInkSetEmulation
Euro HPImageCMYKInkSetEmulation
} if
"
*End

*CMYKInks DIC/DIC (Dainippon):"
globaldict /HPTextCMYKInkSetEmulation known {
DIC HPTextCMYKInkSetEmulation
DIC HPGraphicsCMYKInkSetEmulation
DIC HPImageCMYKInkSetEmulation
} if
"
*End

*CMYKInks NoAdj/Ger�t:"
globaldict /HPTextCMYKInkSetEmulation known {
NoAdj HPTextCMYKInkSetEmulation
NoAdj HPGraphicsCMYKInkSetEmulation
NoAdj HPImageCMYKInkSetEmulation
} if
"
*End
*CloseUI: *CMYKInks
*% ===================================
*% ColorOptions
*% ===================================
*OpenUI *ColorOptions/Farboptionen: PickOne
*OrderDependency: 55 DocumentSetup *ColorOptions
*DefaultColorOptions: Automatic
*ColorOptions Automatic/Automatisch: "
globaldict /ColorSmartColorMatching known {
true ColorSmartColorMatching
MatchScreen ColorSmartTextAdjustment
MatchScreen ColorSmartGraphicsAdjustment
MatchScreen ColorSmartImageAdjustment
true HPTextAdaptiveHalftoning
true HPGraphicsAdaptiveHalftoning
true HPImageAdaptiveHalftoning
Normal HPColorTrapping
TonerBlack HPTextNeutralAxis
TonerBlack HPGraphicsNeutralAxis
ProcBlack HPImageNeutralAxis
Detail ColorSmartTextHalftone
Detail ColorSmartGraphicsHalftone
Detail ColorSmartImageHalftone
true ColorSmartColorMatching
} if
/setscreen { pop pop pop} def
/setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
/sethalftone { pop } def
"
*End
*ColorOptions Manual/Manuell: "
globaldict /ColorSmartColorMatching known {
true ColorSmartColorMatching
} if
/setscreen { pop pop pop} def
/setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
/sethalftone { pop } def
"
*End
*CloseUI: *ColorOptions
*% ==================================
*% ColorOptions Manual Settings
*% ==================================
*OpenUI *HPTextHalftone/Text Halbton: PickOne
*OrderDependency: 57 AnySetup *HPTextHalftone
*DefaultHPTextHalftone: Smooth
*HPTextHalftone Detail/Details: "
globaldict /ColorSmartColorMatching known {
Detail ColorSmartTextHalftone
} if
"
*End
*HPTextHalftone Smooth/Glatt: "
globaldict /ColorSmartColorMatching known {
Smooth ColorSmartTextHalftone
} if
"
*End
*CloseUI: *HPTextHalftone

*OpenUI *HPTextNeutralGrays/Text Neutrale Graustufen: PickOne
*OrderDependency: 57 AnySetup *HPTextNeutralGrays
*DefaultHPTextNeutralGrays: Black
*HPTextNeutralGrays Black/Nur Schwarz: "
globaldict /HPTextNeutralAxis known {
TonerBlack HPTextNeutralAxis
} if
"
*End
*HPTextNeutralGrays ProcessBlack/4farbig: "
globaldict /HPTextNeutralAxis known {
ProcBlack HPTextNeutralAxis
} if
"
*End
*CloseUI: *HPTextNeutralGrays

*OpenUI *HPGraphicsHalftone/Grafik Halbton: PickOne
*OrderDependency: 57 AnySetup *HPGraphicsHalftone
*DefaultHPGraphicsHalftone: Smooth
*HPGraphicsHalftone Detail/Details: "
globaldict /ColorSmartColorMatching known {
Detail ColorSmartGraphicsHalftone
} if
"
*End
*HPGraphicsHalftone Smooth/Glatt: "
globaldict /ColorSmartColorMatching known {
Smooth ColorSmartGraphicsHalftone
} if
"
*End
*CloseUI: *HPGraphicsHalftone

*OpenUI *HPGraphicsNeutralGrays/Grafik Neutrale Graustufen: PickOne
*OrderDependency: 57 AnySetup *HPGraphicsNeutralGrays
*DefaultHPGraphicsNeutralGrays: Black
*HPGraphicsNeutralGrays Black/Nur Schwarz: "
globaldict /HPTextNeutralAxis known {
TonerBlack HPGraphicsNeutralAxis
} if
"
*End
*HPGraphicsNeutralGrays ProcessBlack/4farbig: "
globaldict /HPTextNeutralAxis known {
ProcBlack HPGraphicsNeutralAxis
} if
"
*End
*CloseUI: *HPGraphicsNeutralGrays

*OpenUI *HPPhotoHalftone/Fotos Halbton: PickOne
*OrderDependency: 57 AnySetup *HPPhotoHalftone
*DefaultHPPhotoHalftone: Smooth
*HPPhotoHalftone Detail/Details: "
globaldict /ColorSmartColorMatching known {
Detail ColorSmartImageHalftone
} if
"
*End
*HPPhotoHalftone Smooth/Glatt: "
globaldict /ColorSmartColorMatching known {
Smooth ColorSmartImageHalftone
} if
"
*End
*CloseUI: *HPPhotoHalftone

*OpenUI *HPPhotoNeutralGrays/Fotos Neutrale Graustufen: PickOne
*OrderDependency: 57 AnySetup *HPPhotoNeutralGrays
*DefaultHPPhotoNeutralGrays: ProcessBlack
*HPPhotoNeutralGrays Black/Nur Schwarz: "
globaldict /HPTextNeutralAxis known {
TonerBlack HPImageNeutralAxis
} if
"
*End
*HPPhotoNeutralGrays ProcessBlack/4farbig: "
globaldict /HPTextNeutralAxis known {
ProcBlack HPImageNeutralAxis
} if
"
*End
*CloseUI: *HPPhotoNeutralGrays

*% ========================
*% RGB Color Options Settings
*% ========================
*OpenUI *RGBColor/RGB-Farbe: PickOne
*OrderDependency: 57 AnySetup *RGBColor
*DefaultRGBColor: sRGB
*RGBColor sRGB/Standard (sRGB): "
globaldict /ColorSmartColorMatching known {
MatchScreen ColorSmartImageAdjustment
} if
"
*End
*RGBColor Vivid/Lebhaft: "
globaldict /ColorSmartColorMatching known {
Vivid ColorSmartImageAdjustment
} if
"
*End
*RGBColor Device/Ger�t: "
globaldict /ColorSmartColorMatching known {
NoAdj ColorSmartImageAdjustment
} if
"
*End
*CloseUI: *RGBColor

*% ==================================
*% Adaptive Halftoning and Color Trapping Settings - Edge Control settings
*% ==================================

*OpenUI *EdgeControl/Randkontrolle: PickOne
*OrderDependency: 57 AnySetup *EdgeControl
*DefaultEdgeControl: Normal
*EdgeControl Max/Maximal: "
globaldict /HPTextAdaptiveHalftoning known {
true HPTextAdaptiveHalftoning
true HPGraphicsAdaptiveHalftoning
true HPImageAdaptiveHalftoning
} if
globaldict /HPColorTrapping known {
Max HPColorTrapping
} if
"
*End
*EdgeControl Normal/Normal: "
globaldict /HPTextAdaptiveHalftoning known {
true HPTextAdaptiveHalftoning
true HPGraphicsAdaptiveHalftoning
true HPImageAdaptiveHalftoning
} if
globaldict /HPColorTrapping known {
Normal HPColorTrapping
} if
"
*End
*EdgeControl Light/Hell: "
globaldict /HPTextAdaptiveHalftoning known {
true HPTextAdaptiveHalftoning
true HPGraphicsAdaptiveHalftoning
true HPImageAdaptiveHalftoning
} if
globaldict /HPColorTrapping known {
Light HPColorTrapping
} if
"
*End
*EdgeControl Off/Aus: "
globaldict /HPTextAdaptiveHalftoning known {
false HPTextAdaptiveHalftoning
false HPGraphicsAdaptiveHalftoning
false HPImageAdaptiveHalftoning
} if
globaldict /HPColorTrapping known {
Off HPColorTrapping
} if
"
*End
*CloseUI: *EdgeControl


*%=== N up Printing provided in PScript 4.5 driver ========

*%$WM_BEGIN

*% =================================
*% Watermark Printing
*% =================================
*OpenUI *HPwmSwitch/Wasserzeichen drucken: PickOne
*OrderDependency: 10000 AnySetup *HPwmSwitch
*DefaultHPwmSwitch: Off
*HPwmSwitch Off/Nein: ""
*HPwmSwitch AllPages/Alle Seiten: "
% Copyright (c) Hewlett-Packard Co 1997
/HPwm where { pop }{
userdict begin
true setglobal /HPwm 5 dict dup begin /HPwmOn true def end def false
setglobal
userdict /HPwmLocation true put
userdict /HPwmText known not {/HPwmText (Entwurf) def} if
FontDirectory /HPwmFont known not {
/Helvetica-Bold findfont dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/MacEncoding where
{ pop /Encoding MacEncoding def }
{ /Encoding ISOLatin1Encoding def } ifelse
currentdict
end
/HPwmFont exch definefont pop
} if
userdict /HPwmSize known not {/HPwmSize 48 def} if
userdict /HPwmAngle known not {/HPwmAngle 45 def} if
userdict /HPwmSaturation known not
{ /HPwmSaturation
{ [ currentcmykcolor ] /DeviceCMYK setcolorspace { .55 mul } forall
setcolor } def
} if
userdict /HPwmColor known not
{ /HPwmColor { 0 setgray HPwmSaturation } def
} if
userdict /HPwmStyle known not
{/HPwmStyle { HPwmText false charpath HPwmColor .48 setlinewidth stroke }
def
} if
end
<<
/EndPage
{
2 eq { pop false }{
pop HPwm /HPwmOn get
{ gsave
initmatrix
0 setgray 1 setlinewidth true setstrokeadjust 0 setlinejoin 0
setlinecap [] 0 setdash
currentpagedevice /PageSize get aload pop 2 div exch 2 div
exch
translate
HPwmAngle rotate
/por where {
pop /por load dup type /booleantype eq { not { -90 rotate }
if } if
} if
/HPwmFont HPwmSize selectfont
HPwmText stringwidth 2 div neg exch 2 div neg exch
HPwmSize .25 mul
sub moveto
HPwmStyle HPwmLocation not {true setglobal HPwm /HPwmOn false
put
false setglobal} if
grestore
} if
true
} ifelse
} bind} ifelse"
*End
*HPwmSwitch FirstPageOnly/Nur erste Seite: "
% Copyright (c) Hewlett-Packard Co 1997
/HPwm where { pop }{
userdict begin
true setglobal /HPwm 5 dict dup begin /HPwmOn true def end def false
setglobal
userdict /HPwmLocation false put
userdict /HPwmText known not {/HPwmText (Draft) def} if
FontDirectory /HPwmFont known not {
/Helvetica-Bold findfont dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/MacEncoding where
{ pop /Encoding MacEncoding def }
{ /Encoding ISOLatin1Encoding def } ifelse
currentdict
end
/HPwmFont exch definefont pop
} if
userdict /HPwmSize known not {/HPwmSize 48 def} if
userdict /HPwmAngle known not {/HPwmAngle 45 def} if
userdict /HPwmSaturation known not
{ /HPwmSaturation
{ [ currentcmykcolor ] /DeviceCMYK setcolorspace { .55 mul } forall
setcolor } def
} if
userdict /HPwmColor known not
{ /HPwmColor { 0 setgray HPwmSaturation } def
} if
userdict /HPwmStyle known not
{/HPwmStyle { HPwmText false charpath HPwmColor .48 setlinewidth stroke }
def
} if
end
<<
/EndPage
{
2 eq { pop false }{
pop HPwm /HPwmOn get
{ gsave
initmatrix
0 setgray 1 setlinewidth true setstrokeadjust 0 setlinejoin 0
setlinecap [] 0 setdash
currentpagedevice /PageSize get aload pop 2 div exch 2 div
exch
translate
HPwmAngle rotate
/por where {
pop /por load dup type /booleantype eq { not { -90 rotate }
if } if
} if
/HPwmFont HPwmSize selectfont
HPwmText stringwidth 2 div neg exch 2 div neg exch
HPwmSize .25 mul
sub moveto
HPwmStyle HPwmLocation not {true setglobal HPwm /HPwmOn false
put
false setglobal} if
grestore
} if
true
} ifelse
} bind} ifelse"
*End
*CloseUI: *HPwmSwitch



*% =================================
*% Watermark Text
*% =================================
*OpenUI *HPwmText/Wasserzeichen: PickOne
*OrderDependency: 65 AnySetup *HPwmText
*DefaultHPwmText:None
*HPwmText Draft/Entwurf: "userdict /HPwmText (Entwurf) put"
*HPwmText CompanyConfidential/Vertrauliche Firmensache: "userdict /HPwmText
(Vertrauliche Firmensache) put"
*HPwmText CompanyProprietary/Firmeneigentum: "userdict /HPwmText
(Firmeneigentum) put"
*HPwmText CompanyPrivate/Firmenintern: "userdict /HPwmText (Firmenintern)
put"
*HPwmText Confidential/Vertraulich: "userdict /HPwmText (Vertraulich) put"
*HPwmText Copy/Kopie: "userdict /HPwmText (Kopie) put"
*HPwmText Copyright/Copyright: "userdict /HPwmText (Copyright) put"
*HPwmText FileCopy/Datei kopieren: "userdict /HPwmText (Datei kopieren) put"
*HPwmText Final/Fertig: "userdict /HPwmText (Fertig) put"
*HPwmText ForInternalUse/Nur zur internen Verwendung: "userdict /HPwmText
(Nur zur internen Verwendung) put"
*HPwmText Preliminary/Vorl�ufig: "userdict /HPwmText (Vorl�ufig) put"
*HPwmText Proof/Korrekturfahne: "userdict /HPwmText (Korrekturfahne) put"
*HPwmText ReviewCopy/Kopie �berpr�fen: "userdict /HPwmText (Kopie
�berpr�fen) put"
*HPwmText Sample/Beispiel: "userdict /HPwmText (Beispiel) put"
*HPwmText TopSecret/Streng geheim: "userdict /HPwmText (Streng geheim) put"
*HPwmText Urgent/Dringend: "userdict /HPwmText (Dringend) put"
*HPwmText Set/Benutzerdefiniert: "userdict /HPwmText (Benutzerdefiniert)
put"
*CloseUI: *HPwmText
*% Allows LW 8.5.1 to use custom strings
*RBISetHPwmText Data: "(Custom) 50"
*RBISetHPwmText Code: "userdict /HPwmText 3 -1 roll put"

*% =================================
*% Watermark Font
*% =================================
*OpenUI *HPwmFont/Wasserzeichenschrift: PickOne
*OrderDependency: 65 AnySetup *HPwmFont
*DefaultHPwmFont: HelveticaB
*HPwmFont CourierB/Courier Fett: "
/Courier-Bold findfont dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/MacEncoding where
{ pop /Encoding MacEncoding def }
{ /Encoding ISOLatin1Encoding def } ifelse
currentdict
end
/HPwmFont exch definefont pop"
*End
*HPwmFont HelveticaB/Helvetica Fett: "
/Helvetica-Bold findfont dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/MacEncoding where
{ pop /Encoding MacEncoding def }
{ /Encoding ISOLatin1Encoding def } ifelse
currentdict
end
/HPwmFont exch definefont pop"
*End
*HPwmFont TimesB/Times Fett: "
/Times-Bold findfont dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/MacEncoding where
{ pop /Encoding MacEncoding def }
{ /Encoding ISOLatin1Encoding def } ifelse
currentdict
end
/HPwmFont exch definefont pop"
*End
*CloseUI: *HPwmFont

*% =================================
*% Watermark Size
*% =================================
*OpenUI *HPwmFontSize/Wasserzeichengr��e: PickOne
*OrderDependency: 65 AnySetup *HPwmFontSize
*DefaultHPwmFontSize: pt48
*HPwmFontSize pt24/24 Punkte: "userdict /HPwmSize 24 put"
*HPwmFontSize pt30/30 Punkte: "userdict /HPwmSize 30 put"
*HPwmFontSize pt36/36 Punkte: "userdict /HPwmSize 36 put"
*HPwmFontSize pt42/42 Punkte: "userdict /HPwmSize 42 put"
*HPwmFontSize pt48/48 Punkte: "userdict /HPwmSize 48 put"
*HPwmFontSize pt54/54 Punkte: "userdict /HPwmSize 54 put"
*HPwmFontSize pt60/60 Punkte: "userdict /HPwmSize 60 put"
*HPwmFontSize pt66/66 Punkte: "userdict /HPwmSize 66 put"
*HPwmFontSize pt72/72 Punkte: "userdict /HPwmSize 72 put"
*HPwmFontSize pt78/78 Punkte: "userdict /HPwmSize 78 put"
*HPwmFontSize pt84/84 Punkte: "userdict /HPwmSize 84 put"
*HPwmFontSize pt90/90 Punkte: "userdict /HPwmSize 90 put"
*CloseUI: *HPwmFontSize

*%=== WaterMark Angle ========
*OpenUI *HPwmTextAngle/Wasserzeichenwinkel: PickOne
*OrderDependency: 65 AnySetup *HPwmTextAngle
*DefaultHPwmTextAngle: Deg45
*HPwmTextAngle Deg90/90 Grad: "userdict /HPwmAngle 90 put"
*HPwmTextAngle Deg75/75 Grad: "userdict /HPwmAngle 75 put"
*HPwmTextAngle Deg60/60 Grad: "userdict /HPwmAngle 60 put"
*HPwmTextAngle Deg45/45 Grad: "userdict /HPwmAngle 45 put"
*HPwmTextAngle Deg30/30 Grad: "userdict /HPwmAngle 30 put"
*HPwmTextAngle Deg15/15 Grad: "userdict /HPwmAngle 15 put"
*HPwmTextAngle Deg0/0 Grad: "userdict /HPwmAngle 0 put"
*HPwmTextAngle DegN15/-15 Grad: "userdict /HPwmAngle -15 put"
*HPwmTextAngle DegN30/-30 Grad: "userdict /HPwmAngle -30 put"
*HPwmTextAngle DegN45/-45 Grad: "userdict /HPwmAngle -45 put"
*HPwmTextAngle DegN60/-60 Grad: "userdict /HPwmAngle -60 put"
*HPwmTextAngle DegN75/-75 Grad: "userdict /HPwmAngle -75 put"
*HPwmTextAngle DegN90/-90 Grad: "userdict /HPwmAngle -90 put"
*CloseUI: *HPwmTextAngle

*% =================================
*% Watermark Style
*% =================================
*OpenUI *HPwmTextStyle/Wasserzeichenformatvorlage: PickOne
*OrderDependency: 65 AnySetup *HPwmTextStyle
*DefaultHPwmTextStyle: Medium
*HPwmTextStyle Thin/Schmale Kontur: "userdict /HPwmStyle { HPwmText false
charpath HPwmColor .24 setlinewidth stroke } bind put"
*HPwmTextStyle Medium/Mittelbreite Kontur: "userdict /HPwmStyle { HPwmText
false charpath HPwmColor .48 setlinewidth stroke } bind put"
*HPwmTextStyle Thick/Breite Kontur: "userdict /HPwmStyle { HPwmText false
charpath HPwmColor .96 setlinewidth stroke } bind put"
*HPwmTextStyle Halo/Breite Kontur Blase: "userdict /HPwmStyle
{ HPwmText false charpath gsave /DeviceGray setcolorspace 1 setgray 1.8
setlinewidth stroke grestore
HPwmColor .96 setlinewidth stroke } bind put"
*End
*HPwmTextStyle Fill/Filled: "userdict /HPwmStyle { HPwmColor HPwmText show }
bind put"
*CloseUI: *HPwmTextStyle

*% =================================
*% Watermark Color
*% =================================
*OpenUI *HPwmTextColor/Wasserzeichenfarbe: PickOne
*OrderDependency: 64 AnySetup *HPwmTextColor
*DefaultHPwmTextColor: Black
*HPwmTextColor Black/Grau: "userdict /HPwmColor { 0 setgray HPwmSaturation }
bind put"
*HPwmTextColor Red/Rot: "userdict /HPwmColor { /DeviceCMYK setcolorspace 0
1 .3 0 setcolor HPwmSaturation } bind put"
*HPwmTextColor Orange/Orange: "userdict /HPwmColor { /DeviceCMYK
setcolorspace 0 .5 1 0 setcolor HPwmSaturation } bind put"
*HPwmTextColor Yellow/Gelb: "userdict /HPwmColor { /DeviceCMYK setcolorspace
0 0 1 0 setcolor HPwmSaturation } bind put"
*HPwmTextColor Green/Gr�n: "userdict /HPwmColor { /DeviceCMYK
setcolorspace .9 0 .9 0 setcolor HPwmSaturation } bind put"
*HPwmTextColor Blue/Blau: "userdict /HPwmColor { /DeviceCMYK setcolorspace
1 .1 0 0 setcolor HPwmSaturation } bind put"
*HPwmTextColor Purple/Lila: "userdict /HPwmColor { /DeviceCMYK
setcolorspace .8 .8 0 0 setcolor HPwmSaturation } bind put"
*CloseUI: *HPwmTextColor

*% =================================
*% WaterMark Brightness
*% =================================
*OpenUI *HPwmBrightness/Wasserzeichen-Druckdichte: PickOne
*OrderDependency: 63 AnySetup *HPwmBrightness
*DefaultHPwmBrightness: Medium
*HPwmBrightness Darkest/Am dunkelsten: "userdict /HPwmSaturation {
null pop } put"
*HPwmBrightness Darker/Dunkler: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .88 mul } forall setcolor }
put"
*HPwmBrightness Dark/Dunkel: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .77 mul } forall setcolor }
put"
*HPwmBrightness MediumDark/Mitteldunkel: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .66 mul } forall setcolor }
put"
*HPwmBrightness Medium/Mittel: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .55 mul } forall setcolor }
put"
*HPwmBrightness MediumLight/Mittelhell: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .44 mul } forall setcolor }
put"
*HPwmBrightness Light/Hell: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .33 mul } forall setcolor }
put"
*HPwmBrightness Lighter/Heller: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .22 mul } forall setcolor }
put"
*HPwmBrightness Lightest/Am hellsten: "userdict /HPwmSaturation { [
currentcmykcolor ] /DeviceCMYK setcolorspace { .11 mul } forall setcolor }
put"
*CloseUI: *HPwmBrightness

*%$WM_END


*% =================================
*% 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
*Font Albertus-ExtraBold: Standard "(001.008S)" ExtendedRoman ROM
*Font Albertus-Medium: Standard "(001.008S)" ExtendedRoman ROM
*Font AntiqueOlive: Standard "(001.008S)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(001.008S)" Standard ROM
*Font AntiqueOlive-Italic: Standard "(001.008S)" Standard ROM
*Font Arial: Standard "(001.008S)" Standard ROM
*Font Arial-Bold: Standard "(001.008S)" Standard ROM
*Font Arial-BoldItalic: Standard "(001.008S)" Standard ROM
*Font Arial-Italic: Standard "(001.008S)" Standard ROM
*Font CGOmega: Standard "(001.008S)" Standard ROM
*Font CGOmega-Bold: Standard "(001.008S)" Standard ROM
*Font CGOmega-BoldItalic: Standard "(001.008S)" Standard ROM
*Font CGOmega-Italic: Standard "(001.008S)" Standard ROM
*Font CGTimes: Standard "(001.008S)" Standard ROM
*Font CGTimes-Bold: Standard "(001.008S)" Standard ROM
*Font CGTimes-BoldItalic: Standard "(001.008S)" Standard ROM
*Font CGTimes-Italic: Standard "(001.008S)" Standard ROM
*Font Clarendon-Condensed-Bold: Standard "(001.008S)" Standard ROM
*Font Coronet: Standard "(001.008S)" Standard ROM
*Font CourierHP: Standard "(001.008S)" Standard ROM
*Font CourierHP-Bold: Standard "(001.008S)" Standard ROM
*Font CourierHP-BoldItalic: Standard "(001.008S)" Standard ROM
*Font CourierHP-Italic: Standard "(001.008S)" Standard ROM
*Font Garamond-Antiqua: Standard "(001.008S)" Standard ROM
*Font Garamond-Halbfett: Standard "(001.008S)" Standard ROM
*Font Garamond-Kursiv: Standard "(001.008S)" Standard ROM
*Font Garamond-KursivHalbfett: Standard "(001.008S)" Standard ROM
*Font LetterGothic: Standard "(001.008S)" Standard ROM
*Font LetterGothic-Bold: Standard "(001.008S)" Standard ROM
*Font LetterGothic-Italic: Standard "(001.008S)" Standard ROM
*Font Marigold: Standard "(001.008S)" Standard ROM
*Font SymbolMT: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman-Bold: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman-BoldItalic: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman-Italic: Standard "(001.008S)" Standard ROM
*Font Univers-Bold: Standard "(001.008S)" Standard ROM
*Font Univers-BoldItalic: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-Bold: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-BoldItalic: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-Medium: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-MediumItalic: Standard "(001.008S)" Standard ROM
*Font Univers-Medium: Standard "(001.008S)" Standard ROM
*Font Univers-MediumItalic: Standard "(001.008S)" Standard ROM
*Font Wingdings-Regular: Special "(001.008S)" 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"/PrinterError: needs attention
*Status: "PrinterError: cover open"/PrinterError: cover open
*Status: "PrinterError: no toner cartridge"/PrinterError: no toner cartridge
*Status: "PrinterError: out of paper"/PrinterError: out of paper
*Status: "PrinterError: Paper Jam"/PrinterError: Paper Jam
*Status: "PrinterError: page protect needed"/PrinterError: page protect
needed
*Status: "PrinterError: out of memory"/PrinterError: out of memory
*Status: "PrinterError: output bin full"/PrinterError: output bin full
*Status: "PrinterError: resetting printer"/PrinterError: resetting printer
*Status: "PrinterError: toner is low"/PrinterError: toner is low
*Status: "PrinterError: off line"/PrinterError: off line

*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )

*Source: "Serial"
*Source: "LocalTalk"
*Source: "Parallel"
*Source: "OptionalIO"

*% PrinterError (format: %%[ PrinterError: <one of these> ]%%)
*PrinterError: "needs attention"/needs attention
*PrinterError: "cover open"/cover open
*PrinterError: "no toner cartridge"/no toner cartridge
*PrinterError: "out of paper"/out of paper
*PrinterError: "Paper Jam"/Paper Jam
*PrinterError: "page protect needed"/page protect needed
*PrinterError: "out of memory"/out of memory
*PrinterError: "output bin full"/output bin full
*PrinterError: "resetting printer"/resetting printer
*PrinterError: "toner is low"/toner is low
*PrinterError: "off line"/off line

*% =================================
*% Color Separation Information
*% =================================
*DefaultColorSep: ProcessBlack.60lpi.300dpi
*InkName: ProcessBlack/Process Black
*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 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 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 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 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"

*% =================================
*% System Management
*% =================================
*FreeVM: "2097152"
*VMOption 32-39MB/32 - 39 MB: "6291456"
*VMOption 40-47MB/40 - 47 MB: "10485760"
*VMOption 48-63MB/48 - 63 MB: "18874368"
*VMOption 64-95MB/64 - 95 MB: "35651584"
*VMOption 96-160MB/96 - 160 MB: "69206016"

*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "300"

*% Don't allow envelopes in Tray 2
*UIConstraints: *PageSize Env10 *InputSlot Tray2
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
*UIConstraints: *PageSize EnvDL *InputSlot Tray2
*UIConstraints: *PageSize EnvC5 *InputSlot Tray2
*UIConstraints: *PageSize EnvISOB5 *InputSlot Tray2
*UIConstraints: *PageSize DoublePostcard *InputSlot Tray2
*UIConstraints: *PageSize 16k *InputSlot Tray2

*UIConstraints: *InputSlot Tray2 *PageSize Env10
*UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray2 *PageSize EnvDL
*UIConstraints: *InputSlot Tray2 *PageSize EnvC5
*UIConstraints: *InputSlot Tray2 *PageSize EnvISOB5
*UIConstraints: *InputSlot Tray2 *PageSize DoublePostcard
*UIConstraints: *InputSlot Tray2 *PageSize 16k

*UIConstraints: *PageRegion Env10 *InputSlot Tray2
*UIConstraints: *PageRegion EnvMonarch *InputSlot Tray2
*UIConstraints: *PageRegion EnvDL *InputSlot Tray2
*UIConstraints: *PageRegion EnvC5 *InputSlot Tray2
*UIConstraints: *PageRegion EnvISOB5 *InputSlot Tray2
*UIConstraints: *PageRegion DoublePostcard *InputSlot Tray2
*UIConstraints: *PageRegion 16k *InputSlot Tray2

*UIConstraints: *InputSlot Tray2 *PageRegion Env10
*UIConstraints: *InputSlot Tray2 *PageRegion EnvMonarch
*UIConstraints: *InputSlot Tray2 *PageRegion EnvDL
*UIConstraints: *InputSlot Tray2 *PageRegion EnvC5
*UIConstraints: *InputSlot Tray2 *PageRegion EnvISOB5
*UIConstraints: *InputSlot Tray2 *PageRegion DoublePostcard
*UIConstraints: *InputSlot Tray2 *PageRegion 16k

*% Don't allow envelopes in Tray 3
*UIConstraints: *PageSize Env10 *InputSlot Tray3
*UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
*UIConstraints: *PageSize EnvDL *InputSlot Tray3
*UIConstraints: *PageSize EnvC5 *InputSlot Tray3
*UIConstraints: *PageSize EnvISOB5 *InputSlot Tray3
*UIConstraints: *PageSize DoublePostcard *InputSlot Tray3
*UIConstraints: *PageSize Legal *InputSlot Tray3
*UIConstraints: *PageSize Executive *InputSlot Tray3
*UIConstraints: *PageSize 8_5X13 *InputSlot Tray3
*UIConstraints: *PageSize A5 *InputSlot Tray3
*UIConstraints: *PageSize B5ISO *InputSlot Tray3
*UIConstraints: *PageSize B5 *InputSlot Tray3
*UIConstraints: *PageSize ExecJIS *InputSlot Tray3
*UIConstraints: *PageSize 16k *InputSlot Tray3

*UIConstraints: *InputSlot Tray3 *PageSize Env10
*UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
*UIConstraints: *InputSlot Tray3 *PageSize EnvDL
*UIConstraints: *InputSlot Tray3 *PageSize EnvC5
*UIConstraints: *InputSlot Tray3 *PageSize EnvISOB5
*UIConstraints: *InputSlot Tray3 *PageSize DoublePostcard
*UIConstraints: *InputSlot Tray3 *PageSize Legal
*UIConstraints: *InputSlot Tray3 *PageSize Executive
*UIConstraints: *InputSlot Tray3 *PageSize 8_5X13
*UIConstraints: *InputSlot Tray3 *PageSize A5
*UIConstraints: *InputSlot Tray3 *PageSize B5ISO
*UIConstraints: *InputSlot Tray3 *PageSize B5
*UIConstraints: *InputSlot Tray3 *PageSize ExecJIS
*UIConstraints: *InputSlot Tray3 *PageSize 16k

*UIConstraints: *PageRegion Env10 *InputSlot Tray3
*UIConstraints: *PageRegion EnvMonarch *InputSlot Tray3
*UIConstraints: *PageRegion EnvDL *InputSlot Tray3
*UIConstraints: *PageRegion EnvC5 *InputSlot Tray3
*UIConstraints: *PageRegion EnvISOB5 *InputSlot Tray3
*UIConstraints: *PageRegion DoublePostcard *InputSlot Tray3
*UIConstraints: *PageRegion Legal *InputSlot Tray3
*UIConstraints: *PageRegion Executive *InputSlot Tray3
*UIConstraints: *PageRegion 8_5X13 *InputSlot Tray3
*UIConstraints: *PageRegion A5 *InputSlot Tray3
*UIConstraints: *PageRegion B5ISO *InputSlot Tray3
*UIConstraints: *PageRegion B5 *InputSlot Tray3
*UIConstraints: *PageRegion ExecJIS *InputSlot Tray3
*UIConstraints: *PageRegion 16k *InputSlot Tray3

*UIConstraints: *InputSlot Tray3 *PageRegion Env10
*UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarch
*UIConstraints: *InputSlot Tray3 *PageRegion EnvDL
*UIConstraints: *InputSlot Tray3 *PageRegion EnvC5
*UIConstraints: *InputSlot Tray3 *PageRegion EnvISOB5
*UIConstraints: *InputSlot Tray3 *PageRegion DoublePostcard
*UIConstraints: *InputSlot Tray3 *PageRegion Legal
*UIConstraints: *InputSlot Tray3 *PageRegion Executive
*UIConstraints: *InputSlot Tray3 *PageRegion 8_5X13
*UIConstraints: *InputSlot Tray3 *PageRegion A5
*UIConstraints: *InputSlot Tray3 *PageRegion B5ISO
*UIConstraints: *InputSlot Tray3 *PageRegion B5
*UIConstraints: *InputSlot Tray3 *PageRegion ExecJIS
*UIConstraints: *InputSlot Tray3 *PageRegion 16k

*UIConstraints: *InputSlot Transparency *InputSlot Tray2
*UIConstraints: *InputSlot Labels *InputSlot Tray2
*UIConstraints: *InputSlot CardStock106 *InputSlot Tray2
*UIConstraints: *InputSlot Glossy *InputSlot Tray2
*UIConstraints: *InputSlot HeavyGlossy *InputSlot Tray2
*UIConstraints: *InputSlot GlossyFilm *InputSlot Tray2
*UIConstraints: *InputSlot Envelope *InputSlot Tray2

*UIConstraints: *InputSlot Tray2 *InputSlot Transparency
*UIConstraints: *InputSlot Tray2 *InputSlot Labels
*UIConstraints: *InputSlot Tray2 *InputSlot CardStock106
*UIConstraints: *InputSlot Tray2 *InputSlot Glossy
*UIConstraints: *InputSlot Tray2 *InputSlot HeavyGlossy
*UIConstraints: *InputSlot Tray2 *InputSlot GlossyFilm
*UIConstraints: *InputSlot Tray2 *InputSlot Envelope

*UIConstraints: *InputSlot Transparency *InputSlot Tray3
*UIConstraints: *InputSlot Labels *InputSlot Tray3
*UIConstraints: *InputSlot CardStock106 *InputSlot Tray3
*UIConstraints: *InputSlot Glossy *InputSlot Tray3
*UIConstraints: *InputSlot HeavyGlossy *InputSlot Tray3
*UIConstraints: *InputSlot GlossyFilm *InputSlot Tray3
*UIConstraints: *InputSlot Envelope *InputSlot Tray3

*UIConstraints: *InputSlot Tray3 *InputSlot Transparency
*UIConstraints: *InputSlot Tray3 *InputSlot Labels
*UIConstraints: *InputSlot Tray3 *InputSlot CardStock106
*UIConstraints: *InputSlot Tray3 *InputSlot Glossy
*UIConstraints: *InputSlot Tray3 *InputSlot HeavyGlossy
*UIConstraints: *InputSlot Tray3 *InputSlot GlossyFilm
*UIConstraints: *InputSlot Tray3 *InputSlot Envelope

*% =================================
*% For "HP Color LaserJet 2550 PS "
*% =================================
]

Any kind help is appreciated, many thanks in advance.
Kind regards
Christian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top