Hello,
I am very new to PCL and am trying to use it to compensate for a flaw in a software application. The report prints from the application onto a preprinted form and must align correctly. I am using an HP LaserJet 8150DN Printer (Generic/Text Driver).
For the Begin Print Job printer command I am using the following codes:
<1B>E<1B>&k0S<1B>&l0E<1B>&l6D<1B>&l66F<1B>&l8C<1B>&l5H<1B>&k12.04H
These codes works to align the text from the application on a pre-printed form. What I need to do is to place the character "9" on each page that prints. It needs to be located on the 54th line and to the left of the logical page defined in the Begin Print Job commands.
I have had luck using these codes as the End Print Job print command; however, this places the character "9" only on the last page that prints.
<1B>&a0R<1B>&l-59U<1B>&a54R9
How do I get the character 9 to print on each page, on the 54th row 59 "units" to the left of everything else?
Thank you for your help!
I am very new to PCL and am trying to use it to compensate for a flaw in a software application. The report prints from the application onto a preprinted form and must align correctly. I am using an HP LaserJet 8150DN Printer (Generic/Text Driver).
For the Begin Print Job printer command I am using the following codes:
<1B>E<1B>&k0S<1B>&l0E<1B>&l6D<1B>&l66F<1B>&l8C<1B>&l5H<1B>&k12.04H
These codes works to align the text from the application on a pre-printed form. What I need to do is to place the character "9" on each page that prints. It needs to be located on the 54th line and to the left of the logical page defined in the Begin Print Job commands.
I have had luck using these codes as the End Print Job print command; however, this places the character "9" only on the last page that prints.
<1B>&a0R<1B>&l-59U<1B>&a54R9
How do I get the character 9 to print on each page, on the 54th row 59 "units" to the left of everything else?
Thank you for your help!