thomasb88
thomasb88
Last version of PHPWord is working on my 7.4 PHP environment (7.4.33 to be more precise). More, on https://github.com/PHPOffice/PHPWord, one can read "PHPWord requires the following: PHP 7.1+" It you...
I have a different environment than yours, but I made it work with `$textWithTags = "C8H10N4O2";` instead of `$textWithTags = "C8H10N4O2";` I suppose it is because in the readParagraph function,...
Perhaps because for OOXML, " A section is a grouping of paragraphs that have a specific set of properties used to define the pages on which the text will appear."...
You should debug parseImage on PhpWord\Shared\Html.php It seems the https://i.imgur.com/Pxh2zYA.jpg content can be downloaded to this part of code.