From 3c4200bfa9e85766835331064ae72205cd9f4cd6 Mon Sep 17 00:00:00 2001 From: Brian Manning <bdmanning@ucsd.edu> Date: Wed, 20 Apr 2016 11:27:13 -0700 Subject: [PATCH] fpdf_demo: adjusted some comments at the top of the script --- fpdf_demo | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/fpdf_demo b/fpdf_demo index dabef20..9d4cde4 100755 --- a/fpdf_demo +++ b/fpdf_demo @@ -11,21 +11,21 @@ */ /** - * Links: - * - https://packagist.org/packages/itbz/fpdf - * - 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/tuto6.htm (Links and flowing text) - * - http://www.fpdf.org/en/script/index.php - * - * This script also requires FPDI to load PDF documents into memory - * - https://www.setasign.com/products/fpdi/about/ - * - https://www.setasign.com/products/fpdi/manual/#p-200 - * - * NOTE the line 'use fpdf\FPDF as FPDF;' needs to be added to the FPDI - * library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19, - * for FPDI to work + Links: + - https://packagist.org/packages/itbz/fpdf + - 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/tuto6.htm (Links and flowing text) + - http://www.fpdf.org/en/script/index.php + + This script also requires FPDI to load PDF documents into memory + - https://www.setasign.com/products/fpdi/about/ + - https://www.setasign.com/products/fpdi/manual/#p-200 + + NOTE the line 'use fpdf\FPDF as FPDF;' needs to be added to the FPDI + library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19, + for FPDI to work */ $loader = require __DIR__ . '/vendor/autoload.php'; -- 1.9.1