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)
Object Attributes
There are two types of object attributes for the pdpr command (per-job and per-document) that have some
special conditions. However, you can specify any settable or specifiable job or document attribute with the
pdpr command. You can only specify settable attributes with the pdset and pdmod commands.
Per-Job Attributes
Per-job attributes apply to the job as a whole and may occur anywhere in the pdpr command.
printer-name-requested=[ServerName:]PrinterName
Specify the name of a logical printer that you want the job submitted to.
If this attribute-value pair is not specified, the PDPRINTER environment variable is used to deter-
mine the printer.
job-name=name
Specify the name of the print job.
Per-Document Attributes
The per-document attributes apply to the individual document and precede the file name of the docu-
ment that they affect. If no file name is specified, the per-document attributes are applied to the
stdin file.
The value for a given attribute must be the same for all the documents in the job except for
initial-value-document
, document-type, and document-comment
.
The only per-document attributes an
initial-value-document
can set are document-type
and document-comment.
Note: Per-job attributes can be specified anywhere on the command line. Per-document attributes
cannot be set after the final file name.
copy-count= NumberOfCopies
Specify the number of document copies that you want printed. NumberOfCopies can be
1 (default) or
number.
If no value is specified, the value of the copy-count attribute defaults to one (1). A copy count of
zero (0) is an error.
document-format=format
Specify the format that you want for the document. If the value for the document-format attribute is
not provided, HPDPS attempts to determine the correct value for the document format by reading the
file. If HPDPS cannot determine the document format, the value for the document-format attribute
defaults to
ascii.
Arguments
Use the argument to identify the name of a file to be printed. If you specify multiple file names, each must
be separated by spaces. Each file becomes a document within the job.
[FileName...]
Specify the document that you want printed. You should preceded the file name by any per-document
attributes.
If you do not specify a file name or do specify a - (hyphen) as the file name,
pdpr reads from
stdin.
If you specify a multi-document job, and if any document within the job cannot be supported, the job is
rejected and an error message is generated.
EXAMPLES
Print a File
To submit the file File1 to your default logical printer, enter one of the following commands:
pdpr File1
pdpr -f File1
To submit the file File1 to the logical printer LogPrt2, enter one of the following commands:
pdpr -p LogPrt2 File1
pdpr -x printer-name-requested=LogPrt2 File1
HP-UX Release 11i: December 2000 − 3 − Section 1−−703
___
___