Reading PDF files in PHP -


possible duplicate:
read pdf files php

can read pdf files using php code?

yes, can. either install command line script can convert pdfs text , execute in php

$content = shell_exec('/usr/local/bin/pdftotext '.$filename.' -'); //dash @ end output content 

(source)

... or write a php function this.


Comments

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -