SilverStray
Programmer
Hi,
The following line of code works well when I transform my XSL-FO to PDF, but when the same code is used to transform to PCL, the characters overlap. Why is that so? How can I fix this?
<fo:table table-layout="fixed"
border-spacing="0pt">
<fo:table-column column-width="6cm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block line-height="1">LOT (1T) : <xsl:value-of select="//Element1/Attr1"/></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
thanks in advance!
The following line of code works well when I transform my XSL-FO to PDF, but when the same code is used to transform to PCL, the characters overlap. Why is that so? How can I fix this?
<fo:table table-layout="fixed"
border-spacing="0pt">
<fo:table-column column-width="6cm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block line-height="1">LOT (1T) : <xsl:value-of select="//Element1/Attr1"/></fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
thanks in advance!