Open dewaruccii opened 1 year ago
@dewaruccii Informations are missing. Could you send me the code for the présentation ?
@Progi1984 I can replicate for sure the issue with loading + saving. I assume it's just something not handled by the library.
Here is a sample presentation which you can use as a sample test one.
Populated-Text-A4-Landscape.pptx
All I've got is a simple reader, then a writer
$pptReader = IOFactory::createReader('PowerPoint2007');
$oPHPPresentation = $pptReader->load('sample.pdf');
$xmlWriter = IOFactory::createWriter($oPHPPresentation, 'PowerPoint2007');
$xmlWriter->save('export.pptx');
Export looks something like below.
Need #490
Error in write , please help