Merge pull request #600 from shadowhand/patch-4

Add Dompdf for working with PDF
This commit is contained in:
Jose Diaz-Gonzalez 2016-03-13 23:22:50 -04:00
commit 87d2f90bcc
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.*