Syntax
XPath: /JDF[contains(@Types="Folding")]/ResourcePool/FoldingParams/@FoldCatalog
Type
String
Supported range
@FoldCatalog |
Fold method |
---|---|
F4-1 |
Multi half-fold |
F6-7 |
Z-fold |
F6-1 |
Tri-fold out |
F6-4 |
Tri-fold in |
F8-2 |
Parallel fold |
The @PresentationDirection is optional:
Unspecified @PresentationDirection means inside folding.
The @PresentationDirection="XyZ" attribute means outside folding.
See the table "FoldCatalog and PresentationDirection" below for all possible values for @FoldCatalog and @PresentationDirection.
Syntax
XPath: /JDF/ResourcePool/LayoutPreparationParams/@PresentationDirection
Type
Enumeration
Supported range
@PresentationDirection |
Description |
---|---|
XyZ |
Outside |
Use @FinishingOrder = "GatherFold" to specify the folding of several sheets.
For multi folding, use the LayoutPreparationParams element to define the amount of sheets to be folded.
Syntax
XPath: /JDF/ResourcePool/LayoutPreparationParams/@FinishingOrder
Type
Enumeration
Supported range
@FinishingOrder |
Fold method |
---|---|
FoldGather |
Single sheet fold |
GatherFold |
Multi sheet fold |
This table lists all possible values for @FoldCatalog and @PresentationDirection. However, your PRISMAsync Print Server only supports the following folding methods:
@FoldCatalog |
Fold method |
---|---|
F4-1 |
Multi half-fold |
F6-7 |
Z-fold |
F6-1 |
Tri-fold out |
F6-4 |
Tri-fold in |
F8-2 |
Parallel fold |
Intent |
FoldingParams /@FoldCatalog |
LayoutPreparationParams /@PresentationDirection (Default is "Xyz") |
Result |
---|---|---|---|
Half-fold with first page inside |
F4-1 |
(unspecified) |
|
Half-fold with first page outside |
xyz |
|
|
Z-fold larger sheets |
F6-7 + with the addition of Flip180 in both Input and Output ComponentLink. @oce:ZFoldLargeSheetsOnly ="true" |
(unspecified) |
|
Tri-fold out with first page inside |
F6-1 |
(unspecified) |
|
Tri-fold out with first page outside |
xyz |
|
|
Tri-fold in with first page inside |
F6-4 |
(unspecified) |
|
Tri-fold in with first page outside |
xyz |
|
|
Parallel fold with first page inside |
F8-2 |
(unspecified) |
|
Parallel fold with first page outside |
xyz |
|