Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我插入这样的图像:
->addImage('https://image.png',array('alignment' => 'center','marginTop'=>5000,'wrappingStyle'=>'behind'));
我想从他的顶部元素中边缘顶部这个图像。
实际上这个边距不起作用,我不知道为什么
好的,我使用以下代码解决了:
$portada->addImage('image',array('alignment' => 'center','wrappingStyle'=>'behind'));