You are here

README.txt in FPDF 7

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.


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:
<?php
libraries_load('fpdf');
?>

File

README.txt
View source
  1. INSTRUCTIONS
  2. -------------
  3. Download the module.
  4. Download the fpdf php library (http://www.fpdf.org/).
  5. Place it under sites/all/libraries/fpdf so that the file can be found under sites/all/libraries/fpdf/fpdf.php.
  6. Enable the module.
  7. This module does nothing by itself, it just provides the fpdf library so that other modules can use it.
  8. You can load the library like this:
  9. libraries_load('fpdf');
  10. ?>