summaryrefslogtreecommitdiff
path: root/pdf/fpdf/install.txt
diff options
context:
space:
mode:
authorSashi202021-02-09 12:33:49 +0530
committerSashi202021-02-09 12:33:49 +0530
commit87eb26bc3f01e98c948205eca6ff302903cc5b3e (patch)
treecfe3e746246d347b1593ed7db4cffdb276d5f2a1 /pdf/fpdf/install.txt
parent3407292c7c0696919fe74293a07f5dc529264b79 (diff)
downloadr_lab_migration-87eb26bc3f01e98c948205eca6ff302903cc5b3e.tar.gz
r_lab_migration-87eb26bc3f01e98c948205eca6ff302903cc5b3e.tar.bz2
r_lab_migration-87eb26bc3f01e98c948205eca6ff302903cc5b3e.zip
Add certificate forms
Diffstat (limited to 'pdf/fpdf/install.txt')
-rwxr-xr-xpdf/fpdf/install.txt15
1 files changed, 15 insertions, 0 deletions
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