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.
我一直试图让图像在单元格中右对齐,但一直无法做到。
有问题的图像是一个变量,所以我不能简单地指定一个坐标,因为我永远无法知道图形的宽度。我也尝试过 MultiCell 中的“R”选项,但这似乎只适用于文本?
谢谢,乔恩
如果您正在加载图像,则可以在将图像绘制到页面之前使用 php捕获图像的宽度。然后只需从 .pdf 页面的宽度中减去该宽度即可“假”右对齐。