Hi, is there some way to read pdf files with php? thanks
E erikm New Member Messages 5 Reaction score 0 Points 0 Oct 28, 2008 #1 Hi, is there some way to read pdf files with php? thanks
bpakidz New Member Messages 36 Reaction score 0 Points 0 Oct 28, 2008 #2 I'd like to know this too, as it may help making sending info a lot easier. Thanks!
quantum1 New Member Messages 68 Reaction score 0 Points 0 Oct 28, 2008 #3 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.
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.
Jake Developer Contributors Messages 4,057 Reaction score 5 Points 0 Oct 28, 2008 #4 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: Oct 28, 2008
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.
E erikm New Member Messages 5 Reaction score 0 Points 0 Nov 19, 2008 #5 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.
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.