Como carregar fontes e dados externos no PDF com DomPDF?
I’m trying to generate pdfs with customer information. I’m using codeigniter. I set up the entire layout in a view already receiving customer data, but when I try to generate the PDF from this view with $html = view(‘Contracts/certificate’), the logo, the external css, the fonts and the fontawesome icon they don’t load. I saw that I would have to put ‘isRemoteEnabled’ => true for it to work, but when I add this option, the page keeps loading until it exceeds codeigniter’s 60-second request limit.