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 ht

Re: [iText-questions] Re ad pdf content and store it in a text file

2009-09-21 Thread satheeshsamiappan
Thanks for the reply. satheeshsamiappan wrote: > > Hi all, > I have a situation where i need to read pdf content and store it in text > file. > I used PdfReader object to read the pdf file. But i was not able to see > any provision for converting that object into filewrite

[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:

[iText-questions] Re ad pdf content and store it in a text file

2009-09-19 Thread satheeshsamiappan
Hi all, I have a situation where i need to read pdf content and store it in text file. I used PdfReader object to read the pdf file. But i was not able to see any provision for converting that object into filewriter. Can anyone guide me how to read pdf content and write the same into text file? -