Welcome Guest, Not a member yet? Register   Sign In
Download pdf file in browser Chrome com mPdf
#2

Have you tried this?
PHP Code:
$pdf $mpdf->Output('my-file.pdf''D')->setContentType('application/pdf'); 

And you should not use the return $pdf; part. As it should output to your browser, so just deleting that may help as well.
Reply


Messages In This Thread
RE: Download pdf file in browser Chrome com mPdf - by jreklund - 01-30-2020, 12:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB