Hi,
i got the error
[08-Mar-2021 16:09:53 Europe/Paris] PHP Warning: Undefined variable $descr in [...]/PhpDocx/classes/HTML2WordML.php on line 1455
[08-Mar-2021 16:09:53 Europe/Paris] PHP Warning: Undefined variable $descr in [...]/PhpDocx/classes/HTML2WordML.php on line 1457
where i use
require_once(__DIR__ . '/PhpDocx/classes/CreateDocx.php');
$docx = new CreateDocx();
$docx->embedHTML($html);
$cheminDocx = DIR_TMP . getUniqId();
$docx->createDocx($cheminDocx);
$html got the value
<p><img src="data:image/png;base64,[...]" alt="" width="321" height="320" />texte</p>
if the link is not dead, you can check the base64 on https://textup.fr/534353xg (it's just a duck meme, any base64 img would have the error)
I'm using Premium 11
Regards.