*PPD-Adobe: "4.3" *% ======================================================= *% Disclaimer: The above statement indicates *% that this PPD was written using the Adobe PPD *% File Format Specification 4.3, but does not *% intend to imply approval and acceptance by *% Adobe Systems, Inc. *% ======================================================= *% Printer Description File *% Copyright 1992-2003 Hewlett-Packard Company *% *% Permission is hereby granted, free of charge, to any person obtaining *% a copy of this software and associated documentation files (the *% "Software"), to deal in the Software without restriction, including *% without limitation the rights to use, copy, modify, merge, publish, *% distribute, sublicense, and/or sell copies of the Software, and to *% permit persons to whom the Software is furnished to do so, subject to *% the following conditions: *% *% The above copyright notice and this permission notice shall be *% included in all copies or substantial portions of the Software. *% *% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, *% EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *% MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND *% NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE *% LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION *% OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION *% WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *% *% [this is the MIT open source license -- please see www.opensource.org] *% *% PPD for HP LaserJet 1320 Series *% For Macintosh only *%======================================================== *%================================================= *% PPD File Version Information *%================================================= *FileVersion: "1.0.0 X" *FormatVersion: "4.3" *LanguageEncoding: MacStandard *LanguageVersion: English *PCFileName: "HP1300_6.PPD" *APDialogExtension: "/Library/Printers/hp/PDEs/hpColorOptions.plugin" *APDialogExtension: "/Library/Printers/hp/PDEs/hpEdgeToEdge.plugin" *APDialogExtension: "/Library/Printers/hp/PDEs/hpFinishing.plugin" *APDialogExtension: "/Library/Printers/hp/PDEs/hpImageQuality.plugin" *APDialogExtension: "/Library/Printers/hp/PDEs/hpProofAndPrint.plugin" *APPrinterIconPath: "/Library/Printers/hp/Icons/hp LaserJet 1300 series.icns" *%================================================= *% Product Version Information *%================================================= *ModelName: "HP LaserJet 1320 series" *ShortNickName: "HP LaserJet 1320 series" *NickName: "HP LaserJet 1320 series Postscript (recommended)" *Product: "(hp LaserJet 1320 series)" *Manufacturer: "HP" *PSVersion: "(2014.116) 0" *%================================================= *% Device Capabilities *%================================================= *ColorDevice: False *DefaultColorSpace: Gray *FileSystem: False *LanguageLevel: "2" *Throughput: "22" *TTRasterizer: Type42 *?TTRasterizer: " save 42 /FontType resourcestatus { pop pop (Type42)} {pop pop (None)} ifelse = flush restore " *End *%================================================= *% Emulations and Protocols *%================================================= *Protocols: TBCP *SuggestedJobTimeout: "0" *SuggestedWaitTimeout: "120" *PrintPSErrors: True *%============================================== *% Installable Options *%============================================== *OpenGroup: InstallableOptions/Installed Options *OpenUI *HPOption_Tray2/Tray 2: Boolean *DefaultHPOption: False *HPOption_Tray2 True/Installed: "" *HPOption_Tray2 False/Not Installed: "" *?HPOption_Tray2: " save currentpagedevice /InputAttributes get 0 known {(True)}{(False)} ifelse = flush restore " *End *CloseUI: *HPOption_Tray2 *OpenUI *HPOption_Tray3/Tray 3: Boolean *DefaultHPOption: False *HPOption_Tray3 True/Installed: "" *HPOption_Tray3 False/Not Installed: "" *?HPOption_Tray3: " save currentpagedevice /InputAttributes get 1 known {(True)}{(False)} ifelse = flush restore " *End *CloseUI: *HPOption_Tray3 *%==================================== *% Fit to Page *%==================================== *OpenUI *HPOption_PaperPolicy/Fit to Page: PickOne *OrderDependency: 10 AnySetup *HPOption_PaperPolicy *DefaultHPOption: False *HPOption_PaperPolicy PromptUser/Prompt User: " <> setpagedevice" *End *HPOption_PaperPolicy NearestSizeAdjust/Nearest Size and Scale: " <> setpagedevice <> >> setpagedevice" *End *HPOption_PaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: " <> setpagedevice <> >> setpagedevice" *End *?HPOption_PaperPolicy: "(PromptUser) = flush" *CloseUI: *HPOption_PaperPolicy *OpenUI *InstalledMemory/Total Printer Memory: PickOne *DefaultInstalledMemory: 16_31MB *InstalledMemory 16_31MB/16 - 31 MB: "" *InstalledMemory 32_47MB/32 - 47 MB: "" *InstalledMemory 48_79MB/48 - 79 MB: "" *InstalledMemory 80_143MB/80 - 143 MB: "" *InstalledMemory 144MB/144 or more MB: "" *?InstalledMemory: " save currentsystemparams /RamSize get 524288 div ceiling cvi 2 div /size exch def size 144 ge {(144MB)} {size 80 ge {(80_143MB)} {size 48 ge {(48_79MB)} {size 32 ge {(32_47MB)} {(16_31MB)} ifelse } ifelse } ifelse } ifelse = flush restore " *End *CloseUI: *InstalledMemory *CloseGroup: InstallableOptions *% ================================= *% Watermark Printing *% ================================= *OpenGroup: HPWaterOverlayPanel/Watermark/Overlay *OpenUI *HPwmSwitch/Watermark/Overlay: PickOne *OrderDependency: 10000 AnySetup *HPwmSwitch *DefaultHPwmSwitch: Off *HPwmSwitch Off/None: "" *HPwmSwitch Watermark/Watermark: " % 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 known not {/HPwmLocation true def} if 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 /HPwminitialize { 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 /normland where { pop /normland load dup type /booleantype eq { { 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 } bind def /md where { pop /initializepage where { /LWinitializepage /initializepage load def /initializepage { HPwminitialize LWinitializepage } put }if } if /LWinitializepage where { pop }{ << /BeginPage { pop HPwminitialize } bind >> setpagedevice } ifelse } ifelse" *End *HPwmSwitch Overlay/Overlay: " % 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 known not {/HPwmLocation true def} if 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 /normland where { pop /normland load dup type /booleantype eq { { 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 >> setpagedevice } ifelse" *End *CloseUI: *HPwmSwitch *% ================================= *% Watermark Pages *% ================================= *OpenUI *HPwmPages/Watermark Pages: PickOne *OrderDependency: 67 AnySetup *HPwmPages *DefaultHPwmPages: AllPages *HPwmPages AllPages/All: "userdict /HPwmLocation true put" *HPwmPages FirstPage/First Only: "userdict /HPwmLocation false put" *CloseUI: *HPwmPages *% ================================= *% Watermark Text *% ================================= *OpenUI *HPwmTextMessage/Watermark Text: PickOne *OrderDependency: 65 AnySetup *HPwmTextMessage *DefaultHPwmTextMessage: Draft *HPwmTextMessage Draft/Draft: "userdict /HPwmText (Draft) put" *HPwmTextMessage CompanyConfidential/Company Confidential: "userdict /HPwmText (Company Confidential) put" *HPwmTextMessage CompanyProprietary/Company Proprietary: "userdict /HPwmText (Company Proprietary) put" *HPwmTextMessage CompanyPrivate/Company Private: "userdict /HPwmText (Company Private) put" *HPwmTextMessage Confidential/Confidential: "userdict /HPwmText (Confidential) put" *HPwmTextMessage Copy/Copy: "userdict /HPwmText (Copy) put" *HPwmTextMessage Copyright/Copyright: "userdict /HPwmText (Copyright) put" *HPwmTextMessage FileCopy/File Copy: "userdict /HPwmText (File Copy) put" *HPwmTextMessage Final/Final: "userdict /HPwmText (Final) put" *HPwmTextMessage ForInternalUse/For Internal Use Only: "userdict /HPwmText (For Internal Use Only) put" *HPwmTextMessage Preliminary/Preliminary: "userdict /HPwmText (Preliminary) put" *HPwmTextMessage Proof/Proof: "userdict /HPwmText (Proof) put" *HPwmTextMessage ReviewCopy/Review Copy: "userdict /HPwmText (Review Copy) put" *HPwmTextMessage Sample/Sample: "userdict /HPwmText (Sample) put" *HPwmTextMessage TopSecret/Top Secret: "userdict /HPwmText (Top Secret) put" *HPwmTextMessage Urgent/Urgent: "userdict /HPwmText (Urgent) put" *HPwmTextMessage Set/Custom: "userdict /HPwmText (Custom) put" *CloseUI: *HPwmTextMessage *% Allows LW 8.5.1 to use custom strings *RBISetHPwmTextMessage Data: "(Custom) 50" *RBISetHPwmTextMessage Code: "userdict /HPwmText 3 -1 roll put" *% ================================= *% Watermark Font *% ================================= *OpenUI *HPwmFontName/Watermark Font: PickOne *OrderDependency: 65 AnySetup *HPwmFontName *DefaultHPwmFontName: HelveticaB *HPwmFontName CourierB/Courier Bold: " /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 *HPwmFontName HelveticaB/Helvetica Bold: " /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 *HPwmFontName TimesB/Times Bold: " /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: *HPwmFontName *% ================================= *% Watermark Size *% ================================= *OpenUI *HPwmFontSize/Watermark Size (points): PickOne *OrderDependency: 65 AnySetup *HPwmFontSize *DefaultHPwmFontSize: pt48 *HPwmFontSize pt24/24: "userdict /HPwmSize 24 put" *HPwmFontSize pt30/30: "userdict /HPwmSize 30 put" *HPwmFontSize pt36/36: "userdict /HPwmSize 36 put" *HPwmFontSize pt42/42: "userdict /HPwmSize 42 put" *HPwmFontSize pt48/48: "userdict /HPwmSize 48 put" *HPwmFontSize pt54/54: "userdict /HPwmSize 54 put" *HPwmFontSize pt60/60: "userdict /HPwmSize 60 put" *HPwmFontSize pt66/66: "userdict /HPwmSize 66 put" *HPwmFontSize pt72/72: "userdict /HPwmSize 72 put" *HPwmFontSize pt78/78: "userdict /HPwmSize 78 put" *HPwmFontSize pt84/84: "userdict /HPwmSize 84 put" *HPwmFontSize pt90/90: "userdict /HPwmSize 90 put" *CloseUI: *HPwmFontSize *% ================================= *% Watermark Angle *% ================================= *OpenUI *HPwmTextAngle/Watermark Angle: PickOne *OrderDependency: 65 AnySetup *HPwmTextAngle *DefaultHPwmTextAngle: Deg45 *HPwmTextAngle Deg90/90: "userdict /HPwmAngle 90 put" *HPwmTextAngle Deg75/75: "userdict /HPwmAngle 75 put" *HPwmTextAngle Deg60/60: "userdict /HPwmAngle 60 put" *HPwmTextAngle Deg45/45: "userdict /HPwmAngle 45 put" *HPwmTextAngle Deg30/30: "userdict /HPwmAngle 30 put" *HPwmTextAngle Deg15/15: "userdict /HPwmAngle 15 put" *HPwmTextAngle Deg0/0: "userdict /HPwmAngle 0 put" *HPwmTextAngle DegN15/Ð15: "userdict /HPwmAngle -15 put" *HPwmTextAngle DegN30/Ð30: "userdict /HPwmAngle -30 put" *HPwmTextAngle DegN45/Ð45: "userdict /HPwmAngle -45 put" *HPwmTextAngle DegN60/Ð60: "userdict /HPwmAngle -60 put" *HPwmTextAngle DegN75/Ð75: "userdict /HPwmAngle -75 put" *HPwmTextAngle DegN90/Ð90: "userdict /HPwmAngle -90 put" *CloseUI: *HPwmTextAngle *% ================================= *% Watermark Style *% ================================= *OpenUI *HPwmTextStyle/Watermark Style: PickOne *OrderDependency: 65 AnySetup *HPwmTextStyle *DefaultHPwmTextStyle: Medium *HPwmTextStyle Thin/Thin Outline: "userdict /HPwmStyle { HPwmText false charpath HPwmColor .24 setlinewidth stroke } bind put" *HPwmTextStyle Medium/Medium Outline: "userdict /HPwmStyle { HPwmText false charpath HPwmColor .48 setlinewidth stroke } bind put" *HPwmTextStyle Thick/Thick Outline: "userdict /HPwmStyle { HPwmText false charpath HPwmColor .96 setlinewidth stroke } bind put" *HPwmTextStyle Halo/Thick Outline with Halo: "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 Brightness *% ================================= *OpenUI *HPwmBrightness/Watermark Intensity: PickOne *OrderDependency: 63 AnySetup *HPwmBrightness *DefaultHPwmBrightness: Medium *HPwmBrightness Darkest/Darkest: "userdict /HPwmSaturation { null pop } put" *HPwmBrightness Darker/Darker: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .88 mul } forall setcolor } put" *HPwmBrightness Dark/Dark: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .77 mul } forall setcolor } put" *HPwmBrightness MediumDark/Medium Dark: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .66 mul } forall setcolor } put" *HPwmBrightness Medium/Medium: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .55 mul } forall setcolor } put" *HPwmBrightness MediumLight/Medium Light: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .44 mul } forall setcolor } put" *HPwmBrightness Light/Light: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .33 mul } forall setcolor } put" *HPwmBrightness Lighter/Lighter: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .22 mul } forall setcolor } put" *HPwmBrightness Lightest/Lightest: "userdict /HPwmSaturation { [ currentcmykcolor ] /DeviceCMYK setcolorspace { .11 mul } forall setcolor } put" *CloseUI: *HPwmBrightness *CloseGroup: HPWaterOverlayPanel *OpenGroup: HPImagingOptions/Image Quality *%=================================== *% Resolution *%=================================== *% Select Printer Resolution *OpenUI *Resolution/Printer Resolution: PickOne *DefaultResolution: 600x1200dpi *OrderDependency: 5 DocumentSetup *Resolution *Resolution 1200x1200dpi/ProRes 1200: " <> setpagedevice" *End *Resolution 600x1200dpi/FastRes 1200: " <> setpagedevice" *End *Resolution 600x600dpi/600 dpi: " <> setpagedevice" *End *?Resolution: " save currentpagedevice /HWResolution get 0 get ( ) cvs print (dpi) = flush restore " *End *CloseUI: *Resolution *%================================================= *% Resolution Enhancement *%================================================= *OpenUI *Smoothing/Resolution Enhancement: PickOne *OrderDependency: 20 DocumentSetup *Smoothing *DefaultSmoothing: On *Smoothing PrinterDefault/PrinterÕs Current Setting: "" *Smoothing On/On: " << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 2 /Type 8 >> >> setpagedevice" *End *Smoothing Off/Off: " << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >> >> setpagedevice" *End *?Smoothing: " save currentpagedevice /PostRenderingEnhanceDetails get /REValue get [(Off) (On) (On) (On)] exch get print restore " *End *CloseUI: *Smoothing *%================================== *% HPEconoMode *%================================== *OpenUI *HPEconoMode/HPEconoMode: PickOne *DefaultHPEconoMode: False *OrderDependency: 10 AnySetup *HPEconoMode *HPEconoMode PrinterDefault/PrinterÕs Current Setting: "" *HPEconoMode True/Save Toner: " <> setpagedevice" *End *HPEconoMode False/Highest Quality: " <> setpagedevice" *End *?HPEconoMode: " save currentpagedevice /EconoMode get {(True)}{(False)}ifelse = flush restore " *End *CloseUI: *HPEconoMode *CloseGroup: HPImagingOptions *FreeVM: "4000000" *VMOption 16_31MB/16 - 61 MB: "4000000" *VMOption 32_47MB/32 - 47 MB: "11000000" *VMOption 48_79MB/48 - 71 MB: "18000000" *VMOption 80_143MB/80-143 MB: "25000000" *VMOption 144MB/144 or more MB: "25000000" *%================================================= *% UI Constraints *%================================================= *% If A than not B (Also include the reverse constraints if appropriate) *% *% No 1200 dpi HPEconoMode. *UIConstraints: *Resolution 1200x1200dpi *HPEconoMode True *UIConstraints: *HPEconoMode True *Resolution 1200x1200dpi *% If an optional 250 sheet tray is not installed, disable access to Tray2 *UIConstraints: *HPOption_Tray2 False *InputSlot Tray2 *UIConstraints: *InputSlot Tray2 *HPOption_Tray2 False *UIConstraints: *HPOption_Tray3 False *InputSlot Tray3 *UIConstraints: *InputSlot Tray3 *HPOption_Tray3 False *% If selected page size is an envelope, Postcard or double postcard *% disable access to paper trays 2 and 3 *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 w558h774 *InputSlot Tray2 *UIConstraints: *PageSize Postcard *InputSlot Tray2 *UIConstraints: *PageSize DoublePostcard *InputSlot Tray2 *UIConstraints: *PageSize A6 *InputSlot Tray2 *UIConstraints: *PageSize B6 *InputSlot Tray2 *NonUIConstraints: *CustomPageSize True *InputSlot Tray2 *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 w558h774 *InputSlot Tray3 *UIConstraints: *PageSize Postcard *InputSlot Tray3 *UIConstraints: *PageSize DoublePostcard *InputSlot Tray3 *UIConstraints: *PageSize A6 *InputSlot Tray3 *UIConstraints: *PageSize B6 *InputSlot Tray3 *NonUIConstraints: *CustomPageSize True *InputSlot Tray3 *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 w558h774 *UIConstraints: *InputSlot Tray2 *PageSize Postcard *UIConstraints: *InputSlot Tray2 *PageSize DoublePostcard *UIConstraints: *InputSlot Tray2 *PageSize A6 *UIConstraints: *InputSlot Tray2 *PageSize B6 *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 w558h774 *UIConstraints: *InputSlot Tray3 *PageSize Postcard *UIConstraints: *InputSlot Tray3 *PageSize DoublePostcard *UIConstraints: *InputSlot Tray3 *PageSize A6 *UIConstraints: *InputSlot Tray3 *PageSize B6 *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 w558h774 *InputSlot Tray2 *UIConstraints: *PageRegion Postcard *InputSlot Tray2 *UIConstraints: *PageRegion DoublePostcard *InputSlot Tray2 *UIConstraints: *PageRegion A6 *InputSlot Tray2 *UIConstraints: *PageRegion B6 *InputSlot Tray2 *NonUIConstraints: *CustomPageRegion True *InputSlot Tray2 *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 w558h774 *InputSlot Tray3 *UIConstraints: *PageRegion Postcard *InputSlot Tray3 *UIConstraints: *PageRegion DoublePostcard *InputSlot Tray3 *UIConstraints: *PageRegion A6 *InputSlot Tray3 *UIConstraints: *PageRegion B6 *InputSlot Tray3 *NonUIConstraints: *CustomPageRegion True *InputSlot Tray3 *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 w558h774 *UIConstraints: *InputSlot Tray2 *PageRegion Postcard *UIConstraints: *InputSlot Tray2 *PageRegion DoublePostcard *UIConstraints: *InputSlot Tray2 *PageRegion A6 *UIConstraints: *InputSlot Tray2 *PageRegion B6 *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 w558h774 *UIConstraints: *InputSlot Tray3 *PageRegion Postcard *UIConstraints: *InputSlot Tray3 *PageRegion DoublePostcard *UIConstraints: *InputSlot Tray3 *PageRegion A6 *UIConstraints: *InputSlot Tray3 *PageRegion B6 *% Duplex Constraints *%------------------------------------------------------------ *UIConstraints: *PageSize Executive *Duplex DuplexNoTumble *UIConstraints: *PageSize Executive *Duplex DuplexTumble *UIConstraints: *PageSize A5 *Duplex DuplexNoTumble *UIConstraints: *PageSize A5 *Duplex DuplexTumble *UIConstraints: *PageSize A6 *Duplex DuplexNoTumble *UIConstraints: *PageSize A6 *Duplex DuplexTumble *UIConstraints: *PageSize B6 *Duplex DuplexNoTumble *UIConstraints: *PageSize B6 *Duplex DuplexTumble *UIConstraints: *PageSize ISOB5 *Duplex DuplexNoTumble *UIConstraints: *PageSize ISOB5 *Duplex DuplexTumble *UIConstraints: *PageSize B5 *Duplex DuplexNoTumble *UIConstraints: *PageSize B5 *Duplex DuplexTumble *UIConstraints: *PageSize Postcard *Duplex DuplexNoTumble *UIConstraints: *PageSize Postcard *Duplex DuplexTumble *UIConstraints: *PageSize DoublePostcard *Duplex DuplexNoTumble *UIConstraints: *PageSize DoublePostcard *Duplex DuplexTumble *UIConstraints: *PageSize w558h774 *Duplex DuplexNoTumble *UIConstraints: *PageSize w558h774 *Duplex DuplexTumble *UIConstraints: *PageSize EnvISOB5 *Duplex DuplexNoTumble *UIConstraints: *PageSize EnvISOB5 *Duplex DuplexTumble *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble *UIConstraints: *PageSize Env10 *Duplex DuplexTumble *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble *UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble *UIConstraints: *PageSize EnvDL *Duplex DuplexTumble *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble *NonUIConstraints: *CustomPageSize True *Duplex DuplexNoTumble *NonUIConstraints: *CustomPageSize True *Duplex DuplexTumble *UIConstraints: *Duplex DuplexNoTumble *PageSize Executive *UIConstraints: *Duplex DuplexTumble *PageSize Executive *UIConstraints: *Duplex DuplexNoTumble *PageSize A5 *UIConstraints: *Duplex DuplexTumble *PageSize A5 *UIConstraints: *Duplex DuplexNoTumble *PageSize A6 *UIConstraints: *Duplex DuplexTumble *PageSize A6 *UIConstraints: *Duplex DuplexNoTumble *PageSize B6 *UIConstraints: *Duplex DuplexTumble *PageSize B6 *UIConstraints: *Duplex DuplexNoTumble *PageSize ISOB5 *UIConstraints: *Duplex DuplexTumble *PageSize ISOB5 *UIConstraints: *Duplex DuplexNoTumble *PageSize B5 *UIConstraints: *Duplex DuplexTumble *PageSize B5 *UIConstraints: *Duplex DuplexNoTumble *PageSize Postcard *UIConstraints: *Duplex DuplexTumble *PageSize Postcard *UIConstraints: *Duplex DuplexNoTumble *PageSize DoublePostcard *UIConstraints: *Duplex DuplexTumble *PageSize DoublePostcard *UIConstraints: *Duplex DuplexNoTumble *PageSize w558h774 *UIConstraints: *Duplex DuplexTumble *PageSize w558h774 *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvISOB5 *UIConstraints: *Duplex DuplexTumble *PageSize EnvISOB5 *UIConstraints: *Duplex DuplexNoTumble *PageSize Env10 *UIConstraints: *Duplex DuplexTumble *PageSize Env10 *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5 *UIConstraints: *Duplex DuplexTumble *PageSize EnvC5 *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvDL *UIConstraints: *Duplex DuplexTumble *PageSize EnvDL *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch *UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch *NonUIConstraints: *Duplex DuplexNoTumble *CustomPageSize True *NonUIConstraints: *Duplex DuplexTumble *CustomPageSize True *UIConstraints: *PageRegion Executive *Duplex DuplexNoTumble *UIConstraints: *PageRegion Executive *Duplex DuplexTumble *UIConstraints: *PageRegion A5 *Duplex DuplexNoTumble *UIConstraints: *PageRegion A5 *Duplex DuplexTumble *UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble *UIConstraints: *PageRegion A6 *Duplex DuplexTumble *UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble *UIConstraints: *PageRegion B6 *Duplex DuplexTumble *UIConstraints: *PageRegion ISOB5 *Duplex DuplexNoTumble *UIConstraints: *PageRegion ISOB5 *Duplex DuplexTumble *UIConstraints: *PageRegion B5 *Duplex DuplexNoTumble *UIConstraints: *PageRegion B5 *Duplex DuplexTumble *UIConstraints: *PageRegion Postcard *Duplex DuplexNoTumble *UIConstraints: *PageRegion Postcard *Duplex DuplexTumble *UIConstraints: *PageRegion DoublePostcard *Duplex DuplexNoTumble *UIConstraints: *PageRegion DoublePostcard *Duplex DuplexTumble *UIConstraints: *PageRegion w558h774 *Duplex DuplexNoTumble *UIConstraints: *PageRegion w558h774 *Duplex DuplexTumble *UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexNoTumble *UIConstraints: *PageRegion EnvISOB5 *Duplex DuplexTumble *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble *UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble *UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble *NonUIConstraints: *CustomPageRegion True *Duplex DuplexNoTumble *NonUIConstraints: *CustomPageRegion True *Duplex DuplexTumble *UIConstraints: *Duplex DuplexNoTumble *PageRegion Executive *UIConstraints: *Duplex DuplexTumble *PageRegion Executive *UIConstraints: *Duplex DuplexNoTumble *PageRegion A5 *UIConstraints: *Duplex DuplexTumble *PageRegion A5 *UIConstraints: *Duplex DuplexNoTumble *PageRegion A6 *UIConstraints: *Duplex DuplexTumble *PageRegion A6 *UIConstraints: *Duplex DuplexNoTumble *PageRegion B6 *UIConstraints: *Duplex DuplexTumble *PageRegion B6 *UIConstraints: *Duplex DuplexNoTumble *PageRegion ISOB5 *UIConstraints: *Duplex DuplexTumble *PageRegion ISOB5 *UIConstraints: *Duplex DuplexNoTumble *PageRegion B5 *UIConstraints: *Duplex DuplexTumble *PageRegion B5 *UIConstraints: *Duplex DuplexNoTumble *PageRegion Postcard *UIConstraints: *Duplex DuplexTumble *PageRegion Postcard *UIConstraints: *Duplex DuplexNoTumble *PageRegion DoublePostcard *UIConstraints: *Duplex DuplexTumble *PageRegion DoublePostcard *UIConstraints: *Duplex DuplexNoTumble *PageRegion w558h774 *UIConstraints: *Duplex DuplexTumble *PageRegion w558h774 *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvISOB5 *UIConstraints: *Duplex DuplexTumble *PageRegion EnvISOB5 *UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10 *UIConstraints: *Duplex DuplexTumble *PageRegion Env10 *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5 *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5 *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvDL *UIConstraints: *Duplex DuplexTumble *PageRegion EnvDL *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch *UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch *NonUIConstraints: *Duplex DuplexNoTumble *CustomPageRegion True *NonUIConstraints: *Duplex DuplexTumble *CustomPageRegion True *% Media Type constraints *%---------------------------------------------------------------- *UIConstraints: *MediaType Labels *InputSlot Tray2 *UIConstraints: *MediaType Labels *InputSlot Tray3 *UIConstraints: *MediaType Transparency *InputSlot Tray2 *UIConstraints: *MediaType Transparency *InputSlot Tray3 *UIConstraints: *MediaType Heavy91105 *InputSlot Tray2 *UIConstraints: *MediaType Heavy91105 *InputSlot Tray3 *UIConstraints: *MediaType Cardstock105176 *InputSlot Tray2 *UIConstraints: *MediaType Cardstock105176 *InputSlot Tray3 *UIConstraints: *MediaType Envelope *InputSlot Tray2 *UIConstraints: *MediaType Envelope *InputSlot Tray3 *UIConstraints: *InputSlot Tray2 *MediaType Labels *UIConstraints: *InputSlot Tray3 *MediaType Labels *UIConstraints: *InputSlot Tray2 *MediaType Transparency *UIConstraints: *InputSlot Tray3 *MediaType Transparency *UIConstraints: *InputSlot Tray2 *MediaType Heavy91105 *UIConstraints: *InputSlot Tray3 *MediaType Heavy91105 *UIConstraints: *InputSlot Tray2 *MediaType Cardstock105176 *UIConstraints: *InputSlot Tray3 *MediaType Cardstock105176 *UIConstraints: *InputSlot Tray2 *MediaType Envelope *UIConstraints: *InputSlot Tray3 *MediaType Envelope *UIConstraints: *MediaType Transparency *Duplex DuplexNoTumble *UIConstraints: *MediaType Transparency *Duplex DuplexTumble *UIConstraints: *MediaType Labels *Duplex DuplexNoTumble *UIConstraints: *MediaType Labels *Duplex DuplexTumble *UIConstraints: *MediaType Cardstock105176 *Duplex DuplexNoTumble *UIConstraints: *MediaType Cardstock105176 *Duplex DuplexTumble *UIConstraints: *MediaType Heavy91105 *Duplex DuplexNoTumble *UIConstraints: *MediaType Heavy91105 *Duplex DuplexTumble *UIConstraints: *MediaType Envelope *Duplex DuplexNoTumble *UIConstraints: *MediaType Envelope *Duplex DuplexTumble *UIConstraints: *Duplex DuplexNoTumble *MediaType Transparency *UIConstraints: *Duplex DuplexTumble *MediaType Transparency *UIConstraints: *Duplex DuplexNoTumble *MediaType Labels *UIConstraints: *Duplex DuplexTumble *MediaType Labels *UIConstraints: *Duplex DuplexNoTumble *MediaType Cardstock105176 *UIConstraints: *Duplex DuplexTumble *MediaType Cardstock105176 *UIConstraints: *Duplex DuplexNoTumble *MediaType Heavy91105 *UIConstraints: *Duplex DuplexTumble *MediaType Heavy91105 *UIConstraints: *Duplex DuplexNoTumble *MediaType Envelope *UIConstraints: *Duplex DuplexTumble *MediaType Envelope *% Fills not allowed with overlays *%------------------------------------------------------------ *UIConstraints: *HPwmSwitch Overlay *HPwmTextStyle Fill *UIConstraints: *HPwmTextStyle Fill *HPwmSwitch Overlay *% Halo style does not work with Watermarks *%------------------------------------------------------------ *UIConstraints: *HPwmSwitch Watermark *HPwmTextStyle Halo *UIConstraints: *HPwmTextStyle Halo *HPwmSwitch Watermark *%================================================= *% Paper Sizes *%================================================= *OpenUI *PageSize: PickOne *OrderDependency: 30 AnySetup *PageSize *DefaultPageSize: A4 *PageSize Letter/Letter: " <> setpagedevice" *End *PageSize LetterSmall/Letter (Small): " <> setpagedevice" *End *PageSize Executive/Executive: " <> setpagedevice" *End *PageSize Legal/Legal: " <> setpagedevice" *End *PageSize LegalSmall/Legal (Small): " <> setpagedevice" *End *PageSize A4/A4: " <> setpagedevice" *End *PageSize A4Small/A4 (Small): " <> setpagedevice" *End *PageSize A5/A5: " <> setpagedevice" *End *PageSize A6/A6: " <> setpagedevice" *End *PageSize B6/JIS B6: " <> setpagedevice" *End *PageSize ISOB5/B5 (ISO): " <> setpagedevice" *End *PageSize B5/JIS B5: " <> setpagedevice" *End *PageSize Postcard/Postcard (JIS): " <> setpagedevice" *End *PageSize DoublePostcard/Double Postcard (JIS): " <> setpagedevice" *End *PageSize w558h774/16K: " <> setpagedevice" *End *PageSize Env10/Env Comm10: " <> setpagedevice" *End *PageSize EnvMonarch/Env Monarch: " <> setpagedevice" *End *PageSize EnvDL/Env DL: " <> setpagedevice" *End *PageSize EnvC5/Env C5: " <> setpagedevice" *End *PageSize EnvISOB5/Env ISO B5: " <> setpagedevice" *End *?PageSize: " save currentpagedevice /PageSize get aload pop 2 copy gt {exch} if (Unknown) 16 dict dup [612 792] (Letter) put dup [522 756] (Executive) put dup [612 1008] (Legal) put dup [595 842] (A4) put dup [420 595] (A5) put dup [297 420] (A6) put dup [499 709] (ISOB5) put dup [516 729] (B5) put dup [284 419] (Postcard) put dup [419.5 567] (DoublePostcard) put dup [558 774] (w558h774) put dup [297 684] (Env10) put dup [279 540] (EnvMonarch) put dup [312 624] (EnvDL) put dup [459 649] (EnvC5) put dup [499 709] (EnvISOB5) 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: 40 AnySetup *PageRegion *DefaultPageRegion: A4 *PageRegion Letter/Letter: " <> setpagedevice" *End *PageRegion LetterSmall/Letter (Small): " <> setpagedevice" *End *PageRegion Executive/Executive: " <> setpagedevice" *End *PageRegion Legal/Legal: " <> setpagedevice" *End *PageRegion LegalSmall/Legal (Small): " <> setpagedevice" *End *PageRegion A4/A4: " <> setpagedevice" *End *PageRegion A4Small/A4 (Small): " <> setpagedevice" *End *PageRegion A5/A5: " <> setpagedevice" *End *PageRegion A6/A6: " <> setpagedevice" *End *PageRegion B6/JIS B6: " <> setpagedevice" *End *PageRegion ISOB5/B5 (ISO): " <> setpagedevice" *End *PageRegion B5/JIS B5: " <> setpagedevice" *End *PageRegion Postcard/Postcard (JIS): " <> setpagedevice" *End *PageRegion DoublePostcard/Double Postcard (JIS): " <> setpagedevice" *End *PageRegion w558h774/16K: " <> setpagedevice" *End *PageRegion Env10/Env Comm10: " <> setpagedevice" *End *PageRegion EnvMonarch/Env Monarch: " <> setpagedevice" *End *PageRegion EnvDL/Env DL: " <> setpagedevice" *End *PageRegion EnvC5/Env C5: " <> setpagedevice" *End *PageRegion EnvISOB5/Env ISO B5: " <> setpagedevice" *End *CloseUI: *PageRegion *DefaultImageableArea: A4 *ImageableArea Letter/Letter: "12.00 12.00 599.76 779.76" *ImageableArea LetterSmall/Letter (Small): "30.00 31.00 582.00 761.00" *ImageableArea Executive/Executive: "12.00 12.00 509.76 743.76" *ImageableArea Legal/Legal: "12.00 12.00 599.76 995.76" *ImageableArea LegalSmall/Legal (Small): "64.00 54.00 548.00 954.00" *ImageableArea A4/A4: "12.00 12.00 582.96 829.44" *ImageableArea A4Small/A4 (Small): "28.00 30.00 566.00 811.00" *ImageableArea A5/A5: "12.00 12.00 407.28 582.96" *ImageableArea A6/A6: "12.00 12.00 284.76 407.76" *ImageableArea B6/JIS B6: "12.00 12.00 350.50 503.50" *ImageableArea ISOB5/B5 (ISO): "12.00 12.00 488.00 698.00" *ImageableArea B5/JIS B5: "12.00 12.00 503.52 716.16" *ImageableArea Postcard/Postcard (JIS): "12.00 12.00 271.20 407.28" *ImageableArea DoublePostcard/Double Postcard (JIS): "12.00 12.00 407.28 554.64" *ImageableArea w558h774/16K: "12.00 12.00 545.76 761.76" *ImageableArea Env10/Env Comm10: "12.00 12.00 284.64 671.76" *ImageableArea EnvMonarch/Env Monarch: "12.00 12.00 266.64 527.76" *ImageableArea EnvDL/Env DL: "12.00 12.00 299.52 611.28" *ImageableArea EnvC5/Env C5: "12.00 12.00 446.88 636.72" *ImageableArea EnvISOB5/Env ISO B5: "12.00 12.00 486.48 696.24" *?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 *DefaultPaperDimension: A4 *PaperDimension Letter/Letter: "612 792" *PaperDimension LetterSmall/Letter (Small): "612 792" *PaperDimension Executive/Executive: "522 756" *PaperDimension Legal/Legal: "612 1008" *PaperDimension LegalSmall/Legal (Small): "612 1008" *PaperDimension A4/A4: "595 842" *PaperDimension A4Small/A4 (Small): "595 842" *PaperDimension A5/A5: "420 595" *PaperDimension ISOB5/B5 (ISO): "499 709" *PaperDimension A6/A6: "297 420" *PaperDimension B6/JIS B6: "363 516" *PaperDimension B5/JIS B5: "516 729" *PaperDimension Postcard/Postcard (JIS): "284 419" *PaperDimension DoublePostcard/Double Postcard (JIS): "419.5 567" *PaperDimension w558h774/16K: "558 774" *PaperDimension Env10/Env Comm10: "297 684" *PaperDimension EnvMonarch/Env Monarch: "279 540" *PaperDimension EnvDL/Env DL: "312 624" *PaperDimension EnvC5/Env C5: "459 649" *PaperDimension EnvISOB5/Env ISO B5: "499 709" *LandscapeOrientation: Plus90 *%================================================= *% Custom Paper Support *%================================================= *%Orientation and Margin (offsets) values are not utilized *VariablePaperSize: True *LeadingEdge PreferLong: "" *DefaultLeadingEdge: PreferLong *% Smallest = 3x5, Largest = 8.5 x 14 *MaxMediaWidth: "612" *MaxMediaHeight: "1008" *HWMargins: 12 12 12 12 *CustomPageSize True: " pop pop pop <> 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 0 0 *RequiresPageRegion All: True *%========================================== *% Media Type *%========================================= *OpenUI *MediaType/Media Type: PickOne *OrderDependency: 20 AnySetup *MediaType *DefaultMediaType: Plain *MediaType Unspecified/Unspecified: " <> setpagedevice" *End *MediaType Plain/Plain: " <> setpagedevice" *End *MediaType HPMultipurposePaper/HP Multipurpose Paper (71-89 g/m2): " <> setpagedevice" *End *MediaType HPOfficePaper/HP Office Paper: " <> setpagedevice" *End *MediaType HPAllinOnePaper/HP All-in-one Printing Paper: " <> setpagedevice" *End *MediaType HPLJPaper/HP LaserJet Paper: " <> setpagedevice" *End *MediaType HPPremChoiceLJPaper/HP Premium Choice LaserJet Paper: " <> setpagedevice" *End *MediaType Preprinted/Preprinted: " <> setpagedevice" *End *MediaType Letterhead/Letterhead: " <> setpagedevice" *End *MediaType Transparency/Transparency: " <> setpagedevice" *End *MediaType Prepunched/Prepunched: " <> setpagedevice" *End *MediaType Labels/Labels: " <> setpagedevice" *End *MediaType Bond/Bond: " <> setpagedevice" *End *MediaType Recycled/Recycled: " <> setpagedevice" *End *MediaType Color/Color: " <> setpagedevice" *End *MediaType Light75/Light (<3c>75 g/m2): " <> setpagedevice" *End *MediaType Heavy91105/Heavy (90-104 g/m2): " <> setpagedevice" *End *MediaType Cardstock105176/Card Stock (105-176 g/m2): " <> setpagedevice" *End *MediaType Envelope/Envelope: " <> setpagedevice" *End *MediaType Rough/Rough: " <> setpagedevice" *End *?MediaType: " save currentpagedevice /MediaType get dup null eq {pop (Unknown)} if = flush restore " *End *CloseUI: *MediaType *%================================================= *% Paper Sources *%================================================= *OpenUI *InputSlot: PickOne *OrderDependency: 20 AnySetup *InputSlot *DefaultInputSlot: Tray2 *InputSlot Tray1/Tray 1: "<> setpagedevice" *InputSlot Tray2/Tray 2: "<> setpagedevice" *InputSlot Tray3/Tray 3: "<> setpagedevice" *?InputSlot: " save [(Tray2) (None) (Tray1) (Tray2)] statusdict /papertray get exec {get exec} stopped { pop pop (unknown) } if = flush restore " *End *CloseUI: *InputSlot *% Enable/Disable Manual Feed *OpenUI *ManualFeed/Tray 1 (Manual): Boolean *OrderDependency: 20 AnySetup *ManualFeed *DefaultManualFeed: False *ManualFeed True/True: " <> setpagedevice" *End *ManualFeed False/False: " <> setpagedevice" *End *?ManualFeed: " save currentpagedevice /ManualFeed get {(True)}{(False)}ifelse = flush restore " *End *CloseUI: *ManualFeed *HPManualFeedPrintsOnBottom: True *HPManDupTumbleFirstSides: True *HPGuidePageExtraTumble: " userdict /hpManDupSettings known { userdict /hpManDupSettings get dup /manualFeedPrintsOnBottom known {/manualFeedPrintsOnBottom get} {pop true}ifelse } {true} ifelse " *End *HPRearBinOpenTogglesTrayStackingOrder: True *%================================================= *% Duplex *%================================================= *OpenUI *Duplex/Duplex: PickOne *OrderDependency: 50 AnySetup *Duplex *DefaultDuplex: DuplexNoTumble *Duplex None/Off (1-Sided): " <> setpagedevice" *End *Duplex DuplexNoTumble/Flip on Long Edge (Standard): " <> setpagedevice" *End *Duplex DuplexTumble/Flip on Short Edge: " <> setpagedevice" *End *?Duplex: " save currentpagedevice /Duplex known false ne { currentpagedevice /Duplex get { currentpagedevice /Tumble get {(DuplexTumble)}{(DuplexNoTumble)}ifelse } { (None)} ifelse }{(None)} ifelse = flush restore " *End *CloseUI: *Duplex *%================================================= *% Color Control *%================================================= *DefaultColorSep: ProcessBlack *InkName: ProcessBlack/Process Black *InkName: CustomColor/Custom Color *InkName: ProcessCyan/Process Cyan *InkName: ProcessMagenta/Process Magenta *InkName: ProcessYellow/Process Yellow *% For 60 lpi / 300 dpi ========================= *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45" *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45" *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15" *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75" *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0" *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60" *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60" *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60" *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60" *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60" *% For 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 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 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" *% For 212 lpi / 1200 dpi ========================= *ColorSepScreenAngle ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0" *ColorSepScreenAngle CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0" *ColorSepScreenAngle ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "71.5651" *ColorSepScreenAngle ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "18.4349" *ColorSepScreenAngle ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "0.0" *ColorSepScreenFreq ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "212" *ColorSepScreenFreq CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "212" *ColorSepScreenFreq ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "190" *ColorSepScreenFreq ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "190" *ColorSepScreenFreq ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "200" *%================================================= *% 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 (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: ] %%) *Status: "warming up"/warming up *Status: "idle"/idle *Status: "busy"/busy *Status: "waiting"/waiting *Status: "printing"/printing *Status: "initializing"/initializing *Status: "printing test page"/printing test page *Status: "PrinterError: cover open or no toner cartridge"/cover open or no toner cartridge *Status: "PrinterError: cover open"/cover open *Status: "PrinterError: needs attention"/needs attention *Status: "PrinterError: no toner cartridge"/no toner cartridge *Status: "PrinterError: warming up"/warming up *Status: "PrinterError: manual feed"/manual feed *Status: "PrinterError: out of paper"/out of paper *Status: "PrinterError: Paper Jam"/Paper Jam *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: ]%%) *PrinterError: "cover open or no toner cartridge"/cover open or no toner cartridge *PrinterError: "cover open"/cover open *PrinterError: "needs attention"/needs attention *PrinterError: "no toner cartridge"/no toner cartridge *PrinterError: "warming up"/warming up *PrinterError: "manual feed"/manual feed *PrinterError: "out of paper"/out of paper *PrinterError: "Paper Jam"/Paper Jam *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 *% Input Sources (format: %%[ status: ; source: ]%% ) *Source: "BiTronics"/BiTronics *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 *Password: "()" *ExitServer: " count 0 eq { false } { true exch startjob } ifelse not { (WARNING: Cannot modify initial VM.) = (Missing or invalid password.) = (Please contact the author of this software.) = flush quit } if " *End *Reset: " count 0 eq { false } { true exch startjob } ifelse not { (WARNING: Cannot reset printer.) = (Missing or invalid password.) = (Please contact the author of this software.) = flush quit } if systemdict /quit get exec (WARNING : Printer Reset Failed.) = flush " *End *% ======================================= *% For "HP LaserJet 1320 Series" *% ======================================= *cupsProtocol: None