Honestly, once something is working well with PCL, it is not worth splitting
hairs to save a few bytes of data transmitted to the printer.
Way back when I was generating PCL graphics for a LaserJet II, I found the PCL
reference invaluable for clear descriptions of the rules for combining control
codes. If you already don't have a PCL5 reference, get one... Ben Myers
On Tue, 28 Dec 2004 22:11:20 -0500, Rover
<> wrote:
>I'm working on a Troy 521 (read that a HP 5si) I have these two lines of
>PCL code
>
>&l68f%-12400X
>(10U(s0p13.0h0s0b4099T
>
>The first two set the form length to 68 then turn on MICR printing. The
>second line sets the font and pich. It works fine.
>
>I want this in one line but what I have tried doesn't work. i.e. -
>
>&l68f%-12400x(10U(s0p13.0h0s0b4099T
>
>won't do it. The MICR doesn't get turned on or the font doesn't get set.
>
>Any ideas?
>
|