Added PHPPdf

A really good PDF generation library that has no additional dependencies. It doesn't rely on WKHTMLToPDF. It uses XML instead of HTML.
This commit is contained in:
Roger Qiu 2013-12-31 16:25:54 +11:00
parent 86bc1d0349
commit ad40be9047

View File

@ -320,6 +320,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A XML to PDF/JPEG/PNG library.
## ORM and Datamapping
*Libraries that implement object-relational mapping or datamapping techniques.*