I adjusted the horizontal shift to 8 to get the print on the report, but it needs to be shifted 10 to fit in the box. When i shift 10 then we lose a character on the far right.
I also noticed when i saw a sample that the font on the CA Spool looks the same but the kerning or spacing between the letters is slightly different. Is there a way to adjust that?
Release : 14.0
Component : CA Spool
In the project file change:
<defaultPageSize pageType="B5"
xSize="7.50"
ySize="11.81"
units="Inches"/>
to:
<defaultPageSize pageType="B5"
xSize="7.7"
ySize="11.81"
units="Inches"/>
and add the "L" option back to the TRANSFRM keyword.