How to convert html to pdf or image using Javascript or PHP

Possible Duplicate:
Convert HTML + CSS to PDF with PHP?

How to convert current html rendered in browser

to an image or pdf (so later on i can convert it to image),

using javascript (canvas or anything) or php?

what are the alternative solution?


If you want to generate PDF of HTML+CSS through PHP then There is TCPDF for generating PDF from HTML + CSS.

TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF Supports UTF-8, Unicode, RTL languages, XHTML, Javascript, digital signatures, barcodes and much more.


For PDF conversion, it will help you.

dompdf: HTML to PDF Converter


使用FPDF创建pdf im-php库,如果你有一个选项可以用它来做...

链接地址: http://www.djcxy.com/p/15590.html

上一篇: 我怎样才能从html5 + css3创建一个PDF文件?

下一篇: 如何使用Javascript或PHP将html转换为pdf或图像