Projet

Général

Profil

Paste
Télécharger (5,43 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / tcpdf-6.2.9 / README.TXT @ b986a83e

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.2.9
12
Release date: 2015-06-18
13
Author:	Nicola Asuni
14

    
15
Copyright (c) 2002-2015:
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/script/formats.php)
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 Extension, 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-2014  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

    
90
	This library may include third party font files released with different licenses.
91
	
92
	All the PHP files on the fonts directory are subject to the general TCPDF license (GNU-LGPLv3),
93
	they do not contain any binary data but just a description of the general properties of a particular font.
94
	These files can be also generated on the fly using the font utilities and TCPDF methods.
95
	
96
	All the original binary 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).
97
	
98
	The binary files (.z) that begins with the prefix "free" have been extracted from the GNU FreeFont collection (GNU-GPLv3).
99
	The binary files (.z) that begins with the prefix "pdfa" have been derived from the GNU FreeFont, so they are subject to the same license.
100
	For the details of Copyright, License and other information, please check the files inside the directory fonts/freefont-20120503
101
	Link : http://www.gnu.org/software/freefont/
102
	
103
	The binary files (.z) that begins with the prefix "dejavu" have been extracted from the DejaVu fonts 2.33 (Bitstream) collection.
104
	For the details of Copyright, License and other information, please check the files inside the directory fonts/dejavu-fonts-ttf-2.33
105
	Link : http://dejavu-fonts.org
106
	
107
	The binary files (.z) that begins with the prefix "ae" have been extracted from the Arabeyes.org collection (GNU-GPLv2).
108
	Link : http://projects.arabeyes.org/
109

    
110
ICC profile:
111
    TCPDF includes the sRGB.icc profile from the icc-profiles-free Debian package:
112
    https://packages.debian.org/source/stable/icc-profiles-free
113

    
114

    
115
============================================================