rubricate / fpdf
This component is a fork of (FPDF - Free PDF) and in this project the original class has been renamed to (FilePdf). You can use it for any kind of use and modify it to suit your needs.
v3.0.0
2025-04-15 17:09 UTC
Requires
- php: >=8.0.0
- ext-gd: *
- ext-zlib: *
This package is not auto-updated.
Last update: 2025-04-15 20:38:01 UTC
README
FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free
FPDF has other benefits: high level functions. Here is a list of its main features:
- Choice of measure unit, page format and margins
- Page header and footer management
- Automatic page break
- Automatic line break and text justification
- Image support (JPEG, PNG and GIF)
- Colors
- Links
- TrueType, Type1 and encoding support
- Page compression
Last Version
$ composer require rubricate/fpdf
Original Version: v1.8.6:
$ composer require rubricate/fpdf:^1.8
Documentation is at https://rubricate.github.io/components/fpdf
Credits
- Olivier Plathey (Developer Creator)
- Estefanio N Santos (Developer)
- Jan Slabon (Developer)
- All Contributors (Let's program)
License
The MIT License (MIT). Please see License File for more information.