Page 1 of 1
PDF reading ?
Posted: Sun Nov 05, 2006 3:26 am
by satheshf12000
Hi all
Can someone tell me how to read a pdf file and copy the text to a text file ? Is is possible to read ??
help is really appreciated..
Posted: Sun Nov 05, 2006 5:54 am
by speedy33417
I'm not sure why it's a php code problem...
Anyway, try opening the pdf document then File/Save As and select text file in drop down menu.
Hope this helps.
Posted: Sun Nov 05, 2006 7:23 am
by jayshields
speedy33417 wrote:I'm not sure why it's a php code problem...
Maybe he wants to accomplish the task using PHP. If so, take a look at
this.
Posted: Sun Nov 05, 2006 8:57 am
by satheshf12000
Maybe he wants to accomplish the task using PHP. If so, take a look at this.
I could find only writing text, images to PDF files. I am trying to read/convert the PDF file to a text file. I couldnt find reading a PDF file. Say I would edit a ebook.
Posted: Sun Nov 05, 2006 9:19 am
by feyd
fpdf can open existing pdf files. Although I haven't needed to read data from files, so I'm unsure whether it supports that.