Open xiahe-debug opened 1 year ago
public function getTitle(){ $pptReader = IOFactory::createReader('PowerPoint2007');//reader ppt obj $oPHPPresentation = $pptReader->load('../storage/logs/11111.pptx'); $oSlide=$oPHPPresentation->getSlide(0); $oShapeCollection = $oSlide->getShapeCollection(); return $oShapeCollection[0]->getParagraphs()[0]->getRichTextElements()[0]->getText(); } 获取第一页标题时,报错 Call to undefined method PhpOffice\PhpPresentation\Shape\Drawing\Gd::getParagraphs()
@xiahe-debug Hi, Could you send me a sample file with error, please, for reproducing the bug ?
Call to undefined method PhpOffice\PhpPresentation\Shape\Drawing\Gd::getParagraphs()