将网页导出为PDF(使用PHP)[重复]

This question already has an answer here:

I have a web form on my web site that I need to export to a PDF file. What is the best web to approach and do this?

My website is written in PHP. And I would like the exported PDF file to look exactly the same as how it looks on my website.

The CSS that I used are not anything over-the-top.

The form is about 2 pages in length if you convert it to a physical paper form.

Any suggestions or ideas would be greatly appreciated. Thanks!

</div>

Fpdf will help you to do what you asked..

http://www.fpdf.org/