TCPDF 在 html 模板中写入自定义条形码
而不是在 action.class.php 中输入以下内容: $pdf->write1DBarcode('代码 39', 'C39', '', '', '', 18, 0.4, '', 'N');
我怎样才能定制它以便我可以将其写入模板中?
原因是当我必须在一页中印两次相同的条形码时...普通条形码只能在一页中印一次...请帮助我...我非常感谢它..:D
instead of type below in action.class.php :
$pdf->write1DBarcode('CODE 39', 'C39', '', '', '', 18, 0.4, '', 'N');
How can i make it custom so that i can write it in the template?
the reason is when i have to stamp the same barcode twice in one page...the normal barcode thing can only do it once in a page...please help me wth this...i kindly apreciated it..:D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 HTML 中编写 TCPDF 方法,如下所示。
详细参考请查看 TCPDF example_049.php
You can write TCPDF Methods in HTML as below
For detail reference please check TCPDF example_049.php