[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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: 11 TCPDF 12 13 Version: 14 4.3.005 15 16 Release date: 17 2008-11-25 18 19 Author: 20 Nicola Asuni 21 22 Copyright (c) 2001-2008: 23 Nicola Asuni 24 Tecnick.com s.r.l. 25 Via Della Pace, 11 26 09044 Quartucciu (CA) 27 ITALY 28 www.tecnick.com 29 30 URLs: 31 http://www.tcpdf.org 32 http://www.sourceforge.net/projects/tcpdf 33 34 Description: 35 TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions. 36 TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org). 37 38 Main Features: 39 // * no external libraries are required for the basic functions; 40 // * supports all ISO page formats; 41 // * supports UTF-8 Unicode and Right-To-Left languages; 42 // * supports document encryption; 43 // * includes methods to publish some XHTML code; 44 // * includes graphic (geometric) and transformation methods; 45 // * includes bookmarks; 46 // * includes Javascript and forms support; 47 // * includes a method to print various barcode formats; 48 // * supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts; 49 // * supports custom page formats, margins and units of measure; 50 // * includes methods for page header and footer management; 51 // * supports automatic page break; 52 // * supports automatic page numbering and page groups; 53 // * supports automatic line break and text justification; 54 // * supports JPEG and PNG images whitout GD library and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM; 55 // * supports stroke and clipping mode for text; 56 // * supports clipping masks; 57 // * supports Grayscale, RGB, CMYK, Spot colors and transparency; 58 // * supports links and annotations; 59 // * supports page compression (requires zlib extension); 60 // * supports PDF user's rights. 61 62 Installation (full instructions on http://www.tcpdf.org): 63 1. copy the folder on your Web server 64 2. set your installation path on the config/tcpdf_config.php 65 3. call the example/example_001.php page with your browser to see an example 66 67 Source Code Documentation: 68 doc/index.html 69 70 For Additional Documentation: 71 http://www.tcpdf.org 72 73 License 74 Copyright (C) 2002-2008 Nicola Asuni - Tecnick.com S.r.l. 75 76 This program is free software: you can redistribute it and/or modify 77 it under the terms of the GNU Lesser General Public License as published by 78 the Free Software Foundation, either version 2.1 of the License, or 79 (at your option) any later version. 80 81 This program is distributed in the hope that it will be useful, 82 but WITHOUT ANY WARRANTY; without even the implied warranty of 83 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 84 GNU Lesser General Public License for more details. 85 86 You should have received a copy of the GNU Lesser General Public License 87 along with this program. If not, see <http://www.gnu.org/licenses/>. 88 89 See LICENSE.TXT file for more information. 90 91 ============================================================
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |