*PPD-Adobe: "4.3"
*% =================================
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1993-99 Hewlett-Packard Company.
*% PPD Version for Windows 95/98
*% Date Code: 19990428
*% =================================
*% Product/PPD Version Information
*% =================================
*% PPD File Version Information
*FormatVersion: "4.3"
*FileVersion: "2.0"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "HP4500.PPD"

*% Product Name and Version Information
*Manufacturer: "HP"
*Product:      "(HP Color LaserJet 4500)"
*ModelName:     "HP C LaserJet 4500-PS"
*ShortNickName: "HP C LaserJet 4500-PS"
*NickName:      "HP C LaserJet 4500-PS v2014.200"
*PSVersion:     "(2014.200) 0"

*% =================================
*% Basic Device Capabilities
*% =================================
*LanguageLevel:         "2"
*ColorDevice: True
*DefaultColorSpace: CMY
*TTRasterizer: Type42
*FileSystem: False
*Throughput: "16"

*% =================================
*% 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"
*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/Options Installed
*OpenUI *Tray3/Tray3 Paper Tray: Boolean
*DefaultTray3: False
*Tray3 True/Installed: ""
*Tray3 False/Not Installed: ""
*?Tray3: "
       save
          currentpagedevice /InputAttributes get
           1 get
           null eq
           {(False)}{(True)}ifelse = flush
       restore
"
*End
*CloseUI: *Tray3

*OpenUI *InstalledMemory/Memory Configuration: PickOne
*DefaultInstalledMemory: Mem1
*InstalledMemory Mem1/32 - 39 MB RAM: ""
*InstalledMemory Mem2/40 - 63 MB RAM: ""
*InstalledMemory Mem3/64 - 95 MB RAM: ""
*InstalledMemory Mem4/96 - 127 MB RAM: ""
*InstalledMemory Mem5/128 - 159 MB RAM: ""
*InstalledMemory Mem6/160 - 191 MB RAM: ""
*InstalledMemory Mem7/  192 MB RAM: ""
*?InstalledMemory: "
 save
       currentsystemparams /RamSize get
       524288 div ceiling cvi 2 div
       /size exch def
       size 192 ge
       {(Mem7)}
       {size 160 ge
               {(Mem6)}
               {size 128 ge
                       {(Mem5)}
                       {size 96 ge
                               {(Mem4)}
                               {size 64 ge
                                       {(Mem3)}
                                       {size 40 ge
                                               {(Mem2)}
                                               {(Mem1)}ifelse
                                       }ifelse
                               }ifelse
                       }ifelse
               }ifelse
       }ifelse = flush
 restore
"
*End
*CloseUI: *InstalledMemory

*OpenUI *Duplexer/Duplex Unit (for 2-Sided Printing): Boolean
*DefaultDuplexer: False
*Duplexer True/Installed: ""
*Duplexer False/Not Installed: ""
*?Duplexer: "
 save
  currentpagedevice /Duplex known
  {(True)}{(False)}ifelse = flush
 restore
"
*End
*CloseUI: *Duplexer
*CloseGroup: InstallableOptions

*% =================================
*% User Interface Constraints
*% =================================
*% If optional Duplexer is not installed, disable access to Duplex
*UIConstraints: *Duplexer False *Duplex DuplexNoTumble
*UIConstraints: *Duplexer False *Duplex DuplexTumble

*% Installable tray options
*UIConstraints: *Tray3       False *InputSlot Tray3

*% 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: *MediaType Labels *InputSlot Tray2
*UIConstraints: *MediaType Cardstock *InputSlot Tray2

*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: *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 *MediaType Labels
*UIConstraints: *InputSlot Tray2 *MediaType Cardstock

*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

*% Don't allow envelopes in Tray 3
*UIConstraints: *PageSize A5 *InputSlot Tray3
*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: *MediaType Labels *InputSlot Tray3
*UIConstraints: *MediaType Cardstock *InputSlot Tray3

*UIConstraints: *PageRegion A5 *InputSlot Tray3
*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: *InputSlot Tray3 *PageSize A5
*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 *MediaType Labels
*UIConstraints: *InputSlot Tray3 *MediaType Cardstock

*UIConstraints: *InputSlot Tray3 *PageRegion A5
*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

*% Don't allow A5, envelopes, transparencies or labels to be duplexed
*UIConstraints: *PageSize A5 *Duplex DuplexNoTumble
*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *PageSize EnvISOB5 *Duplex DuplexNoTumble
*UIConstraints: *MediaType Transparency *Duplex DuplexNoTumble
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *MediaType Cardstock *Duplex DuplexNoTumble

*UIConstraints: *PageRegion A5 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexNoTumble

*UIConstraints: *PageSize A5 *Duplex DuplexTumble
*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageSize EnvISOB5 *Duplex DuplexTumble
*UIConstraints: *MediaType Transparency *Duplex DuplexTumble
*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *MediaType Cardstock *Duplex DuplexTumble

*UIConstraints: *PageRegion A5 *Duplex DuplexTumble
*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
*UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexTumble

*UIConstraints: *Duplex *PageSize A5
*UIConstraints: *Duplex *PageSize Env10
*UIConstraints: *Duplex *PageSize EnvMonarch
*UIConstraints: *Duplex *PageSize EnvDL
*UIConstraints: *Duplex *PageSize EnvC5
*UIConstraints: *Duplex *PageSize EnvISOB5
*UIConstraints: *Duplex *MediaType Transparency
*UIConstraints: *Duplex *MediaType Labels
*UIConstraints: *Duplex *MediaType Cardstock

*UIConstraints: *Duplex *PageRegion A5
*UIConstraints: *Duplex *PageRegion Env10
*UIConstraints: *Duplex *PageRegion EnvMonarch
*UIConstraints: *Duplex *PageRegion EnvDL
*UIConstraints: *Duplex *PageRegion EnvC5
*UIConstraints: *Duplex *PageRegion EnvISOB5

*% Need minimim 40MB for Duplex Option
*UIConstraints:    *Duplex *InstalledMemory Mem1
*NonUIConstraints: *Duplex *InstalledMemory Mem1

*% Custom page size only in tray 1 no duplexing
*NonUIConstraints: *CustomPageSize True *Duplex
*NonUIConstraints: *Duplex *CustomPageSize True

*UIConstraints: *CustomPageSize True *Duplex
*UIConstraints: *Duplex *CustomPageSize True

*NonUIConstraints: *InputSlot Tray2 *CustomPageSize True
*NonUIConstraints: *InputSlot Tray3 *CustomPageSize True
*NonUIConstraints: *CustomPageSize True  *InputSlot Tray2
*NonUIConstraints: *CustomPageSize True  *InputSlot Tray3

*UIConstraints: *InputSlot Tray2 *CustomPageSize True
*UIConstraints: *InputSlot Tray3 *CustomPageSize True
*UIConstraints: *CustomPageSize True  *InputSlot Tray2
*UIConstraints: *CustomPageSize True  *InputSlot Tray3

*NonUIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
*NonUIConstraints: *CustomPageSize True *Duplex DuplexTumble

*UIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
*UIConstraints: *CustomPageSize True *Duplex DuplexTumble

*% Ignore ColorSmart manual settings in automatic mode
*UIConstraints: *ColorSmart Automatic *CSText MatchSmooth
*UIConstraints: *ColorSmart Automatic *CSText VividDetail
*UIConstraints: *ColorSmart Automatic *CSText VividSmooth

*UIConstraints: *ColorSmart Automatic *CSGraphics MatchDetail
*UIConstraints: *ColorSmart Automatic *CSGraphics VividSmooth
*UIConstraints: *ColorSmart Automatic *CSGraphics VividDetail

*UIConstraints: *ColorSmart Automatic *CSImage MatchDetail
*UIConstraints: *ColorSmart Automatic *CSImage VividSmooth
*UIConstraints: *ColorSmart Automatic *CSImage VividDetail

*% ==============Paper Handling ===================

*% =================================
*% Media Selection/Paper Handling
*% =================================
*LandscapeOrientation: Plus90
*VariablePaperSize: True
*OpenUI *PageSize: PickOne
*OrderDependency: 30 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter/US Letter: "
     <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
*End
*PageSize Legal/US Legal: "
     <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
*End
*PageSize Executive/Executive: "
     <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
*End
*PageSize A4/A4: "
     <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
*End
*PageSize A5/A5: "
     <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
*End
*PageSize B5/JIS B5: "
     <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
*End
*PageSize EnvISOB5/B5 (ISO): "
     <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
*End
*PageSize Env10/Com-10: "
     <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
*End
*PageSize EnvC5/C5: "
     <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
*End
*PageSize EnvDL/DL: "
     <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
*End
*PageSize EnvMonarch/Monarch: "
     <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
*End
*?PageSize: "
save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch} if
  (Unknown)
 6 dict
  dup [612 792] (Letter) put
  dup [612 1008] (Legal) put
  dup [522 756] (Executive) put
  dup [595 842] (A4) put
  dup [420 595] (A5) put
  dup [516 729] (B5) 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: Letter
*PageRegion Letter/US Letter: "
     <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
*End
*PageRegion Legal/US Legal: "
     <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
*End
*PageRegion Executive/Executive: "
     <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
*End
*PageRegion A4/A4: "
     <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
*End
*PageRegion A5/A5: "
     <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
*End
*PageRegion B5/JIS B5: "
     <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
*End
*PageRegion EnvISOB5/B5 (ISO): "
     <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
*End
*PageRegion Env10/Com-10: "
     <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
*End
*PageRegion EnvC5/C5: "
     <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
*End
*PageRegion EnvDL/DL: "
     <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
*End
*PageRegion EnvMonarch/Monarch: "
     <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
*End
*CloseUI: *PageRegion

*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: Letter
*ImageableArea Letter/US Letter:                            "12.00 12.12 599.88 779.90"
*ImageableArea Legal/US Legal:                              "12.00 12.12 599.88 995.90"
*ImageableArea Executive/Executive:                         "12.00 12.12 509.88 743.90"
*ImageableArea A4/A4:                                       "12.00 12.12 583.08 829.68"
*ImageableArea A5/A5:                                       "12.00 12.12 407.40 583.20"
*ImageableArea B5/JIS B5:                                   "12.00 12.12 503.88 715.92"
*ImageableArea EnvISOB5/B5 (ISO):                           "12.00 12.12 486.60 696.48"
*ImageableArea Env10/Com-10:                                "12.00 12.12 284.76 671.90"
*ImageableArea EnvC5/EnvC5:                                 "12.00 12.12 447.00 636.96"
*ImageableArea EnvDL/EnvDL:                                 "12.00 12.12 299.64 611.42"
*ImageableArea EnvMonarch/Envelope Monarch:                 "12.00 12.12 266.76 527.90"
*?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 Legal/US Legal:                             "612 1008"
*PaperDimension Executive/Executive:                        "522 756"
*PaperDimension A4/A4:                                      "595 842"
*PaperDimension A5/A5:                                      "420 595"
*PaperDimension B5/JIS B5:                                  "516 729"
*PaperDimension EnvISOB5/B5 (ISO):                          "499 709"
*PaperDimension Env10/Com-10:                               "297 684"
*PaperDimension EnvC5/C5:                                   "459 649"
*PaperDimension EnvDL/DL:                                   "312 624"
*PaperDimension EnvMonarch/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/Print Color as Gray:  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

*% =================================
*% Media Handling Features
*% =================================
*%=================Media Type============================

*OpenUI *MediaType/Media Type: PickOne
*OrderDependency: 50 AnySetup *MediaType
*DefaultMediaType: Plain

*MediaType Unspecified/Unspecified:  "
   <</MediaType (Unspecified)>> setpagedevice"
*End
*MediaType Plain/Plain:  "
   <</MediaType (Plain)>> setpagedevice"
*End
*MediaType Preprinted/Preprinted:  "
   <</MediaType (Preprinted)>> setpagedevice"
*End
*MediaType Letterhead/Letterhead:  "
   <</MediaType (Letterhead)>> setpagedevice"
*End
*MediaType Transparency/Transparency:  "
   <</MediaType (Transparency)>> setpagedevice"
*End
*MediaType Glossy/Glossy:  "
   <</MediaType (Gloss)>> setpagedevice"
*End
*MediaType Prepunched/Prepunched:  "
   <</MediaType (Prepunched)>> setpagedevice"
*End
*MediaType Labels/Labels:  "
   <</MediaType (Labels)>> setpagedevice"
*End
*MediaType Bond/Bond:  "
   <</MediaType (Bond)>> setpagedevice"
*End
*MediaType Recycle/Recycled:  "
   <</MediaType (Recycled)>> setpagedevice"
*End
*MediaType Color/Color:  "
   <</MediaType (Color)>> setpagedevice"
*End
*MediaType Heavy/Heavy:  "
   <</MediaType (Heavy)>> setpagedevice"
*End
*MediaType Cardstock/Card Stock:  "
   <</MediaType (Card Stock)>> setpagedevice"
*End

*?MediaType: "
save
   currentpagedevice /MediaType get
   dup null eq {pop (Unknown)} if
   = flush
restore
"
*End
*CloseUI: *MediaType


*%=== Custom Paper Support =================
*%Orientation and Margin (offsets) values are not utilized

*MaxMediaWidth: "612"
*MaxMediaHeight: "1002"
*HWMargins: 16 16 16 16
*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 1002
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 0 0

*% =================================
*%  Print Finish
*% =================================
*OpenUI *PrintFinish/Print Finish: PickOne
*OrderDependency: 95 AnySetup *PrintFinish
*DefaultPrintFinish: Matte
*PrintFinish Matte/Matte:"
   << /GlossFinish false >> setpagedevice"
*End
*PrintFinish Glossy/Glossy:"
   << /GlossFinish true >> setpagedevice"
*End
*CloseUI: *PrintFinish

*%=====================Fit to Page========================
*OpenUI *HPPaperPolicy/Paper Matching: PickOne
*OrderDependency: 10 AnySetup *HPPaperPolicy
*DefaultHPPaperPolicy: Prompt
*HPPaperPolicy Prompt/Prompt User for correct size: "
   <</DeferredMediaSelection true>> setpagedevice"
*End
*HPPaperPolicy Scale/Nearest Size & Scale: "
   <</DeferredMediaSelection false>> setpagedevice
   <</Policies << /PageSize 3 >> >> setpagedevice"
*End
*HPPaperPolicy Crop/Nearest Size & Crop: "
   <</DeferredMediaSelection false>> setpagedevice
   <</Policies << /PageSize 5 >> >> setpagedevice"
*End
*?HPPaperPolicy: "
currentpagedevice /Policies get /PageSize get 5 eq {(Crop)}{(Prompt)} ifelse = flush
"
*End
*CloseUI: *HPPaperPolicy

*% ============Media Input Source===================
*OpenUI *InputSlot/Paper Source: PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Tray2
*InputSlot Tray2/Tray2: "
     <</MediaPosition 0>> setpagedevice"
*End
*InputSlot Tray1/Tray1: "
     <</MediaPosition 3>> setpagedevice"
*End
*InputSlot Tray3/Tray3: "
     <</MediaPosition 1>> setpagedevice"
*End
*?InputSlot: "
save
       currentpagedevice /InputAttributes get
       /Priority get
       aload pop pop
       /theTray exch def
       /theTray 0 eq {(Tray2)} {/theTray 1 eq {(Tray3)} {(Tray1)} ifelse} ifelse
       = flush
restore
"
*End
*CloseUI: *InputSlot


*%================ 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


*% ===================================
*% ColorSmart II
*% ===================================
*OpenUI *ColorSmart/ColorSmart II: PickOne
*OrderDependency: 100 DocumentSetup *ColorSmart
*DefaultColorSmart: Automatic
*ColorSmart Automatic/Automatic: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     MatchScreen ColorSmartTextAdjustment
     MatchScreen ColorSmartGraphicsAdjustment
     MatchScreen ColorSmartImageAdjustment
     Detail ColorSmartTextHalftone
     Smooth ColorSmartGraphicsHalftone
     Smooth 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
*ColorSmart Manual/Manual: "
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: *ColorSmart

*% ==================================
*%  ColorSmart Manual Settings
*% ==================================
*OpenUI *CSText/Text:  PickOne
*OrderDependency: 80 AnySetup *CSText
*DefaultCSTextColor: ScreenMatch(sRGB)-Detail

*CSText MatchDetail/ScreenMatch(sRGB)-Detail: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     MatchScreen ColorSmartTextAdjustment
     Detail ColorSmartTextHalftone
} if
"
*End
*CSText MatchSmooth/ScreenMatch(sRGB)-Smooth: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     MatchScreen ColorSmartTextAdjustment
     Smooth ColorSmartTextHalftone
} if
"
*End
*CSText VividDetail/Vivid-Detail: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     Vivid ColorSmartTextAdjustment
     Detail ColorSmartTextHalftone
} if
"
*End
*CSText VividSmooth/Vivid-Smooth: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     Vivid ColorSmartTextAdjustment
     Smooth ColorSmartTextHalftone
} if
"
*End
*CloseUI: *CSText

*OpenUI *CSGraphics/Graphics:  PickOne
*OrderDependency: 80 AnySetup *CSGraphics
*DefaultCSGraphicsColor: ScreenMatch(sRGB)-Smooth

*CSGraphics MatchSmooth/ScreenMatch(sRGB)-Smooth: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     MatchScreen ColorSmartGraphicsAdjustment
     Smooth ColorSmartGraphicsHalftone
} if
"
*End

*CSGraphics MatchDetail/ScreenMatch(sRGB)-Detail: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     MatchScreen ColorSmartGraphicsAdjustment
     Detail ColorSmartGraphicsHalftone
} if
"
*End

*CSGraphics VividSmooth/Vivid-Smooth: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     Vivid ColorSmartGraphicsAdjustment
     Smooth ColorSmartGraphicsHalftone
} if
"
*End

*CSGraphics VividDetail/Vivid-Detail: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     Vivid ColorSmartGraphicsAdjustment
     Detail ColorSmartGraphicsHalftone
} if
"
*End

*CloseUI: *CSGraphics

*OpenUI *CSImage/Image:  PickOne
*OrderDependency: 80 AnySetup *CSImage
*DefaultCSImageColor: ScreenMatch(sRGB)-Smooth

*CSImage MatchSmooth/ScreenMatch(sRGB)-Smooth: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     MatchScreen ColorSmartImageAdjustment
     Smooth ColorSmartImageHalftone
} if
"
*End
*CSImage MatchDetail/ScreenMatch(sRGB)-Detail: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     MatchScreen ColorSmartImageAdjustment
     Detail ColorSmartImageHalftone
} if
"
*End
*CSImage VividSmooth/Vivid-Smooth: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     Vivid ColorSmartImageAdjustment
     Smooth ColorSmartImageHalftone
} if
"
*End
*CSImage VividDetail/Vivid-Detail: "
globaldict /ColorSmartColorMatching known {
     true ColorSmartColorMatching
     Vivid ColorSmartImageAdjustment
     Detail ColorSmartImageHalftone
} if
"
*End
*CloseUI: *CSImage

*% =================================
*%  Color Ink Space
*% =================================
*OpenUI *CMYKInks/CMYK Inks:  PickOne
*OrderDependency: 90 AnySetup *CMYKInks
*DefaultCMYKInks: FAST
*CMYKInks FAST/FAST:"
<< /CMYKInkSet 0 >> setpagedevice
"
*End

*CMYKInks SWOP/SWOP:"
<< /CMYKInkSet 1 >> setpagedevice
"
*End

*CMYKInks EURO/Eurostandard:"
<< /CMYKInkSet 2 >> setpagedevice
"
*End

*CMYKInks TOYO/TOYO:"
<< /CMYKInkSet 3 >> setpagedevice
"
*End

*CloseUI: *CMYKInks
*% =================================
*%  Control
*% 300dpi added for certain applications
*% =================================
*DefaultResolution: 600dpi
*Resolution 300dpi: ""
*Resolution 600dpi: ""
*?Resolution: "
 save
   currentpagedevice /HWResolution get
   0 get
   (          ) cvs print
   (dpi)
   = flush
 restore
"
*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

*?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: "6701488"
*VMOption Mem1/32 - 39 MB RAM: "6701488"
*VMOption Mem2/40 - 63 MB RAM: "13027208"
*VMOption Mem3/64 - 95 MB RAM: "25600000"
*VMOption Mem4/96 - 127 MB RAM: "25600000"
*VMOption Mem5/128 - 159 MB RAM: "25600000"
*VMOption Mem6/160 - 191 MB RAM: "25600000"
*VMOption Mem7/  192 MB RAM: "25600000"

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

*% =================================
*% For "HP C LaserJet 4500-PS"
*% =================================