PhpOffice\PhpPresentation\Slide::setSlideLayout(): Argument #1 ($layout) must be of type PhpOffice\PhpPresentation\Slide\SlideLayout, false given, called in vendor/phpoffice/phppresentation/src/PhpPresentation/Slide.php on line 84
My code:
$presentation = IOFactory::load($filePath);
The file I'm using: This file converted to pptx using LibreOffice 24.2.6.2
I can't load a pptx file
I'm getting this error:
My code:
The file I'm using:
This file converted to pptx using LibreOffice 24.2.6.2