eforge.net
Sent: Tuesday, May 27, 2008 2:11:04 PM
Subject: [iText-questions] Add HTML string to RTF table's cell
Hi,
I want to add parsed html content into a RTF table cell. I saw the API
com.lowagie.text.html.HtmlParser.parse(doc, reader), which works perfectly,
but it only adds th
Hi,
I want to add parsed html content into a RTF table cell. I saw the API
com.lowagie.text.html.HtmlParser.parse(doc, reader), which works perfectly,
but it only adds the html into the document directly. What I need is to add
the HTML string inside a table cell.
I tried HTMLWorker, but I loose