我有一个下面的代码,它成功下载.pdf文件,但是当我打开文件时,它总是显示错误消息。这是我的代码: 包括( “MPDF57 / mpdf.php”);
$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13);
$mpdf->SetDisplayMode('fullpage');
$mpdf->showImageErrors = true;
$mpdf->list_indent_first_level = 0; // 1 or 0 - whether to indent the first level of a list
$html='<html><head></head><body>Test</body></html>'; //Assign HTML HERE
$mpdf->WriteHTML($html);
$mpdf->Output('Certificate.pdf','D');
请帮助大家,先谢谢。
答案 0 :(得分:1)
使用标题(“Content-type:application / pdf”);
答案 1 :(得分:0)
试试这个..会帮助你......
http://stackoverflow.com/questions/9248510/working-with-pdf-in-php