如何使用图形和表格生成pdf?

I have an html page with reports on graphs and tables. Graphs - morris.js and Tables - bootstrapTable(library). I need to generate pdf file on php and allow users to download it from server. How can I do that?

Try the fpdf library, it helps with creating tables, not sure about graphs

http://www.fpdf.org/

I an project i have used HTML2PDF to generate PDF with tables an nice layout. Try it http://html2pdf.fr/en/default

wkhtmltopdf is my favorite. It uses a webkit engine thus it is perfect with html to pdf conversion.