diff --git a/tfpdf_demo b/tfpdf_demo index 9e217d9..afaf31e 100755 --- a/tfpdf_demo +++ b/tfpdf_demo @@ -17,7 +17,9 @@ - http://www.fpdf.org/ - http://www.fpdf.org/en/doc/index.php - http://www.fpdf.org/en/tutorial/index.php + - http://www.fpdf.org/en/tutorial/tuto5.htm (Tables) - http://www.fpdf.org/en/tutorial/tuto6.htm (Links and flowing text) + - http://www.fpdf.org/en/script/script92.php (Documentation of UTF-8 script) This script also requires FPDI to load PDF documents into memory - https://www.setasign.com/products/fpdi/about/ @@ -26,6 +28,13 @@ NOTE the line 'use tFPDF as FPDF;' needs to be added to the FPDI library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19, for FPDI to work + + Extra scripts that might come in handy: + - Bookmarks - http://www.fpdf.org/en/script/script1.php + - Table with MultiCells - http://www.fpdf.org/en/script/script3.php + - Rounded Rectangles - http://www.fpdf.org/en/script/script35.php + - Table of Contents - http://www.fpdf.org/en/script/script73.php + */ $loader = require __DIR__ . '/vendor/autoload.php';