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.*
@ -622,4 +623,4 @@ Various resources, such as books, websites and articles, for improving your PHP
* Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
# Contributing
Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md) for details.
Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md) for details.