Functional specification
94
CDE/Motif PST
CDEnext
6.6
Job Attributes File
NAME
job attributes file - print job initial values
DESCRIPTION
The encoding for the job attributes file is Compound Text as defined by the X Window System.
Attribute names must be qualified by using one of the following (listed in order of precedence):
printer qualifier
Set this attribute for the printer indicated by the printer qualifier. The set of
valid printer qualifiers is defined as the list of printer qualifiers managed by
the X Print Server (the server typically generates this list by reading the
Xprinters
file).
Example:
laser_1.job-name: Payroll Reports
xp-model-identifier
Set this attribute for all printers of a specific model.
Example:
HPDJ1600C.job-name: Payroll Reports
*
Set this attribute for all printers.
Example:
*.job-name: Payroll Reports
EXAMPLE
! defaults
*.job-name:
*.notification-profile: {}
! Printer laser_1 prints paychecks - always send email on completion
laser_1.notification-profile: {{event-report-job-completed} electronic-mail}
laser_1.job-name: Payroll Reports