纠结,tcpdf专题系列问题,相信做完这个项目,想不掌握都难
顶部一条线怎么去掉???
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, $unit=’pt’, PDF_PAGE_FORMAT, true, ‘UTF-8’, false);
$pdf->AddPage();
$pdf->Image(‘./images/invoice/oxford-summer-school-logo.gif’, 40, 38,” , ”, ‘GIF’);
$pdf->SetXY(40,160);
$pdf->writeHTML(““.$invoice_type_value.”“);
$pdf->Output(‘example_039.pdf’, ‘I’);
——解决方案—————本文来源[email protected]搞@^&代*@码)网9搞代gaodaima码—–
加一句
$pdf->setPrintHeader(false);