I'm trying to use HTML2PDF 4.03 with this code: <?php $content = "..."; # my HTML code require_once(dirname(__FILE__).'/html2pdf_v4.03/html2pdf.class.php'); ...
確定! 回上一頁