Commit 3c4200bfa9e85766835331064ae72205cd9f4cd6
1 parent
74b317f858
Exists in
master
fpdf_demo: adjusted some comments at the top of the script
Showing 1 changed file with 15 additions and 15 deletions Side-by-side Diff
fpdf_demo
View file @
3c4200b
... | ... | @@ -11,21 +11,21 @@ |
11 | 11 | */ |
12 | 12 | |
13 | 13 | /** |
14 | - * Links: | |
15 | - * - https://packagist.org/packages/itbz/fpdf | |
16 | - * - http://www.fpdf.org/ | |
17 | - * - http://www.fpdf.org/en/doc/index.php | |
18 | - * - http://www.fpdf.org/en/tutorial/index.php | |
19 | - * - http://www.fpdf.org/en/tutorial/tuto6.htm (Links and flowing text) | |
20 | - * - http://www.fpdf.org/en/script/index.php | |
21 | - * | |
22 | - * This script also requires FPDI to load PDF documents into memory | |
23 | - * - https://www.setasign.com/products/fpdi/about/ | |
24 | - * - https://www.setasign.com/products/fpdi/manual/#p-200 | |
25 | - * | |
26 | - * NOTE the line 'use fpdf\FPDF as FPDF;' needs to be added to the FPDI | |
27 | - * library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19, | |
28 | - * for FPDI to work | |
14 | + Links: | |
15 | + - https://packagist.org/packages/itbz/fpdf | |
16 | + - http://www.fpdf.org/ | |
17 | + - http://www.fpdf.org/en/doc/index.php | |
18 | + - http://www.fpdf.org/en/tutorial/index.php | |
19 | + - http://www.fpdf.org/en/tutorial/tuto6.htm (Links and flowing text) | |
20 | + - http://www.fpdf.org/en/script/index.php | |
21 | + | |
22 | + This script also requires FPDI to load PDF documents into memory | |
23 | + - https://www.setasign.com/products/fpdi/about/ | |
24 | + - https://www.setasign.com/products/fpdi/manual/#p-200 | |
25 | + | |
26 | + NOTE the line 'use fpdf\FPDF as FPDF;' needs to be added to the FPDI | |
27 | + library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19, | |
28 | + for FPDI to work | |
29 | 29 | */ |
30 | 30 | |
31 | 31 | $loader = require __DIR__ . '/vendor/autoload.php'; |