Commit 28c9cdc976dd4b8e79849f46eb5224aef9494bd2

Authored by Brian Manning
1 parent 342e12266b
Exists in master

tfpdf_demo: updated links to docs/examples

Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff

... ... @@ -17,7 +17,9 @@
17 17 - http://www.fpdf.org/
18 18 - http://www.fpdf.org/en/doc/index.php
19 19 - http://www.fpdf.org/en/tutorial/index.php
  20 + - http://www.fpdf.org/en/tutorial/tuto5.htm (Tables)
20 21 - http://www.fpdf.org/en/tutorial/tuto6.htm (Links and flowing text)
  22 + - http://www.fpdf.org/en/script/script92.php (Documentation of UTF-8 script)
21 23  
22 24 This script also requires FPDI to load PDF documents into memory
23 25 - https://www.setasign.com/products/fpdi/about/
... ... @@ -26,6 +28,13 @@
26 28 NOTE the line 'use tFPDF as FPDF;' needs to be added to the FPDI
27 29 library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19,
28 30 for FPDI to work
  31 +
  32 + Extra scripts that might come in handy:
  33 + - Bookmarks - http://www.fpdf.org/en/script/script1.php
  34 + - Table with MultiCells - http://www.fpdf.org/en/script/script3.php
  35 + - Rounded Rectangles - http://www.fpdf.org/en/script/script35.php
  36 + - Table of Contents - http://www.fpdf.org/en/script/script73.php
  37 +
29 38 */
30 39  
31 40 $loader = require __DIR__ . '/vendor/autoload.php';