MDL-7647 confirmation email - usernames with slashes causing confirmation problems
[moodle.git] / lib / tcpdf / README.TXT
blob998db3de78bb17146646d6b26dff053684017a61
2 This is a trimmed down distribution of TCPDF, tailored for Moodle. The API
3 and code are the same. However, extra fonts and font-convertion utilities have
4 been removed to keep the Moodle download size to a minimum.
6 Following is the original TCPDF README.
10 TCPDF - README
11 ============================================================
13 Name:
14     TCPDF
16 Version:
17     1.53.0.TC023_PHP4
18     
19 Release date:
20     2006-08-05
22 Author:
23     Nicola Asuni 
24     
25 Copyright (c) 2001-2006:
26     Tecnick.com S.r.l.
27     Via Ugo Foscolo n.19
28     09045 Quartu Sant'Elena (CA)
29     ITALY
30     www.tecnick.com
31     
32 URLs:
33     http://tcpdf.sourceforge.net/
34     http://tcpdf.sf.net/
36 Description:
37     TCPDF is a PHP4 class for generating PDF files on-the-fly without requiring external extensions.
38     TCPDF is an extension and improvement of the FPDF class by Olivier Plathey (http://www.fpdf.org).
39     
40     Main Features:
41     
42      - supports all ISO page formats;
43      - supports UTF-8 Unicode;
44      - 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;
45      - 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/)
46      - supports TrueTypeUnicode, TrueType, Type1 and encoding; 
47      - supports custom page formats, margins and units of measure;
48      - includes methods for page header and footer management;
49      - supports automatic page break;
50      - supports automatic page numbering;
51      - supports automatic line break and text justification;
52      - supports JPEG and PNG images;
53      - supports colors;
54      - supports links;
55      - support page compression (require zlib extension: http://www.gzip.org/zlib/);
56      - the source code is full documented in PhpDocumentor Style (http://www.phpdoc.org).
58 Installation:
59     1. copy the folder on your Web server
60     2. set your installation path on the config/tcpdf_config.php
61     3. call the test_unicode.php page with your browser to see an example
62     NOTE: the test_old.php require proper font setup on tcpdf_config.
64 Source Code Documentation:
65     doc/index.html
67 License
68     GNU LESSER GENERAL PUBLIC LICENSE v.2.1
69     http://www.gnu.org/copyleft/lesser.html
70 ============================================================