FPDF is a PHP class which allows generating PDF files with pure PHP, that is to say without using the PDFlib library.
Pros
- Simple and easy to use
- Lightweight
- Good support for basic PDF generation
Cons
- Less features compared to TCPDF
- Limited customization options