php - HTML table to pdf -
i generating class schedule out of sql queries concerning more 1 tables database. schedule displayed in html table on web page, along there 1 line details schedule besides table. want user able print information/ save in pdf format. how able ? i think php or html code not necessary answering this. thank in advance.. use tcpdf include("tcpdf.php"); $html = "html code"; $pdf = new tcpdf(); $pdf->addpage(); $pdf->writehtml($html)