Loading

Punching

Syntax

XPath: /JDF[contains(@Types="HoleMaking")]/ResourcePool/HoleMakingParams/@HoleType

Type

Enumeration

Supported range

@HoleType

Number of holes

None

-

S-generic

Punching required but number of holes is unknown.

R2-generic

2

R3-generic

3

R4-generic

4

Description

@HoleType defines the number of holes to punch when punching is required.

The punching position is specified via:

/JDF/ResourceLinkPool/ComponentLink[

@Usage="Input" and

@Orientation and

@CombinedProcess]

Example: Punching with 2 holes

<JDF Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting HoleMaking">

<ResourcePool>

<HoleMakingParams ID="res_9" HoleType="R2-generic"/>

</ResourcePool>

<ResourceLinkPool>

<HoleMakingParamsLink rRef="res_9" Usage="Input"/>

</ResourceLinkPool>

</JDF>