I can not read any .ppt file with latest version 1.0.0 of phpoffice/phppresentation. I use example ppt file from [here](https://file-examples.com/index.php/sample-documents-download/sample-ppt-file/). 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. ```