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.
11 ============================================================
25 Copyright (c) 2001-2006:
28 09045 Quartu Sant'Elena (CA)
33 http://tcpdf.sourceforge.net/
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).
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;
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).
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:
68 GNU LESSER GENERAL PUBLIC LICENSE v.2.1
69 http://www.gnu.org/copyleft/lesser.html
70 ============================================================