Loading

Saddle press

oce:SaddlePress

Press the spine of saddle stitched booklets. Activate this option by using the oce:SaddlePress extension. This parameter only applies when using saddle stitching.

Syntax

XPath: /JDF[contains(@Types="Stitching")]/ResourcePool/StitchingParams[@StitchType="Saddle"]/GeneralID[@IDUsage="oce:SaddlePress"]/@IDValue

Type

String

Supported values

@IDValue

Description

Off (default)

Saddle press not used.

On

Saddle press used.

oce:SaddlePressAdjustment

The saddle press adjustment allows adjusting of the pressure of the spine roller.

Syntax

XPath: /JDF[contains(@Types="Stitching")]/ResourcePool/StitchingParams[@StitchType="Saddle"]/GeneralID[@IDUsage="oce:SaddlePressAdjustment"]/@IDValue

Type

Integer

Supported range

[-10 .. 10]

Example: Saddle stitching with saddle press activated and adjustment +5

<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="Saddle" NumberOfStitches="2">

<GeneralID IDUsage="oce:SaddlePress" IDValue="On"/>

<GeneralID IDUsage="oce:SaddlePressAdjustment" IDValue="+5"/>

</StitchingParams>

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

</ResourcePool>

<ResourceLinkPool>

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

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

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

</ResourceLinkPool>

</JDF>