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:
the project : http://sourceforge.net/projects/xmlworker/
the demo : http://demo.itextsupport.com/xmlworker/
the documentation : http://demo.itextsupport.com/xmlworker/itextdoc/index.html
Comments
Post a Comment