FPDF is a PHP class which allows to generate PDF files with pure PHP
This commit is contained in:
Susanth K 2016-09-05 14:47:55 +05:30 committed by GitHub
parent d04c66a5f4
commit 0a27f8ad89

View File

@ -497,7 +497,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## PDF ## PDF
*Libraries and software for working with PDF files.* *Libraries and software for working with PDF files.*
* [FPDF](http://www.fpdf.org) - FPDF is a PHP class which allows to generate PDF files with pure PHP.
* [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter. * [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter.
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML. * [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library. * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.