296 |
aurelien |
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: 5.9.029
|
|
|
12 |
Release date: 2010-12-04
|
|
|
13 |
Author: Nicola Asuni
|
|
|
14 |
|
|
|
15 |
Copyright (c) 2002-2010:
|
|
|
16 |
Nicola Asuni
|
|
|
17 |
Tecnick.com s.r.l.
|
|
|
18 |
Via Della Pace, 11
|
|
|
19 |
09044 Quartucciu (CA)
|
|
|
20 |
ITALY
|
|
|
21 |
www.tecnick.com
|
|
|
22 |
|
|
|
23 |
URLs:
|
|
|
24 |
http: www.tcpdf.org
|
|
|
25 |
http: www.sourceforge.net/projects/tcpdf
|
|
|
26 |
|
|
|
27 |
Description:
|
|
|
28 |
TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
|
|
|
29 |
|
|
|
30 |
Main Features:
|
|
|
31 |
* no external libraries are required for the basic functions;
|
|
|
32 |
* all standard page formats, custom page formats, custom margins and units of measure;
|
|
|
33 |
* UTF-8 Unicode and Right-To-Left languages;
|
|
|
34 |
* TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
|
|
|
35 |
* font subsetting;
|
|
|
36 |
* methods to publish some XHTML + CSS code, Javascript and Forms;
|
|
|
37 |
* images, graphic (geometric figures) and transformation methods;
|
|
|
38 |
* 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)
|
|
|
39 |
* 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, QR-Code, PDF417;
|
|
|
40 |
* Grayscale, RGB, CMYK, Spot Colors and Transparencies;
|
|
|
41 |
* automatic page header and footer management;
|
|
|
42 |
* document encryption up to 256 bit and digital signature certifications;
|
|
|
43 |
* transactions to UNDO commands;
|
|
|
44 |
* PDF annotations, including links, text and file attachments;
|
|
|
45 |
* text rendering modes (fill, stroke and clipping);
|
|
|
46 |
* multiple columns mode;
|
|
|
47 |
* no-write page regions;
|
|
|
48 |
* bookmarks and table of content;
|
|
|
49 |
* text hyphenation;
|
|
|
50 |
* text stretching and spacing (tracking/kerning);
|
|
|
51 |
* automatic page break, line break and text alignments including justification;
|
|
|
52 |
* automatic page numbering and page groups;
|
|
|
53 |
* move and delete pages;
|
|
|
54 |
* page compression (requires php-zlib extension);
|
|
|
55 |
* XOBject Templates;
|
|
|
56 |
|
|
|
57 |
Installation (full instructions on http: www.tcpdf.org):
|
|
|
58 |
1. copy the folder on your Web server
|
|
|
59 |
2. set your installation path and other parameters on the config/tcpdf_config.php
|
|
|
60 |
3. call the examples/example_001.php page with your browser to see an example
|
|
|
61 |
|
|
|
62 |
Source Code Documentation:
|
|
|
63 |
doc/index.html
|
|
|
64 |
|
|
|
65 |
For Additional Documentation:
|
|
|
66 |
http: www.tcpdf.org
|
|
|
67 |
|
|
|
68 |
License
|
|
|
69 |
Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l.
|
|
|
70 |
|
|
|
71 |
TCPDF is free software: you can redistribute it and/or modify it
|
|
|
72 |
under the terms of the GNU Lesser General Public License as
|
|
|
73 |
published by the Free Software Foundation, either version 3 of the
|
|
|
74 |
License, or (at your option) any later version. Additionally,
|
|
|
75 |
YOU CAN'T REMOVE ANY TCPDF COPYRIGHT NOTICE OR LINK FROM THE
|
|
|
76 |
GENERATED PDF DOCUMENTS.
|
|
|
77 |
|
|
|
78 |
TCPDF is distributed in the hope that it will be useful, but
|
|
|
79 |
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
80 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
81 |
See the GNU Lesser General Public License for more details.
|
|
|
82 |
|
|
|
83 |
You should have received a copy of the License
|
|
|
84 |
along with TCPDF. If not, see
|
|
|
85 |
<http://www.tecnick.com/pagefiles/tcpdf/LICENSE.TXT>.
|
|
|
86 |
|
|
|
87 |
See LICENSE.TXT file for more information.
|
|
|
88 |
|
|
|
89 |
============================================================
|