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

karimali1337's avatar

DOMPDF doesn't read CSS

i'm using dompdf to export PDFs, but when i export the pdf it return without the styling.

here's the exporting code

        $pdf = PDF::loadView('components.export-pdf-component',['transaction'=> $transaction,'calculations'=>$calculations,'address' => $address]);
        return $pdf->download('sample.pdf');
0 likes
0 replies

Please or to participate in this conversation.