我正在生成 word docx 。使用 phpword ,我想通过 URL 在我的docx文件中添加图像, url 链接在我的 SQL表中 >名称为 imageUrlPrint 的我如何打印图像?
我已经尝试过了,但是对我没有帮助!
$source = 'http://php.net/images/logos/php-med-trans-light.gif';
$section->addText("Remote image from: {$source}");
$section->addImage($source)