Syntax
XPath: /JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype = “LowerLeftCutMark”
XPath: /JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype = “UpperLeftCutMark”
XPath: /JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype = “LowerRightCutMark”
XPath: /JDF/ResourcePool/Layout/MarkObject/CutMark/@Marktype = “UpperRightCutMark”
Description
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 used may be printer dependent.
Remark
This setting is only supported for the PDF data path.
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>