From 19c1d0c87b48f32f24a293e13604a636ceab177d Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 23 Dec 2016 15:20:44 +0530 Subject: Initial commit --- pdf/fpdf/install.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 pdf/fpdf/install.txt (limited to 'pdf/fpdf/install.txt') diff --git a/pdf/fpdf/install.txt b/pdf/fpdf/install.txt new file mode 100755 index 0000000..73ded64 --- /dev/null +++ b/pdf/fpdf/install.txt @@ -0,0 +1,15 @@ +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 -- cgit