File: install.txt

package info (click to toggle)
php-fpdf 3%3A1.8.1.dfsg-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 772 kB
  • ctags: 967
  • sloc: php: 3,243; makefile: 48; sh: 5
file content (15 lines) | stat: -rwxr-xr-x 562 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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