cakephp 证书打印图像到 PDF 编写器并替换内容
我的客户有预先打印的证书。现在,我们想要一个动态运行时证书打印选项,按照比赛日程安排到比赛安排中。
我在 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该安装 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]