How do I generate PDF files with PHP. php.net says that pdflib needs to be installed to use functions such as new_pdf ()
.
However, pdflib is not free and the lite version is not allowed for commercial use. I am confused. I would have thought PHP would have some built-in functionality to create PDF files.
How do I get through this as I do not want to use libraries such as fpdf, etc.?