PHP Indonesia - Facebook | PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ | |
|
ada yang pernah nyoba pdf to text atau pdf to html... Nov 3rd 2013, 14:56, by Muhammad Risky | ada yang pernah nyoba pdf to text atau pdf to html atau yang menggunakan xpdf,, mau nanya dong,
knpa gag berhasil ya..
$filename = asset('contents/tes.pdf'); $com = shell_exec(asset('xpdf/bin64/pdftotext').$filename.' '); $read = strtok ($filename,"."); $testfile = "$read.txt"; $file = fopen($testfile,"r"); if (filesize($testfile)==0){} else{ $text = fread($file,filesize($testfile)); fclose($file); }
mohon bantuan nya.. :) |
| | error nya ini " fopen(/muamalat/public/contents/tes.txt): failed to open stream: No such file or directory " file tes.txt nya gag ada,, hasil convert nya gag ada,, | | |
|
Tidak ada komentar:
Posting Komentar