CakePHP 中的 TCPDF 奇怪问题

发布于 2024-10-30 13:58:32 字数 119 浏览 0 评论 0原文

我在 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 技术交流群。

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

发布评论

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

评论(2

萌化 2024-11-06 13:58:32

我通过使用 tcpdf 的 cellmulticell 功能更改代码以将 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 and multicell function of tcpdf.

Refrence : http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/

﹏雨一样淡蓝的深情 2024-11-06 13:58:32

我发送给您的代码用于创建 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

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