You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try it again ,if i use section container the images can insert into document,but i use cell container the image only a blank without picture,the php had aready turn on the GD library.
Describe the bug and add attachments
i check the document ,images file is not in the word zip file.
Expected behavior
why the image is not in file,the path is correct.
Steps to reproduce
`foreach ($sceneCheckList as $item) {
$table->addRow();
$table->addCell(200)->addText($row_total++);
//$table->addCell(2000)->addText($item['picUrl']);
// 第二列:插入图片
$picUrlAry=explode(',',$item['picUrl']);
PHPWord version(s) where the bug happened
3
PHP version(s) where the bug happened
7.4.3
Priority
The text was updated successfully, but these errors were encountered: