I am trying to generate PCL files for an HP printer and my text is getting a strange indentation. For example, if I have code like this:
<esc>%-12345X
<esc>E
<esc>&l2A
line 1
line 2
line 3
<esc>&l1T
<esc>E
<esc>%-12345X
Then I get output like this:
line 1 line 2 line 3
Why is this happening?