Problem with table when transformation from HTML to PDF

Here should go questions about transforming XML with XSLT and FOP.
loso
Posts: 1
Joined: Fri Jan 19, 2007 11:52 am

Problem with table when transformation from HTML to PDF

Post by loso »

Hello
I am a newbie in FOP. I have a Java program to convert from HTML to PDF . But I've got problem. This problem is the table is visible in HTML but invisible in PDF. I use Tidy to convert HTML to XHTML and xhtml2fo to convert XHTML to XSL-FO. Can somebody help me?