Loading

Printing trim marks for offline trimming

You must always specify all four trim marks. There is no support for printing individual trim marks. The positions of the trim marks are taken from the PDF file. The trim marks will be placed on the corners of the TrimBox. If the TrimBox does not exist, the MediaBox is used.

The MarkTypes can be printer-specific.

Remark

This setting is only supported for the PDF data path.

Syntax

XPath:

/JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype="LowerLeftCutMark"

/JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype="UpperLeftCutMark"

/JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype="LowerRightCutMark"

/JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype="UpperRightCutMark"

Example

<JDF ...=>
    <ResourcePool>
        ...
        <Layout ID="layout_1" Class="Parameter" Status="Available">
            <MarkObject>
                <CutMark MarkType="LowerLeftCutMark" />
                <CutMark MarkType="UpperLeftCutMark" />
                <CutMark MarkType="LowerRightCutMark" />
                <CutMark MarkType="UpperRightCutMark" />
            </MarkObject>
        </Layout>
        ...
    </ResourcePool>
    <ResourceLinkPool>
        ...
        <LayoutLink rRef="layout_1" Usage="Input" />
        ...
    </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