HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
p
pdpr(1) pdpr(1)
(TO BE OBSOLETED)
Number of Copies
To submit the file File1 to the default logical printer and to specify three copies of the print job, enter
one of the following commands:
pdpr -n 3 File1
pdpr -x copy-count=3 File3
To submit the job to the default logical printer and specify two copies of each file with the -n option, enter
one of the following commands:
pdpr -n 2 Title Contents Body1 Body2 Append
pdpr -x copy-count=2 Title Contents Body1 Body2 Append
HPDPS prints two copies of Title, followed by two of Contents, and so on for each file in the job.
To submit the job to the default logical printer and specify two copies of the complete job, enter the com-
mand:
pdpr -x results-profile=:::2 Title Contents Body1 Body2 Append
HPDPS prints a single copy of each file in the job, and then prints a second set in the same manner.
To submit the job to the default logical printer and specify two copies of the complete job with each copy of
the job containing three copies of each file, enter the command:
pdpr -n 3 -x results-profile=:::2 Title Contents Body1 Body2 Append
There are printed three copies of Title, followed by three copies of Contents and so until the first copy of the
job is done. HPDPS prints a second set in the same manner.
Specifying Job Name
To submit the file File1 to your default logical printer and specify the job name, enter the command:
pdpr -t CmdRef File1
Double-sided Printing
To submit the file File1 to the default logical printer and specify double-sided printing, enter the com-
mand:
pdpr -x "sides=2" File1
Page Orientation
To submit the file File1 to the default logical printer and specify landscape orientation, enter the com-
mand:
pdpr -x content-orientation=landscape File1
Document Format
To submit the file PSFile2 to the default logical printer and specify a document format of ASCII, enter
the command:
pdpr -x document-format=ascii PSFile2
Multiple Documents
To submit the files File1 and File2 to the default logical printer, enter the command:
pdpr File1 File2
To submit the files File1 and File2 to the default logical printer and specify three copies of each file
with double-sided printing, enter the command:
pdpr -n 3 -x sides=2 File1 File2
Requesting Status
To submit the file File1 to the default logical printer and receive brief status information, enter the com-
mand:
pdpr -r brief File1
HPDPS displays information similar to the following about your job:
Section 1704 4 HP-UX Release 11i: December 2000
___
___