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
- Host: GitHub
- URL: https://github.com/beastbytes/pdf-fpdf
- Owner: beastbytes
- License: other
- Created: 2023-08-31T20:22:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T20:22:18.000Z (over 2 years ago)
- Last Synced: 2025-02-03T15:55:01.334Z (about 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.