Hi, is there some way to read pdf files with php?
thanks
Hi, is there some way to read pdf files with php?
thanks
I'd like to know this too, as it may help making sending info a lot easier. Thanks!
-- Karen
:rant2:Designing, Learning, Coding and going crazy!
Whatever happens, take responsibility
-- Tony Robbins
By read do you mean read in the text content within the pdf file? That is, read the pdf file as if it were a text file? The question may sound obvious but I just want to clarify.
Two rules of development:
1) Computers work for people; People do not work for computers
2) Maintainability is all that matters.
PDF from php.net
http://us2.php.net/manual/en/ref.pdf.php
edit: there are some good code examples at the bottom of that page.
Last edited by Jake; 10-28-2008 at 11:07 AM.
█ Jake Omann | Developer
█ 888-X10-9668 - jake[@]x10hosting.com
█ x10Hosting - Giving Away Hosting Since 2004
█ Premium Hosting | VPS Services
thanks Jake, I have found a very interesting link about xpdf package on linux. This package has a tool called pdftotext, and it seems to work fine.