By Date: <-- -->
By Thread: <-- -->

Parsing HTML and generate PDF - Table Problem



Title: Parsing HTML and generate PDF - Table Problem

Hi All,

I'm currently developing an application to generate PDF Files out of HTML - Sites.
Therefore I'm using the SaxMyHtmlHandler. The application works fine with 1 exception.

When I try to convert tables the resulting table looks completely different.
Now my question: Is it possible to change the convertion method e.g. by overwriting the class?
My main problem is that the first column of the generated table is much too large.
That's why I would like to trigger that event and set the width of the column by myself….
Apart from that I would also like to change the look of the table.

Thanks a lot
Michael