How can I make a PDF file in PHP. What I want to make is a student list. So I want to query the database, get the information and give it to the user as a PDF when he clicks generate student list.
You have two good options first is the standard php library for manipulating pdf's: https://www.php.net/pdf
Or you can use http://www.fpdf.org/. I would recommend the second.
Other options include: www.pdflib.com
PEAR has the PEAR::File_PDF package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With