Re: [PHP] Parsing pdf file

2005-02-10 Thread John Nichel
Abiodun Akala wrote: Hi, Please UNSUBSCRIBE me from the php mailing list. I have no interest whatsoever in the bulkmail. Please read. PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTEC

RE: [PHP] Parsing pdf file

2005-02-10 Thread Abiodun Akala
Hi, Please UNSUBSCRIBE me from the php mailing list. I have no interest whatsoever in the bulkmail. Thanks, Biodun Mikey <[EMAIL PROTECTED]> wrote: > Hi, > Sorry i don't really find something useful there. That is cos pdflib is for making pdfs and not parsing them. AFAIK you are on your own wi

Re: AW: [PHP] Parsing pdf file

2005-02-09 Thread Jason Barnett
Mirco Blitz wrote: Thank you for that huge code. I will try. Greetings Mirco Blitz -Ursprüngliche Nachricht- Von: Matt M. [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. Februar 2005 22:39 An: Mirco Blitz Cc: php-general@lists.php.net Betreff: Re: [PHP] Parsing pdf file did you try this

AW: [PHP] Parsing pdf file

2005-02-09 Thread Mirco Blitz
Thank you for that huge code. I will try. Greetings Mirco Blitz -Ursprüngliche Nachricht- Von: Matt M. [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. Februar 2005 22:39 An: Mirco Blitz Cc: php-general@lists.php.net Betreff: Re: [PHP] Parsing pdf file did you try this? ");

RE: [PHP] Parsing pdf file

2005-02-09 Thread Mikey
> -Original Message- > From: Matt M. [mailto:[EMAIL PROTECTED] > Sent: 09 February 2005 21:39 > To: Mirco Blitz > Cc: php-general@lists.php.net > Subject: Re: [PHP] Parsing pdf file > > did you try this? [huge snip] I stand corrected :-) -- PHP General Mailing

Re: [PHP] Parsing pdf file

2005-02-09 Thread Matt M.
did you try this? "); echo "$test"; # Returns a -1 if uncompression failed function pdf2string($sourcefile) { $fp = fopen($sourcefile, 'rb'); $content = fread($fp, filesize($sourcefile)); fclose($fp); # Locate all text hidden within the stream and endstream tags $searchstart = 's

RE: [PHP] Parsing pdf file

2005-02-09 Thread Mikey
> Hi, > Sorry i don't really find something useful there. That is cos pdflib is for making pdfs and not parsing them. AFAIK you are on your own with parsing a pdf, or you may have to result to third party libraries. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

AW: [PHP] Parsing pdf file

2005-02-09 Thread Mirco Blitz
Hi, Sorry i don't really find something useful there. Greetings Mirco Blitz -Ursprüngliche Nachricht- Von: Matt M. [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 9. Februar 2005 22:09 An: Mirco Blitz Cc: php-general@lists.php.net Betreff: Re: [PHP] Parsing pdf file > For a proj

Re: [PHP] Parsing pdf file

2005-02-09 Thread Matt M.
> For a project of a customer i need to know if a pdf file contains special > functions and buttons. > > Is there a way to parse a PDF file in php? you might be able to find something at http://us3.php.net/pdf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

[PHP] Parsing pdf file

2005-02-09 Thread Mirco Blitz
Hello, For a project of a customer i need to know if a pdf file contains special functions and buttons. Is there a way to parse a PDF file in php? Thank you very much Mirco Blitz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php