Re: [iText-questions] Add HTML string to RTF table's cell

2008-05-27 Thread Howard Shank
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

[iText-questions] Add HTML string to RTF table's cell

2008-05-27 Thread Me Simple
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