AW: [PHP] Read Text Content from PDF file

2009-03-30 Thread Andrei Bintintan
Any other ideas? Von: Bastien Koert [mailto:phps...@gmail.com] Gesendet: 20 March 2009 15:49 An: Andrei Bintintan Cc: php-general@lists.php.net Betreff: Re: [PHP] Read Text Content from PDF file On Fri, Mar 20, 2009 at 10:23 AM, Andrei Bintintan fo...@interpid.eu wrote: Could you

Re: AW: [PHP] Read Text Content from PDF file

2009-03-30 Thread Michael A. Peters
Andrei Bintintan wrote: Any other ideas? I believe there is a windows binary called pdf2txt.exe out there somewhere. I doubt you will find any solution that does not require installation of a binary on the server, so if you can't install xpdf on the server then you probably will have to

Re: AW: [PHP] Read Text Content from PDF file

2009-03-30 Thread Michael A. Peters
Andrei Bintintan wrote: Any other ideas? Also - I believe the commercial (full) version of PDFlib can - in fact, I believe you can do it with the pecl-pdflib library if you have the full version of pdflib installed. I seem to remember there work on a clibpdf php wrapper back when php 4

Re: AW: [PHP] Read Text Content from PDF file

2009-03-30 Thread haliphax
On Mon, Mar 30, 2009 at 3:16 AM, Michael A. Peters mpet...@mac.com wrote: Andrei Bintintan wrote: Any other ideas? Also - I believe the commercial (full) version of PDFlib can - in fact, I believe you can do it with the pecl-pdflib library if you have the full version of pdflib installed.

Re: AW: [PHP] Read Text Content from PDF file

2009-03-30 Thread Michael A. Peters
haliphax wrote: On Mon, Mar 30, 2009 at 3:16 AM, Michael A. Peters mpet...@mac.com wrote: Andrei Bintintan wrote: Any other ideas? Also - I believe the commercial (full) version of PDFlib can - in fact, I believe you can do it with the pecl-pdflib library if you have the full version of

Re: [PHP] Read Text Content from PDF file

2009-03-20 Thread Bastien Koert
On Fri, Mar 20, 2009 at 9:48 AM, Andrei Bintintan fo...@interpid.eu wrote: Hi to all, I have to read the texts from PDF documents with PHP. A solution would be to use http://www.foolabs.com/xpdf, but it is not installed on the server that I work with and it is not wanted to be installed.

[PHP] Read Text Content from PDF file

2009-03-20 Thread Andrei Bintintan
Hi to all, I have to read the texts from PDF documents with PHP. A solution would be to use http://www.foolabs.com/xpdf, but it is not installed on the server that I work with and it is not wanted to be installed. So I have to look for another solution. Is there a possibility, PHP

AW: [PHP] Read Text Content from PDF file

2009-03-20 Thread Andrei Bintintan
Could you be more precise? I'm looking at that class, but I can't see any function that does that. Andy. Von: Bastien Koert [mailto:phps...@gmail.com] Gesendet: 20 March 2009 14:57 An: Andrei Bintintan Cc: php-general@lists.php.net Betreff: Re: [PHP] Read Text Content from PDF file

Re: [PHP] Read Text Content from PDF file

2009-03-20 Thread Bastien Koert
*Cc:* php-general@lists.php.net *Betreff:* Re: [PHP] Read Text Content from PDF file On Fri, Mar 20, 2009 at 9:48 AM, Andrei Bintintan fo...@interpid.eu wrote: Hi to all, I have to read the texts from PDF documents with PHP. A solution would be to use http://www.foolabs.com/xpdf