标签: mpdf
$pdfFilePath = "Agreement.pdf"; $this->load->library('M_pdf'); $this->m_pdf->pdf->WriteHTML($html); $this->m_pdf->pdf->Output($pdfFilePath, "I")