Skip to content
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

Cannot read .ppt file (PowerPoint97): The feature is not implemented. Please create an issue. #762

Open
flyke opened this issue Oct 9, 2023 · 0 comments

Comments

@flyke
Copy link

flyke commented Oct 9, 2023

I can not read any .ppt file with latest version 1.0.0 of phpoffice/phppresentation.
I use example ppt file from here.

This code:

$pptReader = IOFactory::createReader('PowerPoint97');
$presentation = $pptReader->load('file_example_ppt_500kb_1.ppt');

Results in error:

The feature is not implemented. Please create an issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant