Loading

Job collate

Syntax

XPath: /JDF/ResourcePool/DigitalPrintingParams/@Collate

Type

Enumeration

Supported range

@Collate

Description

None

The job is not collated. The job is sorted by page.

Sheet

The job is collated. The job is sorted by set.

Example

A job consists of three pages 1, 2, 3. Three sets of the job are printed. The pages are sorted as follows:

@Collate="None" : 1 1 1 2 2 2 3 3 3

@Collate="Sheet" : 1 2 3 1 2 3 1 2 3