[cups] Problem using custom cups filter

Florian Rittmeier florianr at uni-paderborn.de
Thu Jan 16 05:10:24 PST 2014


Hello,

I use CUPS 1.5.3 on Ubuntu 12.04 with the attached PPD and the attached 
custom cups prefilters.

If I test the filters using the following command a valid postscript 
file is generated (evince displays it correctly, wikipedia.pdf is 
generated using Firefox):
cupsfilter -P custom.ppd -d MyPrinter -e -i application/pdf -m 
application/vnd.cups-postscript wikipedia.pdf > output.ps

If I install the ppd as printer MyPrinter and print the same page from 
Wikipedia using Firefox to MyPrinter then CUPS reports "May not be a PDF 
file", "PDF file is damaged -attempting to reconstruct xref table...", 
.., "The print file is empty, "(pdftops) stopped with status 1!", 
"(pstops) stopped with status 1!" in its error_log.

Any idea why it works the one way but not the other?

Thanks in advance,
Florian

-------------- next part --------------
#! /bin/bash
set -x
[ -n "$6" ] && exec <"$6"
/usr/bin/gs -sstdout=/dev/null -sDEVICE=psgray -r600 -dNOPAUSE -dBATCH -dPARANOIDSAFER -sOutputFile=- -|/usr/bin/gs -sstdout=/dev/null -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dPARANOIDSAFER -sOutputFile=- -

-------------- next part --------------
#! /bin/bash
set -x
[ -n "$6" ] && exec <"$6"
/usr/bin/gs -sstdout=/dev/null -sDEVICE=psgray -r600 dNOPAUSE -dBATCH -dPARANOIDSAFER -sOutputFile=- -

-------------- next part --------------
*PPD-Adobe: "4.3"
*%
*%  Printer Description file
*%    for "RICOH Aficio MP 4001 PS"
*%
*%    CreationDate: 2009/07/09
*%    Modified:     2009/09/30
*%
*%    COPYRIGHT (C) 2009 RICOH COMPANY, LTD.
*%    All rights reserved.
*%

*FileVersion: "1.0"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: German
*ModelName: "RICOH Aficio MP 4001"
*PCFileName: "RI1481E3.PPD"
*Manufacturer: "RICOH"
*Product: "(RICOH Aficio MP 4001 PS3)"
*PSVersion: "(3017.104) 2"
*ShortNickName: "RICOH Aficio MP 4001 PS"
*NickName: "RICOH Aficio MP 4001 PS"

*%PNP_NAME: "Aficio MP 4001"

*%LOADDLL_NAME32: "MFRICRES.dll"
*%RESDLL_NAME32: "MP500dat.dll"
*%LOADDLL_VERSION32: "1,1,14,0"

*%LOADDLL_NAME64: "MFRICR64.dll"
*%LOADDLL_VERSION64: "1,1,14,0"
*%RESDLL_NAME64: "MP500d64.dll"

*%HTMLHELPTYPE: "::/XPS_PS/"

*%Finisher.FinEUPHPOS.BookletOpposite


*%========== Basic Device Capabilities ==========

*cupsVersion:      1.1
*cupsManualCopies: False
*cupsCommands:     ""
*cupsPreFilter: "application/postscript 0 /usr/bin/PsToGray"
*cupsPreFilter: "application/pdf 0 /usr/bin/PdfToGray"
*End 


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

*LanguageLevel: "3"
*ColorDevice: False
*DefaultColorSpace: Gray

*TTRasterizer: Type42
*?TTRasterizer: "
   save
      42 /FontType resourcestatus
      { pop pop (Type42)} {pop pop (None)} ifelse = flush
   restore
"
*End

*FileSystem: True
*?FileSystem: "
  save
  statusdict /diskonline get exec
  {(True)}{(False)}ifelse = flush
  restore
"
*End

*Throughput: "40"

*%========== Installable Options ==========
*%========== & System Management ==========

*OpenGroup: InstallableOptions/Installierbare Optionen

*OpenUI *OptionTray/Optionales Magazin: PickOne
*DefaultOptionTray: NotInstalled
*OptionTray NotInstalled/Nicht installiert: ""
*OptionTray 1Cassette/Magazin 3 (LCT): ""
*OptionTray 2Cassette/Untere Papiermagazine: ""
*?OptionTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
	userdict /86f6369627 get 
	/perifdict get /inslot get dup type /arraytype eq {
	    {
		dup 8 eq {(1Cassette) exit} if
		dup 7 eq {(2Cassette) exit} if
		pop
	    } forall
	}{pop} ifelse
}if
= flush
cleartomark 
restore
"
*End
*CloseUI: *OptionTray

*OpenUI *LargeCapacityTray/Gro<DF>raummagazin: PickOne
*DefaultLargeCapacityTray: NotInstalled
*LargeCapacityTray NotInstalled/Nicht installiert: ""
*LargeCapacityTray Installed/Installiert: ""
*?LargeCapacityTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
	userdict /86f6369627 get 
	/perifdict get /inslot get dup type /arraytype eq {
	    {
		dup 6 eq {(Installed) exit} if
		pop
	    } forall
	}{pop} ifelse
}if
= flush
cleartomark 
restore
"
*End
*CloseUI: *LargeCapacityTray

*OpenUI *InnerTray2/Obere interne Ablage: PickOne
*DefaultInnerTray2: NotInstalled
*InnerTray2 NotInstalled/Nicht installiert: ""
*InnerTray2 Installed/Installiert: ""
*?InnerTray2: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
	userdict /86f6369627 get
	/perifdict get /outslot get dup type /arraytype eq {
	    {
		dup 1 eq {(Installed) exit} if
		pop
	    } forall
	}{pop} ifelse
} if
= flush
cleartomark
restore
"
*End
*CloseUI: *InnerTray2

*OpenUI *Finisher/Finisher: PickOne
*DefaultFinisher: NotInstalled
*Finisher NotInstalled/Nicht installiert: ""
*Finisher FinKING/Finisher SR790: ""
*Finisher FinEUPHPOS/Finisher SR3020: ""
*Finisher FinEUPHIMPOS/Finisher SR3030: ""
*?Finisher: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
	userdict /86f6369627 get
	/perifdict get /outslot get dup type /arraytype eq {
	    {
		dup 10 eq {(FinKING) exit} if
		dup 22 eq {(FinEUPHPOS) exit} if
		dup 21 eq {(FinEUPHIMPOS)}{pop} ifelse
	    } forall
	}{pop} ifelse
} if
= flush
cleartomark 
restore
"
*End
*CloseUI: *Finisher

*CloseGroup: InstallableOptions


*FreeVM: "2261000"

*Password: "0"
*ExitServer: "
  count 0 eq 
  {false}{true exch startjob}ifelse
  not {(WARNING: Cannot modify initial VM.) =
       (Missing or invalid Password.) =
       (Please contact the author.) = 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.) = flush quit
  }if 
  systemdict /quit get exec
  (WARNING: Printer Reset Failed.) = flush
"
*End

*DefaultResolution: 600dpi
*?Resolution: "
  save
  currentpagedevice /HWResolution get 0 get
  (       ) cvs print (dpi) = flush
  restore
"
*End

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

*%========== Media Selection ==========
*LandscapeOrientation: Minus90

*OpenUI *RIPaperPolicy/An Papier anpassen: PickOne
*OrderDependency: 10 AnySetup *RIPaperPolicy
*DefaultRIPaperPolicy: PromptUser
*RIPaperPolicy PromptUser/Entscheidung durch Benutzer: "
  <</DeferredMediaSelection true>> setpagedevice
  <</Policies << /PageSize 2 /MediaType 2 >> >> setpagedevice"
*End
*RIPaperPolicy NearestSizeAdjust/N<E4>chstliegendes Format und Skalierung: "
  <</DeferredMediaSelection false>> setpagedevice
  <</Policies << /PageSize 3 /MediaType 2 >> >> setpagedevice"
*End
*RIPaperPolicy NearestSizeNoAdjust/N<E4>chstliegendes Format und Zuschneidung: "
  <</DeferredMediaSelection false>> setpagedevice
  <</Policies << /PageSize 5 /MediaType 2 >> >> setpagedevice"
*End
*CloseUI: *RIPaperPolicy

*OpenUI *PageSize: PickOne
*OrderDependency: 20 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize A3/A3: "<< 
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize A4/A4: "<< 
  /PageSize [595 842] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize A5/A5: "<< 
  /PageSize [420 595] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize A6/A6: "<< 
  /PageSize [297 420] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize B4/B4 (JIS): "<< 
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize B5/B5 (JIS): "<< 
  /PageSize [516 729] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize B6/B6 (JIS): "<< 
  /PageSize [363 516] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize Legal/Legal: "<< 
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize Letter/Letter: "<< 
  /PageSize [612 792] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize HalfLetter/5,5x8,5: "<< 
  /PageSize [396 612] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize 11x17/11x17: "<< 
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize 12x18/12x18: "<< 
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageSize Executive/Executive: "<< 
  /PageSize [522 756] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageSize F/8x13: "<< 
  /PageSize [576 936] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageSize Folio/8,25x13: "<< 
  /PageSize [595 935] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageSize FanFoldGermanLegal/8,5x13: "<< 
  /PageSize [612 936] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageSize A3.FullBleed/A3 (Randlos): "<< 
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize A4.FullBleed/A4 (Randlos): "<< 
  /PageSize [595 842] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize A5.FullBleed/A5 (Randlos): "<< 
  /PageSize [420 595] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize A6.FullBleed/A6 (Randlos): "<< 
  /PageSize [297 420] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize B4.FullBleed/B4 (JIS) (Randlos): "<< 
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize B5.FullBleed/B5 (JIS) (Randlos): "<< 
  /PageSize [516 729] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize B6.FullBleed/B6 (JIS) (Randlos): "<< 
  /PageSize [363 516] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize Legal.FullBleed/Legal (Randlos): "<< 
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize Letter.FullBleed/Letter (Randlos): "<< 
  /PageSize [612 792] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize HalfLetter.FullBleed/5,5x8,5 (Randlos): "<< 
  /PageSize [396 612] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize 11x17.FullBleed/11x17 (Randlos): "<< 
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize 12x18.FullBleed/12x18 (Randlos): "<< 
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageSize Executive.FullBleed/Executive (Randlos): "<< 
  /PageSize [522 756] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*PageSize F.FullBleed/8x13 (Randlos): "<< 
  /PageSize [576 936] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*PageSize Folio.FullBleed/8,25x13 (Randlos): "<< 
  /PageSize [595 935] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*PageSize FanFoldGermanLegal.FullBleed/8,5x13 (Randlos): "<< 
  /PageSize [612 936] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*?PageSize: "
  save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch}if (Unknown)
  32 dict
    dup [842 1191] (A3) put
    dup [595 842]  (A4) put
    dup [420 595]  (A5) put
    dup [297 420]  (A6) put
    dup [729 1032] (B4) put
    dup [516 729]  (B5) put
    dup [363 516]  (B6) put
    dup [612 1008] (Legal) put
    dup [612 792]  (Letter) put
    dup [396 612]  (HalfLetter) put
    dup [792 1224] (11x17) put
    dup [864 1296] (12x18) put
    dup [522 756] (Executive) put
    dup [576 936] (F) put
    dup [595 935] (Folio) put
    dup [612 936] (FanFoldGermanLegal) put
    dup [842 1191] (A3.FullBleed) put
    dup [595 842]  (A4.FullBleed) put
    dup [420 595]  (A5.FullBleed) put
    dup [297 420]  (A6.FullBleed) put
    dup [729 1032] (B4.FullBleed) put
    dup [516 729]  (B5.FullBleed) put
    dup [363 516]  (B6.FullBleed) put
    dup [612 1008] (Legal.FullBleed) put
    dup [612 792]  (Letter.FullBleed) put
    dup [396 612]  (HalfLetter.FullBleed) put
    dup [792 1224] (11x17.FullBleed) put
    dup [864 1296] (12x18.FullBleed) put
    dup [522 756] (Executive.FullBleed) put
    dup [576 936] (F.FullBleed) put
    dup [595 935] (Folio.FullBleed) put
    dup [612 936] (FanFoldGermanLegal.FullBleed) 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: 25 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion A3/A3: "<< 
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion A4/A4: "<< 
  /PageSize [595 842] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion A5/A5: "<< 
  /PageSize [420 595] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion A6/A6: "<< 
  /PageSize [297 420] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion B4/B4 (JIS): "<< 
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion B5/B5 (JIS): "<< 
  /PageSize [516 729] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion B6/B6 (JIS): "<< 
  /PageSize [363 516] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion Legal/Legal: "<< 
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion Letter/Letter: "<< 
  /PageSize [612 792] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion HalfLetter/5,5x8,5: "<< 
  /PageSize [396 612] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion 11x17/11x17: "<< 
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion 12x18/12x18: "<< 
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice 
  false setedgetoedge"
*End
*PageRegion Executive/Executive: "<< 
  /PageSize [522 756] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageRegion F/8x13: "<< 
  /PageSize [576 936] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageRegion Folio/8,25x13: "<< 
  /PageSize [595 935] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageRegion FanFoldGermanLegal/8,5x13: "<< 
  /PageSize [612 936] /ImagingBBox null>> setpagedevice 
  false setedgetoedge"
*End
*PageRegion A3.FullBleed/A3 (Randlos): "<< 
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion A4.FullBleed/A4 (Randlos): "<< 
  /PageSize [595 842] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion A5.FullBleed/A5 (Randlos): "<< 
  /PageSize [420 595] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion A6.FullBleed/A6 (Randlos): "<< 
  /PageSize [297 420] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion B4.FullBleed/B4 (JIS) (Randlos): "<< 
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion B5.FullBleed/B5 (JIS) (Randlos): "<< 
  /PageSize [516 729] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion B6.FullBleed/B6 (JIS) (Randlos): "<< 
  /PageSize [363 516] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion Legal.FullBleed/Legal (Randlos): "<< 
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion Letter.FullBleed/Letter (Randlos): "<< 
  /PageSize [612 792] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion HalfLetter.FullBleed/5,5x8,5 (Randlos): "<< 
  /PageSize [396 612] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion 11x17.FullBleed/11x17 (Randlos): "<< 
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion 12x18.FullBleed/12x18 (Randlos): "<< 
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice 
  true setedgetoedge"
*End
*PageRegion Executive.FullBleed/Executive (Randlos): "<< 
  /PageSize [522 756] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*PageRegion F.FullBleed/8x13 (Randlos): "<< 
  /PageSize [576 936] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*PageRegion Folio.FullBleed/8,25x13 (Randlos): "<< 
  /PageSize [595 935] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*PageRegion FanFoldGermanLegal.FullBleed/8,5x13 (Randlos): "<< 
  /PageSize [612 936] /ImagingBBox null>> setpagedevice 
  true setedgetoedge"
*End
*CloseUI: *PageRegion

*%========== Information About Media Sizes ==========

*DefaultImageableArea: A4
*ImageableArea A3/A3: "12 12 830 1179"
*ImageableArea A4/A4: "12 12 583 830"
*ImageableArea A5/A5: "12 12 408 583"
*ImageableArea A6/A6: "12 12 285 408"
*ImageableArea B4/B4 (JIS): "12 12 717 1020"
*ImageableArea B5/B5 (JIS): "12 12 504 717"
*ImageableArea B6/B6 (JIS): "12 12 351 504"
*ImageableArea Legal/Legal: "12 12 600 996"
*ImageableArea Letter/Letter: "12 12 600 780"
*ImageableArea HalfLetter/5,5x8,5: "12 12 384 600"
*ImageableArea 11x17/11x17: "12 12 780 1212"
*ImageableArea 12x18/12x18: "12 12 852 1284"
*ImageableArea Executive/Executive: "12 12 510 744"
*ImageableArea F/8x13: "12 12 564 924"
*ImageableArea Folio/8,25x13: "12 12 583 923"
*ImageableArea FanFoldGermanLegal/8,5x13: "12 12 600 924"
*ImageableArea A3.FullBleed/A3 (Randlos): "0 0 842 1190"
*ImageableArea A4.FullBleed/A4 (Randlos): "0 0 595 841"
*ImageableArea A5.FullBleed/A5 (Randlos): "0 0 420 594"
*ImageableArea A6.FullBleed/A6 (Randlos): "0 0 297 419"
*ImageableArea B4.FullBleed/B4 (JIS) (Randlos): "0 0 729 1031"
*ImageableArea B5.FullBleed/B5 (JIS) (Randlos): "0 0 516 728"
*ImageableArea B6.FullBleed/B6 (JIS) (Randlos): "0 0 363 515"
*ImageableArea Legal.FullBleed/Legal (Randlos): "0 0 612 1007"
*ImageableArea Letter.FullBleed/Letter (Randlos): "0 0 612 791"
*ImageableArea HalfLetter.FullBleed/5,5x8,5 (Randlos): "0 0 396 611"
*ImageableArea 11x17.FullBleed/11x17 (Randlos): "0 0 792 1223"
*ImageableArea 12x18.FullBleed/12x18 (Randlos): "0 0 864 1295"
*ImageableArea Executive.FullBleed/Executive (Randlos): "0 0 522 755"
*ImageableArea F.FullBleed/8x13 (Randlos): "0 0 576 935"
*ImageableArea Folio.FullBleed/8,25x13 (Randlos): "0 0 595 934"
*ImageableArea FanFoldGermanLegal.FullBleed/8,5x13 (Randlos): "0 0 612 935"
*?ImageableArea: "
  save
  /cvp {(            ) cvs print (               ) print}bind def
  newpath clippath pathbbox 4 -2 roll exch
  2 {10000 mul ceiling 10000 div cvp}repeat exch
  2 {10000 mul floor 10000 div cvp}repeat flush
  restore
"
*End

*DefaultPaperDimension: A4
*PaperDimension A3/A3: "842 1191"
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "420 595"
*PaperDimension A6/A6: "297 420"
*PaperDimension B4/B4 (JIS): "729 1032"
*PaperDimension B5/B5 (JIS): "516 729"
*PaperDimension B6/B6 (JIS): "363 516"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension HalfLetter/5,5x8,5: "396 612"
*PaperDimension 11x17/11x17: "792 1224"
*PaperDimension 12x18/12x18: "864 1296"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension F/8x13: "576 936"
*PaperDimension Folio/8,25x13: "595 935"
*PaperDimension FanFoldGermanLegal/8,5x13: "612 936"
*PaperDimension A3.FullBleed/A3 (Randlos): "842 1190"
*PaperDimension A4.FullBleed/A4 (Randlos): "595 841"
*PaperDimension A5.FullBleed/A5 (Randlos): "420 594"
*PaperDimension A6.FullBleed/A6 (Randlos): "297 419"
*PaperDimension B4.FullBleed/B4 (JIS) (Randlos): "729 1031"
*PaperDimension B5.FullBleed/B5 (JIS) (Randlos): "516 728"
*PaperDimension B6.FullBleed/B6 (JIS) (Randlos): "363 515"
*PaperDimension Legal.FullBleed/Legal (Randlos): "612 1007"
*PaperDimension Letter.FullBleed/Letter (Randlos): "612 791"
*PaperDimension HalfLetter.FullBleed/5,5x8,5 (Randlos): "396 611"
*PaperDimension 11x17.FullBleed/11x17 (Randlos): "792 1223"
*PaperDimension 12x18.FullBleed/12x18 (Randlos): "864 1295"
*PaperDimension Executive.FullBleed/Executive (Randlos): "522 756"
*PaperDimension F.FullBleed/8x13 (Randlos): "576 935"
*PaperDimension Folio.FullBleed/8,25x13 (Randlos): "595 934"
*PaperDimension FanFoldGermanLegal.FullBleed/8,5x13 (Randlos): "612 935"

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

*OpenUI *InputSlot: PickOne
*OrderDependency: 30 AnySetup *InputSlot
*DefaultInputSlot: 1Tray
*InputSlot MultiTray/Bypass: "<</MediaPosition 0>> setpagedevice"
*InputSlot 1Tray/Magazin 1: "<</MediaPosition 1>> setpagedevice"
*InputSlot 2Tray/Magazin 2: "<</MediaPosition 2>> setpagedevice"
*InputSlot 3Tray/Magazin 3: "<</MediaPosition 3>> setpagedevice"
*InputSlot 4Tray/Magazin 4: "<</MediaPosition 4>> setpagedevice"
*InputSlot 5Tray/Gro<DF>raummagazin: "<</MediaPosition 5>> setpagedevice"
*?InputSlot: "
  save
  [(MultiTray)(1Tray)(2Tray)(3Tray)(4Tray)(5Tray)]
  statusdict /papertray get exec {get}stopped
  {pop pop (Unknown)}if = flush
  restore
"
*End
*CloseUI: *InputSlot

*%=== Custom Paper Support =================
*LeadingEdge Short: ""
*LeadingEdge Long: ""
*DefaultLeadingEdge: Short

*MaxMediaWidth:  "865"
*MaxMediaHeight: "1701"
*HWMargins:      12 12 12 12
*CustomPageSize True: "pop pop pop 
  << /PageSize [ 5 -2 roll ]  /ImagingBBox null
  /Policies <</PageSize 2 /MediaType 2>>
  /DeferredMediaSelection true
  >> setpagedevice"
*End

*ParamCustomPageSize Width:        1 points 255 865
*ParamCustomPageSize Height:       2 points 419 1701
*ParamCustomPageSize WidthOffset:  3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation:  5 int 1 1

*NonUIOrderDependency: 21 AnySetup *CustomPageSize True

*RequiresPageRegion MultiTray: True
*RequiresPageRegion 1Tray: True
*RequiresPageRegion 2Tray: True
*RequiresPageRegion 3Tray: True
*RequiresPageRegion 4Tray: True
*RequiresPageRegion 5Tray: True

*OpenUI *Duplex/Duplex: PickOne
*OrderDependency: 50 AnySetup *Duplex
*DefaultDuplex: None
*Duplex None/Aus: "<</Duplex false>>setpagedevice"
*Duplex DuplexNoTumble/Lange Kante: "<</Duplex true /Tumble false>>setpagedevice"
*Duplex DuplexTumble/Kurze Kante: "<</Duplex true /Tumble true>>setpagedevice"
*?Duplex: "
  save
  currentpagedevice /Duplex get
  {currentpagedevice /Tumble get
    {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  }{(None)}ifelse = flush
  restore
"
*End
*CloseUI: *Duplex

*%========== Resolution and Appearance Control ==========

*OpenUI *Collate/Sortieren: PickOne
*OrderDependency: 200 AnySetup *Collate
*DefaultCollate: False
*Collate False/Aus: "<</Collate false>>setpagedevice"
*Collate True/Ein: "<</Collate true
  /CollateDetails <</Type 6 /AlignSet false>>
  >>setpagedevice"
*End
*?Collate: "
  save
  currentpagedevice /Collate get 
  {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
  restore
"
*End
*CloseUI: *Collate

*OpenUI *RIPrintMode/Druckmodus: PickOne
*OrderDependency: 45 AnySetup *RIPrintMode
*DefaultRIPrintMode: 1rhit
*RIPrintMode 0rhit/Aus: "<<
  /HWResolution[600 600]
  /PostRenderingEnhance false
  >> setpagedevice"
*End
*RIPrintMode 1rhit/Kantengl<E4>ttung: "<<
  /HWResolution[600 600]
  /PostRenderingEnhance true /PostRenderingEnhanceDetails << /Type 34 /OutputMode 0>>
  >> setpagedevice"
*End
*RIPrintMode 3rhit/Tonersparmodus 1: "<<
  /HWResolution[600 600]
  /PostRenderingEnhance true /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>>
  >> setpagedevice"
*End
*RIPrintMode 4rhit/Tonersparmodus 2: "<<
  /HWResolution[600 600]
  /PostRenderingEnhance true /PostRenderingEnhanceDetails << /Type 34 /OutputMode 4>>
  >> setpagedevice"
*End
*?RIPrintMode: "
  save
  /UK (Unknown) def
  {
    currentpagedevice dup /PostRenderingEnhance 2 copy known not { UK exit } if
    get dup false eq {pop (0rhit) exit }
    {pop /PostRenderingEnhanceDetails get dup /OutputMode get
    dup 0 eq {pop (1rhit) exit} if
    dup 3 eq {pop (3rhit) exit} if
    dup 4 eq {pop (4rhit) exit} if
    UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIPrintMode

*OpenUI *RPSDitherType/Dithering: PickOne
*OrderDependency: 130 AnySetup *RPSDitherType
*DefaultRPSDitherType: Auto
*RPSDitherType Auto/Automatisch: "(auto) RCsethalftonetype"
*RPSDitherType Photo/Foto: "(photo) RCsethalftonetype"
*RPSDitherType Letter/Text: "(text) RCsethalftonetype"
*RPSDitherType User/Anwendereinstellung: "(user) RCsethalftonetype"
*CloseUI: *RPSDitherType

*OpenUI *Rimagesm/Bildgl<E4>ttung: PickOne
*OrderDependency: 160 AnySetup *Rimagesm
*DefaultRimagesm: Off
*Rimagesm Off/Aus: "(off) /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm On/Ein: "(on) /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm Auto/Automatisch: "(auto) /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 90ppi/Weniger als 90 ppi: "90 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 150ppi/Weniger als 150 ppi: "150 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 200ppi/Weniger als 200 ppi: "200 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*Rimagesm 300ppi/Weniger als 300 ppi: "300 /RDeviceProcSet /ProcSet findresource /SetImageInterpolate get exec"
*CloseUI: *Rimagesm

*OpenUI *RIRotateBy180/Um 180 Grad drehen: PickOne
*OrderDependency: 165 AnySetup *RIRotateBy180
*RIRotateBy180 Off/Aus: "0 /RDeviceProcSet /ProcSet findresource /SetImageRotation get exec"
*RIRotateBy180 On/Ein: "1 /RDeviceProcSet /ProcSet findresource /SetImageRotation get exec"
*DefaultRIRotateBy180: Off
*CloseUI: *RIRotateBy180

*OpenUI *RIOrientOvr/Ausrichtung aufheben: PickOne
*OrderDependency: 170 AnySetup *RIOrientOvr
*RIOrientOvr Off/Aus: ""
*RIOrientOvr Landscape/Querformat: "
  1 /RDeviceProcSet /ProcSet findresource /SetOrientationOverride get exec"
*End
*RIOrientOvr Portrait/Hochformat: "
  0 /RDeviceProcSet /ProcSet findresource /SetOrientationOverride get exec"
*End
*DefaultRIOrientOvr: Off
*CloseUI: *RIOrientOvr

*OpenUI *MediaType/Papiertyp: PickOne
*OrderDependency: 205 AnySetup *MediaType
*MediaType Auto/Normal/Recycling: "<< /MediaType (Auto) >> setpagedevice"
*MediaType Plain/Normal: "<< /MediaType (Plain) >> setpagedevice"
*MediaType Recycled/Recycling: "<< /MediaType (Recycled) >> setpagedevice"
*MediaType Special/Spezial 1: "<< /MediaType (Special) >> setpagedevice"
*MediaType Special2/Spezial 2: "<< /MediaType (Special2) >> setpagedevice"
*MediaType Special3/Spezial 3: "<< /MediaType (Special3) >> setpagedevice"
*MediaType Colored/Farbe: "<< /MediaType (Color) >> setpagedevice"
*MediaType Letterhead/Briefbogen: "<< /MediaType (Letterhead) >> setpagedevice"
*MediaType Preprinted/Bedruckt: "<< /MediaType (Preprinted) >> setpagedevice"
*MediaType Prepunched/Vorgelocht: "<< /MediaType (Prepunched) >> setpagedevice"
*MediaType Labels/Etiketten: "<< /MediaType (Labels) >> setpagedevice"
*MediaType Bond/Bondpapier: "<< /MediaType (Bond) >> setpagedevice"
*MediaType Cardstock/Registerkarten: "<< /MediaType (Cardstock) >> setpagedevice"
*MediaType OHP/Folie: "<< /MediaType (Transparency) >> setpagedevice"
*MediaType Thick/Dick 1: "<< /MediaType (Thick) >> setpagedevice"
*MediaType Thick2/Dick 2: "<< /MediaType (Thick2) >> setpagedevice"
*MediaType Thin/D<FC>nn: "<< /MediaType (Thin) >> setpagedevice"
*MediaType Middlethick/Mitteldick: "<< /MediaType (Middlethick) >> setpagedevice"
*MediaType None/Kein: "<< /MediaType (None) >> setpagedevice"
*?MediaType: "
  save
  /UK (Unknown) def
  {
    currentpagedevice /MediaType 2 copy known not { UK exit } if
    get dup null eq 1 index (Plain) eq or { (Plain) exit } if
    dup (Auto) eq { dup exit } if
    dup (Recycled) eq { dup exit } if
    dup (Special) eq { dup exit } if
    dup (Special2) eq { dup exit } if
    dup (Special3) eq { dup exit } if
    dup (Color) eq { (Colored) exit } if
    dup (Letterhead) eq { dup exit } if
    dup (Preprinted) eq { dup exit } if
    dup (Prepunched) eq { dup exit } if
    dup (Labels) eq { dup exit } if
    dup (Bond) eq { dup exit } if
    dup (Cardstock) eq { dup exit } if
    dup (Transparency) eq { (OHP) exit } if
    dup (Thick) eq { dup exit } if
    dup (Thick2) eq { dup exit } if
    dup (Thin) eq { dup exit } if
    dup (Middlethick) eq { dup exit } if
    dup (None) eq { dup exit } if
    UK exit
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*DefaultMediaType: Auto
*CloseUI: *MediaType

*OpenUI *OutputBin/Ausgabe: PickOne
*OrderDependency: 210 AnySetup *OutputBin
*OutputBin Default/Druckerstandard: "<</OutputType null>>setpagedevice"
*OutputBin Standard/Interne Ablage 1: "<</OutputType (Standard)>>setpagedevice"
*OutputBin Bin1/Interne Ablage 2: "<</OutputType (1Bin)>>setpagedevice"
*OutputBin FinKINGUpper/Finisher SR790 Obere Ablage: "<</OutputType (FinProof)>>setpagedevice"
*OutputBin FinKINGShift/Finisher SR790 Versatzablage: "<</OutputType (FinShift)>>setpagedevice"
*OutputBin FinEUPHBBKUpper/Finisher SR3020 Obere Ablage: "<</OutputType (FinProof)>>setpagedevice"
*OutputBin FinEUPHBBKShift/Finisher SR3020 Versatzablage: "<</OutputType (FinShift)>>setpagedevice"
*OutputBin FinEUPHBBKLower/Finisher SR3020 Brosch<FC>ren-Ablage: "<</OutputType (FinBooklet)>>setpagedevice"
*OutputBin FinEUPHBUpper/Finisher SR3030 Obere Ablage: "<</OutputType (FinProof)>>setpagedevice"
*OutputBin FinEUPHBShift/Finisher SR3030 Versatzablage: "<</OutputType (FinShift)>>setpagedevice"
*DefaultOutputBin: Default
*?OutputBin: "
  save
  currentpagedevice /OutputType get = flush
  restore
"
*End
*CloseUI: *OutputBin

*OpenUI *StapleLocation/Heften: PickOne
*OrderDependency: 220 AnySetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/Aus: "<< /Staple 0 >> setpagedevice"
*StapleLocation UpperLeft/Oben links: "<< 
  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 0 >>
  >> setpagedevice"
*End
*StapleLocation UpperRight/Oben rechts: "<< 
  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 6 >>
  >> setpagedevice"
*End
*StapleLocation LeftW/2 links: "<< 
  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 1 >>
  >> setpagedevice"
*End
*StapleLocation RightW/2 rechts: "<< 
  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 5 >>
  >> setpagedevice"
*End
*StapleLocation UpperW/2 oben: "<< 
  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 7 >>
  >> setpagedevice"
*End
*StapleLocation CenterW/2 zentriert: "<< 
  /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  /Staple 2  /StapleDetails << /Type 14 /Angle 0 /Position 8 >>
  >> setpagedevice"
*End
*?StapleLocation: "
  save
  /UK (Unknown) def
  {
    currentpagedevice dup /Staple 2 copy known not { UK exit } if
    get dup 0 eq {pop (None) exit }
    {pop /StapleDetails get dup /Position get
    dup 0 eq {pop (UpperLeft) exit} if
    dup 6 eq {pop (UpperRight) exit} if
    dup 1 eq {pop (LeftW) exit} if
    dup 5 eq {pop (RightW) exit} if
    dup 7 eq {pop (UpperW) exit} if
    dup 8 eq {pop (CenterW) exit} if
    UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *StapleLocation

*OpenUI *RIPunch/Lochen: PickOne
*OrderDependency: 230 AnySetup *RIPunch
*RIPunch None/Aus: "<< /Punch 0 >> setpagedevice"
*RIPunch Left2/2 links: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 0 /NumHoles 2 >> >> setpagedevice"
*End
*RIPunch Left3/3 links: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 0 /NumHoles 3 >> >> setpagedevice"
*End
*RIPunch Left4/4 links: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 0 /NumHoles 4 >> >> setpagedevice"
*End
*RIPunch Right2/2 rechts: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 2 /NumHoles 2 >> >> setpagedevice"
*End
*RIPunch Right3/3 rechts: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 2 /NumHoles 3 >> >> setpagedevice"
*End
*RIPunch Right4/4 rechts: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 2 /NumHoles 4 >> >> setpagedevice"
*End
*RIPunch Upper2/2 oben: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 3 /NumHoles 2 >> >> setpagedevice"
*End
*RIPunch Upper3/3 oben: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 3 /NumHoles 3 >> >> setpagedevice"
*End
*RIPunch Upper4/4 oben: "<< /Punch 2
  /PunchDetails << /Type 4 /Position 3 /NumHoles 4 >> >> setpagedevice"
*End
*DefaultRIPunch: None
*?RIPunch: "
  save
  /UK (Unknown) def
  {
    currentpagedevice dup /Punch 2 copy known not { UK exit } if
    get dup 0 eq {pop (None) exit }
    {pop /PunchDetails get dup /Position get
    dup 0 eq {pop (Left2) exit} if
    dup 2 eq {pop (Right2) exit} if
    dup 3 eq {pop (Upper2) exit} if
    UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIPunch

*%=== Watermark ========
*OpenUI *RIWatermark/Wasserzeichen:  PickOne
*OrderDependency: 300 AnySetup *RIWatermark
*DefaultRIWatermark: Off
*RIWatermark Off/Aus: ""
*RIWatermark On/Ein: "
 userdict /RPS_WMdict 10 dict put
 userdict /RPS_WMdict get begin
  /RPS_WM true def
  /RPS_WM_adjangle { 1.0 mul } bind def	%% Portrait, Portrait(4up)
  /RPS_WM_adjust 0.5 def
  /RPS_WM_position { %% center
	currentpagedevice /PageSize get
	aload pop exch 2.0 div exch 2.0 div translate
	RPS_WM_angle RPS_WM_adjangle rotate
	RPS_WM_font findfont RPS_WM_size scalefont setfont
	RPS_WM_str stringwidth pop 2.0 div neg RPS_WM_size 2.0 div moveto
  } bind def
 end
 <<
	/EndPage {
		2 eq { pop false }{
			userdict /RPS_WMdict 2 copy known {
				get begin
				RPS_WM {
					gsave
					initgraphics
					RPS_WM_color
					RPS_WM_Pattern
					RPS_WM_position
					RPS_WM_draw
					grestore
				} if
				end
			}{ pop pop } ifelse
			pop true
		} ifelse
	} bind
 >> setpagedevice"
*End
*CloseUI: *RIWatermark

*%=== Watermark Text ========
*OpenUI *RIWMText/Wasserzeichentext:  PickOne
*OrderDependency: 310 AnySetup *RIWMText
*DefaultRIWMText: Confidential
*RIWMText Confidential/VERTRAULICH: "userdict /RPS_WMdict get begin
 /RPS_WM_str (VERTRAULICH) def end"
*End
*RIWMText Copy/KOPIE: "userdict /RPS_WMdict get begin
 /RPS_WM_str (KOPIE) def end"
*End
*RIWMText Copyright/ENTWURF: "userdict /RPS_WMdict get begin
 /RPS_WM_str (ENTWURF) def end"
*End
*RIWMText Final/ENDVERSION: "userdict /RPS_WMdict get begin
 /RPS_WM_str (ENDVERSION) def end"
*End
*RIWMText FileCopy/KOPIE ABLEGEN: "userdict /RPS_WMdict get begin
 /RPS_WM_str (KOPIE ABLEGEN) def end"
*End
*RIWMText Proof/KORREKTUR: "userdict /RPS_WMdict get begin
 /RPS_WM_str (KORREKTUR) def end"
*End
*RIWMText TopSecret/STRENG GEHEIM: "userdict /RPS_WMdict get begin
 /RPS_WM_str (STRENG GEHEIM) def end"
*End
*CloseUI: *RIWMText

*%=== WaterMark Font ========
*OpenUI *RIwmFont/Wasserzeichenschriftart:  PickOne
*OrderDependency: 320 AnySetup *RIwmFont
*DefaultRIwmFont: HelveticaB
*RIwmFont CourierB/Courier Fett: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Courier-Bold def end"
*End
*RIwmFont TimesB/Times Fett: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Times-Bold def end"
*End
*RIwmFont HelveticaB/Helvetica Fett: "userdict /RPS_WMdict get begin
 /RPS_WM_font /Helvetica-Bold def end"
*End
*CloseUI: *RIwmFont

*%=== WaterMark Font Size========
*OpenUI *RIwmSize/Wasserzeichengr<F6><DF>e:  PickOne
*OrderDependency: 325 AnySetup *RIwmSize
*DefaultRIwmSize: 36
*RIwmSize 24/24 Punkt: "userdict /RPS_WMdict get begin
 /RPS_WM_size 24 def end"
*End
*RIwmSize 36/36 Punkt: "userdict /RPS_WMdict get begin
 /RPS_WM_size 36 def end"
*End
*RIwmSize 48/48 Punkt: "userdict /RPS_WMdict get begin
 /RPS_WM_size 48 def end"
*End
*RIwmSize 60/60 Punkt: "userdict /RPS_WMdict get begin
 /RPS_WM_size 60 def end"
*End
*RIwmSize 72/72 Punkt: "userdict /RPS_WMdict get begin
 /RPS_WM_size 72 def end"
*End
*CloseUI: *RIwmSize

*%=== WaterMark Angle ========
*OpenUI *RIwmAngle/Wasserzeichenwinkel:  PickOne
*OrderDependency: 330 AnySetup *RIwmAngle
*DefaultRIwmAngle: 45Deg
*RIwmAngle 180Deg/180 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 180 def end"
*End
*RIwmAngle 135Deg/135 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 135 def end"
*End
*RIwmAngle 90Deg/90 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 90 def end"
*End
*RIwmAngle 45Deg/45 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 45 def end"
*End
*RIwmAngle 0Deg/0 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle 0 def end"
*End
*RIwmAngle M45Deg/-45 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -45 def end"
*End
*RIwmAngle M90Deg/-90 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -90 def end"
*End
*RIwmAngle M135Deg/-135 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -135 def end"
*End
*RIwmAngle M180Deg/-180 Grad: "userdict /RPS_WMdict get begin
 /RPS_WM_angle -180 def end"
*End
*CloseUI: *RIwmAngle

*%=== WaterMark Style ========
*OpenUI *RIwmTextStyle/Wasserzeichenstil:  PickOne
*OrderDependency: 340 AnySetup *RIwmTextStyle
*DefaultRIwmTextStyle: Gray
*RIwmTextStyle Gray/Grau: "userdict /RPS_WMdict get begin
   /RPS_WM_color { 0 setgray }  bind  def
   /RPS_WM_Pattern {
	<<
		/PatternType 1
		/PaintType 1
		/TilingType 3
		/BBox [ 0 0 1 1 ]
		/XStep 1 
		/YStep 1 
		/PaintProc {
			begin
				RPS_WM_color
				8 8 true [ 8 0 0 -8 0 8 ]
				<88002200 88002200> imagemask
			end
		}
	>> [ 1 0 0 -1 0 1 ] makepattern
	setpattern }
   bind def
   /RPS_WM_draw {	%% RPS_WM_mask
	RPS_WM_str false charpath fill
  } bind def end"
*End
*RIwmTextStyle Outline/Kontur: "userdict /RPS_WMdict get begin
   /RPS_WM_color { 0 setgray }  bind  def
   /RPS_WM_Pattern {} def
   /RPS_WM_draw {	%% RPS_WM_outline
	0 setlinewidth RPS_WM_str false charpath stroke
  } bind def end"
*End
*CloseUI: *RIwmTextStyle

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

*%========== Font ==========

*DefaultFont: Courier
*Font AlbertusMT: Standard "(001.000)" Standard ROM
*Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
*Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
*Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
*Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
*Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
*Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
*Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
*Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
*Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
*Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
*Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
*Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
*Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
*Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
*Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
*Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
*Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Carta: Special "(001.001)" Special ROM
*Font Chicago: Standard "(501.011)" ExtendedRoman ROM
*Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
*Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
*Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
*Font CooperBlack: Standard "(001.003)" Standard ROM
*Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
*Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
*Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
*Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
*Font Courier: Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
*Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
*Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
*Font Geneva: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans: Standard "(501.009)" ExtendedRoman ROM
*Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
*Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
*Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
*Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Goudy: Standard "(001.003)" Standard ROM
*Font Goudy-Bold: Standard "(001.002)" Standard ROM
*Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
*Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
*Font Goudy-Italic: Standard "(001.002)" Standard ROM
*Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
*Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
*Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
*Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
*Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
*Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
*Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
*Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
*Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
*Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
*Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
*Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
*Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
*Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Marigold: Standard "(001.000)" Standard ROM
*Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
*Font Monaco: Standard "(501.012)" ExtendedRoman ROM
*Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
*Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
*Font NewYork: Standard "(501.013)" ExtendedRoman ROM
*Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font Optima: Standard "(501.010)" ExtendedRoman ROM
*Font Oxford: Standard "(001.000)" Standard ROM
*Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
*Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
*Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
*Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
*Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
*Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
*Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
*Font Symbol: Special "(001.008)" Special ROM
*Font Tekton: Standard "(001.001)" Standard ROM
*Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
*Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
*Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
*Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
*Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
*Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
*Font Univers: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
*Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
*Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
*Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
*Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
*Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
*Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
*Font Wingdings-Regular: Special "(001.001)" Special ROM
*Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
*Font ZapfDingbats: Special "(001.005S)" 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

*Status: "initializing"
*Status: "holding"
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "printing"
*Status: "print test page"

*Source: "Parallel"
*Source: "TCP/IP"
*Source: "EtherTalk"
*Source: "SPX/IPX"
*Source: "NetBEUI"
*Source: "IEEE1394"

*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"

*%========== Optin Tray/Large Capacity Tray
*UIConstraints: *OptionTray NotInstalled *LargeCapacityTray Installed
*UIConstraints: *LargeCapacityTray Installed *OptionTray NotInstalled

*%========== Optin Tray/InputSlot
*UIConstraints: *OptionTray NotInstalled *InputSlot 3Tray
*UIConstraints: *OptionTray NotInstalled *InputSlot 4Tray
*UIConstraints: *OptionTray 1Cassette *InputSlot 4Tray
*UIConstraints: *InputSlot 3Tray *OptionTray NotInstalled
*UIConstraints: *InputSlot 4Tray *OptionTray NotInstalled
*UIConstraints: *InputSlot 4Tray *OptionTray 1Cassette

*%========== LCT/InputSlot
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray NotInstalled

*%========== Internal Tray/Destination
*UIConstraints: *InnerTray2 NotInstalled *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *InnerTray2 NotInstalled

*%========== Finisher/Destination
*UIConstraints: *Finisher NotInstalled *OutputBin FinKINGUpper
*UIConstraints: *Finisher NotInstalled *OutputBin FinKINGShift
*UIConstraints: *Finisher NotInstalled *OutputBin FinEUPHBBKUpper
*UIConstraints: *Finisher NotInstalled *OutputBin FinEUPHBBKShift
*UIConstraints: *Finisher NotInstalled *OutputBin FinEUPHBBKLower
*UIConstraints: *Finisher NotInstalled *OutputBin FinEUPHBUpper
*UIConstraints: *Finisher NotInstalled *OutputBin FinEUPHBShift
*UIConstraints: *Finisher FinEUPHIMPOS *OutputBin FinKINGUpper
*UIConstraints: *Finisher FinEUPHIMPOS *OutputBin FinKINGShift
*UIConstraints: *Finisher FinEUPHIMPOS *OutputBin FinEUPHBBKUpper
*UIConstraints: *Finisher FinEUPHIMPOS *OutputBin FinEUPHBBKShift
*UIConstraints: *Finisher FinEUPHIMPOS *OutputBin FinEUPHBBKLower
*UIConstraints: *Finisher FinKING *OutputBin FinEUPHBUpper
*UIConstraints: *Finisher FinKING *OutputBin FinEUPHBShift
*UIConstraints: *Finisher FinKING *OutputBin FinEUPHBBKUpper
*UIConstraints: *Finisher FinKING *OutputBin FinEUPHBBKShift
*UIConstraints: *Finisher FinKING *OutputBin FinEUPHBBKLower
*UIConstraints: *Finisher FinEUPHPOS *OutputBin FinEUPHBUpper
*UIConstraints: *Finisher FinEUPHPOS *OutputBin FinEUPHBShift
*UIConstraints: *Finisher FinEUPHPOS *OutputBin FinKINGUpper
*UIConstraints: *Finisher FinEUPHPOS *OutputBin FinKINGShift
*UIConstraints: *OutputBin FinKINGUpper *Finisher NotInstalled
*UIConstraints: *OutputBin FinKINGShift *Finisher NotInstalled
*UIConstraints: *OutputBin FinEUPHBBKUpper *Finisher NotInstalled
*UIConstraints: *OutputBin FinEUPHBBKShift *Finisher NotInstalled
*UIConstraints: *OutputBin FinEUPHBBKLower *Finisher NotInstalled
*UIConstraints: *OutputBin FinEUPHBUpper *Finisher NotInstalled
*UIConstraints: *OutputBin FinEUPHBShift *Finisher NotInstalled
*UIConstraints: *OutputBin FinKINGUpper *Finisher FinEUPHIMPOS
*UIConstraints: *OutputBin FinKINGShift *Finisher FinEUPHIMPOS
*UIConstraints: *OutputBin FinEUPHBBKUpper *Finisher FinEUPHIMPOS
*UIConstraints: *OutputBin FinEUPHBBKShift *Finisher FinEUPHIMPOS
*UIConstraints: *OutputBin FinEUPHBBKLower *Finisher FinEUPHIMPOS
*UIConstraints: *OutputBin FinEUPHBUpper *Finisher FinKING
*UIConstraints: *OutputBin FinEUPHBShift *Finisher FinKING
*UIConstraints: *OutputBin FinEUPHBBKUpper *Finisher FinKING
*UIConstraints: *OutputBin FinEUPHBBKShift *Finisher FinKING
*UIConstraints: *OutputBin FinEUPHBBKLower *Finisher FinKING
*UIConstraints: *OutputBin FinEUPHBUpper *Finisher FinEUPHPOS
*UIConstraints: *OutputBin FinEUPHBShift *Finisher FinEUPHPOS
*UIConstraints: *OutputBin FinKINGUpper *Finisher FinEUPHPOS
*UIConstraints: *OutputBin FinKINGShift *Finisher FinEUPHPOS

*%========== Finisher/Staple
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperLeft
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperRight
*UIConstraints: *Finisher NotInstalled *StapleLocation LeftW
*UIConstraints: *Finisher NotInstalled *StapleLocation RightW
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperW
*UIConstraints: *Finisher NotInstalled *StapleLocation CenterW
*UIConstraints: *StapleLocation UpperLeft *Finisher NotInstalled
*UIConstraints: *StapleLocation UpperRight *Finisher NotInstalled
*UIConstraints: *StapleLocation LeftW *Finisher NotInstalled
*UIConstraints: *StapleLocation RightW *Finisher NotInstalled
*UIConstraints: *StapleLocation UpperW *Finisher NotInstalled
*UIConstraints: *StapleLocation CenterW *Finisher NotInstalled

*UIConstraints: *Finisher FinKING *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinKING

*UIConstraints: *Finisher FinEUPHIMPOS *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinEUPHIMPOS


*%========== Destination/Staple
*UIConstraints: *OutputBin Standard *StapleLocation UpperLeft
*UIConstraints: *OutputBin Standard *StapleLocation UpperRight
*UIConstraints: *OutputBin Standard *StapleLocation LeftW
*UIConstraints: *OutputBin Standard *StapleLocation RightW
*UIConstraints: *OutputBin Standard *StapleLocation UpperW
*UIConstraints: *OutputBin Standard *StapleLocation CenterW
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperLeft
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperRight
*UIConstraints: *OutputBin Bin1 *StapleLocation LeftW
*UIConstraints: *OutputBin Bin1 *StapleLocation RightW
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperW
*UIConstraints: *OutputBin Bin1 *StapleLocation CenterW
*UIConstraints: *OutputBin FinKINGUpper *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinKINGUpper *StapleLocation UpperRight
*UIConstraints: *OutputBin FinKINGUpper *StapleLocation LeftW
*UIConstraints: *OutputBin FinKINGUpper *StapleLocation RightW
*UIConstraints: *OutputBin FinKINGUpper *StapleLocation UpperW
*UIConstraints: *OutputBin FinKINGUpper *StapleLocation CenterW
*UIConstraints: *OutputBin FinKINGShift *StapleLocation CenterW
*UIConstraints: *OutputBin FinEUPHBUpper *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinEUPHBUpper *StapleLocation UpperRight
*UIConstraints: *OutputBin FinEUPHBUpper *StapleLocation LeftW
*UIConstraints: *OutputBin FinEUPHBUpper *StapleLocation RightW
*UIConstraints: *OutputBin FinEUPHBUpper *StapleLocation UpperW
*UIConstraints: *OutputBin FinEUPHBUpper *StapleLocation CenterW
*UIConstraints: *OutputBin FinEUPHBShift *StapleLocation CenterW
*UIConstraints: *OutputBin FinEUPHBBKUpper *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinEUPHBBKUpper *StapleLocation UpperRight
*UIConstraints: *OutputBin FinEUPHBBKUpper *StapleLocation LeftW
*UIConstraints: *OutputBin FinEUPHBBKUpper *StapleLocation RightW
*UIConstraints: *OutputBin FinEUPHBBKUpper *StapleLocation UpperW
*UIConstraints: *OutputBin FinEUPHBBKUpper *StapleLocation CenterW
*UIConstraints: *OutputBin FinEUPHBBKShift *StapleLocation CenterW
*UIConstraints: *OutputBin FinEUPHBBKLower *StapleLocation None
*UIConstraints: *OutputBin FinEUPHBBKLower *StapleLocation UpperLeft
*UIConstraints: *OutputBin FinEUPHBBKLower *StapleLocation UpperRight
*UIConstraints: *OutputBin FinEUPHBBKLower *StapleLocation LeftW
*UIConstraints: *OutputBin FinEUPHBBKLower *StapleLocation RightW
*UIConstraints: *OutputBin FinEUPHBBKLower *StapleLocation UpperW

*UIConstraints: *StapleLocation UpperLeft *OutputBin Standard
*UIConstraints: *StapleLocation UpperRight *OutputBin Standard
*UIConstraints: *StapleLocation LeftW *OutputBin Standard
*UIConstraints: *StapleLocation RightW *OutputBin Standard
*UIConstraints: *StapleLocation UpperW *OutputBin Standard
*UIConstraints: *StapleLocation CenterW *OutputBin Standard
*UIConstraints: *StapleLocation UpperLeft *OutputBin Bin1
*UIConstraints: *StapleLocation UpperRight *OutputBin Bin1
*UIConstraints: *StapleLocation LeftW *OutputBin Bin1
*UIConstraints: *StapleLocation RightW *OutputBin Bin1
*UIConstraints: *StapleLocation UpperW *OutputBin Bin1
*UIConstraints: *StapleLocation CenterW *OutputBin Bin1
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinKINGUpper
*UIConstraints: *StapleLocation UpperRight *OutputBin FinKINGUpper
*UIConstraints: *StapleLocation LeftW *OutputBin FinKINGUpper
*UIConstraints: *StapleLocation RightW *OutputBin FinKINGUpper
*UIConstraints: *StapleLocation UpperW *OutputBin FinKINGUpper
*UIConstraints: *StapleLocation CenterW *OutputBin FinKINGUpper
*UIConstraints: *StapleLocation CenterW *OutputBin FinKINGShift
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinEUPHBUpper
*UIConstraints: *StapleLocation UpperRight *OutputBin FinEUPHBUpper
*UIConstraints: *StapleLocation LeftW *OutputBin FinEUPHBUpper
*UIConstraints: *StapleLocation RightW *OutputBin FinEUPHBUpper
*UIConstraints: *StapleLocation UpperW *OutputBin FinEUPHBUpper
*UIConstraints: *StapleLocation CenterW *OutputBin FinEUPHBUpper
*UIConstraints: *StapleLocation CenterW *OutputBin FinEUPHBShift
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinEUPHBBKUpper
*UIConstraints: *StapleLocation UpperRight *OutputBin FinEUPHBBKUpper
*UIConstraints: *StapleLocation LeftW *OutputBin FinEUPHBBKUpper
*UIConstraints: *StapleLocation RightW *OutputBin FinEUPHBBKUpper
*UIConstraints: *StapleLocation UpperW *OutputBin FinEUPHBBKUpper
*UIConstraints: *StapleLocation CenterW *OutputBin FinEUPHBBKUpper
*UIConstraints: *StapleLocation CenterW *OutputBin FinEUPHBBKShift
*UIConstraints: *StapleLocation None *OutputBin FinEUPHBBKLower
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinEUPHBBKLower
*UIConstraints: *StapleLocation UpperRight *OutputBin FinEUPHBBKLower
*UIConstraints: *StapleLocation LeftW *OutputBin FinEUPHBBKLower
*UIConstraints: *StapleLocation RightW *OutputBin FinEUPHBBKLower
*UIConstraints: *StapleLocation UpperW *OutputBin FinEUPHBBKLower

*%========== Finisher/Punch
*UIConstraints: *Finisher NotInstalled *RIPunch Left2
*UIConstraints: *Finisher NotInstalled *RIPunch Left3
*UIConstraints: *Finisher NotInstalled *RIPunch Left4
*UIConstraints: *Finisher NotInstalled *RIPunch Right2
*UIConstraints: *Finisher NotInstalled *RIPunch Right3
*UIConstraints: *Finisher NotInstalled *RIPunch Right4
*UIConstraints: *Finisher NotInstalled *RIPunch Upper2
*UIConstraints: *Finisher NotInstalled *RIPunch Upper3
*UIConstraints: *Finisher NotInstalled *RIPunch Upper4
*UIConstraints: *Finisher FinKING *RIPunch Left2
*UIConstraints: *Finisher FinKING *RIPunch Left3
*UIConstraints: *Finisher FinKING *RIPunch Left4
*UIConstraints: *Finisher FinKING *RIPunch Right2
*UIConstraints: *Finisher FinKING *RIPunch Right3
*UIConstraints: *Finisher FinKING *RIPunch Right4
*UIConstraints: *Finisher FinKING *RIPunch Upper2
*UIConstraints: *Finisher FinKING *RIPunch Upper3
*UIConstraints: *Finisher FinKING *RIPunch Upper4

*UIConstraints: *RIPunch Left2 *Finisher NotInstalled
*UIConstraints: *RIPunch Left3 *Finisher NotInstalled
*UIConstraints: *RIPunch Left4 *Finisher NotInstalled
*UIConstraints: *RIPunch Right2 *Finisher NotInstalled
*UIConstraints: *RIPunch Right3 *Finisher NotInstalled
*UIConstraints: *RIPunch Right4 *Finisher NotInstalled
*UIConstraints: *RIPunch Upper2 *Finisher NotInstalled
*UIConstraints: *RIPunch Upper3 *Finisher NotInstalled
*UIConstraints: *RIPunch Upper4 *Finisher NotInstalled
*UIConstraints: *RIPunch Left2 *Finisher FinKING
*UIConstraints: *RIPunch Left3 *Finisher FinKING
*UIConstraints: *RIPunch Left4 *Finisher FinKING
*UIConstraints: *RIPunch Right2 *Finisher FinKING
*UIConstraints: *RIPunch Right3 *Finisher FinKING
*UIConstraints: *RIPunch Right4 *Finisher FinKING
*UIConstraints: *RIPunch Upper2 *Finisher FinKING
*UIConstraints: *RIPunch Upper3 *Finisher FinKING
*UIConstraints: *RIPunch Upper4 *Finisher FinKING

*%========== Destination/Punch
*UIConstraints: *OutputBin Standard *RIPunch Left2
*UIConstraints: *OutputBin Standard *RIPunch Left3
*UIConstraints: *OutputBin Standard *RIPunch Left4
*UIConstraints: *OutputBin Standard *RIPunch Right2
*UIConstraints: *OutputBin Standard *RIPunch Right3
*UIConstraints: *OutputBin Standard *RIPunch Right4
*UIConstraints: *OutputBin Standard *RIPunch Upper2
*UIConstraints: *OutputBin Standard *RIPunch Upper3
*UIConstraints: *OutputBin Standard *RIPunch Upper4
*UIConstraints: *OutputBin Bin1 *RIPunch Left2
*UIConstraints: *OutputBin Bin1 *RIPunch Left3
*UIConstraints: *OutputBin Bin1 *RIPunch Left4
*UIConstraints: *OutputBin Bin1 *RIPunch Right2
*UIConstraints: *OutputBin Bin1 *RIPunch Right3
*UIConstraints: *OutputBin Bin1 *RIPunch Right4
*UIConstraints: *OutputBin Bin1 *RIPunch Upper2
*UIConstraints: *OutputBin Bin1 *RIPunch Upper3
*UIConstraints: *OutputBin Bin1 *RIPunch Upper4
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Left2
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Left3
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Left4
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Right2
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Right3
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Right4
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Upper2
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Upper3
*UIConstraints: *OutputBin FinKINGUpper *RIPunch Upper4
*UIConstraints: *OutputBin FinKINGShift *RIPunch Left2
*UIConstraints: *OutputBin FinKINGShift *RIPunch Left3
*UIConstraints: *OutputBin FinKINGShift *RIPunch Left4
*UIConstraints: *OutputBin FinKINGShift *RIPunch Right2
*UIConstraints: *OutputBin FinKINGShift *RIPunch Right3
*UIConstraints: *OutputBin FinKINGShift *RIPunch Right4
*UIConstraints: *OutputBin FinKINGShift *RIPunch Upper2
*UIConstraints: *OutputBin FinKINGShift *RIPunch Upper3
*UIConstraints: *OutputBin FinKINGShift *RIPunch Upper4
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Left2
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Left3
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Left4
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Right2
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Right3
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Right4
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Upper2
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Upper3
*UIConstraints: *OutputBin FinEUPHBBKLower *RIPunch Upper4

*UIConstraints: *RIPunch Left2 *OutputBin Standard
*UIConstraints: *RIPunch Left3 *OutputBin Standard
*UIConstraints: *RIPunch Left4 *OutputBin Standard
*UIConstraints: *RIPunch Right2 *OutputBin Standard
*UIConstraints: *RIPunch Right3 *OutputBin Standard
*UIConstraints: *RIPunch Right4 *OutputBin Standard
*UIConstraints: *RIPunch Upper2 *OutputBin Standard
*UIConstraints: *RIPunch Upper3 *OutputBin Standard
*UIConstraints: *RIPunch Upper4 *OutputBin Standard
*UIConstraints: *RIPunch Left2 *OutputBin Bin1
*UIConstraints: *RIPunch Left3 *OutputBin Bin1
*UIConstraints: *RIPunch Left4 *OutputBin Bin1
*UIConstraints: *RIPunch Right2 *OutputBin Bin1
*UIConstraints: *RIPunch Right3 *OutputBin Bin1
*UIConstraints: *RIPunch Right4 *OutputBin Bin1
*UIConstraints: *RIPunch Upper2 *OutputBin Bin1
*UIConstraints: *RIPunch Upper3 *OutputBin Bin1
*UIConstraints: *RIPunch Upper4 *OutputBin Bin1
*UIConstraints: *RIPunch Left2 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Left3 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Left4 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Right2 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Right3 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Right4 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Upper2 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Upper3 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Upper4 *OutputBin FinKINGUpper
*UIConstraints: *RIPunch Left2 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Left3 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Left4 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Right2 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Right3 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Right4 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Upper2 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Upper3 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Upper4 *OutputBin FinKINGShift
*UIConstraints: *RIPunch Left2 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Left3 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Left4 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Right2 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Right3 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Right4 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Upper2 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Upper3 *OutputBin FinEUPHBBKLower
*UIConstraints: *RIPunch Upper4 *OutputBin FinEUPHBBKLower

*%========== MediaType/InputSlot
*UIConstraints: *MediaType Labels *InputSlot 1Tray
*UIConstraints: *MediaType Labels *InputSlot 2Tray
*UIConstraints: *MediaType Labels *InputSlot 3Tray
*UIConstraints: *MediaType Labels *InputSlot 4Tray
*UIConstraints: *MediaType Labels *InputSlot 5Tray
*UIConstraints: *MediaType OHP *InputSlot 1Tray
*UIConstraints: *MediaType OHP *InputSlot 2Tray
*UIConstraints: *MediaType OHP *InputSlot 3Tray
*UIConstraints: *MediaType OHP *InputSlot 4Tray
*UIConstraints: *MediaType OHP *InputSlot 5Tray
*UIConstraints: *MediaType Thin *InputSlot 1Tray
*UIConstraints: *MediaType Thin *InputSlot 2Tray
*UIConstraints: *MediaType Thin *InputSlot 3Tray
*UIConstraints: *MediaType Thin *InputSlot 4Tray
*UIConstraints: *MediaType Thin *InputSlot 5Tray
*UIConstraints: *InputSlot 1Tray *MediaType Labels
*UIConstraints: *InputSlot 2Tray *MediaType Labels
*UIConstraints: *InputSlot 3Tray *MediaType Labels
*UIConstraints: *InputSlot 4Tray *MediaType Labels
*UIConstraints: *InputSlot 5Tray *MediaType Labels
*UIConstraints: *InputSlot 1Tray *MediaType OHP
*UIConstraints: *InputSlot 2Tray *MediaType OHP
*UIConstraints: *InputSlot 3Tray *MediaType OHP
*UIConstraints: *InputSlot 4Tray *MediaType OHP
*UIConstraints: *InputSlot 5Tray *MediaType OHP
*UIConstraints: *InputSlot 1Tray *MediaType Thin
*UIConstraints: *InputSlot 2Tray *MediaType Thin
*UIConstraints: *InputSlot 3Tray *MediaType Thin
*UIConstraints: *InputSlot 4Tray *MediaType Thin
*UIConstraints: *InputSlot 5Tray *MediaType Thin

*%========== Destination / MediaType
*UIConstraints: *OutputBin Bin1 *MediaType Thick2
*UIConstraints: *OutputBin FinKINGUpper *MediaType Prepunched
*UIConstraints: *OutputBin FinKINGShift *MediaType Prepunched
*UIConstraints: *OutputBin FinKINGShift *MediaType Labels
*UIConstraints: *OutputBin FinKINGShift *MediaType OHP
*UIConstraints: *OutputBin FinKINGShift *MediaType Thick2
*UIConstraints: *OutputBin FinEUPHBBKUpper *MediaType Prepunched
*UIConstraints: *OutputBin FinEUPHBBKUpper *MediaType Thick2
*UIConstraints: *OutputBin FinEUPHBBKShift *MediaType Prepunched
*UIConstraints: *OutputBin FinEUPHBBKShift *MediaType OHP
*UIConstraints: *OutputBin FinEUPHBBKLower *MediaType Prepunched
*UIConstraints: *OutputBin FinEUPHBBKLower *MediaType Labels
*UIConstraints: *OutputBin FinEUPHBBKLower *MediaType OHP
*UIConstraints: *OutputBin FinEUPHBBKLower *MediaType Thick
*UIConstraints: *OutputBin FinEUPHBBKLower *MediaType Thick2
*UIConstraints: *OutputBin FinEUPHBUpper *MediaType Prepunched
*UIConstraints: *OutputBin FinEUPHBUpper *MediaType Thick2
*UIConstraints: *OutputBin FinEUPHBShift *MediaType Prepunched
*UIConstraints: *OutputBin FinEUPHBShift *MediaType OHP
*UIConstraints: *MediaType Thick2 *OutputBin Bin1
*UIConstraints: *MediaType Prepunched *OutputBin FinKINGUpper
*UIConstraints: *MediaType Prepunched *OutputBin FinKINGShift
*UIConstraints: *MediaType Labels *OutputBin FinKINGShift
*UIConstraints: *MediaType OHP *OutputBin FinKINGShift
*UIConstraints: *MediaType Thick2 *OutputBin FinKINGShift
*UIConstraints: *MediaType Prepunched *OutputBin FinEUPHBBKUpper
*UIConstraints: *MediaType Thick2 *OutputBin FinEUPHBBKUpper
*UIConstraints: *MediaType Prepunched *OutputBin FinEUPHBBKShift
*UIConstraints: *MediaType OHP *OutputBin FinEUPHBBKShift
*UIConstraints: *MediaType Prepunched *OutputBin FinEUPHBBKLower
*UIConstraints: *MediaType Labels *OutputBin FinEUPHBBKLower
*UIConstraints: *MediaType OHP *OutputBin FinEUPHBBKLower
*UIConstraints: *MediaType Thick *OutputBin FinEUPHBBKLower
*UIConstraints: *MediaType Thick2 *OutputBin FinEUPHBBKLower
*UIConstraints: *MediaType Prepunched *OutputBin FinEUPHBUpper
*UIConstraints: *MediaType Thick2 *OutputBin FinEUPHBUpper
*UIConstraints: *MediaType Prepunched *OutputBin FinEUPHBShift
*UIConstraints: *MediaType OHP *OutputBin FinEUPHBShift

*%========== PageSize/InputSlot
*UIConstraints: *PageSize A6 *InputSlot 1Tray
*UIConstraints: *PageSize B6 *InputSlot 1Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 1Tray
*UIConstraints: *PageSize 12x18 *InputSlot 1Tray
*UIConstraints: *PageSize A6 *InputSlot 2Tray
*UIConstraints: *PageSize B6 *InputSlot 2Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 2Tray
*UIConstraints: *PageSize 12x18 *InputSlot 2Tray
*UIConstraints: *PageSize A6 *InputSlot 3Tray
*UIConstraints: *PageSize B6 *InputSlot 3Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 3Tray
*UIConstraints: *PageSize 12x18 *InputSlot 3Tray
*UIConstraints: *PageSize A6 *InputSlot 4Tray
*UIConstraints: *PageSize B6 *InputSlot 4Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 4Tray
*UIConstraints: *PageSize 12x18 *InputSlot 4Tray
*UIConstraints: *PageSize A3 *InputSlot 5Tray
*UIConstraints: *PageSize A5 *InputSlot 5Tray
*UIConstraints: *PageSize A6 *InputSlot 5Tray
*UIConstraints: *PageSize B4 *InputSlot 5Tray
*UIConstraints: *PageSize B5 *InputSlot 5Tray
*UIConstraints: *PageSize B6 *InputSlot 5Tray
*UIConstraints: *PageSize Legal *InputSlot 5Tray
*UIConstraints: *PageSize HalfLetter *InputSlot 5Tray
*UIConstraints: *PageSize 11x17 *InputSlot 5Tray
*UIConstraints: *PageSize 12x18 *InputSlot 5Tray
*UIConstraints: *PageSize Executive *InputSlot 5Tray
*UIConstraints: *PageSize F *InputSlot 5Tray
*UIConstraints: *PageSize Folio *InputSlot 5Tray
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 5Tray

*UIConstraints: *InputSlot 1Tray *PageSize A6
*UIConstraints: *InputSlot 1Tray *PageSize B6
*UIConstraints: *InputSlot 1Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 1Tray *PageSize 12x18
*UIConstraints: *InputSlot 2Tray *PageSize A6
*UIConstraints: *InputSlot 2Tray *PageSize B6
*UIConstraints: *InputSlot 2Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 2Tray *PageSize 12x18
*UIConstraints: *InputSlot 3Tray *PageSize A6
*UIConstraints: *InputSlot 3Tray *PageSize B6
*UIConstraints: *InputSlot 3Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 3Tray *PageSize 12x18
*UIConstraints: *InputSlot 4Tray *PageSize A6
*UIConstraints: *InputSlot 4Tray *PageSize B6
*UIConstraints: *InputSlot 4Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 4Tray *PageSize 12x18
*UIConstraints: *InputSlot 5Tray *PageSize A3
*UIConstraints: *InputSlot 5Tray *PageSize A5
*UIConstraints: *InputSlot 5Tray *PageSize A6
*UIConstraints: *InputSlot 5Tray *PageSize B4
*UIConstraints: *InputSlot 5Tray *PageSize B5
*UIConstraints: *InputSlot 5Tray *PageSize B6
*UIConstraints: *InputSlot 5Tray *PageSize Legal
*UIConstraints: *InputSlot 5Tray *PageSize HalfLetter
*UIConstraints: *InputSlot 5Tray *PageSize 11x17
*UIConstraints: *InputSlot 5Tray *PageSize 12x18
*UIConstraints: *InputSlot 5Tray *PageSize Executive
*UIConstraints: *InputSlot 5Tray *PageSize F
*UIConstraints: *InputSlot 5Tray *PageSize Folio
*UIConstraints: *InputSlot 5Tray *PageSize FanFoldGermanLegal

*UIConstraints: *PageSize A6.FullBleed *InputSlot 1Tray
*UIConstraints: *PageSize B6.FullBleed *InputSlot 1Tray
*UIConstraints: *PageSize HalfLetter.FullBleed *InputSlot 1Tray
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 1Tray
*UIConstraints: *PageSize A6.FullBleed *InputSlot 2Tray
*UIConstraints: *PageSize B6.FullBleed *InputSlot 2Tray
*UIConstraints: *PageSize HalfLetter.FullBleed *InputSlot 2Tray
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 2Tray
*UIConstraints: *PageSize A6.FullBleed *InputSlot 3Tray
*UIConstraints: *PageSize B6.FullBleed *InputSlot 3Tray
*UIConstraints: *PageSize HalfLetter.FullBleed *InputSlot 3Tray
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 3Tray
*UIConstraints: *PageSize A6.FullBleed *InputSlot 4Tray
*UIConstraints: *PageSize B6.FullBleed *InputSlot 4Tray
*UIConstraints: *PageSize HalfLetter.FullBleed *InputSlot 4Tray
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 4Tray
*UIConstraints: *PageSize A3.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize A5.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize A6.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize B4.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize B5.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize B6.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize Legal.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize HalfLetter.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize 11x17.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize Executive.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize F.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize Folio.FullBleed *InputSlot 5Tray
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *InputSlot 5Tray

*UIConstraints: *InputSlot 1Tray *PageSize A6.FullBleed
*UIConstraints: *InputSlot 1Tray *PageSize B6.FullBleed
*UIConstraints: *InputSlot 1Tray *PageSize HalfLetter.FullBleed
*UIConstraints: *InputSlot 1Tray *PageSize 12x18.FullBleed
*UIConstraints: *InputSlot 2Tray *PageSize A6.FullBleed
*UIConstraints: *InputSlot 2Tray *PageSize B6.FullBleed
*UIConstraints: *InputSlot 2Tray *PageSize HalfLetter.FullBleed
*UIConstraints: *InputSlot 2Tray *PageSize 12x18.FullBleed
*UIConstraints: *InputSlot 3Tray *PageSize A6.FullBleed
*UIConstraints: *InputSlot 3Tray *PageSize B6.FullBleed
*UIConstraints: *InputSlot 3Tray *PageSize HalfLetter.FullBleed
*UIConstraints: *InputSlot 3Tray *PageSize 12x18.FullBleed
*UIConstraints: *InputSlot 4Tray *PageSize A6.FullBleed
*UIConstraints: *InputSlot 4Tray *PageSize B6.FullBleed
*UIConstraints: *InputSlot 4Tray *PageSize HalfLetter.FullBleed
*UIConstraints: *InputSlot 4Tray *PageSize 12x18.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize A3.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize A5.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize A6.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize B4.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize B5.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize B6.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize Legal.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize HalfLetter.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize 11x17.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize 12x18.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize Executive.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize F.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize Folio.FullBleed
*UIConstraints: *InputSlot 5Tray *PageSize FanFoldGermanLegal.FullBleed

*UIConstraints: *PageRegion A6 *InputSlot 1Tray
*UIConstraints: *PageRegion B6 *InputSlot 1Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 1Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 1Tray
*UIConstraints: *PageRegion A6 *InputSlot 2Tray
*UIConstraints: *PageRegion B6 *InputSlot 2Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 2Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 2Tray
*UIConstraints: *PageRegion A6 *InputSlot 3Tray
*UIConstraints: *PageRegion B6 *InputSlot 3Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 3Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 3Tray
*UIConstraints: *PageRegion A6 *InputSlot 4Tray
*UIConstraints: *PageRegion B6 *InputSlot 4Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 4Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 4Tray
*UIConstraints: *PageRegion A3 *InputSlot 5Tray
*UIConstraints: *PageRegion A5 *InputSlot 5Tray
*UIConstraints: *PageRegion A6 *InputSlot 5Tray
*UIConstraints: *PageRegion B4 *InputSlot 5Tray
*UIConstraints: *PageRegion B5 *InputSlot 5Tray
*UIConstraints: *PageRegion B6 *InputSlot 5Tray
*UIConstraints: *PageRegion Legal *InputSlot 5Tray
*UIConstraints: *PageRegion HalfLetter *InputSlot 5Tray
*UIConstraints: *PageRegion 11x17 *InputSlot 5Tray
*UIConstraints: *PageRegion 12x18 *InputSlot 5Tray
*UIConstraints: *PageRegion Executive *InputSlot 5Tray
*UIConstraints: *PageRegion F *InputSlot 5Tray
*UIConstraints: *PageRegion Folio *InputSlot 5Tray
*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot 5Tray

*UIConstraints: *InputSlot 1Tray *PageRegion A6
*UIConstraints: *InputSlot 1Tray *PageRegion B6
*UIConstraints: *InputSlot 1Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18
*UIConstraints: *InputSlot 2Tray *PageRegion A6
*UIConstraints: *InputSlot 2Tray *PageRegion B6
*UIConstraints: *InputSlot 2Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 2Tray *PageRegion 12x18
*UIConstraints: *InputSlot 3Tray *PageRegion A6
*UIConstraints: *InputSlot 3Tray *PageRegion B6
*UIConstraints: *InputSlot 3Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 3Tray *PageRegion 12x18
*UIConstraints: *InputSlot 4Tray *PageRegion A6
*UIConstraints: *InputSlot 4Tray *PageRegion B6
*UIConstraints: *InputSlot 4Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 4Tray *PageRegion 12x18
*UIConstraints: *InputSlot 5Tray *PageRegion A3
*UIConstraints: *InputSlot 5Tray *PageRegion A5
*UIConstraints: *InputSlot 5Tray *PageRegion A6
*UIConstraints: *InputSlot 5Tray *PageRegion B4
*UIConstraints: *InputSlot 5Tray *PageRegion B5
*UIConstraints: *InputSlot 5Tray *PageRegion B6
*UIConstraints: *InputSlot 5Tray *PageRegion Legal
*UIConstraints: *InputSlot 5Tray *PageRegion HalfLetter
*UIConstraints: *InputSlot 5Tray *PageRegion 11x17
*UIConstraints: *InputSlot 5Tray *PageRegion 12x18
*UIConstraints: *InputSlot 5Tray *PageRegion Executive
*UIConstraints: *InputSlot 5Tray *PageRegion F
*UIConstraints: *InputSlot 5Tray *PageRegion Folio
*UIConstraints: *InputSlot 5Tray *PageRegion FanFoldGermanLegal

*UIConstraints: *PageRegion A6.FullBleed *InputSlot 1Tray
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 1Tray
*UIConstraints: *PageRegion HalfLetter.FullBleed *InputSlot 1Tray
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 1Tray
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 2Tray
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 2Tray
*UIConstraints: *PageRegion HalfLetter.FullBleed *InputSlot 2Tray
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 2Tray
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 3Tray
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 3Tray
*UIConstraints: *PageRegion HalfLetter.FullBleed *InputSlot 3Tray
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 3Tray
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 4Tray
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 4Tray
*UIConstraints: *PageRegion HalfLetter.FullBleed *InputSlot 4Tray
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 4Tray
*UIConstraints: *PageRegion A3.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion A5.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion B4.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion B5.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion Legal.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion HalfLetter.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion 11x17.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion Executive.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion F.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion Folio.FullBleed *InputSlot 5Tray
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *InputSlot 5Tray

*UIConstraints: *InputSlot 1Tray *PageRegion A6.FullBleed
*UIConstraints: *InputSlot 1Tray *PageRegion B6.FullBleed
*UIConstraints: *InputSlot 1Tray *PageRegion HalfLetter.FullBleed
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18.FullBleed
*UIConstraints: *InputSlot 2Tray *PageRegion A6.FullBleed
*UIConstraints: *InputSlot 2Tray *PageRegion B6.FullBleed
*UIConstraints: *InputSlot 2Tray *PageRegion HalfLetter.FullBleed
*UIConstraints: *InputSlot 2Tray *PageRegion 12x18.FullBleed
*UIConstraints: *InputSlot 3Tray *PageRegion A6.FullBleed
*UIConstraints: *InputSlot 3Tray *PageRegion B6.FullBleed
*UIConstraints: *InputSlot 3Tray *PageRegion HalfLetter.FullBleed
*UIConstraints: *InputSlot 3Tray *PageRegion 12x18.FullBleed
*UIConstraints: *InputSlot 4Tray *PageRegion A6.FullBleed
*UIConstraints: *InputSlot 4Tray *PageRegion B6.FullBleed
*UIConstraints: *InputSlot 4Tray *PageRegion HalfLetter.FullBleed
*UIConstraints: *InputSlot 4Tray *PageRegion 12x18.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion A3.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion A5.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion A6.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion B4.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion B5.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion B6.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion Legal.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion HalfLetter.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion 11x17.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion 12x18.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion Executive.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion F.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion Folio.FullBleed
*UIConstraints: *InputSlot 5Tray *PageRegion FanFoldGermanLegal.FullBleed

*%========== PageSize/Duplex
*UIConstraints: *PageSize A6 *Duplex DuplexTumble
*UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
*UIConstraints: *PageSize B6 *Duplex DuplexTumble
*UIConstraints: *PageSize B6 *Duplex DuplexNoTumble
*UIConstraints: *PageSize HalfLetter *Duplex DuplexTumble
*UIConstraints: *PageSize HalfLetter *Duplex DuplexNoTumble
*UIConstraints: *PageSize 12x18 *Duplex DuplexTumble
*UIConstraints: *PageSize 12x18 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize A6
*UIConstraints: *Duplex DuplexNoTumble *PageSize A6
*UIConstraints: *Duplex DuplexTumble *PageSize B6
*UIConstraints: *Duplex DuplexNoTumble *PageSize B6
*UIConstraints: *Duplex DuplexTumble *PageSize HalfLetter
*UIConstraints: *Duplex DuplexNoTumble *PageSize HalfLetter
*UIConstraints: *Duplex DuplexTumble *PageSize 12x18
*UIConstraints: *Duplex DuplexNoTumble *PageSize 12x18

*UIConstraints: *PageSize A6.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageSize A6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *PageSize B6.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageSize B6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *PageSize HalfLetter.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageSize HalfLetter.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *PageSize 12x18.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageSize 12x18.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageSize A6.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageSize A6.FullBleed
*UIConstraints: *Duplex DuplexTumble *PageSize B6.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageSize B6.FullBleed
*UIConstraints: *Duplex DuplexTumble *PageSize HalfLetter.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageSize HalfLetter.FullBleed
*UIConstraints: *Duplex DuplexTumble *PageSize 12x18.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageSize 12x18.FullBleed

*UIConstraints: *PageRegion A6 *Duplex DuplexTumble
*UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion B6 *Duplex DuplexTumble
*UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble
*UIConstraints: *PageRegion HalfLetter *Duplex DuplexTumble
*UIConstraints: *PageRegion HalfLetter *Duplex DuplexNoTumble
*UIConstraints: *PageRegion 12x18 *Duplex DuplexTumble
*UIConstraints: *PageRegion 12x18 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion A6
*UIConstraints: *Duplex DuplexNoTumble *PageRegion A6
*UIConstraints: *Duplex DuplexTumble *PageRegion B6
*UIConstraints: *Duplex DuplexNoTumble *PageRegion B6
*UIConstraints: *Duplex DuplexTumble *PageRegion HalfLetter
*UIConstraints: *Duplex DuplexNoTumble *PageRegion HalfLetter
*UIConstraints: *Duplex DuplexTumble *PageRegion 12x18
*UIConstraints: *Duplex DuplexNoTumble *PageRegion 12x18

*UIConstraints: *PageRegion A6.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageRegion A6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *PageRegion B6.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageRegion B6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *PageRegion HalfLetter.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageRegion HalfLetter.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *PageRegion 12x18.FullBleed *Duplex DuplexTumble
*UIConstraints: *PageRegion 12x18.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion A6.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageRegion A6.FullBleed
*UIConstraints: *Duplex DuplexTumble *PageRegion B6.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageRegion B6.FullBleed
*UIConstraints: *Duplex DuplexTumble *PageRegion HalfLetter.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageRegion HalfLetter.FullBleed
*UIConstraints: *Duplex DuplexTumble *PageRegion 12x18.FullBleed
*UIConstraints: *Duplex DuplexNoTumble *PageRegion 12x18.FullBleed

*%========== PageSize/Destination
*UIConstraints: *OutputBin Bin1 *PageSize A6
*UIConstraints: *OutputBin Bin1 *PageSize B6
*UIConstraints: *OutputBin Bin1 *PageSize 12x18
*UIConstraints: *PageSize A6 *OutputBin Bin1
*UIConstraints: *PageSize B6 *OutputBin Bin1
*UIConstraints: *PageSize 12x18 *OutputBin Bin1

*UIConstraints: *OutputBin Bin1 *PageRegion A6
*UIConstraints: *OutputBin Bin1 *PageRegion B6
*UIConstraints: *OutputBin Bin1 *PageRegion 12x18
*UIConstraints: *PageRegion A6 *OutputBin Bin1
*UIConstraints: *PageRegion B6 *OutputBin Bin1
*UIConstraints: *PageRegion 12x18 *OutputBin Bin1

*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize A5
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize A6
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize B6
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize HalfLetter
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize Executive
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize F
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize Folio
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize A5 *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize A6 *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize B6 *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize HalfLetter *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize Executive *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize F *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize Folio *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinEUPHBBKLower

*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion A5
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion A6
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion B6
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion HalfLetter
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion Executive
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion F
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion Folio
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion A5 *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion A6 *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion B6 *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion HalfLetter *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion Executive *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion F *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion Folio *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinEUPHBBKLower

*UIConstraints: *OutputBin FinKINGShift *PageSize A6
*UIConstraints: *OutputBin FinKINGShift *PageSize B6
*UIConstraints: *PageSize A6 *OutputBin FinKINGShift
*UIConstraints: *PageSize B6 *OutputBin FinKINGShift

*UIConstraints: *OutputBin FinKINGShift *PageRegion A6
*UIConstraints: *OutputBin FinKINGShift *PageRegion B6
*UIConstraints: *PageRegion A6 *OutputBin FinKINGShift
*UIConstraints: *PageRegion B6 *OutputBin FinKINGShift

*UIConstraints: *OutputBin Bin1 *PageSize A6.FullBleed
*UIConstraints: *OutputBin Bin1 *PageSize B6.FullBleed
*UIConstraints: *OutputBin Bin1 *PageSize 12x18.FullBleed
*UIConstraints: *PageSize A6.FullBleed *OutputBin Bin1
*UIConstraints: *PageSize B6.FullBleed *OutputBin Bin1
*UIConstraints: *PageSize 12x18.FullBleed *OutputBin Bin1

*UIConstraints: *OutputBin Bin1 *PageRegion A6.FullBleed
*UIConstraints: *OutputBin Bin1 *PageRegion B6.FullBleed
*UIConstraints: *OutputBin Bin1 *PageRegion 12x18.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *OutputBin Bin1
*UIConstraints: *PageRegion B6.FullBleed *OutputBin Bin1
*UIConstraints: *PageRegion 12x18.FullBleed *OutputBin Bin1

*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize A5.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize A6.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize B6.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize HalfLetter.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize Executive.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize F.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize Folio.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize A5.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize A6.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize B6.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize HalfLetter.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize Executive.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize F.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize Folio.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *OutputBin FinEUPHBBKLower

*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion A5.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion A6.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion B6.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion HalfLetter.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion Executive.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion F.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion Folio.FullBleed
*UIConstraints: *OutputBin FinEUPHBBKLower *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion A5.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion A6.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion B6.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion HalfLetter.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion Executive.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion F.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion Folio.FullBleed *OutputBin FinEUPHBBKLower
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *OutputBin FinEUPHBBKLower

*UIConstraints: *OutputBin FinKINGShift *PageSize A6.FullBleed
*UIConstraints: *OutputBin FinKINGShift *PageSize B6.FullBleed
*UIConstraints: *PageSize A6.FullBleed *OutputBin FinKINGShift
*UIConstraints: *PageSize B6.FullBleed *OutputBin FinKINGShift

*UIConstraints: *OutputBin FinKINGShift *PageRegion A6.FullBleed
*UIConstraints: *OutputBin FinKINGShift *PageRegion B6.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *OutputBin FinKINGShift
*UIConstraints: *PageRegion B6.FullBleed *OutputBin FinKINGShift

*%========== MultiTray/Duplex
*UIConstraints: *InputSlot MultiTray *Duplex DuplexTumble
*UIConstraints: *InputSlot MultiTray *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexTumble *InputSlot MultiTray
*UIConstraints: *Duplex DuplexNoTumble *InputSlot MultiTray

*%========== MultiTray/Staple
*UIConstraints: *InputSlot MultiTray *StapleLocation UpperLeft
*UIConstraints: *InputSlot MultiTray *StapleLocation UpperRight
*UIConstraints: *InputSlot MultiTray *StapleLocation LeftW
*UIConstraints: *InputSlot MultiTray *StapleLocation RightW
*UIConstraints: *InputSlot MultiTray *StapleLocation UpperW
*UIConstraints: *InputSlot MultiTray *StapleLocation CenterW
*UIConstraints: *StapleLocation UpperLeft *InputSlot MultiTray
*UIConstraints: *StapleLocation UpperRight *InputSlot MultiTray
*UIConstraints: *StapleLocation LeftW *InputSlot MultiTray
*UIConstraints: *StapleLocation RightW *InputSlot MultiTray
*UIConstraints: *StapleLocation UpperW *InputSlot MultiTray
*UIConstraints: *StapleLocation CenterW *InputSlot MultiTray

*%========== MultiTray/Punch
*UIConstraints: *InputSlot MultiTray *RIPunch Left2
*UIConstraints: *InputSlot MultiTray *RIPunch Left3
*UIConstraints: *InputSlot MultiTray *RIPunch Left4
*UIConstraints: *InputSlot MultiTray *RIPunch Right2
*UIConstraints: *InputSlot MultiTray *RIPunch Right3
*UIConstraints: *InputSlot MultiTray *RIPunch Right4
*UIConstraints: *InputSlot MultiTray *RIPunch Upper2
*UIConstraints: *InputSlot MultiTray *RIPunch Upper3
*UIConstraints: *InputSlot MultiTray *RIPunch Upper4

*UIConstraints: *RIPunch Left2 *InputSlot MultiTray
*UIConstraints: *RIPunch Left3 *InputSlot MultiTray
*UIConstraints: *RIPunch Left4 *InputSlot MultiTray
*UIConstraints: *RIPunch Right2 *InputSlot MultiTray
*UIConstraints: *RIPunch Right3 *InputSlot MultiTray
*UIConstraints: *RIPunch Right4 *InputSlot MultiTray
*UIConstraints: *RIPunch Upper2 *InputSlot MultiTray
*UIConstraints: *RIPunch Upper3 *InputSlot MultiTray
*UIConstraints: *RIPunch Upper4 *InputSlot MultiTray

*%========== Duplex / MediaType
*UIConstraints: *Duplex DuplexTumble *MediaType Labels
*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
*UIConstraints: *Duplex DuplexTumble *MediaType OHP
*UIConstraints: *Duplex DuplexNoTumble *MediaType OHP
*UIConstraints: *Duplex DuplexTumble *MediaType Thick2
*UIConstraints: *Duplex DuplexNoTumble *MediaType Thick2
*UIConstraints: *Duplex DuplexTumble *MediaType Thin
*UIConstraints: *Duplex DuplexNoTumble *MediaType Thin
*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *MediaType OHP *Duplex DuplexTumble
*UIConstraints: *MediaType OHP *Duplex DuplexNoTumble
*UIConstraints: *MediaType Thick2 *Duplex DuplexTumble
*UIConstraints: *MediaType Thick2 *Duplex DuplexNoTumble
*UIConstraints: *MediaType Thin *Duplex DuplexTumble
*UIConstraints: *MediaType Thin *Duplex DuplexNoTumble

*%========== Staple / MediaType
*UIConstraints: *MediaType Prepunched *StapleLocation UpperLeft
*UIConstraints: *MediaType Prepunched *StapleLocation UpperRight
*UIConstraints: *MediaType Prepunched *StapleLocation LeftW
*UIConstraints: *MediaType Prepunched *StapleLocation RightW
*UIConstraints: *MediaType Prepunched *StapleLocation UpperW
*UIConstraints: *MediaType Prepunched *StapleLocation CenterW
*UIConstraints: *MediaType Labels *StapleLocation UpperLeft
*UIConstraints: *MediaType Labels *StapleLocation UpperRight
*UIConstraints: *MediaType Labels *StapleLocation LeftW
*UIConstraints: *MediaType Labels *StapleLocation RightW
*UIConstraints: *MediaType Labels *StapleLocation UpperW
*UIConstraints: *MediaType Labels *StapleLocation CenterW
*UIConstraints: *MediaType OHP *StapleLocation UpperLeft
*UIConstraints: *MediaType OHP *StapleLocation UpperRight
*UIConstraints: *MediaType OHP *StapleLocation LeftW
*UIConstraints: *MediaType OHP *StapleLocation RightW
*UIConstraints: *MediaType OHP *StapleLocation UpperW
*UIConstraints: *MediaType OHP *StapleLocation CenterW
*UIConstraints: *MediaType Thick *StapleLocation UpperLeft
*UIConstraints: *MediaType Thick *StapleLocation UpperRight
*UIConstraints: *MediaType Thick *StapleLocation LeftW
*UIConstraints: *MediaType Thick *StapleLocation RightW
*UIConstraints: *MediaType Thick *StapleLocation UpperW
*UIConstraints: *MediaType Thick *StapleLocation CenterW
*UIConstraints: *MediaType Thick2 *StapleLocation UpperLeft
*UIConstraints: *MediaType Thick2 *StapleLocation UpperRight
*UIConstraints: *MediaType Thick2 *StapleLocation LeftW
*UIConstraints: *MediaType Thick2 *StapleLocation RightW
*UIConstraints: *MediaType Thick2 *StapleLocation UpperW
*UIConstraints: *MediaType Thick2 *StapleLocation CenterW

*UIConstraints: *StapleLocation UpperLeft *MediaType Prepunched
*UIConstraints: *StapleLocation UpperRight *MediaType Prepunched
*UIConstraints: *StapleLocation LeftW *MediaType Prepunched
*UIConstraints: *StapleLocation RightW *MediaType Prepunched
*UIConstraints: *StapleLocation UpperW *MediaType Prepunched
*UIConstraints: *StapleLocation CenterW *MediaType Prepunched
*UIConstraints: *StapleLocation UpperLeft *MediaType Labels
*UIConstraints: *StapleLocation UpperRight *MediaType Labels
*UIConstraints: *StapleLocation LeftW *MediaType Labels
*UIConstraints: *StapleLocation RightW *MediaType Labels
*UIConstraints: *StapleLocation UpperW *MediaType Labels
*UIConstraints: *StapleLocation CenterW *MediaType Labels
*UIConstraints: *StapleLocation UpperLeft *MediaType OHP
*UIConstraints: *StapleLocation UpperRight *MediaType OHP
*UIConstraints: *StapleLocation LeftW *MediaType OHP
*UIConstraints: *StapleLocation RightW *MediaType OHP
*UIConstraints: *StapleLocation UpperW *MediaType OHP
*UIConstraints: *StapleLocation CenterW *MediaType OHP
*UIConstraints: *StapleLocation UpperLeft *MediaType Thick
*UIConstraints: *StapleLocation UpperRight *MediaType Thick
*UIConstraints: *StapleLocation LeftW *MediaType Thick
*UIConstraints: *StapleLocation RightW *MediaType Thick
*UIConstraints: *StapleLocation UpperW *MediaType Thick
*UIConstraints: *StapleLocation CenterW *MediaType Thick
*UIConstraints: *StapleLocation UpperLeft *MediaType Thick2
*UIConstraints: *StapleLocation UpperRight *MediaType Thick2
*UIConstraints: *StapleLocation LeftW *MediaType Thick2
*UIConstraints: *StapleLocation RightW *MediaType Thick2
*UIConstraints: *StapleLocation UpperW *MediaType Thick2
*UIConstraints: *StapleLocation CenterW *MediaType Thick2

*%========== Punch / MediaType
*UIConstraints: *MediaType Prepunched *RIPunch Left2
*UIConstraints: *MediaType Prepunched *RIPunch Left3
*UIConstraints: *MediaType Prepunched *RIPunch Left4
*UIConstraints: *MediaType Prepunched *RIPunch Right2
*UIConstraints: *MediaType Prepunched *RIPunch Right3
*UIConstraints: *MediaType Prepunched *RIPunch Right4
*UIConstraints: *MediaType Prepunched *RIPunch Upper2
*UIConstraints: *MediaType Prepunched *RIPunch Upper3
*UIConstraints: *MediaType Prepunched *RIPunch Upper4
*UIConstraints: *MediaType Labels *RIPunch Left2
*UIConstraints: *MediaType Labels *RIPunch Left3
*UIConstraints: *MediaType Labels *RIPunch Left4
*UIConstraints: *MediaType Labels *RIPunch Right2
*UIConstraints: *MediaType Labels *RIPunch Right3
*UIConstraints: *MediaType Labels *RIPunch Right4
*UIConstraints: *MediaType Labels *RIPunch Upper2
*UIConstraints: *MediaType Labels *RIPunch Upper3
*UIConstraints: *MediaType Labels *RIPunch Upper4
*UIConstraints: *MediaType OHP *RIPunch Left2
*UIConstraints: *MediaType OHP *RIPunch Left3
*UIConstraints: *MediaType OHP *RIPunch Left4
*UIConstraints: *MediaType OHP *RIPunch Right2
*UIConstraints: *MediaType OHP *RIPunch Right3
*UIConstraints: *MediaType OHP *RIPunch Right4
*UIConstraints: *MediaType OHP *RIPunch Upper2
*UIConstraints: *MediaType OHP *RIPunch Upper3
*UIConstraints: *MediaType OHP *RIPunch Upper4
*UIConstraints: *MediaType Thick2 *RIPunch Left2
*UIConstraints: *MediaType Thick2 *RIPunch Left3
*UIConstraints: *MediaType Thick2 *RIPunch Left4
*UIConstraints: *MediaType Thick2 *RIPunch Right2
*UIConstraints: *MediaType Thick2 *RIPunch Right3
*UIConstraints: *MediaType Thick2 *RIPunch Right4
*UIConstraints: *MediaType Thick2 *RIPunch Upper2
*UIConstraints: *MediaType Thick2 *RIPunch Upper3
*UIConstraints: *MediaType Thick2 *RIPunch Upper4

*UIConstraints: *RIPunch Left2 *MediaType Prepunched
*UIConstraints: *RIPunch Left3 *MediaType Prepunched
*UIConstraints: *RIPunch Left4 *MediaType Prepunched
*UIConstraints: *RIPunch Right2 *MediaType Prepunched
*UIConstraints: *RIPunch Right3 *MediaType Prepunched
*UIConstraints: *RIPunch Right4 *MediaType Prepunched
*UIConstraints: *RIPunch Upper2 *MediaType Prepunched
*UIConstraints: *RIPunch Upper3 *MediaType Prepunched
*UIConstraints: *RIPunch Upper4 *MediaType Prepunched
*UIConstraints: *RIPunch Left2 *MediaType Labels
*UIConstraints: *RIPunch Left3 *MediaType Labels
*UIConstraints: *RIPunch Left4 *MediaType Labels
*UIConstraints: *RIPunch Right2 *MediaType Labels
*UIConstraints: *RIPunch Right3 *MediaType Labels
*UIConstraints: *RIPunch Right4 *MediaType Labels
*UIConstraints: *RIPunch Upper2 *MediaType Labels
*UIConstraints: *RIPunch Upper3 *MediaType Labels
*UIConstraints: *RIPunch Upper4 *MediaType Labels
*UIConstraints: *RIPunch Left2 *MediaType OHP
*UIConstraints: *RIPunch Left3 *MediaType OHP
*UIConstraints: *RIPunch Left4 *MediaType OHP
*UIConstraints: *RIPunch Right2 *MediaType OHP
*UIConstraints: *RIPunch Right3 *MediaType OHP
*UIConstraints: *RIPunch Right4 *MediaType OHP
*UIConstraints: *RIPunch Upper2 *MediaType OHP
*UIConstraints: *RIPunch Upper3 *MediaType OHP
*UIConstraints: *RIPunch Upper4 *MediaType OHP
*UIConstraints: *RIPunch Left2 *MediaType Thick2
*UIConstraints: *RIPunch Left3 *MediaType Thick2
*UIConstraints: *RIPunch Left4 *MediaType Thick2
*UIConstraints: *RIPunch Right2 *MediaType Thick2
*UIConstraints: *RIPunch Right3 *MediaType Thick2
*UIConstraints: *RIPunch Right4 *MediaType Thick2
*UIConstraints: *RIPunch Upper2 *MediaType Thick2
*UIConstraints: *RIPunch Upper3 *MediaType Thick2
*UIConstraints: *RIPunch Upper4 *MediaType Thick2

*%========== Punch / CenterW
*UIConstraints: *StapleLocation CenterW *RIPunch Left2
*UIConstraints: *StapleLocation CenterW *RIPunch Left3
*UIConstraints: *StapleLocation CenterW *RIPunch Left4
*UIConstraints: *StapleLocation CenterW *RIPunch Right2
*UIConstraints: *StapleLocation CenterW *RIPunch Right3
*UIConstraints: *StapleLocation CenterW *RIPunch Right4
*UIConstraints: *StapleLocation CenterW *RIPunch Upper2
*UIConstraints: *StapleLocation CenterW *RIPunch Upper3
*UIConstraints: *StapleLocation CenterW *RIPunch Upper4

*UIConstraints: *RIPunch Left2 *StapleLocation CenterW
*UIConstraints: *RIPunch Left3 *StapleLocation CenterW
*UIConstraints: *RIPunch Left4 *StapleLocation CenterW
*UIConstraints: *RIPunch Right2 *StapleLocation CenterW
*UIConstraints: *RIPunch Right3 *StapleLocation CenterW
*UIConstraints: *RIPunch Right4 *StapleLocation CenterW
*UIConstraints: *RIPunch Upper2 *StapleLocation CenterW
*UIConstraints: *RIPunch Upper3 *StapleLocation CenterW
*UIConstraints: *RIPunch Upper4 *StapleLocation CenterW

*%====== RIPaperPolicy & MediaType
*UIConstraints: *RIPaperPolicy PromptUser *MediaType None
*UIConstraints: *MediaType None *RIPaperPolicy PromptUser

*% end of Printer Description file



More information about the cups mailing list