Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSL-FOP PDF and PCL Rendering

Status
Not open for further replies.

SilverStray

Programmer
Joined
Oct 25, 2001
Messages
47
Location
AU
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top