HP PCL/PJL reference - Printer Job Language Technical Reference Addendum

12 Chapter 2 Job Finishing ENWW
To set the destination to the top output bin of the printer
Use the following command sequence to send the job to the top output bin of the printer.
ESC%-12345X
@PJL SET OUTBIN=UPPER
@PJL SET FINISH=NONE
ESC%-12345X
To finish the job with one staple (straight)
Use the following command sequence to finish the job with one staple, aligned with the edge of
the media.
ESC%-12345X
@PJL SET OUTBIN=OPTIONALOUTBIN2
@PJL SET FINISH=STAPLE
@PJL SET STAPLEOPTION=ONE
ESC%-12345X
To finish the job with one staple (angled)
Use the following command sequence to finish the job with one staple that is angled.
ESC%-12345X
@PJL SET OUTBIN=OPTIONALOUTBIN2
@PJL SET FINISH=STAPLE
@PJL SET STAPLEOPTION=ONEANGLED
ESC%-12345X
To finish the job with two staples
Use the following command sequence to finish the job with two staples.
ESC%-12345X
@PJL SET OUTBIN=OPTIONALOUTBIN2
@PJL SET FINISH=STAPLE
@PJL SET STAPLEOPTION=TWO
ESC%-12345X
To finish the job with three staples
Use the following command sequence to finish the job with three staples.
ESC%-12345X
@PJL SET OUTBIN=OPTIONALOUTBIN2
@PJL SET FINISH=STAPLE
@PJL SET STAPLEOPTION=THREE
ESC%-12345X
To finish the job with six staples
Use the following command sequence to finish the job with six staples.
ESC%-12345X
@PJL SET OUTBIN=OPTIONALOUTBIN2
@PJL SET FINISH=STAPLE
@PJL SET STAPLEOPTION=SIX
ESC%-12345X