4 Jan 2012 06:29:53 -0800
> To: Post here
> Subject: Re: [iText-questions] bug on parsing HTML
>
> I really have no control on the HTML. It'll come from the richtext editor
> from Icefaces.So when they pass me an HTML page with its text formatting, I
> should be able to print
t: Re: [iText-questions] bug on parsing HTML
I really have no control on the HTML. It'll come from the richtext editor from
Icefaces.So when they pass me an HTML page with its text formatting, I should
be able to print it on the PDF with it's correct text format. So far, that's
the o
I really have no control on the HTML. It'll come from the richtext editor
from Icefaces.So when they pass me an HTML page with its text formatting, I
should be able to print it on the PDF with it's correct text format. So
far, that's the only thing failing, text alignment when it has right
after .
Try XMLWorker instead.
On 16/01/12 21:21, Valerie Lavilla wrote:
> I'm having formatting issue on HTMLWorker.
>
> This one prints okay Test /> It prints the text in the center of the PDF file.
>
> But when I have after like this:
> Test
>
> It's not putting the text in the center, but rather
I'm having formatting issue on HTMLWorker.
This one prints okay Test It prints the text in the center of the PDF file.
But when I have after like this:
Test
It's not putting the text in the center, but rather the default justified
paragraph format.
Anyone has any idea why this is happening?