camilord/xfpdf

Extended FPDF include FPDF, FPDF Protection, HTML2PDF, etc

1.0.19 2022-06-12 22:23 UTC

This package is auto-updated.

Last update: 2024-04-30 00:45:21 UTC


README

I created this package so that I don't need to include to my project.

Credits to FPDF developers.

Usage:

Add this to your project's composer.json...

{
    "require": {
        "camilord/xfpdf": "1.*"
    }
}

Usage:


$pdf = new XFPDF_CORE();

use camilord/xfpdf/XFPDF_CORE;

class myPDF extends XFPDF_CORE {
   
}

Full sample codes, see sample.php