且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用PHP将HTML + CSS转换为PDF?

更新时间:2023-02-23 11:30:24

Have a look at PrinceXML.

It's definitely the best HTML/CSS to PDF converter out there, although it's not free (But hey, your programming might not be free either, so if it saves you 10 hours of work, you're home free (since you also need to take into account that the alternative solutions will require you to setup a dedicated server with the right software)

Oh yeah, did I mention that this is the first (and probably only) HTML2PDF solution that does full ACID2 ?

PrinceXML Samples

Footnote: Please note that this answer was written in 2009 and it might not be the most cost-effective solution today in 2017. Browsers and other open source renderers have become a lot better at this than they were back then.