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 filewriter. > > Can anyone guid

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

2009-09-19 Thread Cameron Laird
On Sat, Sep 19, 2009 at 6:08 PM, Alexis Pigeon wrote: > Hi satheeshsamiappan, > > 2009/9/19 satheeshsamiappan > >> >> Hi all, >> I have a situation where i need to read pdf content and store it in text >> file. >>.. > > Long answer : have a look at the FAQ in the iText website, and/or search

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

2009-09-19 Thread Alexis Pigeon
Hi satheeshsamiappan, 2009/9/19 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 gu

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