I have a page which uses mPDF which when you run displays a PDF in the browser, it can also be saved from here as a PDF no problem. What I would like to happen is when the p
Try this:
$mpdf->Output('my_filename.pdf','D');
because:
D - means Download F - means File-save only
D
F