Loading

Same-up rotated (Same 2-up flipped)

Same 2-up means that one page is shown twice on one sheet side. The StepRepeat specifies if the same page is displayed twice horizontally or vertically on the sheet side. The oce:StepRepeatRotate180 specifies how the same page must be rotated 180 degrees. Note that not only the individual page is rotated, but the complete (multiple-up) document or booklet.

Combinations of "same 2-up" rotated and Multiple-Up or booklet are only supported for the PDF data path.

Syntax

XPath: /JDF/ResourcePool/LayoutPreparationParams/

Supported range

  • @NumberUp

    The @NumberUp defines that N pages must be shown on one sheet side. The type of this attribute is "XYPair", where X is the number of columns and Y is the number of rows.

  • @StepRepeat

    The @StepRepeat defines that the same page must be shown "N" times on one sheet side. The type of this attribute is "IntegerList". The format of the list of integers is "A B C": A is the number of columns. B is the number of rows. C is the number of pages, but values higher than 1 are not supported.

    @NumberUp

    @StepRepeat

    Imposition

    "2 1"

    "1 2"

    "2 1 1"

    "1 2 1"

    Same 2-up

  • GeneralID[@IDUsage="oce:StepRepeatRotate180"]@IDValue

    The oce:StepRepeatRotate180 specifies how the same page must be rotated 180 degrees. Note that not only the individual page is rotated, but the complete (multiple-up) document or booklet. The oce:StepRepeatRotate180 is only supported for "same 2-up". The type of this attribute is "NMTOKEN".

    @IDValue

    Description

    None (default)

    EvenRows

    Rotate horizontal all even rows

    OddRows

    Rotate horizontal all odd rows

    EvenColumns

    Rotate vertical all even columns

    OddColumns

    Rotate vertical all odd columns

Example - specify a "Same 2-up rotated" document

<JDF Type="Combined" Types="... LayoutPreparation ...">
    <ResourcePool>
        <LayoutPreparationParams ID="NodeIDLPP" Class="Parameter" Status="Available" NumberUp="2 1" StepRepeat="2 1 1"
            <GeneralID IDUsage="oce:StepRepeatRotate180" DataType="NMTOKEN" IDValue="OddColumns" />
            />
    </ResourcePool>
    ...
    <ResourceLinkPool>
        <LayoutPreparationParamsLink rRef="NodeIDLPP" Usage="Input" />
        ...
    </ResourceLinkPool>
</JDF>

Example - "Same 2-up" rotated booklet

<JDF Type="Combined" Types="... LayoutPreparation ...">
    <ResourcePool>
        <LayoutPreparationParams ID="NodeIDLPP" Class="Parameter" Status="Available" PresentationDirection="FoldCatalog" FoldCatalog="F4-1" 
                PageDistributionScheme="Saddle" NumberUp="2 2" BindingEdge="Left" StepRepeat=" 1 2 1" />
        <GeneralID IDUsage=" oce:StepRepeatRotate180" DataType=" NMTOKEN" IDValue=" OddRows" />
    </ResourcePool>
    ...
    <ResourceLinkPool>
        <LayoutPreparationParamsLink rRef=" NodeIDLPP" Usage=" Input" />
        ...
    </ResourceLinkPool>
</JDF>

Archive with examples for download

NOTE

If you want to use this snippet, download the whole collection of examples in this TRM from this link:

https://supportfiles.cpp.canon/trm/Examples-TRM-Mk8.1.1.zip