Added TCPDF PDF generation library.

TCPDF library for generating PDFs via PHP:
https://tcpdf.org/
This commit is contained in:
veganaize 2017-05-15 11:46:42 -07:00 committed by GitHub
parent 3da27b662f
commit 543edc64c3
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
* [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.
* [TCPDF](https://tcpdf.org/) - An open source PHP class for generating PDF documents.
## Office
*Libraries for working with office suite documents.*