在 fpdf 中的图像上添加文本

发布于 2024-10-11 16:43:15 字数 189 浏览 7 评论 0原文

有没有办法在pdf中的图像上添加具有某些参数的文本?

该文本可以是例如

$pdf->Cell(0,260,''.$person["CA"],'C',0 ,1);

this: .$person["CA"] 我从 php 文件顶部的全局调用..但想知道它是否也可能。 ..??

有什么想法吗???

is there a way to add text with certain parameters over images in pdf?

can this text be for example

$pdf->Cell(0,260,''.$person["CA"],'C',0 ,1);

this: .$person["CA"] i called from a global in the top of the php file.. but would like to know if its possible too. ..??

any ideas???

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方的韩爷 2024-10-18 16:43:15

FPDF 中没有这样的内置函数,但这并不意味着您不能编写自己的例程来自动化该过程。像 FPDF 这样的库旨在提供基本功能供您扩展。

There's no such built-in function in FPDF, but that doesn't mean you can't write your own routine to automate the process. Libraries like FPDF are designed to provide base functionality for you to extend.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文