From ad40be9047d92e299e6f20506c90d0f687ad5437 Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Tue, 31 Dec 2013 16:25:54 +1100 Subject: [PATCH] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d6392..b05f1ad 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md) for details.