Loading

Banner and trailer page

You can add a banner or trailer page to the document.

Syntax

XPath: /JDF/ResourcePool/LayoutPreparationParams/InsertSheet/

Supported attributes

  • @SheetType

    The value of @SheetType must be "JobSheet". The type of this attribute is "String". This attribute is required.

  • @SheetUsage

    The value of @SheetUsage can be "Header" or "Trailer". The type of this attribute is "String". This attribute is required.

    The value specifies whether a banner or trailer page must be added to the document.

  • @SheetFormat

    The value of @SheetFormat must be "Standard". The type of this attribute is "String". This attribute is required.

  • @IsWaste

    The value of @IsWaste must be "true". The type of this attribute is "Boolean". This attribute is required.

  • Layout/Media

    This attribute is optional. The Media element describes the media for the banner or trailer page. See Media. When no media is defined, the default media as defined in the Settings Editor is used for the banner or trailer page.

  • @NoOp

    The value of @NoOp can be "true" or "false". This attribute is optional.

    • true: Do NOT add a banner or trailer page to the document. This attribute overrules the default settings for the banner and trailer page as defined in the Settings Editor.

    • false: Add a banner or trailer page to the document. You do not have to specify attribute @NoOp="false" when you have specified the attributes @SheetType, @SheetUsage, @SheetFormat and @IsWaste.

Example

Add a banner page to the document. The banner page must use the media of "MyBanner".

<JDF Type="Combined" Types="... DigitalPrinting ..." ...>
    <ResourcePool>
        <RunList ID="NodeIDRunList" Class="Parameter" Status="Available" ...></RunList>
        <LayoutPreparationParams PartIDKeys="RunIndex" ID="NodeIDRunList" Class="Parameter" Status="Available" ...>
            <InsertSheet SheetType="JobSheet" IsWaste="true" SheetUsage="Trailer" SheetFormat="Standard">
                <null>
																				<-- The banner page must use the media of "MyBanner" -->
                    <Layout Name="MyBanner">
                        <MediaRef rRef="MediaId1" />
                    </Layout>
            </InsertSheet>
            ...
        </LayoutPreparationParams>
        <Media ID="MediaId1" ... />
        ...
    </ResourcePool>
    <ResourceLinkPool>
        <RunListLink Usage="Input" rRef="NodeIDRunList" />
        ...
    </ResourceLinkPool>
</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