Loading

Number of DocCopies

The number of copies of a single document inside a set.

If there is more than one document inside a set, each document in the set can have an assigned value for the DocCopies attribute.

DocCopies

Syntax

XPath: /JDF/ResourcePool/RunList/@DocCopies="1"

Type

Integer

NOTE

This is an optional attribute.

Supported by all products except Colorado series (Tanto).

Example: job with 2 PDF files

The following JDF fragment specifies that two PDF files must be printed. For each Job copy, the first one is printed twice and the second one is printed once. The result will be 25 times (document 1 + document 1 + document 2).

<JDF ID="NodeID" Type="Combined" xmlns="http://www.CIP4.org/JDFSchema_1_1"
Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting"
xmlns:oce="http://www.oce.com/JDF_Extension/1_00"
Status="Waiting" Category="DigitalPrinting" ...>
	<ResourcePool>
		<LayoutElement ID="layout_element_id1" Status="Available" Class="Parameter" >
			<FileSpec URL="http://MyServer/FirstFile.pdf"
					UserFileName="My First Document" />
		</LayoutElement>
		<LayoutElement ID="layout_element_id2" >
			<FileSpec URL=" http://MyServer/SecondFile.pdf"
					UserFileName="My Second Document" />
		</LayoutElement>
		<RunList ID="runlist_id" PartIDKeys="Run" Status="Available"
                   Class="Parameter" >
			<RunList Run="File1" DocCopies="2" EndOfDocument="true" >
				<LayoutElementRef rRef="layout_element_id1" >
			</RunList>
			<RunList Run="File2" EndOfDocument="true" >
				<LayoutElementRef rRef="layout_element_id2" >
			</RunList>
		</RunList>
		<Component ID="component_id" Status="Unavailable" Class="Quantity" />
                   ...
			</ResourcePool>
			<ResourceLinkPool>
				<RunListLink rRef="runlist_id" Usage="Input" />
				<ComponentLink rRef="component_id" Usage="Output" Amount="25" />
                   ...
	</ResourceLinkPool>
</JDF>	

Archive with examples for download

NOTE

If you want to use this snippet, download the whole collection of examples in this TRM from this link:

https://supportfiles.cpp.canon/trm/Examples-TRM-Mk8.1.1.zip