Loading

pages-per-subset and job-offset

Syntax

pages-per-subset <integer>

XPath: /xpif/job-template-attributes/pages-per-subset[@syntax="1setOf"]/value[@syntax="integer"]/

job-offset <keyword>

XPath: /xpif/job-template-attributes/job-offset[@syntax="1setOf"]/value[@syntax="keyword"]/

Supported values

Attribute "pages-per-subset" supports any positive integer value larger than zero.

Attribute "job-offset" supports keyword "offset-subset". Each subset is stacked in offset when keyword "offset-subset" is used. Any other value is ignored and results into normal stacking of the subsets.

Description

The first subset starts with the first page of the document. Banner pages are not taken into account.

It is possible to support subset stapling when you combine the attribute "finishings" and "pages-per-subset". See the example below.

Example - Stack subsets of 6 pages in offset and each subset receives a top left staple

<finishings syntax="1setOf">

<value syntax="enum">20</value>

</finishings>

<job-offset syntax="1setOf">

<value syntax="keyword">offset-subset</value>

</job-offset>

<pages-per-subset syntax="1setOf">

<value syntax="integer">6</value>

</pages-per-subset>