A simple regexp should be enough.
Paulo
- Original Message -
From: "Bruno Lowagie" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Wednesday, June 20, 2007 6:25 PM
Subject: Re: [iText-questions] Question about HTMLWorker
> [EM
[EMAIL PROTECTED] wrote:
>
> I don't understand.
> I have to take a change inside the htmlworker and not at ListArray
> returned by it?
That's irrelevant.
I think that Paulo meant that you should process the HTML
BEFORE using HTMLWorker. Parse the HTML, filter out whatever
you don't like, then u
ot;Post all your questions about iText here"
cc:
Assunto:Re: [iText-questions] Question about HTMLWorker
It's easier to process the html.
Paulo
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, June 19, 2007 9:44 PM
Subject: [
It's easier to process the html.
Paulo
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, June 19, 2007 9:44 PM
Subject: [iText-questions] Question about HTMLWorker
> HI.
>
> I have an html source like this:
>
>
> bla bla bla
> bla bla
HI.
I have an html source like this:
bla bla bla
bla bla bla
bla bla bla
Because there are a , the htmlworker, correctly, make a new line. But i
need "delete" this new line.
I try using:
if (e instanceof List){
.
}
but i don't know how