Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Valerie Lavilla
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

Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Leonard Rosenthol
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

Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Valerie Lavilla
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 .

Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Balder VC
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

[iText-questions] bug on parsing HTML

2012-01-16 Thread Valerie Lavilla
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?