| 1665 | raphael | 1 | TCPDF - README
 | 
        
           |  |  | 2 | ============================================================
 | 
        
           |  |  | 3 |   | 
        
           |  |  | 4 | I WISH TO IMPROVE AND EXPAND TCPDF BUT I NEED YOUR SUPPORT.
 | 
        
           |  |  | 5 | PLEASE MAKE A DONATION:
 | 
        
           |  |  | 6 | http://sourceforge.net/donate/index.php?group_id=128076
 | 
        
           |  |  | 7 |   | 
        
           |  |  | 8 | ------------------------------------------------------------
 | 
        
           |  |  | 9 |   | 
        
           |  |  | 10 | Name: TCPDF
 | 
        
           |  |  | 11 | Version: 6.0.020
 | 
        
           |  |  | 12 | Release date: 2013-06-04
 | 
        
           |  |  | 13 | Author:	Nicola Asuni
 | 
        
           |  |  | 14 |   | 
        
           |  |  | 15 | Copyright (c) 2002-2013:
 | 
        
           |  |  | 16 | 	Nicola Asuni
 | 
        
           |  |  | 17 | 	Tecnick.com LTD
 | 
        
           |  |  | 18 | 	www.tecnick.com
 | 
        
           |  |  | 19 |   | 
        
           |  |  | 20 | URLs:
 | 
        
           |  |  | 21 | 	http://www.tcpdf.org
 | 
        
           |  |  | 22 | 	http://www.sourceforge.net/projects/tcpdf
 | 
        
           |  |  | 23 |   | 
        
           |  |  | 24 | Description:
 | 
        
           |  |  | 25 | 	TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
 | 
        
           |  |  | 26 | 	This library includes also a class to extract data from existing PDF documents and
 | 
        
           |  |  | 27 | 	classes to generate 1D and 2D barcodes in various formats.
 | 
        
           |  |  | 28 |   | 
        
           |  |  | 29 | Main Features:
 | 
        
           |  |  | 30 |     * no external libraries are required for the basic functions;
 | 
        
           |  |  | 31 |     * all standard page formats, custom page formats, custom margins and units of measure;
 | 
        
           |  |  | 32 |     * UTF-8 Unicode and Right-To-Left languages;
 | 
        
           |  |  | 33 |     * TrueTypeUnicode, OpenTypeUnicode v1, TrueType, OpenType v1, Type1 and CID-0 fonts;
 | 
        
           |  |  | 34 |     * font subsetting;
 | 
        
           |  |  | 35 |     * methods to publish some XHTML + CSS code, Javascript and Forms;
 | 
        
           |  |  | 36 |     * images, graphic (geometric figures) and transformation methods;
 | 
        
           |  |  | 37 |     * supports JPEG, PNG and SVG 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)
 | 
        
           |  |  | 38 |     * 1D and 2D barcodes: 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, Datamatrix, QR-Code, PDF417;
 | 
        
           |  |  | 39 |     * JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies;
 | 
        
           |  |  | 40 |     * automatic page header and footer management;
 | 
        
           |  |  | 41 |     * document encryption up to 256 bit and digital signature certifications;
 | 
        
           |  |  | 42 |     * transactions to UNDO commands;
 | 
        
           |  |  | 43 |     * PDF annotations, including links, text and file attachments;
 | 
        
           |  |  | 44 |     * text rendering modes (fill, stroke and clipping);
 | 
        
           |  |  | 45 |     * multiple columns mode;
 | 
        
           |  |  | 46 |     * no-write page regions;
 | 
        
           |  |  | 47 |     * bookmarks, named destinations and table of content;
 | 
        
           |  |  | 48 |     * text hyphenation;
 | 
        
           |  |  | 49 |     * text stretching and spacing (tracking);
 | 
        
           |  |  | 50 |     * automatic page break, line break and text alignments including justification;
 | 
        
           |  |  | 51 |     * automatic page numbering and page groups;
 | 
        
           |  |  | 52 |     * move and delete pages;
 | 
        
           |  |  | 53 |     * page compression (requires php-zlib extension);
 | 
        
           |  |  | 54 |     * XOBject Templates;
 | 
        
           |  |  | 55 | 	* Layers and object visibility.
 | 
        
           |  |  | 56 | 	* PDF/A-1b support.
 | 
        
           |  |  | 57 |   | 
        
           |  |  | 58 | Installation (full instructions on http:  www.tcpdf.org):
 | 
        
           |  |  | 59 | 	1. copy the folder on your Web server
 | 
        
           |  |  | 60 | 	2. set your installation path and other parameters on the config/tcpdf_config.php
 | 
        
           |  |  | 61 | 	3. call the examples/example_001.php page with your browser to see an example
 | 
        
           |  |  | 62 |   | 
        
           |  |  | 63 | Source Code Documentation:
 | 
        
           |  |  | 64 | 	http://www.tcpdf.org
 | 
        
           |  |  | 65 |   | 
        
           |  |  | 66 | Additional Documentation:
 | 
        
           |  |  | 67 | 	http://www.tcpdf.org
 | 
        
           |  |  | 68 |   | 
        
           |  |  | 69 | License
 | 
        
           |  |  | 70 | 	Copyright (C) 2002-2013  Nicola Asuni - Tecnick.com LTD
 | 
        
           |  |  | 71 |   | 
        
           |  |  | 72 | 	TCPDF is free software: you can redistribute it and/or modify it
 | 
        
           |  |  | 73 | 	under the terms of the GNU Lesser General Public License as
 | 
        
           |  |  | 74 | 	published by the Free Software Foundation, either version 3 of the
 | 
        
           |  |  | 75 | 	License, or (at your option) any later version.
 | 
        
           |  |  | 76 |   | 
        
           |  |  | 77 | 	TCPDF is distributed in the hope that it will be useful, but
 | 
        
           |  |  | 78 | 	WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
        
           |  |  | 79 | 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 | 
        
           |  |  | 80 | 	See the GNU Lesser General Public License for more details.
 | 
        
           |  |  | 81 |   | 
        
           |  |  | 82 | 	You should have received a copy of the License
 | 
        
           |  |  | 83 | 	along with TCPDF. If not, see
 | 
        
           |  |  | 84 | 	<http://www.tecnick.com/pagefiles/tcpdf/LICENSE.TXT>.
 | 
        
           |  |  | 85 |   | 
        
           |  |  | 86 | 	See LICENSE.TXT file for more information.
 | 
        
           |  |  | 87 |   | 
        
           |  |  | 88 | Third party fonts
 | 
        
           |  |  | 89 | 	This library may include third party font files released with different licenses.
 | 
        
           |  |  | 90 | 	These fonts are not required by TCPDF but have been included as you convenience.
 | 
        
           |  |  | 91 | 	The original TTF font files have been renamed for compatibility with TCPDF and compressed using the gzcompress PHP function that uses the ZLIB data format (.z files).
 | 
        
           |  |  | 92 | 	To get the original distribution archives please check the information on fonts subfolders:
 | 
        
           |  |  | 93 | 	 - DejaVu fonts 2.33 (Bitstream) - Copyright, License and other info: fonts/dejavu-fonts-ttf-2.33
 | 
        
           |  |  | 94 | 	 - GNU FreeFont (GNU-GPLv3) - Copyright, License and other info: fonts/freefont-20100919
 | 
        
           |  |  | 95 |   | 
        
           |  |  | 96 | ============================================================
 |