-
Notifications
You must be signed in to change notification settings - Fork 529
Load error with ppt file. #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For reading PPT files, require_once('/home/user/widget/ppp/Autoloader.php');
\PhpOffice\PhpPowerpoint\Autoloader::register();
$oReaderPPT = \PhpOffice\PhpPowerpoint\IOFactory::createReader('PowerPoint97');
$pptfile = '/home/user/upload/title.ppt';
$r = $oReaderPPT->load($pptfile); If you have errors for reading your PPT file, could you send us ? For reading PPTX files, |
Ok Thank you. |
@imredcat Dropbox, or any file sharing systems |
@Progi1984 |
Progi1984
added a commit
that referenced
this issue
Jul 1, 2015
…mproving evolutions - @Progi1984 GH-110
@imredcat Fixed in the develop branch ;) |
Progi1984
added a commit
that referenced
this issue
Jul 1, 2015
…mproving evolutions - @Progi1984 GH-110
Progi1984
added a commit
that referenced
this issue
Jul 1, 2015
…improving evolutions - @Progi1984 GH-110
Progi1984
added a commit
that referenced
this issue
Jul 2, 2015
…mproving evolutions - @Progi1984 GH-110
Progi1984
added a commit
that referenced
this issue
Jul 2, 2015
Progi1984
added a commit
that referenced
this issue
Jul 6, 2015
…mproving evolutions - @Progi1984 GH-110 Fixes some Scrutinizer CI issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is my code but get error.
ERROR :
So I changed Shared/OLERead.php to Common/src/Common/Microsoft/OLERead.php
I get error such follow
How Can I load ppt(x) files?
Please give my the way! TT
I use 0.3.0 version and requirement check is all passed,
php ver 5.3
The text was updated successfully, but these errors were encountered: