When I got this requirement for the first time, I honestly thought it would be very easy. I was like — “Okay, just take data from database, put it into a PDF, and done.” But when I actually started working…
Expand +Tag: generate pdf in codeigniter using fpdf library
How to Convert an Image to PDF in CodeIgniter using FPDF Library
Step 1: Download Fresh Codeigniter 3 Step 2: Download fpdf library Step 3: Create mypdf.php file in “application/libraries” Folder
Expand +