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

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

Generate PDF documents using the TCPDF library
https://github.com/beastbytes/pdf-tcpfd

Last synced: 2 months ago
JSON representation

Generate PDF documents using the TCPDF library

Awesome Lists containing this project

README

        

# PDF-TCPDF
PDF Generator using the [TCPDF](https://www.tcpdf.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-tcpdf
```
or add

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