Add Dompdf for working with PDF

A PHP-only alternative to WKHTMLToPDF.
This commit is contained in:
Woody Gilk 2016-03-13 21:51:00 -05:00
parent 2d9eaf3e1f
commit 01d65ebe26
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
* [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
* [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter.
## Office
*Libraries for working with office suite documents.*