0

以下のコードでは、.pdf ファイルを正常にダウンロードしていますが、ファイルを開くと常にエラー メッセージが表示されます。これは私のコードです: include("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');      

みんな助けてください、事前に感謝します。

4

2 に答える 2