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.
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.