Minggu, 03 November 2013

PHP Indonesia - Facebook: ada yang pernah nyoba pdf to text atau pdf to html...

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/ 
Learn Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
ada yang pernah nyoba pdf to text atau pdf to html...
Nov 3rd 2013, 14:56, by Muhammad Risky

Muhammad Risky 2:56pm Nov 3
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.. :)

Muhammad Risky 2:57pm Nov 3
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,,

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar