PHP Classes

File: application/third_party/fpdf/install.txt

Recommend this page to a friend!
  Classes of harold rita   PHP Thesis Proposal Hub   application/third_party/fpdf/install.txt   Download  
File: application/third_party/fpdf/install.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Thesis Proposal Hub
Store and publish research thesis documents
Author: By
Last change:
Date: 6 years ago
Size: 547 bytes
 

Contents

Class file image Download
The FPDF library is made up of the following elements: - the main file, fpdf.php, which contains the class - the font definition files located in the font directory The font definition files are necessary as soon as you want to output some text in a document. If they are not accessible, the SetFont() method will produce the following error: FPDF error: Could not include font definition file Remarks: - Only the files corresponding to the fonts actually used are necessary - The tutorials provided in this package are ready to be executed