Re: [iText-questions] Need to display Html content in html format in pdf file

2009-09-22 Thread satheeshsamiappan
Hi , I was able to achieve the ouput tht i was expecting. using HTMLWorker.parseToList() i was able to achive this. Thanks satheeshsamiappan wrote: Hi All, I use velocity template engine to generate a template.This template contains some junk of data along with html table format. This

[iText-questions] Need to display Html content in html format in pdf file

2009-09-21 Thread satheesh kumar
Hi All, I use velocity template engine to generate a template.This template contains some junk of data along with html table format. This html content is stored in java.io.Writer object. When I load this content into pdf using itext.Paragraph class, the html syntax are displayed as it is Eg:

[iText-questions] Need to display Html content in html format in pdf file

2009-09-21 Thread satheeshsamiappan
Hi All, I use velocity template engine to generate a template.This template contains some junk of data along with html table format. This html content is stored in java.io.Writer object. When I load this content into pdf using itext.Paragraph class, the html syntax are displayed as it is Eg:

Re: [iText-questions] Need to display Html content in html format in pdf file

2009-09-21 Thread Leonard Rosenthol
What would make you think that you could just put HTML into a PDF and it would dynamically render like that?? Leonard On 9/21/09 8:32 AM, satheeshsamiappan cssathe...@gmail.com wrote: Hi All, I use velocity template engine to generate a template.This template contains some junk of data