Skip to content
forked from Setasign/FPDF

FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.

License

Notifications You must be signed in to change notification settings

cuSTEMized/FPDF

 
 

Repository files navigation

FPDF

This is a repository with a modified version of FPDF suitable for CuSTEMized.

Please see http://www.fpdf.org/ for the official version of FPDF.

Installation with Composer

Include the following in your composer.json file:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/custemized/fpdf"
        }
    ],
    "require": {
        "setasign/fpdf": "dev-master"
    }
}

About

FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 62.6%
  • HTML 36.8%
  • CSS 0.6%