Home » Education » Generate Dynamic PDF using TCPDF

Generate Dynamic PDF using TCPDF

Written By Knowledge Thrusters on Saturday, Nov 06, 2021 | 02:30 PM

 
In this php video tutorial, you will be able to create dynamic pdf using tcpdf Generate dynamic pdf using tcpdf Steps: 1. Download tcpdf 2. Include tcpdf zip in your helper folder 3. unzip it and rename it to tcpdf 4. then in your controller, require tcpdf.php file 5. then create new pdf document 6. then write your html code and pass to pdf writehtml function 7. at last output the pdf as inline to the browser (I) Documentation: https://tcpdf.org/ #tcpdf #knowledgethrusters