Loading

Page numbering

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.

Remark

Page numbering is only supported for the PDF data path.

oce:PageNumber

Syntax

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

Type

Integer

oce:Prefix and oce:Suffix

Syntax

XPath:

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

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

Type

String

Supported range

[0..80] characters

Position

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.

Justification

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.

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>