FPDF
Categories
Component ID
2211069
Component name
FPDF
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
3990
Component created
Component changed
Component body
API module to include fpdf php library, see http://www.fpdf.org/
Instructions
- Download the module.
- Download the fpdf php library (http://www.fpdf.org/).
- Place it under sites/all/libraries/fpdf so that the file can be found under sites/all/libraries/fpdf/fpdf.php.
- Enable the module.
Dependencies
This module does nothing by itself, it just provides the fpdf library so that other modules can use it.
You can load the library like this:
libraries_load('fpdf');
