PHPOffice / PHPPresentation

A pure PHP library for reading and writing presentations documents
https://phpoffice.github.io/PHPPresentation
Other
1.31k stars 523 forks source link

Can't read pptx, src/PhpPresentation/Reader/PowerPoint2007, Argument #1 ($pValue) must be of type int, float given #738

Closed zose43 closed 3 months ago

zose43 commented 1 year ago

Function setSize must be take an int, but more often it takes a floating number

$oRTParagraph->getFont()->setSize($oElementLvlDefRPR->getAttribute('sz') / 100);