2017-05-26 27 views

回答

0

使用本html2pdf

basic usage

$html2pdf = new \Spipu\Html2Pdf\Html2Pdf('P', 'A4', 'en'); 
$html2pdf->writeHTML('<h1>HelloWorld</h1>This is my first test'); 
$html2pdf->output(); 
相关问题