Loading

page-ranges

Syntax

page-ranges <1setOf>

Page range starting at page:

XPath: /xpif/job-template-attributes/page-ranges[@syntax="1setOf"]/value[@syntax="rangeOfInteger"]/lower-bound[@syntax="integer"]/

Page range ending at page:

XPath: /xpif/job-template-attributes/page-ranges[@syntax="1setOf"]/ alue[@syntax="rangeOfInteger"]/upper-bound[@syntax="integer"]/

Supported values

Positive values are supported for the lower/upper bands. Value 1 means the first page of the document. In case of faulty values the page range is set to 0,0.

Description

The range of pages in the document that must be printed. Only one page range is supported. The actual number of pages contained in the print data is not checked.

Example - print the pages in the range [1 - 10]

<page-ranges syntax="1setOf">

<value syntax="rangeOfInteger">

<lower-bound syntax="integer">1</lower-bound>

<upper-bound syntax="integer">10</upper-bound>

</value>

</page-ranges>