How to Create PDF using DOMPDF in Codeigniter
In this topics, we will discus about how to create PDF using DOMPDF with Codeigniter Framework. We are going to use a third-party library called Dompdf that enables us to create PDFs and save them to the server or directly display them. Step 1: Create Librarie (application/libraries/Dompdf_gen.php) Step 2: Call Librarie in Controller Step 3: Controller Function […]