Commit bf138751d52fad0c29e62212c5438f9160b59258
1 parent
f979fca8a5
pdflib_demo: added PDFlib-specific links
Showing 1 changed file with 5 additions and 16 deletions Side-by-side Diff
pdflib_demo
View file @
bf13875
... | ... | @@ -3,30 +3,19 @@ |
3 | 3 | <?php |
4 | 4 | /** |
5 | 5 | * FILENAME: |
6 | - * tfpdf_demo | |
6 | + * pdflib_demo | |
7 | 7 | * |
8 | 8 | * DESCRIPTION: |
9 | - * Demonstration of the tFPDF PHP Library for generating PDF files | |
9 | + * Demonstration of the pdflib PHP Library for generating PDF files | |
10 | 10 | * |
11 | 11 | */ |
12 | 12 | |
13 | 13 | /** |
14 | 14 | Links: |
15 | - - https://packagist.org/packages/rev42/tfpdf | |
16 | - - https://packagist.org/packages/setasign/fpdi | |
17 | - - http://www.fpdf.org/ | |
18 | - - http://www.fpdf.org/en/doc/index.php | |
19 | - - http://www.fpdf.org/en/tutorial/index.php | |
20 | - - http://www.fpdf.org/en/tutorial/tuto6.htm (Links and flowing text) | |
21 | - - http://www.tcpdf.org/doc/code/classTCPDF-members.html | |
15 | + - https://www.pdflib.com/developer/technical-documentation/manuals/ | |
16 | + - https://www.pdflib.com/pdflib-cookbook/browse-all-topics/ | |
22 | 17 | |
23 | - This script also requires FPDI to load PDF documents into memory | |
24 | - - https://www.setasign.com/products/fpdi/about/ | |
25 | - - https://www.setasign.com/products/fpdi/manual/#p-200 | |
26 | - | |
27 | - NOTE the line 'use tFPDF as FPDF;' needs to be added to the FPDI | |
28 | - library, specifically in vendor/setasign/fpdi/fpdi_bridge.php, line 19, | |
29 | - for FPDI to work | |
18 | + PDFlib was loaded via a Homebrew package for working with this demo | |
30 | 19 | */ |
31 | 20 | |
32 | 21 | $loader = require __DIR__ . '/vendor/autoload.php'; |