jysperu/fpdf

This package is abandoned and no longer maintained. The author suggests using the tinyphp-class/jpdf package instead.

Based in http://www.fpdf.org/

1.86 2024-08-17 06:01 UTC

This package is auto-updated.

Last update: 2024-12-05 02:38:05 UTC


README

This source is base in v1.86 (25/06/2023) of www.fpdf.org
I just modified and fixed a little bit of code.

QUICK START WITH COMPOSER

composer require jysperu/fpdf

<?php
require_once '/path/to/vendor/autoload.php';