From 0a27f8ad898cb2eb53a7c3ba92d99177c4680da6 Mon Sep 17 00:00:00 2001 From: Susanth K Date: Mon, 5 Sep 2016 14:47:55 +0530 Subject: [PATCH] FPDF FPDF is a PHP class which allows to generate PDF files with pure PHP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca56646..af424e8 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ## PDF *Libraries and software for working with PDF files.* - +* [FPDF](http://www.fpdf.org) - FPDF is a PHP class which allows to generate PDF files with pure PHP. * [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter. * [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.