Loading

Booklet

The attributes below - except @NumberUp - must be specified with the values below to create a booklet.

Use @NumberUp to define N-up for your booklet. Combinations with multiple N-up and same N-up can be used for a booklet.

Syntax

XPath: /JDF/ResourcePool/LayoutPresentationParams/

Supported range

  • @PresentationDirection="FoldCatalog"

  • @FoldCatalog="F4-1"

  • @PageDistributionScheme="Saddle"

  • @PageOrder="Reader"

  • @NumberUp

  • The value of @NumberUp can be "2 1" or "1 2"

  • @BindingEdge

    The value of @BindingEdge can be "Left", "Right" or "Top". @BindingEdge="Top" is only supported for the PDF data path.

    @BindingEdge

    Description

    Left

    Left side binding

    Right

    Right side binding

    Top

    Top binding

Example

<JDF ... Type="Combined" Category="DigitalPrinting" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting Stitching" ...>
    <ResourcePool>
        ...
        <LayoutPreparationParams PresentationDirection="FoldCatalog" FoldCatalog="F4-1" PageDistributionScheme="Saddle" 
            PageOrder="Reader" NumberUp="1 2" BindingEdge="Left">
        ...
    </ResourcePool>
</JDF>

Archive with examples for download

NOTE

If you want to use this snippet, download the whole collection of examples in this TRM from this link:

https://supportfiles.cpp.canon/trm/Examples-TRM-Mk8.1.1.zip

Top-calendar booklet

Top-calender booklets are booklets with top binding and with all upper pages rotated 180 degrees.

Top-calendar booklets are only supported for the PDF data path.

Syntax

XPath: /JDF/ResourcePool/LayoutPreparationParams/@oce:CellRotate="Rotate180 Rotate0"

Type

List of NMTOKENS

Supported range

"Rotate180 Rotate0"