An open API service indexing awesome lists of open source software.

https://github.com/beastbytes/pdf-fpdf

Generate PDF documents using the FPDF library
https://github.com/beastbytes/pdf-fpdf

Last synced: about 1 year ago
JSON representation

Generate PDF documents using the FPDF library

Awesome Lists containing this project

README

          

# FPDF
PDF Generator using the [FPDF](http://www.fpdf.org/) library.

For license information check the [LICENSE](LICENSE.md) file.

## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run
```
composer require --prefer-dist beastbytes/pdf-fpdf
```
or add

```json
"beastbytes/pdf-fpdf": "~1.0.0"
```
to the `require` section of your composer.json.