Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / libraries / tcpdf / README
blob84e413c2c7de5d49c4f77b273e8e0a9844230874
1 TCPDF - README
2 ============================================================
4 Name:
5         TCPDF
7 Version:
8         1.53.0.TC026_PHP4
9         
10 Release date:
11         2006-10-28
13 Author:
14         Nicola Asuni 
15         
16 Copyright (c) 2001-2006:
17         Tecnick.com S.r.l.
18         Via Ugo Foscolo n.19
19         09045 Quartu Sant'Elena (CA)
20         ITALY
21         www.tecnick.com
22         
23 URLs:
24         http://tcpdf.sourceforge.net/
25         http://tcpdf.sf.net/
27 Description:
28         TCPDF is a PHP4 class for generating PDF files on-the-fly without requiring external extensions.
29         TCPDF is an extension and improvement of the FPDF class by Olivier Plathey (http://www.fpdf.org).
30         
31         Main Features:
32         
33          - supports all ISO page formats;
34          - supports UTF-8 Unicode;
35          - includes methods to publish some xhtml code, supporting the following elements: h1, h2, h3, h4, h5, h6, b, u, i, a, img, p, br, strong, em, font, blockquote, li, ul, ol, hr, td, th, tr, table, sup, sub, small;
36          - includes a method to print various barcode formats using an improved version of "Generic Barcode Render Class" by Karim Mribti (http://www.mribti.com/barcode/) (require GD library: http://www.boutell.com/gd/)
37          - supports TrueTypeUnicode, TrueType, Type1 and encoding; 
38          - supports custom page formats, margins and units of measure;
39          - includes methods for page header and footer management;
40          - supports automatic page break;
41          - supports automatic page numbering;
42          - supports automatic line break and text justification;
43          - supports JPEG and PNG images;
44          - supports colors;
45          - supports links;
46          - support page compression (require zlib extension: http://www.gzip.org/zlib/);
47          - the source code is full documented in PhpDocumentor Style (http://www.phpdoc.org).
49 Installation:
50         1. copy the folder on your Web server
51         2. set your installation path on the config/tcpdf_config.php
52         3. call the test_unicode.php page with your browser to see an example
53         NOTE: the test_old.php require proper font setup on tcpdf_config.
55 Source Code Documentation:
56         doc/index.html
58 License
59         GNU LESSER GENERAL PUBLIC LICENSE v.2.1
60         http://www.gnu.org/copyleft/lesser.html
61 ============================================================