Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ppt reading

22 views
Skip to first unread message

puneetratan

unread,
Dec 20, 2009, 7:34:02 AM12/20/09
to
Hello All,
I am stuck with one problem, plz share your valuable suggestions to
me.
my problem is i need to read a ppt(power point ) file in php and after
that have to make the thumbnail image of every slide which is in ppt
file..

But still i am not able how to read ppt file in php.

i used this code , but it display something binary.

$myFile = $_SERVER['DOCUMENT_ROOT'].'test/test.ppt';
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo $theData;

0 new messages