itext-questions  

[iText-questions] HTMLWorker: rowspan

Chris Bourke
Thu, 26 Jun 2008 10:57:15 -0700


I know that HTMLWorker is not supposed to be an exhaustive HTML parser, 
but I was wondering if there is a work around for the following: When 
parsing in a table, rowspan attributes are not respected for TD elements. 
That is, for the following,

<table>
<tr>
   <td rowspan="3">foo</td>
   ...
</table>

the foo ends up in a single row.  Is there a possible fix?


-----------------------------------------------

Chris Bourke
[EMAIL PROTECTED]
http://www.cse.unl.edu/~cbourke

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar
  • [iText-questions] HTMLWorker: rowspan Chris Bourke