Commit | Line | Data |
---|---|---|
5c386472 DW |
1 | FPDI |
2 | ================================== | |
3 | ||
4 | No changes from the upstream version have been made. Both FPDI and FPDF_TPL have | |
5 | been downloaded and unzipped to this directory. | |
6 | ||
7 | Information | |
8 | ----------- | |
9 | ||
10 | URL: http://www.setasign.de/products/pdf-php-solutions/fpdi/ | |
11 | Download from: http://www.setasign.de/products/pdf-php-solutions/fpdi/downloads | |
12 | Documentation: http://www.setasign.de/products/pdf-php-solutions/fpdi/manuals/ | |
13 | License: Apache Software License 2.0 | |
14 | ||
59d20e70 AG |
15 | Installation |
16 | ------------ | |
17 | 1) Download the latest version of fpdi from the url above. | |
18 | 2) Unzip the files into this directory. | |
19 | 3) Update mod/assign/feedback/editpdf/fpdi/fpdi_bridge.php (or the replacement file) to extend 'pdf' instead of 'TCPDF'. | |
20 | 4) Make a note below of any changes made. | |
21 | ||
22 | 2015/10/01 | |
23 | ---------- | |
24 | Updated to FPDI: 1.5.4 | |
25 | ||
26 | fpdi no longer uses fpdi2tcpdf_bridge.php this has been replaced with fpdi_bridge.php. | |
27 | fpdi_bridge.php has been modified to extend pdf (lib/pdflib.php) as was done with | |
28 | fpdi2tcpdf_bridge.php. | |
29 | ||
30 | Updated by Adrian Greeve (MDL-49515) | |
31 | ||
32 | ------------------ | |
33 | Previous versions: | |
34 | ||
5c386472 DW |
35 | FPDI: 1.4.4 |
36 | FPDF_TPL: 1.2.3 |