Thanks. I'll focus on a workaround for now.
-Original Message-
From: 1T3XT info [mailto:i...@1t3xt.info]
Sent: Wednesday, January 28, 2009 4:24 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] HTMLWorker problem with ColumnText
Hamilton, Ken wrote:
&
Hamilton, Ken wrote:
> Does the ColumnText object handle the objects
> differently?
Yes, there's a huge difference, and that's probably why it works for
document.add(), but not for ColumnText.go(). I didn't have the time to
test the problem yet (maybe it can be solved, but I'd have to dig into
isn't my posting that is causing a delay.
-Original Message-
From: Hamilton, Ken
Sent: Friday, January 23, 2009 9:39 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] HTMLWorker problem with ColumnText
I have an HTML snippet that looks like this:
TEST 1 TEST
I have an HTML snippet that looks like this:
TEST 1 TEST 2TEST
3
I process it through HTMLWorker like this:
StringReader HTMLreader = new StringReader(concatDesc);
try{
ArrayList x = iTextHTMLWorker.parseToList(HTMLreader,null);
Iterator itr = x.iterator();
while