cakephp 证书打印图像到 PDF 编写器并替换内容

发布于 2024-10-27 15:09:15 字数 223 浏览 3 评论 0原文

我的客户有预先打印的证书。现在,我们想要一个动态运行时证书打印选项,按照比赛日程安排到比赛安排中。

我在 .Net 人员帮助中看到的一个选项是,他们使用 PDF Writer 生成了扫描证书图像的 PDF,并创建了文本框,例如替换名称、txtName,然后将日期替换为 txtDate 等,以替换运行时的动态值。

然而,对于 PHP/CakePHP,任何想法,我们如何才能实现与我们的要求相同的逻辑。

My client have pre-printed certificates. Now, we want a dynamic run time certificate printing options as per matches schedules into the Match arranged.

One option I have seen at .Net guys help, they have generated PDF of scanned Certificate Image with PDF Writer and created textbox like to replace Name, txtName, then Date as txtDate etc for replacing dynamic values run time.

However with PHP/CakePHP, Any idea, how can we achieve the same logic with our requirement.

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

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

发布评论

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

评论(1

溺ぐ爱和你が 2024-11-03 15:09:15

您应该安装 tcpdf,并探索更多内容。

创建一个 pdf 模板,并将所有动态值替换为您的蛋糕值。

请参阅 tcpdf 示例中的背景图像。 http://www.tcpdf.org/examples.php [51]

You should install tcpdf, and explore more.

Create a template of pdf and all dynamic values replace with your cake values.

See image as background on tcpdf example. http://www.tcpdf.org/examples.php [51]

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