FPDF

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

  1. Download the module.
  2. Download the fpdf php library (http://www.fpdf.org/).
  3. Place it under sites/all/libraries/fpdf so that the file can be found under sites/all/libraries/fpdf/fpdf.php.
  4. 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');