From 543edc64c3fa6c76a6e7c1ed448499b8c5de5fff Mon Sep 17 00:00:00 2001 From: veganaize Date: Mon, 15 May 2017 11:46:42 -0700 Subject: [PATCH] Added TCPDF PDF generation library. TCPDF library for generating PDFs via PHP: https://tcpdf.org/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f77c252..c05e1c4 100644 --- a/README.md +++ b/README.md @@ -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.*