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.
我想使用 PDFLib 和 PHP 在一个框中垂直和水平居中图像。
我为此使用以下代码:
$p->fit_image($image, $xPos,$yPos,"boxsize={".$width." ".$height."} position={center center} fitmethod=clip showborder");
在我生成的 pdf 中显示的图像中心有些偏离(几厘米) PDFLib 如何计算图像的中心?
有没有可能,您期望 $xpos,$ypos 应该是图像的中心?fit_image() 的参数 x/y 是左下角的参考点。所以在这个(左下)点,图像将根据 boxsize、position 和 fitmethod 放置。
我在 PDFlib 9 API 参考的第 6.1 章表 6.1 中找到了以下内容:
fitbox 的左下角与参考点 (x, y) 重合