RE: [PHP-DB] retrieve text from pdf

2005-09-08 Thread Matthias Willerich
I can second that. I've worked with it under linux before (over a year ago, though), using pdftotext with exec() or system(), and it worked very well in the tests. I used it to index pdfs that other people were uploading and offer a little teaser on the site. Sadly it never went live, and I

RE: [PHP-DB] retrieve text from pdf

2005-09-07 Thread Bastien Koert
Are you looking for the text of the document or the data from forms embedded in the PDF? For the latter you can use the FDFToolkit from adobe. Bastien From: Yui Hiroaki [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] retrieve text from pdf Date: Wed,

RE: [PHP-DB] retrieve text from pdf

2005-09-07 Thread dpgirago
Koert [EMAIL PROTECTED] 09/07/2005 08:30 AM To: [EMAIL PROTECTED], php-db@lists.php.net cc: Subject: RE: [PHP-DB] retrieve text from pdf Are you looking for the text of the document or the data from forms embedded in the PDF? For the latter you can use the FDFToolkit from adobe