Loading

Orientation (for finishing process)

Syntax for input

XPath: /JDF/ResourceLinkPool/ComponentLink[@Usage="Input" and @CombinedProcessIndex]]/@Orientation

Syntax for output

XPath: /JDF/ResourceLinkPool/ComponentLink[@Usage="Output" and @CombinedProcessIndex]/@Orientation

Supported values

@Orientation values

Trailing edge

Corner

Rotate0 (default)

Left

LeftTop

Rotate90

Top

TopRight

Rotate180

Right

RightBottom

Rotate270

Bottom

BottomLeft

Flip0

Left

LeftBottom

Flip90

Top

TopLeft

Flip180

Right

RightTop

Flip270

Bottom

BottomRight

Description

In case several successive finishing options are specified, the ComponentLink[@Usage="Output"] must be specified.

@CombinedProcessIndex is an integer which refers to the process index on which the transformation must be applied. The process index is the position of the process in the JDF node attribute @Types, starting with zero.

Example: Staple dual top

<JDF ID="jdf_1" Type="Combined" Category="DigitalPrinting" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting Stitching">

<ResourcePool>

<Component ID="Product_4" Class="Quantity" Status="Unavailable" ComponentType="PartialProduct"/>

<StitchingParams ID="ProcessID_5" Class="Parameter" Status="Available" StitchType="Side" NumberOfStitches="2"/>

<Component ID="Product_5" Class="Quantity" Status="Unavailable" ComponentType="PartialProduct"/>

</ResourcePool>

<ResourceLinkPool>

<ComponentLink rRef="Product_4" Usage="Input" Orientation="Flip90" CombinedProcessIndex="5"/>

<StitchingParamsLink rRef="ProcessID_5" Usage="Input"/>

<ComponentLink rRef="Product_5" Usage="Output" Orientation="Flip270" CombinedProcessIndex="5"/>

</ResourceLinkPool>

</JDF>