[cups] PPD API: Status, future and alternatives to handle printer-specific options

Michael Weghorn m.weghorn at posteo.de
Thu Feb 2 08:03:50 PST 2017


[Note: My previous email did not end up on the mailing list at first,
nor did Michael Sweet's reply. (I wrote the same email again to the
mailing list, s. [1]. This email goes to the mailing list again,
including Michael's reply to my former email at the bottom. (I had
accidently used a wrong email address and cancelled sending to the list). ]


Hi Michael,

thanks to your help, I was able to query available options using the Job
Ticket API now.

In order to get an impression, I used a sample PPD (of a Ricoh MP C5504,
s. attachment) to set up a printer and compared the options that the PPD
API returns with the options returned by the new API (based on the
commands you showed me, slightly adapted/extended). The output for both
variants (PPD API, Job Ticket API) as well as the used source code is
given at the end of this email.

Many PPD options were nicely mapped to respective IPP attributes.
However - as far as I can see - there is also quite an amount of options
that only seem to be available via the PPD API, e.g.

* The PPD has more detailed options for stapling (where to staple) while
(as far as I can see), stapling is only represented by the enum value 4
for the "finishings" attribute when using the new API (as far as I
understand from a quick look at RFC 2911).
* Options for punching ("RIPunch"), folding ("RIFoldType"), booklet
("Booklet") and many other more specific options seem to be available
only via the PPD API. This might be because vendor-specific keywords are
used in the PPD.
* The option for "confidential printing" (printer only prints when the
PIN given in the print dialog is entered on the device) is only avaible
via the PPD API (options "LockedPrintPassword", "UserCode1",
"Usercode3", "UserCode3", "UserCode4").

As the arrangement of PPD options and their IPP counterparts are
different (e.g. the separate "Stapling" option in the PPD seems to be
mapped to an enum value "4" underneath the "finishings" option in IPP),
I might have missed something, but my current impression is that using
the new API actually leads to a loss in functionality as compared to
using the PPD API.

While I would prefer avoiding the PPD API, there are important and valid
use cases based on options that are currently available when using the
PPD API but of which I currently don't know how they could be supported
by only using non-deprecated API functions.

While I would like to see more standardization and hope that upcoming
devices will support standardized keywords for more things, we certainly
need to support most options of the current devices as well (and the
given PPD is just one example). In case this is not possible without
using the PPD API, we would probably have to stick to the PPD API for now.

Is there a way to support more options using the new API?

I looked a bit at the IPP specifications. Section 6 of RFC 2911 seems to
allow vendor-specific extensions for IPP attributes etc. Would that
possibly be a way to map more PPD options to IPP and make them available
without using the PPD API?
(I currently do not know how that would be handled in practice and
whether they can simply be created "on the fly" for mapping specific
printer options in case unknown keywords are encountered in the PPD
which cannot easily be mapped to standardized IPP attributes.)

I also think that there will be new devices in the future that will
provide features not (yet) covered by standardized IPP attributes. (How)
Will those features be supported by CUPS?

In issue #4952 you wrote [2]:

> So while we definitely want to ensure that we expose all of the print
qualities supported by the printer, we have no interest in separately
exposing all of the printer resolutions that are supported.

Does this mean that it is generally planned to support all options
already available in a PPD file. Is this already the case and I have
possibly just missed something?

Regards, Michael


[1] http://lists.cups.org/pipermail/cups/2017-February/028201.html
[2] https://github.com/apple/cups/issues/4952#issuecomment-276703406

----

The printer "myprinter" was set up using the attached PPD file.

Output when querying options via the PPD API:

    OPTION: OptionTray
     - NotInstalled
     - 1Cassette
     - LCT
     - 2Cassette
    OPTION: LargeCapacityTray
     - NotInstalled
     - Installed
    OPTION: InnerTray2
     - NotInstalled
     - Installed
    OPTION: ShiftTray
     - NotInstalled
     - Installed
    OPTION: ExternalTray
     - NotInstalled
     - Installed
    OPTION: Finisher
     - NotInstalled
     - FinRUBICONB
     - FinVOLGADBK
     - FinVOLGAD
     - FinAMURBBK
     - FinAMURHY
    OPTION: PageSize
     - A3
     - A4
     - A5
     - A6
     - B4
     - B5
     - B6
     - Legal
     - GovernmentLG
     - EngQuatro
     - Letter
     - Statement
     - F
     - Folio
     - FanFoldGermanLegal
     - Tabloid
     - 12x18
     - 11x15
     - 10x14
     - SRA3
     - SRA4
     - Executive
     - Env10
     - EnvMonarch
     - EnvC5
     - EnvC6
     - DLEnv
     - 8Kai
     - 16Kai
     - Oficio
     - A3.FullBleed
     - A4.FullBleed
     - A5.FullBleed
     - A6.FullBleed
     - B4.FullBleed
     - B5.FullBleed
     - B6.FullBleed
     - Legal.FullBleed
     - GovernmentLG.FullBleed
     - EngQuatro.FullBleed
     - Letter.FullBleed
     - Statement.FullBleed
     - F.FullBleed
     - Folio.FullBleed
     - FanFoldGermanLegal.FullBleed
     - Tabloid.FullBleed
     - 12x18.FullBleed
     - 11x15.FullBleed
     - 10x14.FullBleed
     - SRA3.FullBleed
     - SRA4.FullBleed
     - Executive.FullBleed
     - Env10.FullBleed
     - EnvMonarch.FullBleed
     - EnvC5.FullBleed
     - EnvC6.FullBleed
     - DLEnv.FullBleed
     - 8Kai.FullBleed
     - 16Kai.FullBleed
     - Oficio.FullBleed
     - Custom
    OPTION: PageRegion
     - A3
     - A4
     - A5
     - A6
     - B4
     - B5
     - B6
     - Legal
     - GovernmentLG
     - EngQuatro
     - Letter
     - Statement
     - F
     - Folio
     - FanFoldGermanLegal
     - Tabloid
     - 12x18
     - 11x15
     - 10x14
     - SRA3
     - SRA4
     - Executive
     - Env10
     - EnvMonarch
     - EnvC5
     - EnvC6
     - DLEnv
     - 8Kai
     - 16Kai
     - Oficio
     - A3.FullBleed
     - A4.FullBleed
     - A5.FullBleed
     - A6.FullBleed
     - B4.FullBleed
     - B5.FullBleed
     - B6.FullBleed
     - Legal.FullBleed
     - GovernmentLG.FullBleed
     - EngQuatro.FullBleed
     - Letter.FullBleed
     - Statement.FullBleed
     - F.FullBleed
     - Folio.FullBleed
     - FanFoldGermanLegal.FullBleed
     - Tabloid.FullBleed
     - 12x18.FullBleed
     - 11x15.FullBleed
     - 10x14.FullBleed
     - SRA3.FullBleed
     - SRA4.FullBleed
     - Executive.FullBleed
     - Env10.FullBleed
     - EnvMonarch.FullBleed
     - EnvC5.FullBleed
     - EnvC6.FullBleed
     - DLEnv.FullBleed
     - 8Kai.FullBleed
     - 16Kai.FullBleed
     - Oficio.FullBleed
     - Custom
    OPTION: InputSlot
     - MultiTray
     - 1Tray
     - 2Tray
     - 3Tray
     - 4Tray
     - 5Tray
     - Auto
    OPTION: Duplex
     - None
     - DuplexNoTumble
     - DuplexTumble
    OPTION: Collate
     - False
     - True
    OPTION: RIPaperPolicy
     - PromptUser
     - NearestSizeAdjust
     - NearestSizeNoAdjust
    OPTION: ColorModel
     - CMYK
     - Gray
    OPTION: RIRotateBy180
     - Off
     - On
    OPTION: MediaType
     - Auto
     - Plain1
     - Plain2
     - Recycled
     - Special1
     - Special2
     - Special3
     - Colored
     - Letterhead
     - Preprinted
     - Labels
     - Bond
     - Cardstock
     - OHP
     - Thick1
     - Thick2
     - Thick3
     - Thick4
     - Thin
     - Middlethick
     - GlossCoated
     - MatCoated
     - Envelope
     - None
    OPTION: OutputBin
     - Default
     - Standard
     - Bin1
     - Shift
     - External
     - FinRUBICONBShift
     - FinVOLGADBKUpper
     - FinVOLGADBKShift
     - FinVOLGADBKLower
     - FinVOLGADUpper
     - FinVOLGADShift
     - FinAMURBBKUpper
     - FinAMURBBKShift
     - FinAMURBBKLower
     - FinAMURHYUpper
     - FinAMURHYShift
    OPTION: RIBannerPagePrint
     - False
     - True
    OPTION: RIBannerPageInputSlot
     - Auto
     - MultiTray
     - 1Tray
     - 2Tray
     - 3Tray
     - 4Tray
     - 5Tray
    OPTION: RIBannerPageMediaType
     - Auto
     - Plain1
     - Plain2
     - Recycled
     - Special1
     - Special2
     - Special3
     - Colored
     - Letterhead
     - Preprinted
     - Labels
     - Bond
     - Cardstock
     - OHP
     - Thick1
     - Thick2
     - Thick3
     - Thick4
     - Thin
     - Middlethick
     - GlossCoated
     - MatCoated
     - Envelope
    OPTION: RIOrientOvr
     - Off
     - Landscape
     - Portrait
    OPTION: RICollateKind
     - Normal
     - RotateCollate
     - ShiftCollate
    OPTION: StapleLocation
     - None
     - StaplessUpperLeft
     - StaplessUpperRight
     - UpperLeft
     - UpperRight
     - LeftW
     - RightW
     - UpperW
     - CenterW
    OPTION: RIPunch
     - None
     - Left2
     - Left3
     - Left4
     - Right2
     - Right3
     - Right4
     - Upper2
     - Upper3
     - Upper4
    OPTION: RIFoldType
     - None
     - OutsideTwofold
    OPTION: OverlapFold
     - Off
     - On
    OPTION: Booklet
     - None
     - OpenToLeft
     - OpenToRight
    OPTION: Resolution
     - 600dpi
     - 1200dpi
    OPTION: RPSBitsPerPixel
     - 2BitsPerPixel
     - 1BitsPerPixel
     - 4BitsPerPixel
    OPTION: RIPrintMode
     - 0rhit
     - 3rhit
    OPTION: Rimagesm
     - Off
     - On
     - Auto
     - 90ppi
     - 150ppi
     - 200ppi
     - 300ppi
    OPTION: RPSDitherType
     - Auto
     - Photo
     - Letter
     - User
     - Dispersion
    OPTION: RPSRGBcorrect
     - None
     - DetailNormal
     - DetailBright
    OPTION: RPSColorRendDict
     - Auto
     - Photograph
     - Business
     - Colorimetric
     - POP
     - User
     - Clpsimulation1
     - Clpsimulation2
     - Clpsimulation4
     - Clpsimulation
    OPTION: Rcmyksimulation
     - Off
     - USOffsetPrint
     - Euroscale
     - JapanColor
     - PANTONE
     - Trans01
    OPTION: RPSBlackMode
     - gray
     - 1Color
     - 4Color
     - grayText
     - 1ColorText
     - grayAll
    OPTION: RPSBlackOverPrint
     - False
     - True
    OPTION: RPSColorSep
     - None
     - Cyan
     - Magenta
     - Yellow
     - Black
     - Red
     - Green
     - Blue
     - KCyan
     - KMagenta
     - KYellow
    OPTION: RIWatermark
     - Off
     - On
    OPTION: RIWMText
     - Confidential
     - Copy
     - Copyright
     - Final
     - FileCopy
     - Proof
     - TopSecret
    OPTION: RIwmFont
     - CourierB
     - TimesB
     - HelveticaB
    OPTION: RIwmAngle
     - 180Deg
     - 135Deg
     - 90Deg
     - 45Deg
     - 0Deg
     - M45Deg
     - M90Deg
     - M135Deg
     - M180Deg
    OPTION: RIwmSize
     - 24
     - 36
     - 48
     - 60
     - 72
    OPTION: RIwmTextStyle
     - Gray
     - Outline
    OPTION: LockedPrintPassword
     - None
     - On
    OPTION: UserCode1
     - 1
     - 2
     - 3
     - 4
     - 5
     - 6
     - 7
     - 8
     - 9
    OPTION: UserCode2
     - 0
     - 1
     - 2
     - 3
     - 4
     - 5
     - 6
     - 7
     - 8
     - 9
    OPTION: UserCode3
     - 0
     - 1
     - 2
     - 3
     - 4
     - 5
     - 6
     - 7
     - 8
     - 9
    OPTION: UserCode4
     - 0
     - 1
     - 2
     - 3
     - 4
     - 5
     - 6
     - 7
     - 8
     - 9

Output when querying the options using the Job Ticket API:

    OPTION: copies
     - RANGE: 1-9999
    OPTION: finishings
     - ENUM: 3
     - ENUM: 4
    OPTION: ipp-attribute-fidelity
    OPTION: job-hold-until
     - KEYWORD: no-hold
     - KEYWORD: indefinite
     - KEYWORD: day-time
     - KEYWORD: evening
     - KEYWORD: night
     - KEYWORD: second-shift
     - KEYWORD: third-shift
     - KEYWORD: weekend
    OPTION: job-name
    OPTION: job-priority
     - INTEGER: 100
    OPTION: job-sheets
     - NAME: none
     - NAME: classified
     - NAME: confidential
     - NAME: form
     - NAME: secret
     - NAME: standard
     - NAME: topsecret
     - NAME: unclassified
    OPTION: media
     - KEYWORD: iso_a3_297x420mm
     - KEYWORD: iso_a4_210x297mm
     - KEYWORD: iso_a5_148x210mm
     - KEYWORD: iso_a6_105x148mm
     - KEYWORD: jis_b4_257x364mm
     - KEYWORD: jis_b5_182x257mm
     - KEYWORD: jis_b6_128x182mm
     - KEYWORD: na_legal_8.5x14in
     - KEYWORD: oe_government-lg_8.25x14in
     - KEYWORD: oe_eng-quatro_8x10in
     - KEYWORD: na_letter_8.5x11in
     - KEYWORD: na_invoice_5.5x8.5in
     - KEYWORD: oe_f_8x13in
     - KEYWORD: om_folio_210x330mm
     - KEYWORD: na_foolscap_8.5x13in
     - KEYWORD: na_ledger_11x17in
     - KEYWORD: oe_12x18in_12x18in
     - KEYWORD: na_11x15_11x15in
     - KEYWORD: na_10x14_10x14in
     - KEYWORD: iso_sra3_320x450mm
     - KEYWORD: iso_sra4_225x320mm
     - KEYWORD: na_executive_7.25x10.5in
     - KEYWORD: na_number-10_4.125x9.5in
     - KEYWORD: na_monarch_3.875x7.5in
     - KEYWORD: iso_c5_162x229mm
     - KEYWORD: iso_c6_114x162mm
     - KEYWORD: om_dlenv_109.71x219.78mm
     - KEYWORD: om_8-kai_267.05x390.17mm
     - KEYWORD: om_16-kai_195.09x267.05mm
     - KEYWORD: na_oficio_8.5x13.4in
     - KEYWORD: om_a-3-full-bleed_297.04x419.81mm
     - KEYWORD: om_a-4-full-bleed_209.9x296.69mm
     - KEYWORD: om_a-5-full-bleed_148.17x209.55mm
     - KEYWORD: om_a-6-full-bleed_104.78x147.81mm
     - KEYWORD: om_b-4-full-bleed_257.18x363.71mm
     - KEYWORD: om_b-5-full-bleed_182.03x256.82mm
     - KEYWORD: om_b-6-full-bleed_128.06x181.68mm
     - KEYWORD: om_legal-full-bleed_215.9x355.25mm
     - KEYWORD: om_government-lg-full-bleed_209.55x355.25mm
     - KEYWORD: om_eng-quatro-full-bleed_203.2x253.65mm
     - KEYWORD: om_letter-full-bleed_215.9x279.05mm
     - KEYWORD: om_statement-full-bleed_139.7x215.55mm
     - KEYWORD: om_f-full-bleed_203.2x329.85mm
     - KEYWORD: om_folio-full-bleed_209.9x329.49mm
     - KEYWORD: om_fan-fold-german-legal-full-bleed_215.9x329.85mm
     - KEYWORD: om_tabloid-full-bleed_279.4x431.45mm
     - KEYWORD: om_12x-18-full-bleed_304.8x456.85mm
     - KEYWORD: custom_279.4x380.65mm_279.4x380.65mm
     - KEYWORD: custom_254x355.25mm_254x355.25mm
     - KEYWORD: om_sra-3-full-bleed_319.97x449.79mm
     - KEYWORD: om_sra-4-full-bleed_225.07x319.62mm
     - KEYWORD: om_executive-full-bleed_184.15x266.35mm
     - KEYWORD: om_env-10-full-bleed_104.78x240.95mm
     - KEYWORD: om_env-monarch-full-bleed_98.43x190.15mm
     - KEYWORD: om_env-c-5-full-bleed_161.93x228.6mm
     - KEYWORD: om_env-c-6-full-bleed_113.95x161.57mm
     - KEYWORD: om_dlenv-full-bleed_109.71x219.43mm
     - KEYWORD: om_8-kai-full-bleed_267.05x389.82mm
     - KEYWORD: om_16-kai-full-bleed_195.09x266.7mm
     - KEYWORD: om_oficio-full-bleed_215.9x340.08mm
     - KEYWORD: custom_min_89.96x147.81mm
     - KEYWORD: custom_max_320.32x1260.12mm
    OPTION: media-col
     - KEYWORD: media-bottom-margin
     - KEYWORD: media-left-margin
     - KEYWORD: media-right-margin
     - KEYWORD: media-size
     - KEYWORD: media-source
     - KEYWORD: media-top-margin
     - KEYWORD: media-type
    OPTION: multiple-document-handling
     - KEYWORD: separate-documents-uncollated-copies
     - KEYWORD: separate-documents-collated-copies
    OPTION: number-up
     - INTEGER: 1
     - INTEGER: 2
     - INTEGER: 4
     - INTEGER: 6
     - INTEGER: 9
     - INTEGER: 16
    OPTION: output-bin
     - KEYWORD: default
     - KEYWORD: standard
     - KEYWORD: bin-1
     - KEYWORD: shift
     - KEYWORD: external
     - KEYWORD: fin-rubiconbshift
     - KEYWORD: fin-volgadbkupper
     - KEYWORD: fin-volgadbkshift
     - KEYWORD: fin-volgadbklower
     - KEYWORD: fin-volgadupper
     - KEYWORD: fin-volgadshift
     - KEYWORD: fin-amurbbkupper
     - KEYWORD: fin-amurbbkshift
     - KEYWORD: fin-amurbbklower
     - KEYWORD: fin-amurhyupper
     - KEYWORD: fin-amurhyshift
    OPTION: orientation-requested
     - ENUM: 3
     - ENUM: 4
     - ENUM: 5
     - ENUM: 6
    OPTION: page-ranges
     - BOOLEAN: 1
    OPTION: print-color-mode
     - KEYWORD: monochrome
     - KEYWORD: color
    OPTION: print-quality
     - ENUM: 4
    OPTION: printer-resolution
     - RESOLUTION: 600 x 600; 3
     - RESOLUTION: 1200 x 1200; 3
    OPTION: sides
     - KEYWORD: one-sided
     - KEYWORD: two-sided-long-edge
     - KEYWORD: two-sided-short-edge

Code used to query options using the PPD API:

    #include <cups/cups.h>
    #include <cups/ppd.h>

    int main() {
        cups_dest_t *dests;
        int num_dests = cupsGetDests(&dests);

        // NOTE: printer with name "myprinter" needs to be set up first
        cups_dest_t *dest = cupsGetDest("myprinter", NULL, num_dests,
dests);

        const char *ppdPath = cupsGetPPD(dest->name);
        ppd_file_t * ppdFile = ppdOpenFile(ppdPath);
        ppdMarkDefaults(ppdFile);

        int ppdGroupCount = ppdFile->num_groups;
        for (int i = 0; i < ppdGroupCount; i++) {
            ppd_group_t group = ppdFile->groups[i];

            for (int j = 0; j < group.num_options; j++) {
                ppd_option_t option = group.options[j];

                printf("OPTION: %s\n", option.keyword);

                for (int k = 0; k < option.num_choices; k++) {
                    char * choice_value = option.choices[k].choice;
                    printf(" - %s\n", choice_value);
                }
            }
        }
        ppdClose(ppdFile);
        cupsFreeDests(num_dests, dests);
    }

Code used to query options using the new API:

    #include <stdio.h>
    #include <cups/cups.h>

    int myfunc() {
        return 1;
    }

    int main() {

        cups_dest_t *dests;
        int num_dests = cupsGetDests(&dests);

        // NOTE: printer with name "myprinter" needs to be set up first
        cups_dest_t *dest = cupsGetDest("myprinter", NULL, num_dests,
dests);
        cups_dinfo_t *dinfo;
        http_t *dest_connection;
        int myvalue = 0;
        int *cancel = &myvalue;
        char *resource = NULL;
        size_t resourcesize = 0;
        void * user_data = NULL;
        const int TIMEOUT_IN_MSECS = 10000;

        dest_connection = cupsConnectDest(
                dest, 0,
                TIMEOUT_IN_MSECS,
                cancel, resource,
                resourcesize, myfunc, user_data);

        dinfo = cupsCopyDestInfo(dest_connection, dest);

        ipp_attribute_t *supported =
cupsFindDestSupported(dest_connection, dest, dinfo,
"job-creation-attributes");
        int i;

        for (i = 0; i < ippGetCount(supported); i ++)
        {
          const char *option = ippGetString(supported, i, NULL);
          int j;
          ipp_attribute_t *values =
cupsFindDestSupported(dest_connection, dest, dinfo, option);

          printf("OPTION: %s\n", option);


          // NOTE: s. "cups/ipp.h" for IPP tag values (lists format tags
for attributes)
          // and RFCs for how to interpret
          for (j = 0; j < ippGetCount(values); j ++)
          {
            if (ippGetValueTag(values) == IPP_TAG_INTEGER)
            {
              int value = ippGetInteger(values, j);

              printf(" - INTEGER: %d\n", value);
            }
            else if (ippGetValueTag(values) == IPP_TAG_RANGE)
            {
              int upper, lower = ippGetRange(values, j, &upper);

              printf(" - RANGE: %d-%d\n", lower, upper);
            }
            else if (ippGetValueTag(values) == IPP_TAG_BOOLEAN)
            {
              int value = ippGetBoolean(values, j);

              printf(" - BOOLEAN: %d\n", value);
            }
            else if (ippGetValueTag(values) == IPP_TAG_ENUM) // 35
            {
              int upper = ippGetInteger(values, j);

              printf(" - ENUM: %d\n", upper);
            }
            else if (ippGetValueTag(values) == IPP_TAG_RESOLUTION) // 50
            {
              // s.a. RFC 2911, 4.1.15 'resolution'

              int *yres;
              ipp_res_t *units;
              int xres = ippGetResolution(values, j, yres, units);

              printf(" - RESOLUTION: %d x %d; %d \n", xres, *yres, *units);
            }
            else if (ippGetValueTag(values) == IPP_TAG_KEYWORD) // 68
            {
              const char *value = ippGetString(values, j, NULL);

              printf(" - KEYWORD: %s\n", value);
            }
            else if (ippGetValueTag(values) == IPP_TAG_NAME) // 66
            {
              const char *value = ippGetString(values, j, NULL);

              printf(" - NAME: %s\n", value);
            }
            else
            {
                printf("WARNING: TAG CURRENTLY NOT BEING HANDLED TAG:
%d\n", ippGetValueTag(values));
            }
          }
        }
    }

On 2017-02-01 14:13, Michael Sweet wrote:
> Michael,
> 
>> On Feb 1, 2017, at 3:47 AM, Michael Weghorn [...] wrote:
>> ...
>> On 2017-01-31 15:19, Michael Sweet wrote:
>>>> 2) What is the recommended way to handle printer-specific options in a print dialog? Which API should be used? (The implementation should support both "traditional" printers set up via PPD files and PPD-less printers like IPP Everywhere printers.)
>>> Use the new API.  CUPS maps old PPD options to IPP/IPP Everywhere options.
>>
>> Nice. I did not know that CUPS does this. Is it possible to map every PPD option to a respective IPP/IPP Everywhere option? I thought that only a few PPD options are actually standardized and vendors use a large amount of vendor-specific keywords in PPD files. How are those mapped to IPP/IPP Everywhere options?
> 
> There was some work done in the PWG to standardize (or at least document) what CUPS does to help cloud printing solutions, although the effort was eventually dropped:
> 
>     http://ftp.pwg.org/pub/pwg/cloud/wd/wd-cloudmap10-20120604.pdf
> 
> (this document maps to the Semantic Model, so the names are TitleCase instead of hyphenated-words, but it should at least show the breadth of the mapping)
> 
> Anyways, all of the standard/commonly used PPD keywords have corresponding IPP attributes, while some of the more esoteric things like Gutenprint's massive overload of options to control every aspect of color management and dithering are *not* mapped.  In most cases IPP is *more* capable than PPD, particularly in the support of finishers - stapling, folding, etc.  But we don't try to map every option since a) that would require a lot of additions to IPP just to support esoteric options specific to a few products or a driver, and b) doing so isn't exactly compatible with working towards a common set of supportable print options that can be used by all kinds of clients.
> 
>> I looked at the new API again and experimented but did not find out how to get all the printer-specific options and their possible values. Could you possibly give me a hint which functions to use?
> 
> Calling cupsCheckDestSupported will tell you if a specific option and/or choice is supported.  cupsFindDestSupported returns the supported values for a named option, and the option "job-creation-attributes" (sorry, currently undocumented for CUPS, but a standard IPP attribute) lists the options (attributes) that are supported by the printer/queue.
> 
> So the equivalent to your PPD code would be:
> 
>     ipp_attribute_t *supported = cupsFindDestSupported(dest, dinfo, "job-creation-attributes");
>     int i;
> 
>     for (i = 0; i < ippGetCount(supported); i ++)
>     {
>       const char *option = ippGetString(supported, i, NULL);
>       int j;
>       ipp_attribute_t *values = cupsFindDestSupported(dest, dinfo, option);
> 
>       printf("OPTION: %s\n", option);
> 
>       for (j = 0; j < ippGetCount(values); i ++)
>       {
>         if (ippGetValueTag(values) == IPP_TAG_INTEGER)
>         {
>           int value = ippGetInteger(values, i);
> 
>           printf(" - %d\n", value);
>         }
>         else if (ippGetValueTag(values) == IPP_TAG_RANGE)
>         {
>           int upper, lower = ippGetRange(values, i, &upper);
> 
>           printf(" - %d-%d\n", lower, upper);
>         }
>         else /* IPP_TAG_KEYWORD or IPP_TAG_NAME */
>         {
>           const char *value = ippGetString(values, i, NULL);
> 
>           printf(" - %s\n", value);
>         }
>       }
>     }
> 
> _________________________________________________________
> Michael Sweet, Senior Printing System Engineer
> 
-------------- next part --------------
*PPD-Adobe: "4.3"
*%
*%  Printer Description file
*%    for "Ricoh MP C5504 PS"
*%
*%    CreationDate: 2016/05/23
*%    Modified:     2016/05/23
*%    Modified:     2016/06/13 V1.0 German and a new "Locked Print" section CxK
*%    Modified:     2016/08/26 V1.1 Watermark fixed
*%    Modified:     2016/10/18 V1.2 Custom Translation
*%
*%    java.util.zip.CRC32: 98bf4122
*%
*%    COPYRIGHT (C) 2016 RICOH COMPANY, LTD.
*%    
*%    Permission is hereby granted, free of charge, to any person obtaining
*%    a copy of this software and associated documentation files (the
*%    "Software"), to deal in the Software without restriction, including
*%    without limitation the rights to use, copy, modify, merge, publish,
*%    distribute, sublicense, and/or sell copies of the Software, and to
*%    permit persons to whom the Software is furnished to do so, subject to
*%    the following conditions:
*%    
*%    The above copyright notice and this permission notice shall be
*%    included in all copies or substantial portions of the Software.
*%    
*%    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
*%    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
*%    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
*%    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
*%    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
*%    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
*%    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*%    
*%    [this is the MIT open source license -- please see www.opensource.org]
*%

*FileVersion: "1.0"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: German
*ModelName: "Ricoh MP C5504"
*PCFileName: "RI3523E3.PPD"
*Manufacturer: "Ricoh"
*Product: "(RICOH MP C5504 PS3)"
*PSVersion: "(3018.102) 0"
*ShortNickName: "Ricoh MP C5504 PS"
*NickName: "Ricoh MP C5504 PS"
*1284DeviceID: "MFG:RICOH;MDL:MP C5504;CMD:POSTSCRIPT;"

*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
*FoomaticRIPUserEntityMaxLength: 8
*FoomaticRIPHostEntityMaxLength: 63
*FoomaticRIPTitleEntityMaxLength: 40
*FoomaticRIPCommandLine: "printf "%%!PS-Adobe-3.0
%%%%Title: (&title;)
%%
%%\n%A%B%C%D"%%%%; cat;"
*End

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

*LanguageLevel: "3"
*ColorDevice: True
*DefaultColorSpace: CMYK

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

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

*OpenGroup: InstallableOptions/Installierbare Optionen

*OpenUI *OptionTray/Optionales Magazin: PickOne
*DefaultOptionTray: NotInstalled
*OptionTray NotInstalled/Nicht installiert: ""
*OptionTray 1Cassette/Unteres Papiermagazin: ""
*OptionTray LCT/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 {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(1Cassette)  [2]  Isfit?
(LCT)        [8]  Isfit?
(2Cassette)  [7]  Isfit?
end}{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 {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [6]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *LargeCapacityTray

*OpenUI *InnerTray2/Interne Ablage 2: 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 {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [1]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *InnerTray2

*OpenUI *ShiftTray/Interne Versatzablage: PickOne
*DefaultShiftTray: NotInstalled
*ShiftTray NotInstalled/Nicht installiert: ""
*ShiftTray Installed/Installiert: ""
*?ShiftTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /outslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [5]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *ShiftTray

*OpenUI *ExternalTray/Externe Ablage: PickOne
*DefaultExternalTray: NotInstalled
*ExternalTray NotInstalled/Nicht installiert: ""
*ExternalTray Installed/Installiert: ""
*?ExternalTray: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /outslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(Installed)        [0]  Isfit?
end}{pop}ifelse
}if
= flush
cleartomark
restore
"
*End
*CloseUI: *ExternalTray

*OpenUI *Finisher/Finisher: PickOne
*DefaultFinisher: NotInstalled
*Finisher NotInstalled/Nicht installiert: ""
*Finisher FinRUBICONB/Finisher SR3200: ""
*Finisher FinVOLGADBK/Finisher SR3240: ""
*Finisher FinVOLGAD/Finisher SR3230: ""
*Finisher FinAMURBBK/Finisher SR3220: ""
*Finisher FinAMURHY/Finisher SR3210: ""
*?Finisher: "
save
mark
(NotInstalled)
userdict /86f6369627 known {
    userdict /86f6369627 get
    /perifdict get /outslot get dup type /arraytype eq {
userdict /86f6369627 get begin
    /devdict 1 dict def /ret false def {devdict exch cvlit null put}forall
    /Isfit? {  ret  {pop pop } {
        /ret true def
        {devdict exch known not {/ret false def pop exit}if} forall
    }ifelse
    }bind def
(FinRUBICONB)        [39]  Isfit?
(FinVOLGADBK)        [41]  Isfit?
(FinVOLGAD)          [40]  Isfit?
(FinAMURBBK)         [43]  Isfit?
(FinAMURHY)          [48]  Isfit?
end}{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

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

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

*OpenUI *PageSize/Seitengr<F6><DF>e: PickOne
*OrderDependency: 20 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize A3/A3 (297 x 420 mm): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A4/A4 (210 x 297 mm): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A5/A5 (148 x 210 mm): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A6/A6 (105 x 148 mm): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize B4/B4 JIS (257 x 364 mm): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize B5/B5 JIS (182 x 257 mm): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize B6/B6 JIS (128 x 182 mm): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Legal/Legal (8,5 x 14): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize GovernmentLG/8,25 x 14: "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EngQuatro/8 x 10: "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Letter/Letter (8,5 x 11): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Statement/5.5 x 8.5: "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize F/8 x 13: "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Folio/8,25 x 13: "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize FanFoldGermanLegal/8,5 x 13: "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Tabloid/11 x 17: "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 12x18/12 x 18: "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 11x15/11 x 15: "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 10x14/10 x 14: "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize SRA3/SRA3 (320 x 450 mm): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize SRA4/SRA4 (225 x 320 mm): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Executive/Executive (7,25 x 10,5): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Env10/Com10 Umschlag (4,125 x 9,5): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EnvMonarch/Monarch Umschlag (3,875 x 7,5): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EnvC5/C5 Umschl. (162 x 229 mm): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize EnvC6/C6 Umschl. (114 x 162 mm): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize DLEnv/DL Umschlag (110 x 220 mm): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 8Kai/8K (267 x 390 mm): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize 16Kai/16K (195 x 267 mm): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize Oficio/8,5 x 13,4: "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageSize A3.FullBleed/A3  (297 x 420 mm) (Randlos): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize A4.FullBleed/A4 (210 x 297 mm) (Randlos): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize A5.FullBleed/A5 (148 x 210 mm) (Randlos): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize A6.FullBleed/A6 (105 x 148 mm) (Randlos): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize B4.FullBleed/B4 (JIS) (257 x 364 mm) (Randlos): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize B5.FullBleed/B5 (JIS) (182 x 257 mm) (Randlos): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize B6.FullBleed/B6 (JIS) (128 x 182 mm) (Randlos): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Legal.FullBleed/Legal (8,5 x 14) (Randlos): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize GovernmentLG.FullBleed/8,25 x 14 (Randlos): "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EngQuatro.FullBleed/8 x 10 (Randlos): "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Letter.FullBleed/Letter (8,5 x 11) (Randlos): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Statement.FullBleed/5.5 x 8.5 (Full Bleed): "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize F.FullBleed/8 x 13 (Randlos): "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Folio.FullBleed/8,25 x 13 (Randlos): "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize FanFoldGermanLegal.FullBleed/8,5 x 13 (Randlos): "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Tabloid.FullBleed/11 x 17 (Full Bleed): "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 12x18.FullBleed/12 x 18 (Randlos): "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 11x15.FullBleed/11 x 15 (Randlos): "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 10x14.FullBleed/10 x 14 (Randlos): "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize SRA3.FullBleed/SRA3 (320 x 450 mm) (Randlos): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize SRA4.FullBleed/SRA4 (225 x 320 mm) (Randlos): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Executive.FullBleed/Executive (7,25 x 10,5) (Randlos): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Env10.FullBleed/Com10 Umschl. (4,125 x 9,5) (Randlos): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EnvMonarch.FullBleed/Monarch Umschl. (3,875 x 7,5) (Randlos): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EnvC5.FullBleed/C5 Umschl. (162 x 229 mm) (Randlos): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize EnvC6.FullBleed/C6 Umschl. (114 x 162 mm) (Randlos): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize DLEnv.FullBleed/DL Umschl. (110 x 220 mm) (Randlos): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 8Kai.FullBleed/8K (267 x 390 mm) (Randlos): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize 16Kai.FullBleed/16K (195 x 267 mm) (Randlos): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageSize Oficio.FullBleed/8,5 x 13,4 (Randlos): "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*?PageSize: "
  save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch}if (Unknown)
  60 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 [594 1008] (GovernmentLG) put
    dup [576 720] (EngQuatro) put
    dup [612 792] (Letter) put
    dup [396 612] (Statement) put
    dup [576 936] (F) put
    dup [595 935] (Folio) put
    dup [612 936] (FanFoldGermanLegal) put
    dup [792 1224] (Tabloid) put
    dup [864 1296] (12x18) put
    dup [792 1080] (11x15) put
    dup [720 1008] (10x14) put
    dup [907 1276] (SRA3) put
    dup [638 907] (SRA4) put
    dup [522 756] (Executive) put
    dup [297 684] (Env10) put
    dup [279 540] (EnvMonarch) put
    dup [459 649] (EnvC5) put
    dup [323 459] (EnvC6) put
    dup [311 623] (DLEnv) put
    dup [757 1106] (8Kai) put
    dup [553 757] (16Kai) put
    dup [612 965] (Oficio) 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 [594 1008] (GovernmentLG.FullBleed) put
    dup [576 720] (EngQuatro.FullBleed) put
    dup [612 792] (Letter.FullBleed) put
    dup [396 612] (Statement.FullBleed) put
    dup [576 936] (F.FullBleed) put
    dup [595 935] (Folio.FullBleed) put
    dup [612 936] (FanFoldGermanLegal.FullBleed) put
    dup [792 1224] (11x17.FullBleed) put
    dup [864 1296] (12x18.FullBleed) put
    dup [792 1080] (11x15.FullBleed) put
    dup [720 1008] (10x14.FullBleed) put
    dup [907 1276] (SRA3.FullBleed) put
    dup [638 907] (SRA4.FullBleed) put
    dup [522 756] (Executive.FullBleed) put
    dup [297 684] (Env10.FullBleed) put
    dup [279 540] (EnvMonarch.FullBleed) put
    dup [459 649] (EnvC5.FullBleed) put
    dup [323 459] (EnvC6.FullBleed) put
    dup [311 623] (DLEnv.FullBleed) put
    dup [757 1106] (8Kai.FullBleed) put
    dup [553 757] (16Kai.FullBleed) put
    dup [612 965] (Oficio.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/Seitenformat: PickOne
*OrderDependency: 25 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion A3/A3 (297 x 420 mm): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A4/A4 (210 x 297 mm): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A5/A5 (148 x 210 mm): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A6/A6 (105 x 148 mm): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion B4/B4 JIS (257 x 364 mm): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion B5/B5 JIS (182 x 257 mm): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion B6/B6 JIS (128 x 182 mm): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Legal/Legal (8,5 x 14): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion GovernmentLG/8,25 x 14: "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EngQuatro/8 x 10: "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Letter/Letter (8,5 x 11): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Statement/5.5 x 8.5: "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion F/8 x 13: "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Folio/8,25 x 13: "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion FanFoldGermanLegal/8,5 x 13: "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Tabloid/11 x 17: "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 12x18/12 x 18: "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 11x15/11 x 15: "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 10x14/10 x 14: "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion SRA3/SRA3 (320 x 450 mm): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion SRA4/SRA4 (225 x 320 mm): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Executive/Executive (7,25 x 10,5): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Env10/Com10 Umschlag (4,125 x 9,5): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EnvMonarch/Monarch Umschlag (3,875 x 7,5): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EnvC5/C5 Umschl. (162 x 229 mm): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion EnvC6/C6 Umschl. (114 x 162 mm): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion DLEnv/DL Umschlag (110 x 220 mm): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 8Kai/8K (267 x 390 mm): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion 16Kai/16K (195 x 267 mm): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion Oficio/8,5 x 13,4: "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
false setedgetoedge"
*End
*PageRegion A3.FullBleed/A3  (297 x 420 mm) (Randlos): "<<
  /PageSize [842 1191] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion A4.FullBleed/A4 (210 x 297 mm) (Randlos): "<<
  /PageSize [595 842] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion A5.FullBleed/A5 (148 x 210 mm) (Randlos): "<<
  /PageSize [420 595] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion A6.FullBleed/A6 (105 x 148 mm) (Randlos): "<<
  /PageSize [297 420] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion B4.FullBleed/B4 (JIS) (257 x 364 mm) (Randlos): "<<
  /PageSize [729 1032] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion B5.FullBleed/B5 (JIS) (182 x 257 mm) (Randlos): "<<
  /PageSize [516 729] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion B6.FullBleed/B6 (JIS) (128 x 182 mm) (Randlos): "<<
  /PageSize [363 516] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Legal.FullBleed/Legal (8,5 x 14) (Randlos): "<<
  /PageSize [612 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion GovernmentLG.FullBleed/8,25 x 14 (Randlos): "<<
  /PageSize [594 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EngQuatro.FullBleed/8 x 10 (Randlos): "<<
  /PageSize [576 720] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Letter.FullBleed/Letter (8,5 x 11) (Randlos): "<<
  /PageSize [612 792] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Statement.FullBleed/5.5 x 8.5 (Full Bleed): "<<
  /PageSize [396 612] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion F.FullBleed/8 x 13 (Randlos): "<<
  /PageSize [576 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Folio.FullBleed/8,25 x 13 (Randlos): "<<
  /PageSize [595 935] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion FanFoldGermanLegal.FullBleed/8,5 x 13 (Randlos): "<<
  /PageSize [612 936] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Tabloid.FullBleed/11 x 17 (Full Bleed): "<<
  /PageSize [792 1224] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 12x18.FullBleed/12 x 18 (Randlos): "<<
  /PageSize [864 1296] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 11x15.FullBleed/11 x 15 (Randlos): "<<
  /PageSize [792 1080] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 10x14.FullBleed/10 x 14 (Randlos): "<<
  /PageSize [720 1008] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion SRA3.FullBleed/SRA3 (320 x 450 mm) (Randlos): "<<
  /PageSize [907 1276] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion SRA4.FullBleed/SRA4 (225 x 320 mm) (Randlos): "<<
  /PageSize [638 907] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Executive.FullBleed/Executive (7,25 x 10,5) (Randlos): "<<
  /PageSize [522 756] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Env10.FullBleed/Com10 Umschl. (4,125 x 9,5) (Randlos): "<<
  /PageSize [297 684] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EnvMonarch.FullBleed/Monarch Umschl. (3,875 x 7,5) (Randlos): "<<
  /PageSize [279 540] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EnvC5.FullBleed/C5 Umschl. (162 x 229 mm) (Randlos): "<<
  /PageSize [459 649] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion EnvC6.FullBleed/C6 Umschl. (114 x 162 mm) (Randlos): "<<
  /PageSize [323 459] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion DLEnv.FullBleed/DL Umschl. (110 x 220 mm) (Randlos): "<<
  /PageSize [311 623] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 8Kai.FullBleed/8K (267 x 390 mm) (Randlos): "<<
  /PageSize [757 1106] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion 16Kai.FullBleed/16K (195 x 267 mm) (Randlos): "<<
  /PageSize [553 757] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*PageRegion Oficio.FullBleed/8,5 x 13,4 (Randlos): "<<
  /PageSize [612 965] /ImagingBBox null >> setpagedevice
true setedgetoedge"
*End
*CloseUI: *PageRegion

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

*DefaultImageableArea: Letter
*ImageableArea A3/A3 (297 x 420 mm): "12 12 830 1179"
*ImageableArea A4/A4 (210 x 297 mm): "12 12 583 830"
*ImageableArea A5/A5 (148 x 210 mm): "12 12 408 583"
*ImageableArea A6/A6 (105 x 148 mm): "12 12 285 408"
*ImageableArea B4/B4 JIS (257 x 364 mm): "12 12 717 1020"
*ImageableArea B5/B5 JIS (182 x 257 mm): "12 12 504 717"
*ImageableArea B6/B6 JIS (128 x 182 mm): "12 12 351 504"
*ImageableArea Legal/Legal (8.5 x 14): "12 12 600 996"
*ImageableArea GovernmentLG/8.25 x 14: "12 12 582 996"
*ImageableArea EngQuatro/8 x 10: "12 12 564 708"
*ImageableArea Letter/Letter (8.5 x 11): "12 12 600 780"
*ImageableArea Statement/5.5 x 8.5: "12 12 384 600"
*ImageableArea F/8 x 13: "12 12 564 924"
*ImageableArea Folio/8.25 x 13: "12 12 583 923"
*ImageableArea FanFoldGermanLegal/8.5 x 13: "12 12 600 924"
*ImageableArea Tabloid/11 x 17: "12 12 780 1212"
*ImageableArea 12x18/12 x 18: "12 12 852 1284"
*ImageableArea 11x15/11 x 15: "12 12 780 1068"
*ImageableArea 10x14/10 x 14: "12 12 708 996"
*ImageableArea SRA3/SRA3 (320 x 450 mm): "12 12 895 1264"
*ImageableArea SRA4/SRA4 (225 x 320 mm): "12 12 626 895"
*ImageableArea Executive/Executive (7.25 x 10.5): "12 12 510 744"
*ImageableArea Env10/Com10 Env. (4.125 x 9.5): "12 12 285 672"
*ImageableArea EnvMonarch/Monarch Env. (3.875 x 7.5): "12 12 267 528"
*ImageableArea EnvC5/C5 Env. (162 x 229 mm): "12 12 447 637"
*ImageableArea EnvC6/C6 Env. (114 x 162 mm): "12 12 311 447"
*ImageableArea DLEnv/DL Env. (110 x 220 mm): "12 12 299 611"
*ImageableArea 8Kai/8K (267 x 390 mm): "12 12 745 1094"
*ImageableArea 16Kai/16K (195 x 267 mm): "12 12 541 745"
*ImageableArea Oficio/8.5 x 13.4: "12 12 600 953"
*ImageableArea A3.FullBleed/A3  (297 x 420 mm) (Full bleed): "0 0 842 1190"
*ImageableArea A4.FullBleed/A4 (210 x 297 mm) (Full Bleed): "0 0 595 841"
*ImageableArea A5.FullBleed/A5 (148 x 210 mm) (Full Bleed): "0 0 420 594"
*ImageableArea A6.FullBleed/A6 (105 x 148 mm) (Full Bleed): "0 0 297 419"
*ImageableArea B4.FullBleed/B4 (JIS) (257 x 364 mm) (Full Bleed): "0 0 729 1031"
*ImageableArea B5.FullBleed/B5 (JIS) (182 x 257 mm) (Full Bleed): "0 0 516 728"
*ImageableArea B6.FullBleed/B6 (JIS) (128 x 182 mm) (Full Bleed): "0 0 363 515"
*ImageableArea Legal.FullBleed/Legal (8.5 x 14) (Full Bleed): "0 0 612 1007"
*ImageableArea GovernmentLG.FullBleed/8.25 x 14 (Full Bleed): "0 0 594 1007"
*ImageableArea EngQuatro.FullBleed/8 x 10 (Full Bleed): "0 0 576 719"
*ImageableArea Letter.FullBleed/Letter (8.5 x 11) (Full Bleed): "0 0 612 791"
*ImageableArea Statement.FullBleed/5.5 x 8.5 (Full Bleed): "0 0 396 611"
*ImageableArea F.FullBleed/8 x 13 (Full Bleed): "0 0 576 935"
*ImageableArea Folio.FullBleed/8.25 x 13 (Full Bleed): "0 0 595 934"
*ImageableArea FanFoldGermanLegal.FullBleed/8.5 x 13 (Full Bleed): "0 0 612 935"
*ImageableArea Tabloid.FullBleed/11 x 17 (Full Bleed): "0 0 792 1223"
*ImageableArea 12x18.FullBleed/12 x 18 (Full Bleed): "0 0 864 1295"
*ImageableArea 11x15.FullBleed/11 x 15 (Full Bleed): "0 0 792 1079"
*ImageableArea 10x14.FullBleed/10 x 14 (Full Bleed): "0 0 720 1007"
*ImageableArea SRA3.FullBleed/SRA3 (320 x 450 mm) (Full Bleed): "0 0 907 1275"
*ImageableArea SRA4.FullBleed/SRA4 (225 x 320 mm) (Full Bleed): "0 0 638 906"
*ImageableArea Executive.FullBleed/Executive (7.25 x 10.5) (Full Bleed): "0 0 522 755"
*ImageableArea Env10.FullBleed/Com10 Env. (4.125 x 9.5) (Full Bleed): "0 0 297 683"
*ImageableArea EnvMonarch.FullBleed/Monarch Env. (3.875 x 7.5) (Full Bleed): "0 0 279 539"
*ImageableArea EnvC5.FullBleed/C5 Env. (162 x 229 mm) (Full Bleed): "0 0 459 648"
*ImageableArea EnvC6.FullBleed/C6 Env. (114 x 162 mm) (Full Bleed): "0 0 323 458"
*ImageableArea DLEnv.FullBleed/DL Env. (110 x 220 mm) (Full Bleed): "0 0 311 622"
*ImageableArea 8Kai.FullBleed/8K (267 x 390 mm) (Full Bleed): "0 0 757 1105"
*ImageableArea 16Kai.FullBleed/16K (195 x 267 mm) (Full Bleed): "0 0 553 756"
*ImageableArea Oficio.FullBleed/8.5 x 13.4 (Full Bleed): "0 0 612 964"
*?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: Letter
*PaperDimension A3/A3 (297 x 420 mm): "842 1191"
*PaperDimension A4/A4 (210 x 297 mm): "595 842"
*PaperDimension A5/A5 (148 x 210 mm): "420 595"
*PaperDimension A6/A6 (105 x 148 mm): "297 420"
*PaperDimension B4/B4 JIS (257 x 364 mm): "729 1032"
*PaperDimension B5/B5 JIS (182 x 257 mm): "516 729"
*PaperDimension B6/B6 JIS (128 x 182 mm): "363 516"
*PaperDimension Legal/Legal (8.5 x 14): "612 1008"
*PaperDimension GovernmentLG/8.25 x 14: "594 1008"
*PaperDimension EngQuatro/8 x 10: "576 720"
*PaperDimension Letter/Letter (8.5 x 11): "612 792"
*PaperDimension Statement/5.5 x 8.5: "396 612"
*PaperDimension F/8 x 13: "576 936"
*PaperDimension Folio/8.25 x 13: "595 935"
*PaperDimension FanFoldGermanLegal/8.5 x 13: "612 936"
*PaperDimension Tabloid/11 x 17: "792 1224"
*PaperDimension 12x18/12 x 18: "864 1296"
*PaperDimension 11x15/11 x 15: "792 1080"
*PaperDimension 10x14/10 x 14: "720 1008"
*PaperDimension SRA3/SRA3 (320 x 450 mm): "907 1276"
*PaperDimension SRA4/SRA4 (225 x 320 mm): "638 907"
*PaperDimension Executive/Executive (7.25 x 10.5): "522 756"
*PaperDimension Env10/Com10 Env. (4.125 x 9.5): "297 684"
*PaperDimension EnvMonarch/Monarch Env. (3.875 x 7.5): "279 540"
*PaperDimension EnvC5/C5 Env. (162 x 229 mm): "459 649"
*PaperDimension EnvC6/C6 Env. (114 x 162 mm): "323 459"
*PaperDimension DLEnv/DL Env. (110 x 220 mm): "311 623"
*PaperDimension 8Kai/8K (267 x 390 mm): "757 1106"
*PaperDimension 16Kai/16K (195 x 267 mm): "553 757"
*PaperDimension Oficio/8.5 x 13.4: "612 965"
*PaperDimension A3.FullBleed/A3  (297 x 420 mm) (Full bleed): "842 1190"
*PaperDimension A4.FullBleed/A4 (210 x 297 mm) (Full Bleed): "595 841"
*PaperDimension A5.FullBleed/A5 (148 x 210 mm) (Full Bleed): "420 594"
*PaperDimension A6.FullBleed/A6 (105 x 148 mm) (Full Bleed): "297 419"
*PaperDimension B4.FullBleed/B4 (JIS) (257 x 364 mm) (Full Bleed): "729 1031"
*PaperDimension B5.FullBleed/B5 (JIS) (182 x 257 mm) (Full Bleed): "516 728"
*PaperDimension B6.FullBleed/B6 (JIS) (128 x 182 mm) (Full Bleed): "363 515"
*PaperDimension Legal.FullBleed/Legal (8.5 x 14) (Full Bleed): "612 1007"
*PaperDimension GovernmentLG.FullBleed/8.25 x 14 (Full Bleed): "594 1007"
*PaperDimension EngQuatro.FullBleed/8 x 10 (Full Bleed): "576 719"
*PaperDimension Letter.FullBleed/Letter (8.5 x 11) (Full Bleed): "612 791"
*PaperDimension Statement.FullBleed/5.5 x 8.5 (Full Bleed): "396 611"
*PaperDimension F.FullBleed/8 x 13 (Full Bleed): "576 935"
*PaperDimension Folio.FullBleed/8.25 x 13 (Full Bleed): "595 934"
*PaperDimension FanFoldGermanLegal.FullBleed/8.5 x 13 (Full Bleed): "612 935"
*PaperDimension Tabloid.FullBleed/11 x 17 (Full Bleed): "792 1223"
*PaperDimension 12x18.FullBleed/12 x 18 (Full Bleed): "864 1295"
*PaperDimension 11x15.FullBleed/11 x 15 (Full Bleed): "792 1079"
*PaperDimension 10x14.FullBleed/10 x 14 (Full Bleed): "720 1007"
*PaperDimension SRA3.FullBleed/SRA3 (320 x 450 mm) (Full Bleed): "907 1275"
*PaperDimension SRA4.FullBleed/SRA4 (225 x 320 mm) (Full Bleed): "638 906"
*PaperDimension Executive.FullBleed/Executive (7.25 x 10.5) (Full Bleed): "522 755"
*PaperDimension Env10.FullBleed/Com10 Env. (4.125 x 9.5) (Full Bleed): "297 683"
*PaperDimension EnvMonarch.FullBleed/Monarch Env. (3.875 x 7.5) (Full Bleed): "279 539"
*PaperDimension EnvC5.FullBleed/C5 Env. (162 x 229 mm) (Full Bleed): "459 648"
*PaperDimension EnvC6.FullBleed/C6 Env. (114 x 162 mm) (Full Bleed): "323 458"
*PaperDimension DLEnv.FullBleed/DL Env. (110 x 220 mm) (Full Bleed): "311 622"
*PaperDimension 8Kai.FullBleed/8K (267 x 390 mm) (Full Bleed): "757 1105"
*PaperDimension 16Kai.FullBleed/16K (195 x 267 mm) (Full Bleed): "553 756"
*PaperDimension Oficio.FullBleed/8.5 x 13.4 (Full Bleed): "612 964"

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

*OpenUI *InputSlot/Einzugsfach: PickOne
*OrderDependency: 30 AnySetup *InputSlot
*DefaultInputSlot: Auto
*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 Auto/Automatisch: ""
*?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:  "908"
*MaxMediaHeight: "3572"
*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 908
*ParamCustomPageSize Height:       2 points 419 3572
*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: DuplexNoTumble
*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

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

*%========== Basic ==========
*OpenGroup: Basic/Einfach

*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 *ColorModel/Farbmodus: PickOne
*OrderDependency: 100 AnySetup *ColorModel
*DefaultColorModel: CMYK
*ColorModel CMYK/Farbe: "(cmyk) RCsetdevicecolor"
*ColorModel Gray/Schwarzwei<DF>: "(gray) RCsetdevicecolor"
*CloseUI: *ColorModel

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

*CloseGroup: Basic

*%========== Paper ==========
*OpenGroup: Paper/Papier

*OpenUI *MediaType/Papiertyp: PickOne
*OrderDependency: 205 AnySetup *MediaType
*DefaultMediaType: Auto
*MediaType Auto/Normal/Recycling: "<< /MediaType (Auto) >> setpagedevice"
*MediaType Plain1/Normal 1 (60 - 74 g/m2): "<< /MediaType (Plain) >> setpagedevice"
*MediaType Plain2/Normal 2 (75 - 81 g/m2): "<< /MediaType (Plain2) >> setpagedevice"
*MediaType Recycled/Recycling: "<< /MediaType (Recycled) >> setpagedevice"
*MediaType Special1/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 Labels/Etiketten: "<< /MediaType (Labels) >> setpagedevice"
*MediaType Bond/Bondpapier: "<< /MediaType (Bond) >> setpagedevice"
*MediaType Cardstock/Registerkarten: "<< /MediaType (Cardstock) >> setpagedevice"
*MediaType OHP/Folie: "<< /MediaType (Transparency) >> setpagedevice"
*MediaType Thick1/Dick 1 (106 - 169 g/m2): "<< /MediaType (Thick) >> setpagedevice"
*MediaType Thick2/Dick 2 (170 - 220 g/m2): "<< /MediaType (Thick2) >> setpagedevice"
*MediaType Thick3/Dick 3 (221 - 256 g/m2): "<< /MediaType (Thick3) >> setpagedevice"
*MediaType Thick4/Dick 4 (257 - 300 g/m2): "<< /MediaType (Thick4) >> setpagedevice"
*MediaType Thin/D<FC>nn (52 - 59 g/m2): "<< /MediaType (Thin) >> setpagedevice"
*MediaType Middlethick/Mitteldick (82 - 105 g/m2): "<< /MediaType (Middlethick) >> setpagedevice"
*MediaType GlossCoated/Beschichtet (gl<E4>nzend): "<< /MediaType (GlossyCoated) >> setpagedevice"
*MediaType MatCoated/Beschichtet (matt): "<< /MediaType (MatCoated) >> setpagedevice"
*MediaType Envelope/Umschlag: "<< /MediaType (Envelope) >> setpagedevice"
*MediaType None/Kein: "<< /MediaType null >> setpagedevice"
*?MediaType: "
  save
  /UK (Unknown) def
  {
    currentpagedevice /MediaType 2 copy known not { UK exit } if
    get
    dup (Auto) eq { dup exit } if
    dup (Plain) eq { (Plain1) exit } if
    dup (Plain2) eq { dup exit } if
    dup (Recycled) eq { dup exit } if
    dup (Special) eq { (Special1) 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 (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 { (Thick1) exit } if
    dup (Thick2) eq { dup exit } if
    dup (Thick3) eq { dup exit } if
    dup (Thick4) eq { dup exit } if
    dup (Thin) eq { dup exit } if
    dup (Middlethick) eq { dup exit } if
    dup (GlossyCoated) eq { (GlossCoated) exit } if
    dup (MatCoated) eq { dup exit } if
    dup (Envelope) eq { dup exit } if
    dup null eq { (None) exit } if
    UK exit
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *MediaType

*OpenUI *OutputBin/Druckausgabe: PickOne
*FoomaticRIPOption OutputBin: enum CmdLine B
*OrderDependency: 351 AnySetup *OutputBin
*DefaultOutputBin: Default
*OutputBin Default/Druckerstandard: "%% FoomaticRIPOptionSetting: OutputBin=Default"
*FoomaticRIPOptionSetting OutputBin=Default: "mark{\n&&
<</OutputType null>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin Standard/Interne Ablage 1: "%% FoomaticRIPOptionSetting: OutputBin=Standard"
*FoomaticRIPOptionSetting OutputBin=Standard: "mark{\n&&
<</OutputType (Standard)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin Bin1/Interne Ablage 2: "%% FoomaticRIPOptionSetting: OutputBin=Bin1"
*FoomaticRIPOptionSetting OutputBin=Bin1: "mark{\n&&
<</OutputType (1Bin)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin Shift/Interne Versatzablage: "%% FoomaticRIPOptionSetting: OutputBin=Shift"
*FoomaticRIPOptionSetting OutputBin=Shift: "mark{\n&&
<</OutputType (Shift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin External/Externe Ablage: "%% FoomaticRIPOptionSetting: OutputBin=External"
*FoomaticRIPOptionSetting OutputBin=External: "mark{\n&&
<</OutputType (External)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinRUBICONBShift/Finisher SR3200 Versatzablage: "%% FoomaticRIPOptionSetting: OutputBin=FinRUBICONBShift"
*FoomaticRIPOptionSetting OutputBin=FinRUBICONBShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinVOLGADBKUpper/Finisher SR3240 Obere Ablage: "%% FoomaticRIPOptionSetting: OutputBin=FinVOLGADBKUpper"
*FoomaticRIPOptionSetting OutputBin=FinVOLGADBKUpper: "mark{\n&&
<</OutputType (FinProof)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinVOLGADBKShift/Finisher SR3240 Versatzablage: "%% FoomaticRIPOptionSetting: OutputBin=FinVOLGADBKShift"
*FoomaticRIPOptionSetting OutputBin=FinVOLGADBKShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinVOLGADBKLower/Finisher SR3240 Brosch<FC>renablage: "%% FoomaticRIPOptionSetting: OutputBin=FinVOLGADBKLower"
*FoomaticRIPOptionSetting OutputBin=FinVOLGADBKLower: "mark{\n&&
<</OutputType (FinBooklet)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinVOLGADUpper/Finisher SR3230 Obere Ablage: "%% FoomaticRIPOptionSetting: OutputBin=FinVOLGADUpper"
*FoomaticRIPOptionSetting OutputBin=FinVOLGADUpper: "mark{\n&&
<</OutputType (FinProof)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinVOLGADShift/Finisher SR3230 Versatzablage: "%% FoomaticRIPOptionSetting: OutputBin=FinVOLGADShift"
*FoomaticRIPOptionSetting OutputBin=FinVOLGADShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURBBKUpper/Finisher SR3220 Obere Ablage: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURBBKUpper"
*FoomaticRIPOptionSetting OutputBin=FinAMURBBKUpper: "mark{\n&&
<</OutputType (FinProof)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURBBKShift/Finisher SR3220 Versatzablage: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURBBKShift"
*FoomaticRIPOptionSetting OutputBin=FinAMURBBKShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURBBKLower/Finisher SR3220 Brosch<FC>renablage: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURBBKLower"
*FoomaticRIPOptionSetting OutputBin=FinAMURBBKLower: "mark{\n&&
<</OutputType (FinBooklet)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURHYUpper/Finisher SR3210 Obere Ablage: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURHYUpper"
*FoomaticRIPOptionSetting OutputBin=FinAMURHYUpper: "mark{\n&&
<</OutputType (FinProof)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*OutputBin FinAMURHYShift/Finisher SR3210 Versatzablage: "%% FoomaticRIPOptionSetting: OutputBin=FinAMURHYShift"
*FoomaticRIPOptionSetting OutputBin=FinAMURHYShift: "mark{\n&&
<</OutputType (FinShift)>>setpagedevice\n&&
} stopped cleartomark\n"
*End
*?OutputBin: "
save
mark
(Default)
userdict /86f6369627 known {
    userdict /86f6369627 get
   /perifdict get /outslot get
userdict /86f6369627 get begin
	/devdict 1 dict def /ret false def
	dup type /arraytype eq {{devdict exch cvlit null put}forall}{pop}ifelse
	currentpagedevice /OutputType get /curOT exch def
 /IsCurrentOutputType? {
	ret
	{pop pop pop}
	{
        /ret true def
        {devdict exch known not {/ret false def pop pop exit}if} forall
        ret {curOT ne {/ret false def pop}if}if
    }ifelse
}bind def
(Default)            null         []    IsCurrentOutputType?
(Standard)          (Standard)    []	IsCurrentOutputType?
(Bin1)              (1Bin)        []	IsCurrentOutputType?
(Shift)             (Shift)       []	IsCurrentOutputType?
(External)          (External)    []	IsCurrentOutputType?
(FinVOLGADBKUpper)  (FinProof)    [41]	IsCurrentOutputType?
(FinVOLGADBKShift)  (FinShift)    [41]	IsCurrentOutputType?
(FinVOLGADBKLower)  (FinBooklet)  [41]	IsCurrentOutputType?
(FinVOLGADUpper)    (FinProof)    [40]	IsCurrentOutputType?
(FinVOLGADShift)    (FinShift)    [40]	IsCurrentOutputType?
(FinRUBICONBShift)  (FinShift)    [39]	IsCurrentOutputType?
(FinAMURBBKUpper)   (FinProof)    [43]	IsCurrentOutputType?
(FinAMURBBKShift)   (FinShift)    [43]	IsCurrentOutputType?
(FinAMURBBKLower)   (FinBooklet)  [43]	IsCurrentOutputType?
(FinAMURHYUpper)    (FinProof)    [48]	IsCurrentOutputType?
(FinAMURHYShift)    (FinShift)    [48]	IsCurrentOutputType?
end}if
= flush
cleartomark
restore
"
*End
*CloseUI: *OutputBin

*%========== Banner Page ==========
*OpenUI *RIBannerPagePrint/Deckblatt: PickOne
*FoomaticRIPOption RIBannerPagePrint: enum CmdLine B
*OrderDependency: 365 AnySetup *RIBannerPagePrint
*DefaultRIBannerPagePrint: False
*RIBannerPagePrint False/Aus: "%% FoomaticRIPOptionSetting: RIBannerPagePrint=False"
*FoomaticRIPOptionSetting RIBannerPagePrint=False: "mark{\n&&
<<\n&&
/BannerPageMode false\n&&
/MediaPosition null\n&&
/MediaType null\n&&
>>\n&&
/RDeviceProcSet\n&&
/ProcSet findresource\n&&
/SetBannerPage get exec\n&&
} stopped cleartomark\n"
*End
*RIBannerPagePrint True/Ein: "%% FoomaticRIPOptionSetting: RIBannerPagePrint=True"
*FoomaticRIPOptionSetting RIBannerPagePrint=True: "mark{\n&&
userdict /RPS_BPdict known{\n&&
<<\n&&
/BannerPageMode true\n&&
/MediaPosition userdict /RPS_BPdict get /RPS_BP_MEDIAPOSITION get\n&&
/MediaType userdict /RPS_BPdict get /RPS_BP_MEDIATYPE get\n&&
>>\n&&
/RDeviceProcSet\n&&
/ProcSet findresource\n&&
/SetBannerPage get exec\n&&
}if\n&&
} stopped cleartomark\n"
*End
*CloseUI: *RIBannerPagePrint

*OpenUI *RIBannerPageInputSlot/Deckblatt Einzugsfach: PickOne
*FoomaticRIPOption RIBannerPageInputSlot: enum CmdLine B
*OrderDependency: 360 AnySetup *RIBannerPageInputSlot
*DefaultRIBannerPageInputSlot: Auto
*RIBannerPageInputSlot Auto/Automatische Magazinwahl: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=Auto"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=Auto: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION null def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot MultiTray/Bypass: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=MultiTray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=MultiTray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 0 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 1Tray/Magazin 1: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=1Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=1Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 1 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 2Tray/Magazin 2: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=2Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=2Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 2 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 3Tray/Magazin 3: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=3Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=3Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 3 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 4Tray/Magazin 4: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=4Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=4Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 4 def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageInputSlot 5Tray/Gro<DF>raummagazin: "%% FoomaticRIPOptionSetting: RIBannerPageInputSlot=5Tray"
*FoomaticRIPOptionSetting RIBannerPageInputSlot=5Tray: "mark{\n&&
userdict /RPS_BPdict 2 dict put\n&&
userdict /RPS_BPdict get begin /RPS_BP_MEDIAPOSITION 5 def end\n&&
} stopped cleartomark\n"
*End
*CloseUI: *RIBannerPageInputSlot

*OpenUI *RIBannerPageMediaType/Deckblatt Medientyp: PickOne
*FoomaticRIPOption RIBannerPageMediaType: enum CmdLine B
*OrderDependency: 362 AnySetup *RIBannerPageMediaType
*DefaultRIBannerPageMediaType: Auto
*RIBannerPageMediaType Auto/Normal/Recycling: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Auto"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Auto: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Auto) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Plain1/Normal 1 (60 - 74 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Plain1"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Plain1: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Plain) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Plain2/Normal 2 (75 - 81 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Plain2"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Plain2: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Plain2) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Recycled/Recycling: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Recycled"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Recycled: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Recycled) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Special1/Spezial 1: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Special1"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Special1: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Special) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Special2/Spezial 2: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Special2"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Special2: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Special2) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Special3/Spezial 3: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Special3"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Special3: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Special3) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Colored/Farbe: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Colored"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Colored: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Color) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Letterhead/Briefbogen: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Letterhead"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Letterhead: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Letterhead) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Preprinted/Bedruckt: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Preprinted"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Preprinted: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Preprinted) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Labels/Etiketten: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Labels"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Labels: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Labels) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Bond/Bondpapier: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Bond"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Bond: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Bond) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Cardstock/Registerkarten: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Cardstock"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Cardstock: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Cardstock) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType OHP/Folie: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=OHP"
*FoomaticRIPOptionSetting RIBannerPageMediaType=OHP: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Transparency) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick1/Dick 1 (106 - 169 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick1"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick1: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick2/Dick 2 (170 - 220 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick2"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick2: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick2) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick3/Dick 3 (221 - 256 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick3"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick3: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick3) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thick4/Dick 4 (257 - 300 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thick4"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thick4: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thick4) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Thin/D<FC>nn (52 - 59 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Thin"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Thin: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Thin) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Middlethick/Mitteldick (82 - 105 g/m2): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Middlethick"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Middlethick: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Middlethick) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType GlossCoated/Beschichtet (gl<E4>nzend): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=GlossCoated"
*FoomaticRIPOptionSetting RIBannerPageMediaType=GlossCoated: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (GlossyCoated) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType MatCoated/Beschichtet (matt): "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=MatCoated"
*FoomaticRIPOptionSetting RIBannerPageMediaType=MatCoated: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (MatCoated) def end\n&&
} stopped cleartomark\n"
*End
*RIBannerPageMediaType Envelope/Umschlag: "%% FoomaticRIPOptionSetting: RIBannerPageMediaType=Envelope"
*FoomaticRIPOptionSetting RIBannerPageMediaType=Envelope: "mark{\n&&
userdict /RPS_BPdict get begin\n&&
/RPS_BP_MEDIATYPE (Envelope) def end\n&&
} stopped cleartomark\n"
*End
*?RIBannerPageMediaType: "
  save
  /UK (Unknown) def
  {
    currentpagedevice /MediaType 2 copy known not { UK exit } if
    get dup null eq 1 index (Plain) eq or { (Plain1) exit } if
    dup (Auto) eq { dup exit } if
    dup (Plain2) eq { dup exit } if
    dup (Recycled) eq { dup exit } if
    dup (Special) eq { (Special1) 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 (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 { (Thick1) exit } if
    dup (Thick2) eq { dup exit } if
    dup (Thick3) eq { dup exit } if
    dup (Thick4) eq { dup exit } if
    dup (Thin) eq { dup exit } if
    dup (Middlethick) eq { dup exit } if
    dup (GlossyCoated) eq { (GlossCoated) exit } if
    dup (MatCoated) eq { dup exit } if
    dup (Envelope) eq { dup exit } if
    UK exit
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIBannerPageMediaType

*CloseGroup: Paper

*%========== Finishing ==========
*OpenGroup: Finishing/Finishing

*OpenUI *RIOrientOvr/Ausrichtung aufheben: PickOne
*OrderDependency: 170 AnySetup *RIOrientOvr
*DefaultRIOrientOvr: Off
*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
*CloseUI: *RIOrientOvr

*OpenUI *RICollateKind/Sortiertyp: PickOne
*OrderDependency: 199 AnySetup *RICollateKind
*DefaultRICollateKind: Normal
*RICollateKind Normal/Sortieren: "/RICollateKindValue true def"
*RICollateKind RotateCollate/Rotationssortieren: "/RICollateKindValue false def
/RICollateAlignSetType 1 def"
*End
*RICollateKind ShiftCollate/Versatzsortieren: "/RICollateKindValue false def
/RICollateAlignSetType 0 def"
*End
*CloseUI: *RICollateKind

*OpenUI *StapleLocation/Heften: PickOne
*OrderDependency: 220 AnySetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/Aus: "<< /Staple 0 >> setpagedevice"
*StapleLocation StaplessUpperLeft/Oben links (heftklammernlos): "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 0 /Stapless true >>
>> setpagedevice"
*End
*StapleLocation StaplessUpperRight/Oben rechts (heftklammernlos): "<<
  /Collate true /CollateDetails << /Type 6 /AlignSet true >>
  /Staple 2 /StapleDetails << /Type 14 /Angle 0 /Position 6 /Stapless true >>
>> setpagedevice"
*End
*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 dup /Stapless get
		dup true eq {(StaplessUpperLeft) exit} if
		dup false eq {(UpperLeft) exit} if
	}if
    dup 6 eq {
		pop dup /Stapless get
		dup true eq {(StaplessUpperRight) exit} if
		dup false eq {(UpperRight) exit} if
	}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
*DefaultRIPunch: None
*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
*?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 /Type get
    dup 4 eq {
		pop dup /Position get
		dup 0 eq{
			pop dup /NumHoles get
			dup 2 eq {pop (Left2) exit} if
			dup 3 eq {pop (Left3) exit} if
			dup 4 eq {pop (Left4) exit} if
		}if
		dup 2 eq{
			pop dup /NumHoles get
			dup 2 eq {pop (Right2) exit} if
			dup 3 eq {pop (Right3) exit} if
			dup 4 eq {pop (Right4) exit} if
		}if
		dup 3 eq{
			pop dup /NumHoles get
			dup 2 eq {pop (Upper2) exit} if
			dup 3 eq {pop (Upper3) exit} if
			dup 4 eq {pop (Upper4) exit} if
		}if
	} if
	UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIPunch

*OpenUI *RIFoldType/Falztyp: PickOne
*OrderDependency: 260 AnySetup *RIFoldType
*DefaultRIFoldType: None
*RIFoldType None/Aus: "<< /Fold 1
/FoldDetails << /Type 10 /FoldType 9 /Stamp false >> >> setpagedevice"
*End
*RIFoldType OutsideTwofold/Einbruchfalz - Druck au<DF>en (Finisher Brosch<FC>ren-Ablage): "userdict /RPS_MFdict 1 dict put
userdict /RPS_MFdict get begin /RPS_MF_FOLDTYPE 101 def end"
*End
*?RIFoldType: "
"
*End
*CloseUI: *RIFoldType

*OpenUI *OverlapFold/Multiblatt-Falz: PickOne
*OrderDependency: 262 AnySetup *OverlapFold
*DefaultOverlapFold: Off
*OverlapFold Off/Aus: "userdict /RPS_MFdict known{
<< /Fold 1
/FoldDetails
<< /Type 11
/FoldType userdict /RPS_MFdict get  /RPS_MF_FOLDTYPE get
/Stack false >>
>> setpagedevice
} if"
*End
*OverlapFold On/Ein: "userdict /RPS_MFdict known{
<< /Fold 1
/FoldDetails
<< /Type 11
/FoldType userdict /RPS_MFdict get /RPS_MF_FOLDTYPE get
/Stack true >>
>> setpagedevice
} if"
*End
*?OverlapFold: "
"
*End
*CloseUI: *OverlapFold

*%========== Booklet ==========
*OpenUI *Booklet/Brosch<FC>re: PickOne
*OrderDependency: 370 AnySetup *Booklet
*DefaultBooklet: None
*Booklet None/Aus: "<<
   /Booklet  0
>>
/RDeviceProcSet /ProcSet findresource /SetBooklet get exec"
*End
*Booklet OpenToLeft/Bindung Links/Oben: "<<
   /Booklet  1
>>
/RDeviceProcSet /ProcSet findresource /SetBooklet get exec"
*End
*Booklet OpenToRight/Bindung Rechts/Unten: "<<
   /Booklet  2
>>
/RDeviceProcSet /ProcSet findresource /SetBooklet get exec"
*End
*CloseUI: *Booklet

*CloseGroup: Finishing

*%========== Print Quality ==========
*OpenGroup: PrintQuality/Druckqualit<E4>t

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

*OpenUI *Resolution/Aufl<F6>sung: PickOne
*OrderDependency: 40 AnySetup *Resolution
*DefaultResolution: 600dpi
*Resolution 600dpi/600 dpi: "<</HWResolution[600 600]>>setpagedevice"
*Resolution 1200dpi/1200 dpi: "<</HWResolution[1200 1200]>>setpagedevice"
*?Resolution: "
  save
  currentpagedevice /HWResolution get 0 get
  (       ) cvs print (dpi) = flush
  restore
"
*End
*CloseUI: *Resolution

*OpenUI *RPSBitsPerPixel/Abstufung: PickOne
*OrderDependency: 41 AnySetup *RPSBitsPerPixel
*DefaultRPSBitsPerPixel: 2BitsPerPixel
*RPSBitsPerPixel 2BitsPerPixel/Standard: "2 setbitsperpixel"
*RPSBitsPerPixel 1BitsPerPixel/Schnell: "1 setbitsperpixel"
*RPSBitsPerPixel 4BitsPerPixel/Fein: "4 setbitsperpixel"
*CloseUI: *RPSBitsPerPixel

*OpenUI *RIPrintMode/Druckmodus: PickOne
*OrderDependency: 45 AnySetup *RIPrintMode
*DefaultRIPrintMode: 0rhit
*RIPrintMode 0rhit/Aus: "
  << /PostRenderingEnhance false >> setpagedevice"
*End
*RIPrintMode 3rhit/Toner sparen: "
  << /PostRenderingEnhance true
  /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3 >> >> 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 3 eq {pop (3rhit) exit} if
    UK exit
    } ifelse
  } bind loop
  mark count 1 sub 2 roll cleartomark
  = flush
  restore
"
*End
*CloseUI: *RIPrintMode

*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 *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"
*RPSDitherType Dispersion/Fehlende Farben und Unsch<E4>rfe reduzieren: "(dispersion) RCsethalftonetype"
*CloseUI: *RPSDitherType

*OpenUI *RPSRGBcorrect/Farbeinstellung: PickOne
*OrderDependency: 110 AnySetup *RPSRGBcorrect
*DefaultRPSRGBcorrect: DetailBright
*RPSRGBcorrect None/Aus: "(none) RCsetrgbrevision"
*RPSRGBcorrect DetailNormal/Fein: "(precision-std) RCsetrgbrevision"
*RPSRGBcorrect DetailBright/Superfein: "(precision-dark) RCsetrgbrevision"
*CloseUI: *RPSRGBcorrect

*OpenUI *RPSColorRendDict/Farbprofil: PickOne
*OrderDependency: 120 AnySetup *RPSColorRendDict
*DefaultRPSColorRendDict: Auto
*RPSColorRendDict Auto/Automatisch: "(auto) RCsetcolorprofile"
*RPSColorRendDict Photograph/Foto: "(photo) RCsetcolorprofile"
*RPSColorRendDict Business/Pr<E4>sentation: "(business) RCsetcolorprofile"
*RPSColorRendDict Colorimetric/Volltonfarbe: "(colorimetric) RCsetcolorprofile"
*RPSColorRendDict POP/POP-Anzeige: "(pop) RCsetcolorprofile"
*RPSColorRendDict User/Anwendereinstellung: "(user) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation1/Weich: "(hybrid13) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation2/Scharf: "(hybrid14) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation4/Lebendig: "(hybrid16) RCsetcolorprofile"
*RPSColorRendDict Clpsimulation/Farblaserdruck-Simulation: "(hybrid11) RCsetcolorprofile"
*CloseUI: *RPSColorRendDict

*OpenUI *Rcmyksimulation/CMYK-Simulationsprofil: PickOne
*OrderDependency: 155 AnySetup *Rcmyksimulation
*DefaultRcmyksimulation: Off
*Rcmyksimulation Off/Aus: "(None) RCsetcmyksimulation"
*Rcmyksimulation USOffsetPrint/US OffsetPrint: "(USOffsetPrint) RCsetcmyksimulation"
*Rcmyksimulation Euroscale/Euroscale: "(Euroscale) RCsetcmyksimulation"
*Rcmyksimulation JapanColor/JapanColor2001: "(JapanColor) RCsetcmyksimulation"
*Rcmyksimulation PANTONE/PaletteColor: "(PaletteColor) RCsetcmyksimulation"
*Rcmyksimulation Trans01/Blau verst<E4>rken: "(Trans01) RCsetcmyksimulation"
*CloseUI: *Rcmyksimulation

*OpenUI *RPSBlackMode/Graureproduktion: PickOne
*OrderDependency: 140 AnySetup *RPSBlackMode
*DefaultRPSBlackMode: gray
*RPSBlackMode gray/Schwarz/Grau mit K (Text/Line Art):"(gray) (gray) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode 1Color/Schwarz mit K:"(black) (black) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode 4Color/CMY+K:"(off) (off) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode grayText/Schwarz/Grau mit K (nur Text):"(gray) (off) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode 1ColorText/Schwarz mit K (nur Text):"(black) (off) (off)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*RPSBlackMode grayAll/Schwarz/Grau mit K (Starkes UCR):"(gray) (gray) (gray)  /RDeviceProcSet
/ProcSet findresource /SetPureBlack get exec"
*End
*CloseUI: *RPSBlackMode

*OpenUI *RPSBlackOverPrint/Schwarz <FC>berdrucken: PickOne
*OrderDependency: 145 AnySetup *RPSBlackOverPrint
*DefaultRPSBlackOverPrint: False
*RPSBlackOverPrint False/Aus:"(off) RCsetblackoverprint"
*RPSBlackOverPrint True/Ein:"(on) RCsetblackoverprint"
*CloseUI: *RPSBlackOverPrint

*OpenUI *RPSColorSep/Trennen in CMYK: PickOne
*OrderDependency: 150 AnySetup *RPSColorSep
*DefaultRPSColorSep: None
*RPSColorSep None/Nicht trennen: "(none) RCsetprintseparation"
*RPSColorSep Cyan/Cyan: "(cyan) RCsetprintseparation"
*RPSColorSep Magenta/Magenta: "(magenta) RCsetprintseparation"
*RPSColorSep Yellow/Gelb: "(yellow) RCsetprintseparation"
*RPSColorSep Black/Schwarz: "(black) RCsetprintseparation"
*RPSColorSep Red/Magenta und Gelb: "(magenta&yellow) RCsetprintseparation"
*RPSColorSep Green/Cyan und Gelb: "(cyan&yellow) RCsetprintseparation"
*RPSColorSep Blue/Cyan und Magenta: "(cyan&magenta) RCsetprintseparation"
*RPSColorSep KCyan/Schwarz und Cyan: "(cyan&black) RCsetprintseparation"
*RPSColorSep KMagenta/Schwarz und Magenta: "(magenta&black) RCsetprintseparation"
*RPSColorSep KYellow/Schwarz und Gelb: "(yellow&black) RCsetprintseparation"
*CloseUI: *RPSColorSep

*CloseGroup: PrintQuality

*OpenGroup: Effects/Effekte

*%=== 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/Wasserzeichen Text:  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/FINAL: "userdict /RPS_WMdict get begin
 /RPS_WM_str (FINAL) def end"
*End
*RIWMText FileCopy/DATEI KOPIE: "userdict /RPS_WMdict get begin
 /RPS_WM_str (DATEI KOPIE) def end"
*End
*RIWMText Proof/PROBEDRUCK: "userdict /RPS_WMdict get begin
 /RPS_WM_str (PROBEDRUCK) 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 Angle ========
*OpenUI *RIwmAngle/Wasserzeichenwinkel:  PickOne
*OrderDependency: 340 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 Font Size========
*OpenUI *RIwmSize/Wasserzeichengr<F6><DF>e:  PickOne
*OrderDependency: 330 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 Style ========
*OpenUI *RIwmTextStyle/Wasserzeichenstil:  PickOne
*OrderDependency: 350 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

*CloseGroup: Effects

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


*%========== Enable Ricoh JobLog Feature==========

*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"

*FoomaticIDs: Ricoh-MPC5504 Postscript
*FoomaticRIPCommandLine: "printf "%%!PS-Adobe-3.0\n%%%% %%&&
%%\n%B%C%D%A%E%F%G%H%I"; cat;"
*End

*OpenGroup: JobLog/Vertraulicher Druck

*OpenUI *LockedPrintPassword/Vertraulicher Druck (PIN 4-stellig): PickOne
*FoomaticRIPOption LockedPrintPassword: password CmdLine I
*FoomaticRIPOptionMaxLength LockedPrintPassword:8
*FoomaticRIPOptionAllowedChars LockedPrintPassword: "0-9"
*OrderDependency: 255 AnySetup *LockedPrintPassword
*DefaultLockedPrintPassword: None
*LockedPrintPassword None/Aus (Normaldruck): ""
*LockedPrintPassword On/An: "%% FoomaticRIPOptionSetting: LockedPrintPassword=On"
*FoomaticRIPOptionSetting LockedPrintPassword=On: "mark\n&&
 (&user;) dup length 8 gt { 0 8 getinterval } if (20`date +%y%m%d%R | sed 's/://'`) Digit1 Digit2 Digit3 Digit4 add add add 4 string cvs {secureprint} stopped \n&&
cleartomark\n"
*End
*CloseUI: *LockedPrintPassword

*OpenUI *UserCode1/PIN (Stelle 1): PickOne
*FoomaticRIPOption UserCode1: string CmdLine E
*FoomaticRIPOptionMaxLength UserCode1:8
*FoomaticRIPOptionAllowedChars UserCode1: "1-9"
*OrderDependency: 255 AnySetup *UserCode1
*DefaultUserCode1: 1
*UserCode1 1: "%% FoomaticRIPOptionSetting: UserCode1=1"
*FoomaticRIPOptionSetting UserCode1=1: "/Digit1 1000 def\n"
*End
*UserCode1 2: "%% FoomaticRIPOptionSetting: UserCode1=2"
*FoomaticRIPOptionSetting UserCode1=2: "/Digit1 2000 def\n"
*End
*UserCode1 3: "%% FoomaticRIPOptionSetting: UserCode1=3"
*FoomaticRIPOptionSetting UserCode1=3: "/Digit1 3000 def\n"
*End
*UserCode1 4: "%% FoomaticRIPOptionSetting: UserCode1=4"
*FoomaticRIPOptionSetting UserCode1=4: "/Digit1 4000 def\n"
*End
*UserCode1 5: "%% FoomaticRIPOptionSetting: UserCode1=5"
*FoomaticRIPOptionSetting UserCode1=5: "/Digit1 5000 def\n"
*End
*UserCode1 6: "%% FoomaticRIPOptionSetting: UserCode1=6"
*FoomaticRIPOptionSetting UserCode1=6: "/Digit1 6000 def\n"
*End
*UserCode1 7: "%% FoomaticRIPOptionSetting: UserCode1=7"
*FoomaticRIPOptionSetting UserCode1=7: "/Digit1 7000 def\n"
*End
*UserCode1 8: "%% FoomaticRIPOptionSetting: UserCode1=8"
*FoomaticRIPOptionSetting UserCode1=8: "/Digit1 8000 def\n"
*End
*UserCode1 9: "%% FoomaticRIPOptionSetting: UserCode1=9"
*FoomaticRIPOptionSetting UserCode1=9: "/Digit1 9000 def\n"
*End
*CloseUI: *UserCode1

*OpenUI *UserCode2/PIN (Stelle 2): PickOne
*FoomaticRIPOption UserCode2: string CmdLine F
*FoomaticRIPOptionMaxLength UserCode2:8
*FoomaticRIPOptionAllowedChars UserCode2: "0-9"
*OrderDependency: 255 AnySetup *UserCode2
*DefaultUserCode2: 0
*UserCode2 0: "%% FoomaticRIPOptionSetting: UserCode2=0"
*FoomaticRIPOptionSetting UserCode2=0: "/Digit2 000 def\n"
*End
*UserCode2 1: "%% FoomaticRIPOptionSetting: UserCode2=1"
*FoomaticRIPOptionSetting UserCode2=1: "/Digit2 100 def\n"
*End
*UserCode2 2: "%% FoomaticRIPOptionSetting: UserCode2=2"
*FoomaticRIPOptionSetting UserCode2=2: "/Digit2 200 def\n"
*End
*UserCode2 3: "%% FoomaticRIPOptionSetting: UserCode2=3"
*FoomaticRIPOptionSetting UserCode2=3: "/Digit2 300 def\n"
*End
*UserCode2 4: "%% FoomaticRIPOptionSetting: UserCode2=4"
*FoomaticRIPOptionSetting UserCode2=4: "/Digit2 400 def\n"
*End
*UserCode2 5: "%% FoomaticRIPOptionSetting: UserCode2=5"
*FoomaticRIPOptionSetting UserCode2=5: "/Digit2 500 def\n"
*End
*UserCode2 6: "%% FoomaticRIPOptionSetting: UserCode2=6"
*FoomaticRIPOptionSetting UserCode2=6: "/Digit2 600 def\n"
*End
*UserCode2 7: "%% FoomaticRIPOptionSetting: UserCode2=7"
*FoomaticRIPOptionSetting UserCode2=7: "/Digit2 700 def\n"
*End
*UserCode2 8: "%% FoomaticRIPOptionSetting: UserCode2=8"
*FoomaticRIPOptionSetting UserCode2=8: "/Digit2 800 def\n"
*End
*UserCode2 9: "%% FoomaticRIPOptionSetting: UserCode2=9"
*FoomaticRIPOptionSetting UserCode2=9: "/Digit2 900 def\n"
*End
*CloseUI: *UserCode2

*OpenUI *UserCode3/PIN (Stelle 3): PickOne
*FoomaticRIPOption UserCode3: string CmdLine G
*FoomaticRIPOptionMaxLength UserCode3:8
*FoomaticRIPOptionAllowedChars UserCode3: "0-9"
*OrderDependency: 255 AnySetup *UserCode3
*DefaultUserCode3: 0
*UserCode3 0: "%% FoomaticRIPOptionSetting: UserCode3=0"
*FoomaticRIPOptionSetting UserCode3=0: "/Digit3 00 def\n"
*End
*UserCode3 1: "%% FoomaticRIPOptionSetting: UserCode3=1"
*FoomaticRIPOptionSetting UserCode3=1: "/Digit3 10 def\n"
*End
*UserCode3 2: "%% FoomaticRIPOptionSetting: UserCode3=2"
*FoomaticRIPOptionSetting UserCode3=2: "/Digit3 20 def\n"
*End
*UserCode3 3: "%% FoomaticRIPOptionSetting: UserCode3=3"
*FoomaticRIPOptionSetting UserCode3=3: "/Digit3 30 def\n"
*End
*UserCode3 4: "%% FoomaticRIPOptionSetting: UserCode3=4"
*FoomaticRIPOptionSetting UserCode3=4: "/Digit3 40 def\n"
*End
*UserCode3 5: "%% FoomaticRIPOptionSetting: UserCode3=5"
*FoomaticRIPOptionSetting UserCode3=5: "/Digit3 50 def\n"
*End
*UserCode3 6: "%% FoomaticRIPOptionSetting: UserCode3=6"
*FoomaticRIPOptionSetting UserCode3=6: "/Digit3 60 def\n"
*End
*UserCode3 7: "%% FoomaticRIPOptionSetting: UserCode3=7"
*FoomaticRIPOptionSetting UserCode3=7: "/Digit3 70 def\n"
*End
*UserCode3 8: "%% FoomaticRIPOptionSetting: UserCode3=8"
*FoomaticRIPOptionSetting UserCode3=8: "/Digit3 80 def\n"
*End
*UserCode3 9: "%% FoomaticRIPOptionSetting: UserCode3=9"
*FoomaticRIPOptionSetting UserCode3=9: "/Digit3 90 def\n"
*End
*CloseUI: *UserCode3

*OpenUI *UserCode4/PIN (Stelle 4): PickOne
*FoomaticRIPOption UserCode4: string CmdLine H
*FoomaticRIPOptionMaxLength UserCode4:8
*FoomaticRIPOptionAllowedChars UserCode4: "0-9"
*OrderDependency: 255 AnySetup *UserCode4
*DefaultUserCode4: 0
*UserCode4 0: "%% FoomaticRIPOptionSetting: UserCode4=0"
*FoomaticRIPOptionSetting UserCode4=0: "/Digit4 0 def\n"
*End
*UserCode4 1: "%% FoomaticRIPOptionSetting: UserCode4=1"
*FoomaticRIPOptionSetting UserCode4=1: "/Digit4 1 def\n"
*End
*UserCode4 2: "%% FoomaticRIPOptionSetting: UserCode4=2"
*FoomaticRIPOptionSetting UserCode4=2: "/Digit4 2 def\n"
*End
*UserCode4 3: "%% FoomaticRIPOptionSetting: UserCode4=3"
*FoomaticRIPOptionSetting UserCode4=3: "/Digit4 3 def\n"
*End
*UserCode4 4: "%% FoomaticRIPOptionSetting: UserCode4=4"
*FoomaticRIPOptionSetting UserCode4=4: "/Digit4 4 def\n"
*End
*UserCode4 5: "%% FoomaticRIPOptionSetting: UserCode4=5"
*FoomaticRIPOptionSetting UserCode4=5: "/Digit4 5 def\n"
*End
*UserCode4 6: "%% FoomaticRIPOptionSetting: UserCode4=6"
*FoomaticRIPOptionSetting UserCode4=6: "/Digit4 6 def\n"
*End
*UserCode4 7: "%% FoomaticRIPOptionSetting: UserCode4=7"
*FoomaticRIPOptionSetting UserCode4=7: "/Digit4 7 def\n"
*End
*UserCode4 8: "%% FoomaticRIPOptionSetting: UserCode4=8"
*FoomaticRIPOptionSetting UserCode4=8: "/Digit4 8 def\n"
*End
*UserCode4 9: "%% FoomaticRIPOptionSetting: UserCode4=9"
*FoomaticRIPOptionSetting UserCode4=9: "/Digit4 9 def\n"
*End
*CloseUI: *UserCode4

*CloseGroup: JobLog/Vertraulicher Druck





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

*%========== Color Separation ==========

*DefaultColorSep: ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi

*%===== For 600 dpi =====

*ColorSepScreenAngle ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.141lpi.600dpi/141 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.141lpi.600dpi/141 lpi / 600 dpi: "27.0"
*ColorSepScreenAngle ProcessMagenta.141lpi.600dpi/141 lpi / 600 dpi: "63.0"
*ColorSepScreenAngle ProcessYellow.141lpi.600dpi/141 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi: "141"
*ColorSepScreenFreq CustomColor.141lpi.600dpi/141 lpi / 600 dpi: "141"
*ColorSepScreenFreq ProcessCyan.141lpi.600dpi/141 lpi / 600 dpi: "134"
*ColorSepScreenFreq ProcessMagenta.141lpi.600dpi/141 lpi / 600 dpi: "134"
*ColorSepScreenFreq ProcessYellow.141lpi.600dpi/141 lpi / 600 dpi: "150"

*%===== For 1200 dpi =====

*ColorSepScreenAngle ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0"
*ColorSepScreenAngle CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "18.0"
*ColorSepScreenAngle ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "72.0"
*ColorSepScreenAngle ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "27.0"

*ColorSepScreenFreq ProcessBlack.212lpi.1200dpi/212 lpi / 1200 dpi: "212"
*ColorSepScreenFreq CustomColor.212lpi.1200dpi/212 lpi / 1200 dpi: "212"
*ColorSepScreenFreq ProcessCyan.212lpi.1200dpi/212 lpi / 1200 dpi: "190"
*ColorSepScreenFreq ProcessMagenta.212lpi.1200dpi/212 lpi / 1200 dpi: "190"
*ColorSepScreenFreq ProcessYellow.212lpi.1200dpi/212 lpi / 1200 dpi: "268"

*%==========Media Type/Duplex
*UIConstraints: *MediaType Labels *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
*UIConstraints: *MediaType Labels *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Labels
*UIConstraints: *MediaType OHP *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType OHP
*UIConstraints: *MediaType OHP *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType OHP
*UIConstraints: *MediaType Thick4 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Thick4
*UIConstraints: *MediaType Thick4 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Thick4
*UIConstraints: *MediaType GlossCoated *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType MatCoated
*UIConstraints: *MediaType Envelope *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *MediaType Envelope
*UIConstraints: *MediaType Envelope *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *MediaType Envelope

*%==========Paper Size/Duplex
*UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
*UIConstraints: *PageSize Env10 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize Env10
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
*UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
*UIConstraints: *PageSize EnvC6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC6
*UIConstraints: *PageSize DLEnv *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize DLEnv

*%==========Paper Size(FullBleed)/Duplex
*UIConstraints: *PageSize Env10.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize Env10.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageSize DLEnv.FullBleed

*%==========Paper Region/Duplex
*UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
*UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion Env10
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC6 *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6
*UIConstraints: *PageRegion DLEnv *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv

*%==========Paper Region(FullBleed)/Duplex
*UIConstraints: *PageRegion Env10.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv.FullBleed

*%==========Booklet/Duplex
*UIConstraints: *Booklet OpenToLeft *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *Duplex DuplexNoTumble
*UIConstraints: *Duplex DuplexNoTumble *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *Duplex DuplexTumble
*UIConstraints: *Duplex DuplexTumble *Booklet OpenToRight

*%==========Destination/Collate Kind
*UIConstraints: *OutputBin Default *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin Default
*UIConstraints: *OutputBin Standard *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin Standard
*UIConstraints: *OutputBin Bin1 *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin Bin1
*UIConstraints: *OutputBin Shift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin Shift
*UIConstraints: *OutputBin External *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin External
*UIConstraints: *OutputBin FinRUBICONBShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinVOLGADBKUpper *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKLower *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADUpper *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinAMURBBKUpper *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKLower *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURHYUpper *RICollateKind ShiftCollate
*UIConstraints: *RICollateKind ShiftCollate *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYShift *RICollateKind RotateCollate
*UIConstraints: *RICollateKind RotateCollate *OutputBin FinAMURHYShift

*%==========Finisher/Staple
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher NotInstalled
*UIConstraints: *Finisher FinRUBICONB *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinRUBICONB
*UIConstraints: *Finisher FinVOLGADBK *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGAD *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinVOLGAD
*UIConstraints: *Finisher FinAMURBBK *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *Finisher FinAMURHY

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

*%==========Media Type/Staple
*UIConstraints: *MediaType Labels *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Labels
*UIConstraints: *MediaType Labels *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Labels
*UIConstraints: *MediaType OHP *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType OHP
*UIConstraints: *MediaType OHP *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType OHP
*UIConstraints: *MediaType Thick1 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick1
*UIConstraints: *MediaType Thick1 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick1
*UIConstraints: *MediaType Thick2 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick2
*UIConstraints: *MediaType Thick2 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick2
*UIConstraints: *MediaType Thick3 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick3
*UIConstraints: *MediaType Thick3 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Thick3
*UIConstraints: *MediaType Thick4 *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Thick4
*UIConstraints: *MediaType Thick4 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Thick4
*UIConstraints: *MediaType Middlethick *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Middlethick
*UIConstraints: *MediaType Middlethick *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Middlethick
*UIConstraints: *MediaType GlossCoated *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType MatCoated
*UIConstraints: *MediaType Envelope *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *MediaType Envelope
*UIConstraints: *MediaType Envelope *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *MediaType Envelope

*%==========Destination/Staple
*UIConstraints: *OutputBin Standard *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin Standard
*UIConstraints: *OutputBin Standard *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin Standard
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin Bin1
*UIConstraints: *OutputBin FinVOLGADBKUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKShift *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKLower *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKShift *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *OutputBin FinAMURHYUpper

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

*%==========Fold Type/Staple
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *StapleLocation CenterW
*UIConstraints: *StapleLocation CenterW *RIFoldType OutsideTwofold

*%==========Booklet/Staple
*UIConstraints: *Booklet OpenToLeft *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *StapleLocation UpperLeft
*UIConstraints: *StapleLocation UpperLeft *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation UpperRight
*UIConstraints: *StapleLocation UpperRight *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation StaplessUpperLeft
*UIConstraints: *StapleLocation StaplessUpperLeft *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation StaplessUpperRight
*UIConstraints: *StapleLocation StaplessUpperRight *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation LeftW
*UIConstraints: *StapleLocation LeftW *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation RightW
*UIConstraints: *StapleLocation RightW *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *StapleLocation UpperW
*UIConstraints: *StapleLocation UpperW *Booklet OpenToRight

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

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

*%==========Media Type/Punch
*UIConstraints: *MediaType Labels *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType Labels
*UIConstraints: *MediaType Labels *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType Labels
*UIConstraints: *MediaType OHP *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType OHP
*UIConstraints: *MediaType OHP *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType OHP
*UIConstraints: *MediaType Thick4 *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType Thick4
*UIConstraints: *MediaType Thick4 *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType Thick4
*UIConstraints: *MediaType GlossCoated *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType MatCoated
*UIConstraints: *MediaType Envelope *RIPunch Left2
*UIConstraints: *RIPunch Left2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Left3
*UIConstraints: *RIPunch Left3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Left4
*UIConstraints: *RIPunch Left4 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Right2
*UIConstraints: *RIPunch Right2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Right3
*UIConstraints: *RIPunch Right3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Right4
*UIConstraints: *RIPunch Right4 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *MediaType Envelope
*UIConstraints: *MediaType Envelope *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *MediaType Envelope

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

*%==========Fold Type/Punch
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Left2
*UIConstraints: *RIPunch Left2 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Left3
*UIConstraints: *RIPunch Left3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Left4
*UIConstraints: *RIPunch Left4 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Right2
*UIConstraints: *RIPunch Right2 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Right3
*UIConstraints: *RIPunch Right3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Right4
*UIConstraints: *RIPunch Right4 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *RIFoldType OutsideTwofold

*%==========Booklet/Punch
*UIConstraints: *Booklet OpenToLeft *RIPunch Left2
*UIConstraints: *RIPunch Left2 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Left3
*UIConstraints: *RIPunch Left3 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Left4
*UIConstraints: *RIPunch Left4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Right2
*UIConstraints: *RIPunch Right2 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Right3
*UIConstraints: *RIPunch Right3 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Right4
*UIConstraints: *RIPunch Right4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *RIPunch Left2
*UIConstraints: *RIPunch Left2 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Left3
*UIConstraints: *RIPunch Left3 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Left4
*UIConstraints: *RIPunch Left4 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Right2
*UIConstraints: *RIPunch Right2 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Right3
*UIConstraints: *RIPunch Right3 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Right4
*UIConstraints: *RIPunch Right4 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Upper2
*UIConstraints: *RIPunch Upper2 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Upper3
*UIConstraints: *RIPunch Upper3 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *RIPunch Upper4
*UIConstraints: *RIPunch Upper4 *Booklet OpenToRight

*%==========Finisher/Fold Type
*UIConstraints: *Finisher NotInstalled *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher NotInstalled
*UIConstraints: *Finisher FinRUBICONB *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher FinRUBICONB
*UIConstraints: *Finisher FinVOLGAD *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher FinVOLGAD
*UIConstraints: *Finisher FinAMURHY *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *Finisher FinAMURHY

*%==========Input Tray/Fold Type
*UIConstraints: *InputSlot MultiTray *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *InputSlot MultiTray

*%==========Media Type/Fold Type
*UIConstraints: *MediaType Labels *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Labels
*UIConstraints: *MediaType OHP *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType OHP
*UIConstraints: *MediaType Thick3 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Thick3
*UIConstraints: *MediaType Thick4 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Thick4
*UIConstraints: *MediaType GlossCoated *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType MatCoated
*UIConstraints: *MediaType Envelope *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *MediaType Envelope

*%==========Destination/Fold Type
*UIConstraints: *OutputBin Standard *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin Standard
*UIConstraints: *OutputBin Bin1 *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin Bin1
*UIConstraints: *OutputBin FinVOLGADBKUpper *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKShift *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinAMURBBKUpper *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKShift *RIFoldType OutsideTwofold
*UIConstraints: *RIFoldType OutsideTwofold *OutputBin FinAMURBBKShift

*%==========Multi-sheet Fold/Fold Type
*UIConstraints: *OverlapFold On *RIFoldType None
*UIConstraints: *RIFoldType None *OverlapFold On

*%==========Finisher/Multi-sheet Fold
*UIConstraints: *Finisher NotInstalled *OverlapFold On
*UIConstraints: *OverlapFold On *Finisher NotInstalled
*UIConstraints: *Finisher FinRUBICONB *OverlapFold On
*UIConstraints: *OverlapFold On *Finisher FinRUBICONB
*UIConstraints: *Finisher FinVOLGAD *OverlapFold On
*UIConstraints: *OverlapFold On *Finisher FinVOLGAD
*UIConstraints: *Finisher FinAMURBBK *OverlapFold On
*UIConstraints: *OverlapFold On *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *OverlapFold On
*UIConstraints: *OverlapFold On *Finisher FinAMURHY

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

*%==========Internal Shift Tray/Destination
*UIConstraints: *ShiftTray NotInstalled *OutputBin Shift
*UIConstraints: *OutputBin Shift *ShiftTray NotInstalled
*UIConstraints: *ShiftTray Installed *OutputBin Standard
*UIConstraints: *OutputBin Standard *ShiftTray Installed

*%==========External Tray/Destination
*UIConstraints: *ExternalTray NotInstalled *OutputBin External
*UIConstraints: *OutputBin External *ExternalTray NotInstalled

*%==========Finisher/Destination
*UIConstraints: *Finisher NotInstalled *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher NotInstalled
*UIConstraints: *Finisher NotInstalled *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher NotInstalled
*UIConstraints: *Finisher FinRUBICONB *OutputBin Standard
*UIConstraints: *OutputBin Standard *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher FinRUBICONB
*UIConstraints: *Finisher FinRUBICONB *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher FinRUBICONB
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGADBK *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher FinVOLGAD
*UIConstraints: *Finisher FinVOLGAD *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher FinVOLGAD
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURBBK *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *OutputBin FinRUBICONBShift
*UIConstraints: *OutputBin FinRUBICONBShift *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *Finisher FinAMURHY
*UIConstraints: *Finisher FinAMURHY *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *Finisher FinAMURHY

*%==========Media Type/Destination
*UIConstraints: *MediaType Labels *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType Labels
*UIConstraints: *MediaType Labels *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Labels
*UIConstraints: *MediaType OHP *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *MediaType OHP
*UIConstraints: *MediaType OHP *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType OHP
*UIConstraints: *MediaType OHP *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType OHP
*UIConstraints: *MediaType Thick1 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick1
*UIConstraints: *MediaType Thick2 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick2
*UIConstraints: *MediaType Thick3 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *MediaType Thick3
*UIConstraints: *MediaType Thick3 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType Thick3
*UIConstraints: *MediaType Thick3 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *MediaType Thick3
*UIConstraints: *MediaType Thick3 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType Thick3
*UIConstraints: *MediaType Thick3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick3
*UIConstraints: *MediaType Thick3 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType Thick3
*UIConstraints: *MediaType Thick4 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *MediaType Thick4
*UIConstraints: *MediaType Thick4 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType Thick4
*UIConstraints: *MediaType Thick4 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *MediaType Thick4
*UIConstraints: *MediaType Thick4 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType Thick4
*UIConstraints: *MediaType Thick4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Thick4
*UIConstraints: *MediaType Thick4 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType Thick4
*UIConstraints: *MediaType Thin *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType Thin
*UIConstraints: *MediaType GlossCoated *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *MediaType GlossCoated
*UIConstraints: *MediaType MatCoated *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType MatCoated
*UIConstraints: *MediaType Envelope *OutputBin External
*UIConstraints: *OutputBin External *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *MediaType Envelope
*UIConstraints: *MediaType Envelope *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *MediaType Envelope

*%==========Paper Size/Destination
*UIConstraints: *PageSize A5 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize A5
*UIConstraints: *PageSize A5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A5
*UIConstraints: *PageSize A6 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize A6
*UIConstraints: *PageSize A6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A6
*UIConstraints: *PageSize B6 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize B6
*UIConstraints: *PageSize B6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize B6
*UIConstraints: *PageSize GovernmentLG *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize GovernmentLG
*UIConstraints: *PageSize EngQuatro *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EngQuatro
*UIConstraints: *PageSize EngQuatro *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EngQuatro
*UIConstraints: *PageSize Statement *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize Statement
*UIConstraints: *PageSize Statement *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Statement
*UIConstraints: *PageSize F *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize F
*UIConstraints: *PageSize F *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize F
*UIConstraints: *PageSize Folio *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Folio
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize FanFoldGermanLegal *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize 11x15 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 11x15
*UIConstraints: *PageSize 10x14 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 10x14
*UIConstraints: *PageSize SRA3 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize SRA3
*UIConstraints: *PageSize SRA3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA3
*UIConstraints: *PageSize SRA4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA4
*UIConstraints: *PageSize Executive *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize Executive
*UIConstraints: *PageSize Executive *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Executive
*UIConstraints: *PageSize Env10 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize Env10
*UIConstraints: *PageSize Env10 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize Env10
*UIConstraints: *PageSize EnvMonarch *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvMonarch
*UIConstraints: *PageSize EnvC5 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC5
*UIConstraints: *PageSize EnvC6 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC6
*UIConstraints: *PageSize DLEnv *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize DLEnv
*UIConstraints: *PageSize 8Kai *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize 8Kai
*UIConstraints: *PageSize 8Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 8Kai
*UIConstraints: *PageSize 16Kai *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize 16Kai
*UIConstraints: *PageSize 16Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 16Kai

*%==========Paper Size(FullBleed)/Destination
*UIConstraints: *PageSize A5.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize A5.FullBleed
*UIConstraints: *PageSize A5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A5.FullBleed
*UIConstraints: *PageSize A6.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize A6.FullBleed
*UIConstraints: *PageSize A6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize A6.FullBleed
*UIConstraints: *PageSize B6.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize B6.FullBleed
*UIConstraints: *PageSize B6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize B6.FullBleed
*UIConstraints: *PageSize GovernmentLG.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize GovernmentLG.FullBleed
*UIConstraints: *PageSize EngQuatro.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EngQuatro.FullBleed
*UIConstraints: *PageSize EngQuatro.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EngQuatro.FullBleed
*UIConstraints: *PageSize Statement.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize Statement.FullBleed
*UIConstraints: *PageSize Statement.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Statement.FullBleed
*UIConstraints: *PageSize F.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize F.FullBleed
*UIConstraints: *PageSize F.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize F.FullBleed
*UIConstraints: *PageSize Folio.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Folio.FullBleed
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize 11x15.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 11x15.FullBleed
*UIConstraints: *PageSize 10x14.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 10x14.FullBleed
*UIConstraints: *PageSize SRA3.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize SRA3.FullBleed
*UIConstraints: *PageSize SRA3.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA3.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize SRA4.FullBleed
*UIConstraints: *PageSize Executive.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize Executive.FullBleed
*UIConstraints: *PageSize Executive.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Executive.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize Env10.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize 8Kai.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize 8Kai.FullBleed
*UIConstraints: *PageSize 8Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 8Kai.FullBleed
*UIConstraints: *PageSize 16Kai.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageSize 16Kai.FullBleed
*UIConstraints: *PageSize 16Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageSize 16Kai.FullBleed

*%==========Paper Region/Destination
*UIConstraints: *PageRegion A5 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion A5
*UIConstraints: *PageRegion A5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A5
*UIConstraints: *PageRegion A6 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion A6
*UIConstraints: *PageRegion A6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A6
*UIConstraints: *PageRegion B6 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion B6
*UIConstraints: *PageRegion B6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion B6
*UIConstraints: *PageRegion GovernmentLG *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion GovernmentLG
*UIConstraints: *PageRegion EngQuatro *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EngQuatro
*UIConstraints: *PageRegion EngQuatro *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EngQuatro
*UIConstraints: *PageRegion Statement *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion Statement
*UIConstraints: *PageRegion Statement *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Statement
*UIConstraints: *PageRegion F *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion F
*UIConstraints: *PageRegion F *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion F
*UIConstraints: *PageRegion Folio *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Folio
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion FanFoldGermanLegal *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion 11x15 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 11x15
*UIConstraints: *PageRegion 10x14 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 10x14
*UIConstraints: *PageRegion SRA3 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion SRA3
*UIConstraints: *PageRegion SRA3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA3
*UIConstraints: *PageRegion SRA4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA4
*UIConstraints: *PageRegion Executive *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion Executive
*UIConstraints: *PageRegion Executive *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Executive
*UIConstraints: *PageRegion Env10 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion Env10
*UIConstraints: *PageRegion Env10 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion Env10
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvC5 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC6 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC6
*UIConstraints: *PageRegion DLEnv *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion DLEnv
*UIConstraints: *PageRegion 8Kai *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion 8Kai
*UIConstraints: *PageRegion 8Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 8Kai
*UIConstraints: *PageRegion 16Kai *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion 16Kai
*UIConstraints: *PageRegion 16Kai *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 16Kai

*%==========Paper Region(FullBleed)/Destination
*UIConstraints: *PageRegion A5.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion A5.FullBleed
*UIConstraints: *PageRegion A5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A5.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion A6.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion A6.FullBleed
*UIConstraints: *PageRegion B6.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion B6.FullBleed
*UIConstraints: *PageRegion B6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion B6.FullBleed
*UIConstraints: *PageRegion GovernmentLG.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion GovernmentLG.FullBleed
*UIConstraints: *PageRegion EngQuatro.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EngQuatro.FullBleed
*UIConstraints: *PageRegion EngQuatro.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EngQuatro.FullBleed
*UIConstraints: *PageRegion Statement.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion Statement.FullBleed
*UIConstraints: *PageRegion Statement.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Statement.FullBleed
*UIConstraints: *PageRegion F.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion F.FullBleed
*UIConstraints: *PageRegion F.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion F.FullBleed
*UIConstraints: *PageRegion Folio.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Folio.FullBleed
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion 11x15.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 11x15.FullBleed
*UIConstraints: *PageRegion 10x14.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 10x14.FullBleed
*UIConstraints: *PageRegion SRA3.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion SRA3.FullBleed
*UIConstraints: *PageRegion SRA3.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA3.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion Executive.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion Executive.FullBleed
*UIConstraints: *PageRegion Executive.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Executive.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion 8Kai.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion 8Kai.FullBleed
*UIConstraints: *PageRegion 8Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 8Kai.FullBleed
*UIConstraints: *PageRegion 16Kai.FullBleed *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *PageRegion 16Kai.FullBleed
*UIConstraints: *PageRegion 16Kai.FullBleed *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *PageRegion 16Kai.FullBleed

*%==========Banner Page Media Type/Destination
*UIConstraints: *RIBannerPageMediaType Labels *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin Bin1
*UIConstraints: *OutputBin Bin1 *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType Thick1 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick1
*UIConstraints: *RIBannerPageMediaType Thick2 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick2
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick3 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType Thick3
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thick4 *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType Thick4
*UIConstraints: *RIBannerPageMediaType Thin *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType GlossCoated *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *RIBannerPageMediaType GlossCoated
*UIConstraints: *RIBannerPageMediaType MatCoated *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType MatCoated
*UIConstraints: *RIBannerPageMediaType MatCoated *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType MatCoated
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin External
*UIConstraints: *OutputBin External *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinVOLGADBKUpper
*UIConstraints: *OutputBin FinVOLGADBKUpper *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinVOLGADBKShift
*UIConstraints: *OutputBin FinVOLGADBKShift *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinVOLGADBKLower
*UIConstraints: *OutputBin FinVOLGADBKLower *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinVOLGADUpper
*UIConstraints: *OutputBin FinVOLGADUpper *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinVOLGADShift
*UIConstraints: *OutputBin FinVOLGADShift *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURBBKUpper
*UIConstraints: *OutputBin FinAMURBBKUpper *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURBBKShift
*UIConstraints: *OutputBin FinAMURBBKShift *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURBBKLower
*UIConstraints: *OutputBin FinAMURBBKLower *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURHYUpper
*UIConstraints: *OutputBin FinAMURHYUpper *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *OutputBin FinAMURHYShift
*UIConstraints: *OutputBin FinAMURHYShift *RIBannerPageMediaType Envelope

*%==========Option Tray/Banner Page Input Tray
*UIConstraints: *OptionTray NotInstalled *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray NotInstalled *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray 1Cassette *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *OptionTray 1Cassette
*UIConstraints: *OptionTray LCT *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *OptionTray LCT

*%==========Large Capacity Tray/Banner Page Input Tray
*UIConstraints: *LargeCapacityTray NotInstalled *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *LargeCapacityTray NotInstalled

*%==========Banner Page Media Type/Banner Page Input Tray
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType Labels *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType Labels
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType OHP *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType OHP
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 2Tray
*UIConstraints: *RIBannerPageInputSlot 2Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 3Tray
*UIConstraints: *RIBannerPageInputSlot 3Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 4Tray
*UIConstraints: *RIBannerPageInputSlot 4Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Thin *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType Thin
*UIConstraints: *RIBannerPageMediaType Envelope *RIBannerPageInputSlot 1Tray
*UIConstraints: *RIBannerPageInputSlot 1Tray *RIBannerPageMediaType Envelope
*UIConstraints: *RIBannerPageMediaType Envelope *RIBannerPageInputSlot 5Tray
*UIConstraints: *RIBannerPageInputSlot 5Tray *RIBannerPageMediaType Envelope

*%==========Option Tray/Input Tray
*UIConstraints: *OptionTray NotInstalled *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray NotInstalled *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *OptionTray NotInstalled
*UIConstraints: *OptionTray 1Cassette *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *OptionTray 1Cassette
*UIConstraints: *OptionTray LCT *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *OptionTray LCT

*%==========Large Capacity Tray/Input Tray
*UIConstraints: *LargeCapacityTray NotInstalled *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *LargeCapacityTray NotInstalled

*%==========Paper Size/Input Tray
*UIConstraints: *PageSize A3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A3
*UIConstraints: *PageSize A3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A3
*UIConstraints: *PageSize A5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A5
*UIConstraints: *PageSize A6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A6
*UIConstraints: *PageSize A6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A6
*UIConstraints: *PageSize B4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B4
*UIConstraints: *PageSize B4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B4
*UIConstraints: *PageSize B6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B6
*UIConstraints: *PageSize B6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B6
*UIConstraints: *PageSize Legal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Legal
*UIConstraints: *PageSize Legal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Legal
*UIConstraints: *PageSize GovernmentLG *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize GovernmentLG
*UIConstraints: *PageSize GovernmentLG *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize GovernmentLG
*UIConstraints: *PageSize EngQuatro *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EngQuatro
*UIConstraints: *PageSize EngQuatro *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EngQuatro
*UIConstraints: *PageSize Statement *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Statement
*UIConstraints: *PageSize Statement *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Statement
*UIConstraints: *PageSize F *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize F
*UIConstraints: *PageSize F *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize F
*UIConstraints: *PageSize Folio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Folio
*UIConstraints: *PageSize Folio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Folio
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize FanFoldGermanLegal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize FanFoldGermanLegal
*UIConstraints: *PageSize Tabloid *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Tabloid
*UIConstraints: *PageSize Tabloid *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Tabloid
*UIConstraints: *PageSize 12x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 12x18
*UIConstraints: *PageSize 12x18 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 12x18
*UIConstraints: *PageSize 11x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 11x15
*UIConstraints: *PageSize 11x15 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 11x15
*UIConstraints: *PageSize 10x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 10x14
*UIConstraints: *PageSize 10x14 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 10x14
*UIConstraints: *PageSize SRA3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA3
*UIConstraints: *PageSize SRA3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA3
*UIConstraints: *PageSize SRA4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageSize SRA4
*UIConstraints: *PageSize SRA4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA4
*UIConstraints: *PageSize Executive *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Executive
*UIConstraints: *PageSize Executive *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Executive
*UIConstraints: *PageSize Env10 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Env10
*UIConstraints: *PageSize Env10 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Env10
*UIConstraints: *PageSize EnvMonarch *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvMonarch
*UIConstraints: *PageSize EnvC5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC5
*UIConstraints: *PageSize EnvC6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC6
*UIConstraints: *PageSize DLEnv *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize DLEnv
*UIConstraints: *PageSize 8Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 8Kai
*UIConstraints: *PageSize 8Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 8Kai
*UIConstraints: *PageSize 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 16Kai
*UIConstraints: *PageSize 16Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 16Kai
*UIConstraints: *PageSize Oficio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Oficio
*UIConstraints: *PageSize Oficio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Oficio

*%==========Paper Size(FullBleed)/Input Tray
*UIConstraints: *PageSize A3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A3.FullBleed
*UIConstraints: *PageSize A3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A3.FullBleed
*UIConstraints: *PageSize A5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A5.FullBleed
*UIConstraints: *PageSize A6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize A6.FullBleed
*UIConstraints: *PageSize A6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize A6.FullBleed
*UIConstraints: *PageSize B4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B4.FullBleed
*UIConstraints: *PageSize B4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B4.FullBleed
*UIConstraints: *PageSize B6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize B6.FullBleed
*UIConstraints: *PageSize B6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize B6.FullBleed
*UIConstraints: *PageSize Legal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Legal.FullBleed
*UIConstraints: *PageSize Legal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Legal.FullBleed
*UIConstraints: *PageSize GovernmentLG.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize GovernmentLG.FullBleed
*UIConstraints: *PageSize GovernmentLG.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize GovernmentLG.FullBleed
*UIConstraints: *PageSize EngQuatro.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EngQuatro.FullBleed
*UIConstraints: *PageSize EngQuatro.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EngQuatro.FullBleed
*UIConstraints: *PageSize Statement.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Statement.FullBleed
*UIConstraints: *PageSize Statement.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Statement.FullBleed
*UIConstraints: *PageSize F.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize F.FullBleed
*UIConstraints: *PageSize F.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize F.FullBleed
*UIConstraints: *PageSize Folio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Folio.FullBleed
*UIConstraints: *PageSize Folio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Folio.FullBleed
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize FanFoldGermanLegal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize FanFoldGermanLegal.FullBleed
*UIConstraints: *PageSize Tabloid.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Tabloid.FullBleed
*UIConstraints: *PageSize Tabloid.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Tabloid.FullBleed
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 12x18.FullBleed
*UIConstraints: *PageSize 12x18.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 12x18.FullBleed
*UIConstraints: *PageSize 11x15.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 11x15.FullBleed
*UIConstraints: *PageSize 11x15.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 11x15.FullBleed
*UIConstraints: *PageSize 10x14.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 10x14.FullBleed
*UIConstraints: *PageSize 10x14.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 10x14.FullBleed
*UIConstraints: *PageSize SRA3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA3.FullBleed
*UIConstraints: *PageSize SRA3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA3.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize SRA4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize SRA4.FullBleed
*UIConstraints: *PageSize Executive.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Executive.FullBleed
*UIConstraints: *PageSize Executive.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Executive.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Env10.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize 8Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 8Kai.FullBleed
*UIConstraints: *PageSize 8Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 8Kai.FullBleed
*UIConstraints: *PageSize 16Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize 16Kai.FullBleed
*UIConstraints: *PageSize 16Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize 16Kai.FullBleed
*UIConstraints: *PageSize Oficio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageSize Oficio.FullBleed
*UIConstraints: *PageSize Oficio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageSize Oficio.FullBleed

*%==========Paper Region/Input Tray
*UIConstraints: *PageRegion A3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A3
*UIConstraints: *PageRegion A3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A3
*UIConstraints: *PageRegion A5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A5
*UIConstraints: *PageRegion A6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A6
*UIConstraints: *PageRegion A6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A6
*UIConstraints: *PageRegion B4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B4
*UIConstraints: *PageRegion B4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B4
*UIConstraints: *PageRegion B6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B6
*UIConstraints: *PageRegion B6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B6
*UIConstraints: *PageRegion Legal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Legal
*UIConstraints: *PageRegion Legal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Legal
*UIConstraints: *PageRegion GovernmentLG *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion GovernmentLG
*UIConstraints: *PageRegion GovernmentLG *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion GovernmentLG
*UIConstraints: *PageRegion EngQuatro *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EngQuatro
*UIConstraints: *PageRegion EngQuatro *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EngQuatro
*UIConstraints: *PageRegion Statement *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Statement
*UIConstraints: *PageRegion Statement *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Statement
*UIConstraints: *PageRegion F *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion F
*UIConstraints: *PageRegion F *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion F
*UIConstraints: *PageRegion Folio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Folio
*UIConstraints: *PageRegion Folio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Folio
*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion FanFoldGermanLegal
*UIConstraints: *PageRegion Tabloid *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Tabloid
*UIConstraints: *PageRegion Tabloid *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Tabloid
*UIConstraints: *PageRegion 12x18 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18
*UIConstraints: *PageRegion 12x18 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 12x18
*UIConstraints: *PageRegion 11x15 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 11x15
*UIConstraints: *PageRegion 11x15 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 11x15
*UIConstraints: *PageRegion 10x14 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 10x14
*UIConstraints: *PageRegion 10x14 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 10x14
*UIConstraints: *PageRegion SRA3 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA3
*UIConstraints: *PageRegion SRA3 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA3
*UIConstraints: *PageRegion SRA4 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageRegion SRA4
*UIConstraints: *PageRegion SRA4 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA4
*UIConstraints: *PageRegion Executive *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Executive
*UIConstraints: *PageRegion Executive *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Executive
*UIConstraints: *PageRegion Env10 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Env10
*UIConstraints: *PageRegion Env10 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Env10
*UIConstraints: *PageRegion EnvMonarch *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvC5 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC6 *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC6
*UIConstraints: *PageRegion DLEnv *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion DLEnv
*UIConstraints: *PageRegion 8Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 8Kai
*UIConstraints: *PageRegion 8Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 8Kai
*UIConstraints: *PageRegion 16Kai *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 16Kai
*UIConstraints: *PageRegion 16Kai *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 16Kai
*UIConstraints: *PageRegion Oficio *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Oficio
*UIConstraints: *PageRegion Oficio *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Oficio

*%==========Paper Region(FullBleed)/Input Tray
*UIConstraints: *PageRegion A3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A3.FullBleed
*UIConstraints: *PageRegion A3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A3.FullBleed
*UIConstraints: *PageRegion A5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A5.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion A6.FullBleed
*UIConstraints: *PageRegion A6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion A6.FullBleed
*UIConstraints: *PageRegion B4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B4.FullBleed
*UIConstraints: *PageRegion B4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B4.FullBleed
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion B6.FullBleed
*UIConstraints: *PageRegion B6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion B6.FullBleed
*UIConstraints: *PageRegion Legal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Legal.FullBleed
*UIConstraints: *PageRegion Legal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Legal.FullBleed
*UIConstraints: *PageRegion GovernmentLG.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion GovernmentLG.FullBleed
*UIConstraints: *PageRegion GovernmentLG.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion GovernmentLG.FullBleed
*UIConstraints: *PageRegion EngQuatro.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EngQuatro.FullBleed
*UIConstraints: *PageRegion EngQuatro.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EngQuatro.FullBleed
*UIConstraints: *PageRegion Statement.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Statement.FullBleed
*UIConstraints: *PageRegion Statement.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Statement.FullBleed
*UIConstraints: *PageRegion F.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion F.FullBleed
*UIConstraints: *PageRegion F.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion F.FullBleed
*UIConstraints: *PageRegion Folio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Folio.FullBleed
*UIConstraints: *PageRegion Folio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Folio.FullBleed
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion FanFoldGermanLegal.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion FanFoldGermanLegal.FullBleed
*UIConstraints: *PageRegion Tabloid.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Tabloid.FullBleed
*UIConstraints: *PageRegion Tabloid.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Tabloid.FullBleed
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 12x18.FullBleed
*UIConstraints: *PageRegion 12x18.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 12x18.FullBleed
*UIConstraints: *PageRegion 11x15.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 11x15.FullBleed
*UIConstraints: *PageRegion 11x15.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 11x15.FullBleed
*UIConstraints: *PageRegion 10x14.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 10x14.FullBleed
*UIConstraints: *PageRegion 10x14.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 10x14.FullBleed
*UIConstraints: *PageRegion SRA3.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA3.FullBleed
*UIConstraints: *PageRegion SRA3.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA3.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 2Tray
*UIConstraints: *InputSlot 2Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 3Tray
*UIConstraints: *InputSlot 3Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 4Tray
*UIConstraints: *InputSlot 4Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion SRA4.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion SRA4.FullBleed
*UIConstraints: *PageRegion Executive.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Executive.FullBleed
*UIConstraints: *PageRegion Executive.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Executive.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion 8Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 8Kai.FullBleed
*UIConstraints: *PageRegion 8Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 8Kai.FullBleed
*UIConstraints: *PageRegion 16Kai.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion 16Kai.FullBleed
*UIConstraints: *PageRegion 16Kai.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion 16Kai.FullBleed
*UIConstraints: *PageRegion Oficio.FullBleed *InputSlot 1Tray
*UIConstraints: *InputSlot 1Tray *PageRegion Oficio.FullBleed
*UIConstraints: *PageRegion Oficio.FullBleed *InputSlot 5Tray
*UIConstraints: *InputSlot 5Tray *PageRegion Oficio.FullBleed

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

*%==========Fit to Paper/Media Type
*UIConstraints: *RIPaperPolicy PromptUser *MediaType None
*UIConstraints: *MediaType None *RIPaperPolicy PromptUser

*%==========Booklet/Media Type
*UIConstraints: *Booklet OpenToLeft *MediaType Labels
*UIConstraints: *MediaType Labels *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType OHP
*UIConstraints: *MediaType OHP *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType Thick4
*UIConstraints: *MediaType Thick4 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *MediaType Envelope
*UIConstraints: *MediaType Envelope *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *MediaType Labels
*UIConstraints: *MediaType Labels *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType OHP
*UIConstraints: *MediaType OHP *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType Thick4
*UIConstraints: *MediaType Thick4 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType GlossCoated
*UIConstraints: *MediaType GlossCoated *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType MatCoated
*UIConstraints: *MediaType MatCoated *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *MediaType Envelope
*UIConstraints: *MediaType Envelope *Booklet OpenToRight

*%==========Booklet/Paper Size
*UIConstraints: *Booklet OpenToLeft *PageSize Env10
*UIConstraints: *PageSize Env10 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageSize Env10
*UIConstraints: *PageSize Env10 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvMonarch
*UIConstraints: *PageSize EnvMonarch *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC5
*UIConstraints: *PageSize EnvC5 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC6
*UIConstraints: *PageSize EnvC6 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize DLEnv
*UIConstraints: *PageSize DLEnv *Booklet OpenToRight

*%==========Booklet/Paper Size(FullBleed)
*UIConstraints: *Booklet OpenToLeft *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageSize Env10.FullBleed
*UIConstraints: *PageSize Env10.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvMonarch.FullBleed
*UIConstraints: *PageSize EnvMonarch.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC5.FullBleed
*UIConstraints: *PageSize EnvC5.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize EnvC6.FullBleed
*UIConstraints: *PageSize EnvC6.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageSize DLEnv.FullBleed
*UIConstraints: *PageSize DLEnv.FullBleed *Booklet OpenToRight

*%==========Booklet/Paper Region
*UIConstraints: *Booklet OpenToLeft *PageRegion Env10
*UIConstraints: *PageRegion Env10 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageRegion Env10
*UIConstraints: *PageRegion Env10 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvMonarch
*UIConstraints: *PageRegion EnvMonarch *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC5
*UIConstraints: *PageRegion EnvC5 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC6
*UIConstraints: *PageRegion EnvC6 *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion DLEnv
*UIConstraints: *PageRegion DLEnv *Booklet OpenToRight

*%==========Booklet/Paper Region(FullBleed)
*UIConstraints: *Booklet OpenToLeft *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToLeft *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Booklet OpenToLeft
*UIConstraints: *Booklet OpenToRight *PageRegion Env10.FullBleed
*UIConstraints: *PageRegion Env10.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvMonarch.FullBleed
*UIConstraints: *PageRegion EnvMonarch.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC5.FullBleed
*UIConstraints: *PageRegion EnvC5.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion EnvC6.FullBleed
*UIConstraints: *PageRegion EnvC6.FullBleed *Booklet OpenToRight
*UIConstraints: *Booklet OpenToRight *PageRegion DLEnv.FullBleed
*UIConstraints: *PageRegion DLEnv.FullBleed *Booklet OpenToRight

*%==========Gradation/Resolution
*UIConstraints: *RPSBitsPerPixel 4BitsPerPixel *Resolution 1200dpi
*UIConstraints: *Resolution 1200dpi *RPSBitsPerPixel 4BitsPerPixel

*%==========Large Capacity Tray/Option Tray
*UIConstraints: *LargeCapacityTray Installed *OptionTray NotInstalled
*UIConstraints: *OptionTray NotInstalled *LargeCapacityTray Installed
*UIConstraints: *LargeCapacityTray Installed *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *LargeCapacityTray Installed

*%==========Finisher/Option Tray
*UIConstraints: *Finisher FinVOLGADBK *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGAD *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *Finisher FinVOLGAD
*UIConstraints: *Finisher FinAMURBBK *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *OptionTray 1Cassette
*UIConstraints: *OptionTray 1Cassette *Finisher FinAMURHY

*%==========External Tray/Internal Shift Tray
*UIConstraints: *ExternalTray Installed *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *ExternalTray Installed

*%==========Finisher/Internal Shift Tray
*UIConstraints: *Finisher FinRUBICONB *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinRUBICONB
*UIConstraints: *Finisher FinVOLGADBK *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGAD *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinVOLGAD
*UIConstraints: *Finisher FinAMURBBK *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *ShiftTray Installed
*UIConstraints: *ShiftTray Installed *Finisher FinAMURHY

*%==========Finisher/External Tray
*UIConstraints: *Finisher FinRUBICONB *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinRUBICONB
*UIConstraints: *Finisher FinVOLGADBK *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinVOLGADBK
*UIConstraints: *Finisher FinVOLGAD *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinVOLGAD
*UIConstraints: *Finisher FinAMURBBK *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinAMURBBK
*UIConstraints: *Finisher FinAMURHY *ExternalTray Installed
*UIConstraints: *ExternalTray Installed *Finisher FinAMURHY

*%==========Color Mode/Separate into CMYK
*UIConstraints: *ColorModel Gray *RPSColorSep Cyan
*UIConstraints: *RPSColorSep Cyan *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Magenta
*UIConstraints: *RPSColorSep Magenta *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Yellow
*UIConstraints: *RPSColorSep Yellow *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Red
*UIConstraints: *RPSColorSep Red *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Green
*UIConstraints: *RPSColorSep Green *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep Blue
*UIConstraints: *RPSColorSep Blue *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep KCyan
*UIConstraints: *RPSColorSep KCyan *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep KMagenta
*UIConstraints: *RPSColorSep KMagenta *ColorModel Gray
*UIConstraints: *ColorModel Gray *RPSColorSep KYellow
*UIConstraints: *RPSColorSep KYellow *ColorModel Gray

*%==========Color Profile/Color Setting
*UIConstraints: *RPSColorRendDict User *RPSRGBcorrect None
*UIConstraints: *RPSRGBcorrect None *RPSColorRendDict User
*UIConstraints: *RPSColorRendDict User *RPSRGBcorrect DetailNormal
*UIConstraints: *RPSRGBcorrect DetailNormal *RPSColorRendDict User


*% end of Printer Description file



More information about the cups mailing list