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