Loading

Mark objects

Page numbering

Syntax

XPath: /JDF/ResourcePool/Layout/MarkObject/JobField/GeneralID[@IDUsage=”oce:PageNumber”]/@IDValue

Type

Integer

Syntax

XPath: /JDF/ResourcePool/Layout/MarkObject/JobField/GeneralID[@IDUsage=”oce:Prefix”]/@IDValue

Type

String

Supported range

[0..80] characters

Type

XPath: /JDF/ResourcePool/Layout/MarkObject/JobField/GeneralID[@IDUsage=”oce:Suffix”]/@IDValue

Type

String

Supported range

[0..80] characters

Syntax

Xpath: /JDF/ResourcePool//Layout/MarkObject/DeviceMark/@MarkPosition

Type

Enumeration

Supported values

@MarkPosition

Description

Top

Top edge

Bottom

Bottom edge

"Left" and "Right" are not supported for page numbering.

Syntax

Xpath: /JDF//ResourcePool/Layout/MarkObject/DeviceMark/@MarkJustification

Type

Enumeration

Supported values

@MarkJustification

Description

Center

The page number is centred on the top or bottom page edge.

Left

The page number is aligned to the left.

Right

The page number is aligned to the right.

Description

Use this setting to place the page numbers at a specified location, with a specified prefix and suffix. The page numbers start at the specified page number. All parameters must be defined under the same MarkObject.

Example

<JDF …>

<ResourcePool>

...

<Layout ID="layout_1" Class="Parameter"

Status="Available">

<MarkObject>

<JobField>

<GeneralID IDUsage="oce:PageNumber" IDValue="1"/>

</JobField>

<JobField>

<GeneralID IDUsage="oce:Prefix" IDValue="Bates"/>

</JobField>

<JobField>

<GeneralID IDUsage="oce:Suffix" IDValue="Stamping"/>

</JobField>

<DeviceMark MarkJustification="Center"

MarkPosition="Top"/>

</MarkObject>

</Layout>

...

</ResourcePool>

<ResourceLinkPool>

...

<LayoutLink rRef="layout_1" Usage="Input"/>

...

</ResourceLinkPool>

</JDF>

Remark

This setting is only supported for the PDF data path.

Printing trim marks for offline trimming

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”

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.

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>

Remark

This setting is only supported for the PDF data path.