Loading

Subset stapling

Specifiy the stapling position by partitioning of the ComponentLink as described below.

For stapling of several subsets, each orientation must be defined in:

  • Separate PartAmount partitions

  • The same AmountPartPool

The stapling at job level is not supported if a stapling at subset level is specified. This means that the attributes of the following element are ignored when this element contains one or more other StitchingParams elements: /JDF/ResourcePool/StitchingParams

Syntax

XPath: /JDF/ResourcePool/StitchingParams[@PartIDKeys="RunIndex"]/StitchingParams[@RunIndex="<value>"]

Syntax for staple positions

XPath: /JDF/ResourceLinkPool/ComponentLink[@Usage="Input"]/AmountPool/PartAmount[@Orientation]/Part[@RunIndex="<value>"]

Where @RunIndex="<value>" defines the same range as for StitchingParams.

Example: the ResourceLinkPool for a landscape stapling orientation from page 1 to 4 and from page 9 to 12

<ResourceLinkPool>

<ComponentLink Usage="Input" rRef="res_ref" CombinedProccessIndex=”7”>

<AmountPool>

<PartAmount Orientation="Flip0">

<Part RunIndex=”0 ~ 3"/>

</PartAmount>

<PartAmount Orientation=" Flip0">

<Part RunIndex="8 ~ 11"/>

</PartAmount>

</AmountPool>

</ComponentLink>

<ComponentLink Usage="Output" rRef="res_ref" CombinedProccessIndex=”7”>

<AmountPool>

<PartAmount Orientation="Flip0">

<Part RunIndex=”0 ~ 3"/>

</PartAmount>

<PartAmount Orientation=" Flip0">

<Part RunIndex="8 ~ 11"/>

</PartAmount>

</AmountPool>

</ComponentLink>

</ResourceLinkPool>