CakePHP 中的 TCPDF 奇怪问题
我在 CakePHP 中使用 TCPDF 生成 PDF 时遇到格式问题。
它没有显示确切的表格和信息。 div 结构与 HTML 中一样。
有谁知道它的解决方案吗?
提前致谢。
I am having a formatting issue with PDF generation with TCPDF in CakePHP.
It doesn't show the exact table & div structure as there in HTML.
Does anyone know the solution for it?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通过使用 tcpdf 的
cell
和multicell
功能更改代码以将 html 清理为 tcpdf 格式,找到了解决方案。参考:http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/" onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/
I found my solution by changing my code to clean html into the tcpdf format means by using
cell
andmulticell
function of tcpdf.Refrence : http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/
我发送给您的代码用于创建 xls 文件,您只需更改其中的一些标头参数即可。
只需将此代码放在 html 文件的头部,它就会强制您自动下载。但是根据 pdf 文件更改头部
Code that i m sending u is for creating xls file and u just need to change some header prameter in it.
Just put this code in the head of your html file and it will force u to download automatically.But change the header according to pdf file