Loading

Header up/down

Header up / down specifies if the sheets are delivered in the output location in the normal orientation (header up) or if the sheets are delivered in the opposite orientation (header down).

The header @Orientation is applied on the component output of the DigitalPrinting process (prior to finishing). The partial product is not available.

Orientation

Syntax

XPath:

/JDF/ResourcePool/Component[@ID="<text>" and @ComponentType="PartialProduct"]

/JDF/ResourceLinkPool/ComponentLink[@rRef="<text>" and @Usage="Output"]/@Orientation

Type

Enumeration

Supported range

@Orientation

Description

Rotate0

Sheets are delivered header up

Rotate180

Sheets are delivered header down

Example: Header down job with 20 copies

<JDF Type="Combined" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting HoleMaking Folding Stitching">

<ResourcePool>

<Component ID="res_1" ComponentType="FinalProduct"/>

<Component ID="res_2" ComponentType="PartialProduct" Status="Unavailable"/>

</ResourcePool>

<ResourceLinkPool>

<ComponentLink rRef=”res_1” Usage=”Output” Amount=”20”/>

<ComponentLink rRef=”res_2” Usage=”Output” Orientation="Rotate180" CombinedProcessIndex=”4”/>

</ResourceLinkPool>

</JDF>