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
- Host: GitHub
- URL: https://github.com/beastbytes/pdf-tcpfd
- Owner: beastbytes
- License: other
- Created: 2023-08-31T20:23:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T20:24:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T15:55:01.331Z (4 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.