Level 17
By showing your code it may help solve your problem.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi there... I need to save pdf in my storage directory and also return stream of it...
$pdf->save(storage_path('app/public/invoice1.pdf')); return $pdf->stream();
Saves pdf in storage folder with correct font but in stream I get empty characters... If I don't save it, then it works fine... Any fixes? Thanks in advance
Please or to participate in this conversation.