Re: [iText-questions] HTML-formatted text

2006-08-29 Thread itext . gd
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, August 29, 2006 9:12 AM Subject: Re: [iText-questions] HTML-formatted text Hi Paulo, Thanks for taking the time to answer me. OK. I searched the mailing list archives on "HTMLWorker". But as far as I

Re: [iText-questions] HTML-formatted text

2006-08-29 Thread Paulo Soares
You have to use the html 3.2 . I'll add support this week for the style attribute. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, August 29, 2006 9:12 AM Subject: Re: [iText-questions] HTML-formatted text Hi Paulo, Thanks for taking the time t

Re: [iText-questions] HTML-formatted text

2006-08-29 Thread itext . gd
Hi Paulo, Thanks for taking the time to answer me. OK. I searched the mailing list archives on "HTMLWorker". But as far as I can see, you have to define/know your style beforehand: StyleSheet style = new StyleSheet(); style.loadTagStyle("div", "color", "red"); java.io.StringReader sr = ne

Re: [iText-questions] HTML-formatted text

2006-08-28 Thread Paulo Soares
Use HTMLWorker. It will give you a list of paragraphs that you can use anywhere such as positioning it absolutely with ColumnText. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, August 28, 2006 3:21 PM Subject: [iText-questions] HTML-formatted text Hi, In my