User's Manual
PDL Reference Guide for Xerox
®
ConnectKey
®
Products 13
Hole Punch
This command indicates hole punches for a print job on a device with hole punch capability.
Note: Some hole punch options may not be available on every product model.
PJL COMMENT Command DSC Comment Command
@PJL COMMENT OID_ATT_PUNCH int; %%OID_ATT_PUNCH int;
Where int is:
0 = Punch Off
1 = Punch On, 2 = Use 2 Hole Punch
3 = Use 3 Hole Punch, 4 = Use 4 Hole Punch
Note: int 1 will be emitted to invoke the default punch setting on the device.
PS
<< /Punch int1 /PunchDetails << /Type 6 /NumHoles int2 >> >> setpagedevice
Where int1 is:
0 = Punch Off
4 = Punch On (after each showpage or copy page operation)
Where int2 is:
0 = Punch Off,
1 = Punch On, 2 = 2 Hole Punch,
3 = 3 Hole Punch, 4 = 4 Hole Punch
Note: Setting NumHoles to 1 causes a punch with the default number of holes.
Print Job Accounting Commands
Network Accounting
Allows User ID data to be sent with job for the purposes of Job-based accounting.
PJL COMMENT Command
@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP “XRX_USERID,xxxx”;
Where xxxx is actual User ID entered by user.
DSC Comment Command
%%OID_ATT_ACCOUNTING_INFORMATION_AVP “XRX_USERID,xxxx”;
Where xxxx is actual User ID entered by user.
Allows Account ID data to be sent with job for the purposes of Job-based accounting.
PJL COMMENT Command
@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP “XRX_ACCTID,yyyy”;
Where yyyy
is actual Account ID entered by user.
DSC Comment Command
%%OID_ATT_ACCOUNTING_INFORMATION_AVP “XRX_ACCTID,yyyy”;
Where yyyy
is actual Account ID entered by user.