【发布时间】:2019-08-18 21:41:30
【问题描述】:
我在一个盒子上的现有 pdf 叠加层上添加图像。
这是我的代码
$sign .= '<img style="height:'.$coordinates_eqv[4].'px;width:'.$coordinates_eqv[3].'px;margin-left:'.$coordinates_eqv[1].'px;margin-top:'.$coordinates_eqv[2].'px;position:relative;z-index:99" src="'.$sign_attach.'">';
$pdf->WriteHTML($sign);
$pdf->UseTemplate($import_page);
$pdf->Output($output_file,'I');
但问题是,当 pdf 创建我的图像时,我的图像会隐藏在它没有出现在盒子上的内容后面,它会隐藏在盒子后面。
请帮我解决这个问题
Thanx 进阶
【问题讨论】:
-
有人在吗?????