We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying out the example code: Sample_12_Reader_PowerPoint97.php when I received this exception:
[2015-07-29 05:50:38] local.ERROR: exception 'Exception' with message 'Feature not implemented (l.2044 : 0x88)' in /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php:2044 Stack trace: #0 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(1360): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->readRecordOfficeArtFOPT('\x0F\x00\xE8\x03\xCF\v\x00\x00\x01\x00\xE9\x03(\x00\x00...', 37268) #1 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(1624): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->readRecordOfficeArtSpContainer('\x0F\x00\xE8\x03\xCF\v\x00\x00\x01\x00\xE9\x03(\x00\x00...', 37244) #2 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(1729): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->readRecordOfficeArtSpgrContainer('\x0F\x00\xE8\x03\xCF\v\x00\x00\x01\x00\xE9\x03(\x00\x00...', 37188) #3 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(920): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->readRecordOfficeArtDgContainer('\x0F\x00\xE8\x03\xCF\v\x00\x00\x01\x00\xE9\x03(\x00\x00...', 37164) #4 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(2583): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->readRecordDrawingContainer('\x0F\x00\xE8\x03\xCF\v\x00\x00\x01\x00\xE9\x03(\x00\x00...', 37156) #5 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(614): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->readRecordSlideContainer('\x0F\x00\xE8\x03\xCF\v\x00\x00\x01\x00\xE9\x03(\x00\x00...', 37124) #6 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(433): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->loadPowerpointDocumentStream() #7 /home/vagrant/projects/lela/vendor/phpoffice/phppowerpoint/src/PhpPowerpoint/Reader/PowerPoint97.php(412): PhpOffice\PhpPowerpoint\Reader\PowerPoint97->loadFile('/home/vagrant/p...')
Background: I'm using Laravel 5 with Homestead. Please let me know if there's any other information that I can provide to help debug this issue.
The text was updated successfully, but these errors were encountered:
@shruti222patel Could you give us the version of PhpPowerpoint used and the file you try to read ? Thanks.
Sorry, something went wrong.
@Progi1984 "phpoffice/common": ">=0.1", "phpoffice/phppowerpoint": ">=0.4",
I was trying to read in a .ppt (PowerPoint97 compatible) file. I can't upload the file here. If you would like, I can email it to you.
@shruti222patel Is seems ok for the version.
Could you upload the file on Dropbox or any file sharing service, please ?
@shruti222patel PHPPowerPoint 0.6.0 has been released. I would like to solve your issue for 0.7.0. Could you answer to my question ?
@shruti222patel PhpPresentation 0.8.0 has been released. I would like to solve your issue for 0.9.0. Could you answer to my question ?
@shruti222patel PhpPresentation 0.9.0 has been released. I would like to solve your issue for 0.10.0. Could you answer to my question ?
No branches or pull requests
I was trying out the example code: Sample_12_Reader_PowerPoint97.php when I received this exception:
Background: I'm using Laravel 5 with Homestead. Please let me know if there's any other information that I can provide to help debug this issue.
The text was updated successfully, but these errors were encountered: