PDF

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Gheorghidiu
Forum Newbie
Posts: 3
Joined: Tue Aug 04, 2009 7:44 am

PDF

Post by Gheorghidiu »

Hi,
I have to write a script which gets the text from a pdf file and process it in order to insert it in the mysql data base.
I didn't find anything helpfull on google... neither fpdf or other php library... all of them are for pdf generating.
Do you have any idea how to do this?
Sorry for my poor English.
Thanks!
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: PDF

Post by onion2k »

Gheorghidiu wrote:Hi,
I have to write a script which gets the text from a pdf file and process it in order to insert it in the mysql data base.
I didn't find anything helpfull on google... neither fpdf or other php library... all of them are for pdf generating.
Do you have any idea how to do this?
Sorry for my poor English.
Thanks!
FPDF can read PDF files using the FPDI extension... http://www.setasign.de/products/pdf-php-solutions/fpdi/
Post Reply