HP Distributed Print Service Administration Guide

Chapter 11 349
Managing Jobs and Supporting Users
Setting Up the Job results-profile
Specifying the results-profile Attribute with a Job
Requesting multiple job copies with the results-profile attribute is
useful for jobs consisting of multiple documents when the order in which
the documents print is important.
For example, to obtain two copies of a job containing three documents,
enter:
pdpr -x "results-profile=:::2" document1 document2 document3
The result-set order in which the job prints is:
Banner Page
First Job Copy
document1
document2
document3
Second Job Copy
document1
document2
document3
In the above example, no values are specified for the first three
components. The colons (:) are required as place holders, up to the last
component specified.
A banner page (auxilliary start sheet) is included for each result-set.
Specifying copy-count and job-copies
To obtain multiple copies of documents, use the document attribute
copy-count. Using the example above, to obtain four copies of each
document, enter:
pdpr -x "copy-count=4 results-profile=:::2" \
document1 document2 document3