function($file = 'MyPDF.pdf') { $this->pdf->Output($file, \Mpdf\Output\Destination::INLINE); die(); } }