FPDI

Component ID

2211089

Component name

FPDI

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2959

Component created

Component changed

Component body

API module to include fpdi php library, see http://www.setasign.com/products/fpdi/about/

Instructions

  1. Download the module.
  2. Download the FPDI PHP library together with the FPDF_TPL library (http://www.setasign.com/products/fpdi/downloads/).
  3. Place them under sites/all/libraries/fpdi so that the file can be found under sites/all/libraries/fpdi/fpdi.php and sites/all/libraries/fpdi/fpdf_tpl.php.
  4. Enable the module.

Dependencies

This module does nothing by itself, it just provides the fpdi library so that other modules can use it.

You can load the library like this:

libraries_load('fpdi');