| 1 |
TCPDF - README
|
| 2 |
============================================================
|
| 3 |
|
| 4 |
Name:
|
| 5 |
TCPDF
|
| 6 |
|
| 7 |
Version:
|
| 8 |
2.9.000
|
| 9 |
|
| 10 |
Release date:
|
| 11 |
2008-03-26
|
| 12 |
|
| 13 |
Author:
|
| 14 |
Nicola Asuni
|
| 15 |
|
| 16 |
Copyright (c) 2001-2008:
|
| 17 |
Nicola Asuni
|
| 18 |
Tecnick.com s.r.l.
|
| 19 |
Via Della Pace, 11
|
| 20 |
09044 Quartucciu (CA)
|
| 21 |
ITALY
|
| 22 |
www.tecnick.com
|
| 23 |
|
| 24 |
URLs:
|
| 25 |
http://www.tcpdf.org
|
| 26 |
http://tcpdf.sourceforge.net/
|
| 27 |
|
| 28 |
Description:
|
| 29 |
TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
|
| 30 |
TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org).
|
| 31 |
|
| 32 |
Main Features:
|
| 33 |
* no external libraries are required for the basic functions;
|
| 34 |
* supports all ISO page formats;
|
| 35 |
* supports UTF-8 Unicode and Right-To-Left languages;
|
| 36 |
* supports document encryption;
|
| 37 |
* includes methods to publish some xhtml code;
|
| 38 |
* includes graphic and transformation methods;
|
| 39 |
* includes bookmarks;
|
| 40 |
* includes Javascript and forms support;
|
| 41 |
* includes a method to print various barcode formats (requires GD library);
|
| 42 |
* supports TrueTypeUnicode, TrueType, Type1 and encoding;
|
| 43 |
* supports custom page formats, margins and units of measure;
|
| 44 |
* includes methods for page header and footer management;
|
| 45 |
* supports automatic page break;
|
| 46 |
* supports automatic page numbering;
|
| 47 |
* supports automatic line break and text justification;
|
| 48 |
* supports JPEG, PNG anf GIF images;
|
| 49 |
* supports colors;
|
| 50 |
* supports links;
|
| 51 |
* supports page compression (requires zlib extension);
|
| 52 |
* supports PDF user's rights.
|
| 53 |
|
| 54 |
Installation (full instructions on http://www.tcpdf.org):
|
| 55 |
1. copy the folder on your Web server
|
| 56 |
2. set your installation path on the config/tcpdf_config.php
|
| 57 |
3. call the example_001.php page with your browser to see an example
|
| 58 |
|
| 59 |
Source Code Documentation:
|
| 60 |
doc/index.html
|
| 61 |
|
| 62 |
For Additional Documentation check:
|
| 63 |
http://www.tcpdf.org
|
| 64 |
|
| 65 |
License
|
| 66 |
GNU LESSER GENERAL PUBLIC LICENSE v.2.1
|
| 67 |
http://www.gnu.org/copyleft/lesser.html
|
| 68 |
============================================================
|