You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to get properties of presentation documents.
$phpOffice = IOFactory::load($fullPath)
It stops on the PowerPoint97 reader with this error :
The file is not in the format supported by class PhpOffice\PhpPresentation\Reader\PowerPoint97
It has to test every ReaderInterface defined in PhpPresentation\IOFactory.php private static $autoResolveClasses = ['Serialized', 'ODPresentation', 'PowerPoint97', 'PowerPoint2007'];
before falling in error.
The text was updated successfully, but these errors were encountered:
toto975
changed the title
Automatic ReaderInterface resolution strops before testing all interface
Automatic ReaderInterface resolution stops before testing all interface
Sep 4, 2024
I try to get properties of presentation documents.
$phpOffice = IOFactory::load($fullPath)
It stops on the PowerPoint97 reader with this error :
The file is not in the format supported by class PhpOffice\PhpPresentation\Reader\PowerPoint97
It has to test every ReaderInterface defined in PhpPresentation\IOFactory.php
private static $autoResolveClasses = ['Serialized', 'ODPresentation', 'PowerPoint97', 'PowerPoint2007'];
before falling in error.
The text was updated successfully, but these errors were encountered: