Good morning,
I am trying to generate a pdf file through the DOMPDF library, using html and css.
$dompdf = new Dompdf();
$dompdf->loadHtml(utf8_decode($this->load->view('facturas/factura', $data, true)));
$dompdf->setPaper('A4',...
asked by
21.03.2017 / 12:48