纠结了一天的转pdf有关问题,还是不行

WBOY
Release: 2016-06-13 13:43:12
Original
832 people have browsed it

纠结了一天的转pdf问题,还是不行
用谷歌转,可以,,但是背景样式丢失

用html2pdf转,可以,但是排列不具样式,背景倒有了,


纠结。。。。

------解决方案--------------------
按照公司项目的html转pdf的过往经验,历史脚步是这样地

html2pdf(table嵌套不支持,各种不支持) -> dompdf(使用方便,可引入css..) -> wkhtmltopdf命令行转换(webkit引擎,基本可以说chrome浏览器看到的效果,pdf就相应转成什么样)

但是距离客户的目标还有一些距离,需要微调。
------解决方案--------------------
使用tcpdf吧,支持html
------解决方案--------------------

探讨

引用:

按照公司项目的html转pdf的过往经验,历史脚步是这样地

html2pdf(table嵌套不支持,各种不支持) -> dompdf(使用方便,可引入css..) -> wkhtmltopdf命令行转换(webkit引擎,基本可以说chrome浏览器看到的效果,pdf就相应转成什么样)

但是距离客户的目标还有一些距离,需……

------解决方案--------------------
最近可能要用到相关解决方案,学习了。
问下dompdf和wkhtmltopdf的差距在哪呢。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!