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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -