Open sinnbeck opened 2 months ago
I am adding images to a powerpoint and it was working fine in v1.0.
code
$imageFile = new File();
$imageFile->setPath($filePath)->setName(time());
$this->activeSlide->addShape($imageFile);
I'm having the same issue… has anyone found a solution?
Same problem, I am creating a powerpoint file with an image on each slide all was working corectly, when upgraded to 1.1 only a few slides had images the rest were broken when writing out to PowerPoint2007
I am adding images to a powerpoint and it was working fine in v1.0.
This is the code
Now after updating I just get an empty page with "Content"
It works if I use this, but I want to add them as drawing shapes