skip to Main Content

dompdf add to attachment Laravel

I wanted to save the pdf file in the laravel rather than download it so it can be attach when creating a mail. Cant seem to find a save function in the documentation. $document = new Dompdf($options); //echo $output; $document->loadHtml($html);…

VIEW QUESTION
Back To Top
Search