Screenshots
Description
The R&OS Pdf class creates pdf documents using PHP, without installing any additional modules.
A base class "Cpdf.php" and a helper class "Cezpdf.php" to provide the document creation.
For further details, please refer to our Blog (https://sourceforge.net/p/pdf-php/blog/)
Categories
License
Update Notifications
User Ratings
User Reviews
-
Reliable and runs smoothly
-
I have using this for years, and it is very easy to use. Could be more powerful, but I hope development will restart.
-
wow great library for me,for developers. if anyone want to open pdf in browser , use this few lines, thanks again for owner of EZPDF. $pdfcode = $pdf->output(); header("Content-Type: application/pdf"); echo $pdfcode; ROSHAN . roshanocs gmail
-
very convenient tool to generate reports!
-
Awesome project, thank you for showing
-
I was using fpdf.php for some time now, but this seems 100 times better. Hopefully it is still maintained.