Syntax
XPath: //CreasingParams/Crease/GeneralID[@IDUsage="oce:CreasePattern"]@IDValue
Type
NMTOKEN
Supported range
@IDValue |
CreasePattern |
---|---|
FoldCatalog |
As defined by FoldCatalog |
Syntax
XPath: //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/trailing edge, over the full width and only at the half-fold position.
There is no support for the creasing orientation, therefore two orientations are accepted.
There is no support for direct control of the WorkingDirection [Top, Bottom]. Both will be the result of other finishing settings that control facing or feed direction.
Creasing for specific pages using RunIndex partition. The RunIndex refers to the sheets of the given pages. When you don't 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>