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 may be printer dependent.

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>