]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/tcpdf/README.TXT
Release 6.5.0
[Github/sugarcrm.git] / include / tcpdf / README.TXT
1 TCPDF - README
2 ============================================================
3
4 IF YOU'D LIKE TO SUPPORT TCPDF, PLEASE CONSIDER MAKING A 
5 DONATION: 
6 http://sourceforge.net/donate/index.php?group_id=128076
7
8 ------------------------------------------------------------
9
10 Name: TCPDF
11 Version: 4.6.013
12 Release date: 2009-05-28
13 Author: Nicola Asuni 
14         
15 Copyright (c) 2001-2009:
16         Nicola Asuni
17         Tecnick.com s.r.l.
18         Via Della Pace, 11
19         09044 Quartucciu (CA)
20         ITALY
21         www.tecnick.com
22         
23 URLs:
24         http://www.tcpdf.org
25         http://www.sourceforge.net/projects/tcpdf
26         
27 Description:
28         TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
29         TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org).
30         
31 Main Features:
32 //  * no external libraries are required for the basic functions;
33 //      * supports all ISO page formats;
34 //      * supports custom page formats, margins and units of measure;
35 //      * supports UTF-8 Unicode and Right-To-Left languages;
36 //      * supports TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
37 //      * supports document encryption;
38 //      * includes methods to publish some XHTML code;
39 //      * includes graphic (geometric) and transformation methods;
40 //      * includes Javascript and forms support;
41 //      * includes a method to print various barcode formats: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS;
42 //      * includes methods to set Bookmarks and print a Table of Content;
43 //      * includes methods to move and delete pages;
44 //      * includes methods for automatic page header and footer management;
45 //      * supports automatic page break;
46 //      * supports automatic page numbering and page groups;
47 //      * supports automatic line break and text justification;
48 //      * supports JPEG and PNG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
49 //      * supports stroke and clipping mode for text;
50 //      * supports clipping masks;
51 //      * supports Grayscale, RGB, CMYK, Spot Colors and Transparencies;
52 //      * supports several annotations, including links, text and file attachments;
53 //      * supports page compression (requires zlib extension);
54 //  * supports text hyphenation.
55 //  * supports transactions to UNDO commands.
56
57 Installation (full instructions on http://www.tcpdf.org):
58         1. copy the folder on your Web server
59         2. set your installation path and other parameters on the config/tcpdf_config.php
60         3. call the example/example_001.php page with your browser to see an example
61
62 Source Code Documentation:
63         doc/index.html
64         
65 For Additional Documentation:
66         http://www.tcpdf.org
67
68 License
69         Copyright (C) 2002-2009  Nicola Asuni - Tecnick.com S.r.l.
70         
71         This program is free software: you can redistribute it and/or modify
72         it under the terms of the GNU Lesser General Public License as published by
73         the Free Software Foundation, either version 2.1 of the License, or
74         (at your option) any later version.
75         
76         This program is distributed in the hope that it will be useful,
77         but WITHOUT ANY WARRANTY; without even the implied warranty of
78         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
79         GNU Lesser General Public License for more details.
80         
81         You should have received a copy of the GNU Lesser General Public License
82         along with this program.  If not, see <http://www.gnu.org/licenses/>.
83         
84         See LICENSE.TXT file for more information.
85         
86 ============================================================