Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

battlecry11's avatar

DOMPDF Custom font issue while returning $pdf->stream()

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

0 likes
1 reply
putera's avatar

By showing your code it may help solve your problem.

Please or to participate in this conversation.