32
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-11-25 22:07:33 +00:00
This commit is contained in:
nicolaasuni 2010-06-18 12:29:17 +02:00
parent e1bed7c38a
commit 605748345b
31 changed files with 135 additions and 132 deletions

View File

@ -12,16 +12,16 @@
// This file is part of TCPDF software library. // This file is part of TCPDF software library.
// //
// TCPDF is free software: you can redistribute it and/or modify it // TCPDF is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by // under the terms of the GNU Lesser General Public License as
// the Free Software Foundation, either version 3 of the License, or // published by the Free Software Foundation, either version 3 of the
// (at your option) any later version. // License, or (at your option) any later version.
// //
// TCPDF is distributed in the hope that it will be useful, but // TCPDF is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details. // See the GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public License
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// //
// See LICENSE.TXT file for more information. // See LICENSE.TXT file for more information.

View File

@ -1,6 +1,8 @@
5.3.011 (2010-06-17) 5.4.000 (2010-06-17)
- The method setSignatureAppearance() was added, check the example n. 52. - The method setSignatureAppearance() was added, check the example n. 52.
- Some problems related to font subsetting were fixed. - Several problems related to font subsetting were fixed.
------------------------------------------------------------
5.3.010 (2010-06-15) 5.3.010 (2010-06-15)
- Previous release was corrupted. - Previous release was corrupted.

View File

@ -3,9 +3,9 @@
********************************************************************** **********************************************************************
TCPDF is free software: you can redistribute it and/or modify it TCPDF is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU Lesser General Public License as
the Free Software Foundation, either version 3 of the License, or published by the Free Software Foundation, either version 3 of the
(at your option) any later version. License, or (at your option) any later version.
********************************************************************** **********************************************************************
********************************************************************** **********************************************************************

View File

@ -2,16 +2,16 @@ TCPDF - README
============================================================ ============================================================
I WISH TO IMPROVE AND EXPAND TCPDF BUT I NEED YOUR SUPPORT. I WISH TO IMPROVE AND EXPAND TCPDF BUT I NEED YOUR SUPPORT.
PLEASE MAKE A DONATION: PLEASE MAKE A DONATION:
http: sourceforge.net/donate/index.php?group_id=128076 http: sourceforge.net/donate/index.php?group_id=128076
------------------------------------------------------------ ------------------------------------------------------------
Name: TCPDF Name: TCPDF
Version: 5.3.011 Version: 5.4.000
Release date: 2010-06-17 Release date: 2010-06-17
Author: Nicola Asuni Author: Nicola Asuni
Copyright (c) 2002-2010: Copyright (c) 2002-2010:
Nicola Asuni Nicola Asuni
Tecnick.com s.r.l. Tecnick.com s.r.l.
@ -19,14 +19,14 @@ Copyright (c) 2002-2010:
09044 Quartucciu (CA) 09044 Quartucciu (CA)
ITALY ITALY
www.tecnick.com www.tecnick.com
URLs: URLs:
http: www.tcpdf.org http: www.tcpdf.org
http: www.sourceforge.net/projects/tcpdf http: www.sourceforge.net/projects/tcpdf
Description: Description:
TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions. TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
Main Features: Main Features:
* no external libraries are required for the basic functions; * no external libraries are required for the basic functions;
* all standard page formats, custom page formats, custom margins and units of measure; * all standard page formats, custom page formats, custom margins and units of measure;
@ -59,26 +59,26 @@ Installation (full instructions on http: www.tcpdf.org):
Source Code Documentation: Source Code Documentation:
doc/index.html doc/index.html
For Additional Documentation: For Additional Documentation:
http: www.tcpdf.org http: www.tcpdf.org
License License
Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l. Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l.
TCPDF is free software: you can redistribute it and/or modify it TCPDF is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU Lesser General Public License as
the Free Software Foundation, either version 3 of the License, or published by the Free Software Foundation, either version 3 of the
(at your option) any later version. License, or (at your option) any later version.
TCPDF is distributed in the hope that it will be useful, but TCPDF is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU Lesser General Public License
along with TCPDF. If not, see <http: www.gnu.org/licenses/>. along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
See LICENSE.TXT file for more information.
See LICENSE.TXT file for more information.
============================================================ ============================================================

View File

@ -12,16 +12,16 @@
// This file is part of TCPDF software library. // This file is part of TCPDF software library.
// //
// TCPDF is free software: you can redistribute it and/or modify it // TCPDF is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by // under the terms of the GNU Lesser General Public License as
// the Free Software Foundation, either version 3 of the License, or // published by the Free Software Foundation, either version 3 of the
// (at your option) any later version. // License, or (at your option) any later version.
// //
// TCPDF is distributed in the hope that it will be useful, but // TCPDF is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details. // See the GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public License
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// //
// See LICENSE.TXT file for more information. // See LICENSE.TXT file for more information.

View File

@ -60,7 +60,7 @@
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -1003,7 +1003,7 @@ $code)</code>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -5551,7 +5551,7 @@ $frame)</code>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -83,7 +83,7 @@ Source Location: /tcpdf.php<br /><br />
<h4>Version:</h4> <h4>Version:</h4>
<ul> <ul>
<li>5.3.011</li> <li>5.4.000</li>
</ul> </ul>
@ -731,7 +731,7 @@ This is a PHP class for generating PDF documents without requiring external exte
<td><b>author:</b>&nbsp;&nbsp;</td><td>Nicola Asuni - info@tecnick.com</td> <td><b>author:</b>&nbsp;&nbsp;</td><td>Nicola Asuni - info@tecnick.com</td>
</tr> </tr>
<tr> <tr>
<td><b>version:</b>&nbsp;&nbsp;</td><td>5.3.011</td> <td><b>version:</b>&nbsp;&nbsp;</td><td>5.4.000</td>
</tr> </tr>
<tr> <tr>
<td><b>link:</b>&nbsp;&nbsp;</td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td> <td><b>link:</b>&nbsp;&nbsp;</td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
@ -25907,7 +25907,7 @@ $file)</code>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:02 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:08 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -299,7 +299,7 @@ $type)</code>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -1377,7 +1377,7 @@ $type)</code>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -105,7 +105,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -105,7 +105,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -542,7 +542,7 @@ Configuration file for TCPDF.<br /><br /><br /><br />
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:12 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -97,7 +97,7 @@ Array of WEB safe colors.<br /><br /><br /><br />
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -157,7 +157,7 @@ Class to create PDF417 barcode arrays for TCPDF class.<br /><br /><p>PDF417 (ISO
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -480,7 +480,7 @@ string $string, [int $split_length = 1])</code>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -82,7 +82,7 @@ This is a PHP class for generating PDF documents without requiring external exte
<td><b>author:</b>&nbsp;&nbsp;</td><td>Nicola Asuni</td> <td><b>author:</b>&nbsp;&nbsp;</td><td>Nicola Asuni</td>
</tr> </tr>
<tr> <tr>
<td><b>version:</b>&nbsp;&nbsp;</td><td>5.3.011</td> <td><b>version:</b>&nbsp;&nbsp;</td><td>5.4.000</td>
</tr> </tr>
<tr> <tr>
<td><b>copyright:</b>&nbsp;&nbsp;</td><td>2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com</td> <td><b>copyright:</b>&nbsp;&nbsp;</td><td>2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com</td>
@ -113,7 +113,7 @@ unicode data<br /><br /></div>
<div class="tags"> <div class="tags">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>PDF_PRODUCER = 'TCPDF 5.3.011 (http://www.tcpdf.org)'</code> <code>PDF_PRODUCER = 'TCPDF 5.4.000 (http://www.tcpdf.org)'</code>
</td></tr></table> </td></tr></table>
</td></tr></table> </td></tr></table>
@ -124,7 +124,7 @@ unicode data<br /><br /></div>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:02 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:08 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -246,7 +246,7 @@ Unicode data for TCPDF library.<br /><br /><br /><br />
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:12 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -2024,7 +2024,7 @@
<a href="elementindex.html#top">top</a><br> <a href="elementindex.html#top">top</a><br>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -2056,7 +2056,7 @@
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br> <a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -35,7 +35,7 @@
<a href="#Post-parsing">Post-parsing</a><br> <a href="#Post-parsing">Post-parsing</a><br>
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:07 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:12 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -67,7 +67,7 @@
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br /> This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -67,7 +67,7 @@
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br /> This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
<div class="credit"> <div class="credit">
<hr /> <hr />
Documentation generated on Thu, 17 Jun 2010 09:00:01 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a> Documentation generated on Fri, 18 Jun 2010 12:29:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div> </div>
</td></tr></table> </td></tr></table>
</td> </td>

View File

@ -2,9 +2,9 @@
//============================================================+ //============================================================+
// File name : makeallttffonts.php // File name : makeallttffonts.php
// Begin : 2008-12-07 // Begin : 2008-12-07
// Last Update : 2008-12-07 // Last Update : 2010-06-17
// //
// Description : Process all TTF files on current directory to // Description : Process all TTF files on current directory to
// build TCPDF compatible font files. // build TCPDF compatible font files.
// //
// Author: Nicola Asuni // Author: Nicola Asuni
@ -19,25 +19,24 @@
// info@tecnick.com // info@tecnick.com
// //
// License: // License:
// Copyright (C) 2004-2009 Nicola Asuni - Tecnick.com S.r.l. // Copyright (C) 2004-2010 Nicola Asuni - Tecnick.com S.r.l.
// //
// This program is free software: you can redistribute it and/or modify // This file is part of TCPDF software library.
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation, either version 3 of the License, or // TCPDF is free software: you can redistribute it and/or modify it
// (at your option) any later version. // under the terms of the GNU Lesser General Public License as
// // published by the Free Software Foundation, either version 3 of the
// This program is distributed in the hope that it will be useful, // License, or (at your option) any later version.
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // TCPDF is distributed in the hope that it will be useful, but
// GNU General Public License for more details. // WITHOUT ANY WARRANTY; without even the implied warranty of
// // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// You should have received a copy of the GNU General Public License // See the GNU Lesser General Public License for more details.
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
// // You should have received a copy of the GNU Lesser General Public License
// Additionally, you can't remove the original TCExam logo, copyrights statements // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// and links to Tecnick.com and TCExam websites. //
// // See LICENSE.TXT file for more information.
// See LICENSE.TXT file for more information.
//============================================================+ //============================================================+
/** /**
@ -45,27 +44,27 @@
* @package com.tecnick.tcpdf * @package com.tecnick.tcpdf
* @author Nicola Asuni * @author Nicola Asuni
* @copyright Copyright &copy; 2004-2009, Nicola Asuni - Tecnick.com S.r.l. - ITALY - www.tecnick.com - info@tecnick.com * @copyright Copyright &copy; 2004-2009, Nicola Asuni - Tecnick.com S.r.l. - ITALY - www.tecnick.com - info@tecnick.com
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @link www.tecnick.com * @link www.tecnick.com
* @since 2008-12-07 * @since 2008-12-07
*/ */
/** /**
*/ */
// read directory for files (only graphics files). // read directory for files (only graphics files).
$handle = opendir('.'); $handle = opendir('.');
while($file = readdir($handle)) { while($file = readdir($handle)) {
$path_parts = pathinfo($file); $path_parts = pathinfo($file);
$file_ext = strtolower($path_parts['extension']); $file_ext = strtolower($path_parts['extension']);
if ($file_ext == 'ttf') { if ($file_ext == 'ttf') {
exec('./ttf2ufm -a -F '.$path_parts['basename'].''); exec('./ttf2ufm -a -F '.$path_parts['basename'].'');
exec('php -q makefont.php '.$path_parts['basename'].' '.$path_parts['filename'].'.ufm'); exec('php -q makefont.php '.$path_parts['basename'].' '.$path_parts['filename'].'.ufm');
} }
} }
closedir($handle); closedir($handle);
//============================================================+ //============================================================+
// END OF FILE // END OF FILE
//============================================================+ //============================================================+
?> ?>

View File

@ -2,26 +2,28 @@
//============================================================+ //============================================================+
// File name : makefont.php // File name : makefont.php
// Begin : 2004-12-31 // Begin : 2004-12-31
// Last Update : 2010-03-19 // Last Update : 2010-06-17
// Version : 1.2.006 // Version : 1.2.006
// License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html) // License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Copyright (C) 2008 Nicola Asuni - Tecnick.com S.r.l. // Copyright (C) 2008-2010 Nicola Asuni - Tecnick.com S.r.l.
// //
// This program is free software: you can redistribute it and/or modify // This file is part of TCPDF software library.
// it under the terms of the GNU Lesser General Public License as published by //
// the Free Software Foundation, either version 2.1 of the License, or // TCPDF is free software: you can redistribute it and/or modify it
// (at your option) any later version. // under the terms of the GNU Lesser General Public License as
// // published by the Free Software Foundation, either version 3 of the
// This program is distributed in the hope that it will be useful, // License, or (at your option) any later version.
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // TCPDF is distributed in the hope that it will be useful, but
// GNU Lesser General Public License for more details. // WITHOUT ANY WARRANTY; without even the implied warranty of
// // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// You should have received a copy of the GNU Lesser General Public License // See the GNU Lesser General Public License for more details.
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
// // You should have received a copy of the GNU Lesser General Public License
// See LICENSE.TXT file for more information. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
//
// See LICENSE.TXT file for more information.
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// //
// Description : Utility to generate font definition files fot TCPDF // Description : Utility to generate font definition files fot TCPDF

View File

@ -12,16 +12,16 @@
// This file is part of TCPDF software library. // This file is part of TCPDF software library.
// //
// TCPDF is free software: you can redistribute it and/or modify it // TCPDF is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by // under the terms of the GNU Lesser General Public License as
// the Free Software Foundation, either version 3 of the License, or // published by the Free Software Foundation, either version 3 of the
// (at your option) any later version. // License, or (at your option) any later version.
// //
// TCPDF is distributed in the hope that it will be useful, but // TCPDF is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details. // See the GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public License
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// //
// See LICENSE.TXT file for more information. // See LICENSE.TXT file for more information.

View File

@ -12,16 +12,16 @@
// This file is part of TCPDF software library. // This file is part of TCPDF software library.
// //
// TCPDF is free software: you can redistribute it and/or modify it // TCPDF is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by // under the terms of the GNU Lesser General Public License as
// the Free Software Foundation, either version 3 of the License, or // published by the Free Software Foundation, either version 3 of the
// (at your option) any later version. // License, or (at your option) any later version.
// //
// TCPDF is distributed in the hope that it will be useful, but // TCPDF is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details. // See the GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public License
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// //
// See LICENSE.TXT file for more information. // See LICENSE.TXT file for more information.

View File

@ -12,16 +12,16 @@
// This file is part of TCPDF software library. // This file is part of TCPDF software library.
// //
// TCPDF is free software: you can redistribute it and/or modify it // TCPDF is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by // under the terms of the GNU Lesser General Public License as
// the Free Software Foundation, either version 3 of the License, or // published by the Free Software Foundation, either version 3 of the
// (at your option) any later version. // License, or (at your option) any later version.
// //
// TCPDF is distributed in the hope that it will be useful, but // TCPDF is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details. // See the GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public License
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// //
// See LICENSE.TXT file for more information. // See LICENSE.TXT file for more information.

View File

@ -1,7 +1,7 @@
<?php <?php
//============================================================+ //============================================================+
// File name : tcpdf.php // File name : tcpdf.php
// Version : 5.3.011 // Version : 5.4.000
// Begin : 2002-08-03 // Begin : 2002-08-03
// Last Update : 2010-06-17 // Last Update : 2010-06-17
// Author : Nicola Asuni - Tecnick.com S.r.l - Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com // Author : Nicola Asuni - Tecnick.com S.r.l - Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
@ -12,16 +12,16 @@
// This file is part of TCPDF software library. // This file is part of TCPDF software library.
// //
// TCPDF is free software: you can redistribute it and/or modify it // TCPDF is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by // under the terms of the GNU Lesser General Public License as
// the Free Software Foundation, either version 3 of the License, or // published by the Free Software Foundation, either version 3 of the
// (at your option) any later version. // License, or (at your option) any later version.
// //
// TCPDF is distributed in the hope that it will be useful, but // TCPDF is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details. // See the GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public License
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// //
// See LICENSE.TXT file for more information. // See LICENSE.TXT file for more information.
@ -126,7 +126,7 @@
* @copyright 2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @copyright 2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
* @link http://www.tcpdf.org * @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL * @license http://www.gnu.org/copyleft/lesser.html LGPL
* @version 5.3.011 * @version 5.4.000
*/ */
/** /**
@ -150,14 +150,14 @@ if (!class_exists('TCPDF', false)) {
/** /**
* define default PDF document producer * define default PDF document producer
*/ */
define('PDF_PRODUCER', 'TCPDF 5.3.011 (http://www.tcpdf.org)'); define('PDF_PRODUCER', 'TCPDF 5.4.000 (http://www.tcpdf.org)');
/** /**
* This is a PHP class for generating PDF documents without requiring external extensions.<br> * This is a PHP class for generating PDF documents without requiring external extensions.<br>
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br> * TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br>
* @name TCPDF * @name TCPDF
* @package com.tecnick.tcpdf * @package com.tecnick.tcpdf
* @version 5.3.011 * @version 5.4.000
* @author Nicola Asuni - info@tecnick.com * @author Nicola Asuni - info@tecnick.com
* @link http://www.tcpdf.org * @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL * @license http://www.gnu.org/copyleft/lesser.html LGPL

View File

@ -12,16 +12,16 @@
// This file is part of TCPDF software library. // This file is part of TCPDF software library.
// //
// TCPDF is free software: you can redistribute it and/or modify it // TCPDF is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by // under the terms of the GNU Lesser General Public License as
// the Free Software Foundation, either version 3 of the License, or // published by the Free Software Foundation, either version 3 of the
// (at your option) any later version. // License, or (at your option) any later version.
// //
// TCPDF is distributed in the hope that it will be useful, but // TCPDF is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU General Public License for more details. // See the GNU Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public License
// along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
// //
// See LICENSE.TXT file for more information. // See LICENSE.TXT file for more information.