iText HTML Worker issue -


i using itext java api convert html pdf using htmlworker class. need add html link in table cell, giving following error.

java.lang.classcastexception: com.itextpdf.text.html.simpleparser.cellwrapper incompatible com.itextpdf.text.paragraph

<tr>     <td width="45%">name:test123</td>     <td width="25%">date: july 2012</td>     <td width="30%"><a href="google.com">link</a></td> </tr>  

any idea how fix or alternatives?

if can, suggest dump htmlworker, since has been discontinued in favor of xml worker:


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -