I need to generate a report PDF, with the following specifications:
$this->load->helper('mpdf');
$html = $this->load->view('relatorio/interessados_relatorio_impressao', $data=NULL, true);
pdf_create($html, 'interessados_relatorio_'...
asked by
17.08.2016 / 20:30