Level 53
use Barryvdh\DomPDF\Facade as PDF;
//...
$pdf = PDF::loadView('pdf.invoice', $data);
return $pdf->download('invoice.pdf');
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello i have an invoice made with html5 template is there a way to download it as pdf
i used mpdf dompdf nothing worked
now i'm using window.print()
but i want it as pdf
thank you
Please or to participate in this conversation.