Loading

Creasing with oce:CreasePattern="FoldCatalog"

oce:CreasePattern

Syntax

XPath: /JDF/ResourcePool/CreasingParams/Crease/GeneralID[@IDUsage="oce:CreasePattern"]@IDValue

Type

NMTOKEN

Supported range

@IDValue

Crease pattern

FoldCatalog

As defined by FoldCatalog

oce:FoldCatalog

Syntax

XPath: /JDF/ResourcePool/CreasingParams/Crease/GeneralID[@IDUsage="oce:FoldCatalog"]@IDValue

Type

NMTOKEN

Supported range

@IDValue

Fold method

F4-1

Half-fold

Remark

The tool can apply a crease only parallel to the leading edge or trailing edge over the full width of the sheet and only at the half-fold position.

The attribute @WorkingDirection is not supported. This attribute would define the direction from which the tool is working. Instead, you have to define the facing of the sheets and the preferred feed edge, see sections "Page delivery" and "Preferred feed edge".

Example for creasing using oce:CreasePattern="FoldCatalog" and a RunIndex

Creasing for specific pages using RunIndex partition. The RunIndex refers to the sheets of the given pages. When you do not use the RunIndex, the creasing is applied to all sheets:

<JDF Type="Combined" Types="... Creasing ...">
	<ResourcePool>
		<CreasingParams ID="res_1" Class="Parameter" Status="Available" PartIDKeys="RunIndex">
			<CreasingParams RunIndex="0 ~ 5 6 ~ 10 11 ~ 15">
				<GeneralID IDUsage="oce:CreasePattern" IDValue="FoldCatalog"/>
				<GeneralID IDUsage="oce:FoldCatalog" IDValue = "F4-1 "/>
			</CreasingParams>
		</CreasingParams>
	</ResourcePool>
	<ResourceLinkPool>
		<CreasingParamsLink rRef="res_1" Usage="Input"/>
	</ResourceLinkPool>
</JDF>