mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-11-25 05:57:32 +00:00
5.7.003
This commit is contained in:
parent
6ea2ba1779
commit
28d22a0e04
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
//============================================================+
|
||||
// File name : 2dbarcodes.php
|
||||
// Version : 1.0.006
|
||||
// Version : 1.0.007
|
||||
// Begin : 2009-04-07
|
||||
// Last Update : 2010-06-06
|
||||
// Last Update : 2010-08-08
|
||||
// Author : Nicola Asuni - Tecnick.com S.r.l - Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
|
||||
// License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html)
|
||||
// -------------------------------------------------------------------
|
||||
@ -40,14 +40,14 @@
|
||||
* @copyright 2009-2009 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
|
||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
||||
* @version 1.0.006
|
||||
* @version 1.0.007
|
||||
*/
|
||||
|
||||
/**
|
||||
* PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).<br>
|
||||
* @name TCPDFBarcode
|
||||
* @package com.tecnick.tcpdf
|
||||
* @version 1.0.006
|
||||
* @version 1.0.007
|
||||
* @author Nicola Asuni
|
||||
* @link http://www.tcpdf.org
|
||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
||||
@ -175,4 +175,3 @@ class TCPDF2DBarcode {
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -1,3 +1,6 @@
|
||||
5.7.003 (2010-08-08)
|
||||
- Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
|
||||
|
||||
5.7.002 (2010-08-06)
|
||||
- Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
|
||||
|
||||
|
@ -8,8 +8,8 @@ http: sourceforge.net/donate/index.php?group_id=128076
|
||||
------------------------------------------------------------
|
||||
|
||||
Name: TCPDF
|
||||
Version: 5.7.002
|
||||
Release date: 2010-08-06
|
||||
Version: 5.7.003
|
||||
Release date: 2010-08-08
|
||||
Author: Nicola Asuni
|
||||
|
||||
Copyright (c) 2002-2010:
|
||||
|
10
barcodes.php
10
barcodes.php
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
//============================================================+
|
||||
// File name : barcodes.php
|
||||
// Version : 1.0.010
|
||||
// Version : 1.0.011
|
||||
// Begin : 2008-06-09
|
||||
// Last Update : 2010-06-03
|
||||
// Last Update : 2010-08-08
|
||||
// Author : Nicola Asuni - Tecnick.com S.r.l - Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
|
||||
// License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html)
|
||||
// -------------------------------------------------------------------
|
||||
@ -40,14 +40,14 @@
|
||||
* @copyright 2008-2009 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
|
||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
||||
* @version 1.0.008
|
||||
* @version 1.0.011
|
||||
*/
|
||||
|
||||
/**
|
||||
* PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).<br>
|
||||
* @name TCPDFBarcode
|
||||
* @package com.tecnick.tcpdf
|
||||
* @version 1.0.008
|
||||
* @version 1.0.011
|
||||
* @author Nicola Asuni
|
||||
* @link http://www.tcpdf.org
|
||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
||||
@ -1964,8 +1964,6 @@ class TCPDFBarcode {
|
||||
}
|
||||
|
||||
} // end of class
|
||||
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : eng.php
|
||||
// Begin : 2004-03-03
|
||||
// Last Update : 2010-02-17
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Language module for TCPDF
|
||||
// (contains translated texts)
|
||||
@ -47,4 +47,3 @@ $l['w_page'] = 'página';
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : eng.php
|
||||
// Begin : 2004-03-03
|
||||
// Last Update : 2010-02-17
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Language module for TCPDF
|
||||
// (contains translated texts)
|
||||
@ -47,4 +47,3 @@ $l['w_page'] = 'page';
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : eng.php
|
||||
// Begin : 2004-03-03
|
||||
// Last Update : 2010-02-17
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Language module for TCPDF
|
||||
// (contains translated texts)
|
||||
@ -47,4 +47,3 @@ $l['w_page'] = 'seite';
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : ita.php
|
||||
// Begin : 2004-03-03
|
||||
// Last Update : 2010-02-17
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Language module for TCPDF
|
||||
// (contains translated texts)
|
||||
@ -47,4 +47,3 @@ $l['w_page'] = 'pagina';
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : tcpdf_config.php
|
||||
// Begin : 2004-06-11
|
||||
// Last Update : 2010-04-28
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Configuration file for TCPDF.
|
||||
//
|
||||
@ -241,4 +241,3 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) {
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : tcpdf_config.php
|
||||
// Begin : 2004-06-11
|
||||
// Last Update : 2010-04-28
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Alternative configuration file for TCPDF.
|
||||
//
|
||||
@ -235,4 +235,3 @@ define('K_TCPDF_CALLS_IN_HTML', true);
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -60,7 +60,7 @@
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -84,7 +84,7 @@ Source Location: /pdf417.php<br /><br />
|
||||
|
||||
<h4>Version:</h4>
|
||||
<ul>
|
||||
<li>1.0.002</li>
|
||||
<li>1.0.003</li>
|
||||
</ul>
|
||||
|
||||
<h4>Copyright:</h4>
|
||||
@ -145,7 +145,7 @@ Class to create PDF417 barcode arrays for TCPDF class.<br /><br /><p>PDF417 (ISO
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.002</td>
|
||||
<td><b>version:</b> </td><td>1.0.003</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2010-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>
|
||||
@ -1003,7 +1003,7 @@ $code)</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:05 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -84,7 +84,7 @@ Source Location: /qrcode.php<br /><br />
|
||||
|
||||
<h4>Version:</h4>
|
||||
<ul>
|
||||
<li>1.0.004</li>
|
||||
<li>1.0.005</li>
|
||||
</ul>
|
||||
|
||||
<h4>Copyright:</h4>
|
||||
@ -263,7 +263,7 @@ Class to create QR-code arrays for TCPDF class.<br /><br /><p>QR Code symbol is
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.004</td>
|
||||
<td><b>version:</b> </td><td>1.0.005</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2010-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>
|
||||
@ -5551,7 +5551,7 @@ $frame)</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:05 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -83,7 +83,7 @@ Source Location: /tcpdf.php<br /><br />
|
||||
|
||||
<h4>Version:</h4>
|
||||
<ul>
|
||||
<li>5.7.002</li>
|
||||
<li>5.7.003</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -733,7 +733,7 @@ This is a PHP class for generating PDF documents without requiring external exte
|
||||
<td><b>author:</b> </td><td>Nicola Asuni - info@tecnick.com</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>5.7.002</td>
|
||||
<td><b>version:</b> </td><td>5.7.003</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
@ -26255,7 +26255,7 @@ $file)</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:55 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -83,7 +83,7 @@ Source Location: /2dbarcodes.php<br /><br />
|
||||
|
||||
<h4>Version:</h4>
|
||||
<ul>
|
||||
<li>1.0.006</li>
|
||||
<li>1.0.007</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -131,7 +131,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.006</td>
|
||||
<td><b>version:</b> </td><td>1.0.007</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
@ -299,7 +299,7 @@ $type)</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -83,7 +83,7 @@ Source Location: /barcodes.php<br /><br />
|
||||
|
||||
<h4>Version:</h4>
|
||||
<ul>
|
||||
<li>1.0.008</li>
|
||||
<li>1.0.011</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -156,7 +156,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.008</td>
|
||||
<td><b>version:</b> </td><td>1.0.011</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
@ -1377,7 +1377,7 @@ $type)</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -82,7 +82,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.006</td>
|
||||
<td><b>version:</b> </td><td>1.0.007</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2009-2009 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>
|
||||
@ -105,7 +105,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -82,7 +82,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.008</td>
|
||||
<td><b>version:</b> </td><td>1.0.011</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2008-2009 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>
|
||||
@ -105,7 +105,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -542,7 +542,7 @@ Configuration file for TCPDF.<br /><br /><br /><br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:10 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:59 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -97,7 +97,7 @@ Array of WEB safe colors.<br /><br /><br /><br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:05 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -82,7 +82,7 @@ Class to create PDF417 barcode arrays for TCPDF class.<br /><br /><p>PDF417 (ISO
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.002</td>
|
||||
<td><b>version:</b> </td><td>1.0.003</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2010-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>
|
||||
@ -157,7 +157,7 @@ Class to create PDF417 barcode arrays for TCPDF class.<br /><br /><p>PDF417 (ISO
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:05 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -82,7 +82,7 @@ Class to create QR-code arrays for TCPDF class.<br /><br /><p>QR Code symbol is
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.004</td>
|
||||
<td><b>version:</b> </td><td>1.0.005</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2010-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>
|
||||
@ -480,7 +480,7 @@ string $string, [int $split_length = 1])</code>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:05 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -82,7 +82,7 @@ This is a PHP class for generating PDF documents without requiring external exte
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>5.7.002</td>
|
||||
<td><b>version:</b> </td><td>5.7.003</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </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">
|
||||
<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">
|
||||
<code>PDF_PRODUCER = 'TCPDF 5.7.002 (http://www.tcpdf.org)'</code>
|
||||
<code>PDF_PRODUCER = 'TCPDF 5.7.003 (http://www.tcpdf.org)'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
@ -124,7 +124,7 @@ unicode data<br /><br /></div>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:06 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:55 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -246,7 +246,7 @@ Unicode data for TCPDF library.<br /><br /><br /><br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:10 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:59 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -2028,7 +2028,7 @@
|
||||
<a href="elementindex.html#top">top</a><br>
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:53 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -2060,7 +2060,7 @@
|
||||
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:53 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<a href="#Post-parsing">Post-parsing</a><br>
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:10 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:59 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -67,7 +67,7 @@
|
||||
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -67,7 +67,7 @@
|
||||
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Fri, 06 Aug 2010 11:53:04 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 08 Aug 2010 12:32:53 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_001.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-06-07
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 001 for TCPDF class
|
||||
// Default Header and Footer
|
||||
@ -103,4 +103,3 @@ $pdf->Output('example_001.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_002.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 002 for TCPDF class
|
||||
// Removing Header and Footer
|
||||
@ -88,4 +88,3 @@ $pdf->Output('example_002.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_003.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 003 for TCPDF class
|
||||
// Custom Header and Footer
|
||||
@ -119,4 +119,3 @@ $pdf->Output('example_003.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_004.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 004 for TCPDF class
|
||||
// Cell stretching
|
||||
@ -99,4 +99,3 @@ $pdf->Output('example_004.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_005.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-07-02
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 005 for TCPDF class
|
||||
// Multicell
|
||||
@ -130,4 +130,3 @@ $pdf->Output('example_005.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_006.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-08-03
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 006 for TCPDF class
|
||||
// WriteHTML and RTL support
|
||||
@ -313,4 +313,3 @@ $pdf->Output('example_006.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_007.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 007 for TCPDF class
|
||||
// Two independent columns with WriteHTMLCell()
|
||||
@ -114,4 +114,3 @@ $pdf->Output('example_007.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_008.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 008 for TCPDF class
|
||||
// Include external UTF-8 text file
|
||||
@ -95,4 +95,3 @@ $pdf->Output('example_008.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_009.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 009 for TCPDF class
|
||||
// Test Image
|
||||
@ -88,4 +88,3 @@ $pdf->Output('example_009.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_010.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 010 for TCPDF class
|
||||
// Text on multiple columns
|
||||
@ -153,4 +153,3 @@ $pdf->Output('example_010.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_011.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 011 for TCPDF class
|
||||
// Colored Table
|
||||
@ -139,4 +139,3 @@ $pdf->Output('example_011.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_012.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 012 for TCPDF class
|
||||
// Graphic Functions
|
||||
@ -206,4 +206,3 @@ $pdf->Output('example_012.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_013.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 013 for TCPDF class
|
||||
// Graphic Transformations
|
||||
@ -230,4 +230,3 @@ $pdf->Output('example_013.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_014.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-06-07
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 014 for TCPDF class
|
||||
// Javascript Form and user rights (only works on Adobe Acrobat)
|
||||
@ -191,4 +191,3 @@ $pdf->Output('example_014.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_015.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 015 for TCPDF class
|
||||
// Bookmarks (Table of Content)
|
||||
@ -122,4 +122,3 @@ $pdf->Output('example_015.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_016.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 016 for TCPDF class
|
||||
// Document Encryption / Security
|
||||
@ -134,4 +134,3 @@ $pdf->Output('example_016.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_017.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 017 for TCPDF class
|
||||
// Two independent columns with MultiCell
|
||||
@ -118,4 +118,3 @@ $pdf->Output('example_017.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_018.php
|
||||
// Begin : 2008-03-06
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 018 for TCPDF class
|
||||
// RTL document with Persian language
|
||||
@ -133,4 +133,3 @@ $pdf->Output('example_018.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_019.php
|
||||
// Begin : 2008-03-07
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 019 for TCPDF class
|
||||
// Non unicode with alternative config file
|
||||
@ -104,4 +104,3 @@ $pdf->Output('example_019.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_020.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-08-03
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 020 for TCPDF class
|
||||
// Two columns composed by MultiCell of different
|
||||
@ -147,4 +147,3 @@ $pdf->Output('example_020.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_021.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 021 for TCPDF class
|
||||
// WriteHTML text flow
|
||||
@ -92,4 +92,3 @@ $pdf->Output('example_021.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_022.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 022 for TCPDF class
|
||||
// CMYK colors
|
||||
@ -147,4 +147,3 @@ $pdf->Output('example_022.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_023.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 023 for TCPDF class
|
||||
// Page Groups
|
||||
@ -114,4 +114,3 @@ $pdf->Output('example_023.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_024.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 024 for TCPDF class
|
||||
// Object Visibility
|
||||
@ -119,4 +119,3 @@ $pdf->Output('example_024.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_025.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 025 for TCPDF class
|
||||
// Object Transparency
|
||||
@ -119,4 +119,3 @@ $pdf->Output('example_025.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_026.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 026 for TCPDF class
|
||||
// Text Rendering Modes and Text Clipping
|
||||
@ -146,4 +146,3 @@ $pdf->Output('example_026.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_027.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 027 for TCPDF class
|
||||
// 1D Barcodes
|
||||
@ -322,4 +322,3 @@ $pdf->Output('example_027.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_028.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 028 for TCPDF class
|
||||
// Changing page formats
|
||||
@ -139,4 +139,3 @@ $pdf->Output('example_028.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_029.php
|
||||
// Begin : 2008-06-09
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 029 for TCPDF class
|
||||
// Set PDF viewer display preferences.
|
||||
@ -125,4 +125,3 @@ $pdf->Output('example_029.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_030.php
|
||||
// Begin : 2008-06-09
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 030 for TCPDF class
|
||||
// Colour gradients
|
||||
@ -189,4 +189,3 @@ $pdf->Output('example_030.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_031.php
|
||||
// Begin : 2008-06-09
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 031 for TCPDF class
|
||||
// Pie Chart
|
||||
@ -104,4 +104,3 @@ $pdf->Output('example_031.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_032.php
|
||||
// Begin : 2008-06-09
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 032 for TCPDF class
|
||||
// EPS/AI image
|
||||
@ -94,4 +94,3 @@ $pdf->Output('example_032.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_033.php
|
||||
// Begin : 2008-06-24
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 033 for TCPDF class
|
||||
// Mixed font types
|
||||
@ -103,4 +103,3 @@ $pdf->Output('example_033.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_034.php
|
||||
// Begin : 2008-07-18
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 034 for TCPDF class
|
||||
// Clipping
|
||||
@ -97,4 +97,3 @@ $pdf->Output('example_034.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_035.php
|
||||
// Begin : 2008-07-22
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 035 for TCPDF class
|
||||
// Line styles with cells and multicells
|
||||
@ -112,4 +112,3 @@ $pdf->Output('example_035.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_036.php
|
||||
// Begin : 2008-08-08
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 036 for TCPDF class
|
||||
// Annotations
|
||||
@ -90,4 +90,3 @@ $pdf->Output('example_036.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_037.php
|
||||
// Begin : 2008-09-12
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 037 for TCPDF class
|
||||
// Spot colors
|
||||
@ -203,4 +203,3 @@ $pdf->Output('example_037.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_038.php
|
||||
// Begin : 2008-09-15
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 038 for TCPDF class
|
||||
// CID-0 CJK unembedded font
|
||||
@ -88,4 +88,3 @@ $pdf->Output('example_038.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_039.php
|
||||
// Begin : 2008-10-16
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 039 for TCPDF class
|
||||
// HTML justification
|
||||
@ -105,4 +105,3 @@ $pdf->Output('example_039.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_040.php
|
||||
// Begin : 2008-10-28
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 040 for TCPDF class
|
||||
// Booklet mode (double-sided pages)
|
||||
@ -117,4 +117,3 @@ $pdf->Output('example_040.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_041.php
|
||||
// Begin : 2008-12-07
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 041 for TCPDF class
|
||||
// Annotation - FileAttachment
|
||||
@ -91,4 +91,3 @@ $pdf->Output('example_041.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_042.php
|
||||
// Begin : 2008-12-23
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 042 for TCPDF class
|
||||
// Test Image with alpha channel
|
||||
@ -103,4 +103,3 @@ $pdf->Output('example_042.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_043.php
|
||||
// Begin : 2009-01-02
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 043 for TCPDF class
|
||||
// Disk caching
|
||||
@ -86,4 +86,3 @@ $pdf->Output('example_043.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_044.php
|
||||
// Begin : 2009-01-02
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 044 for TCPDF class
|
||||
// Move, copy and delete pages
|
||||
@ -129,4 +129,3 @@ $pdf->Output('example_044.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_045.php
|
||||
// Begin : 2008-03-04
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 045 for TCPDF class
|
||||
// Bookmarks and Table of Content
|
||||
@ -131,4 +131,3 @@ $pdf->Output('example_045.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_046.php
|
||||
// Begin : 2009-02-28
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 046 for TCPDF class
|
||||
// Text Hyphenation
|
||||
@ -124,4 +124,3 @@ $pdf->Output('example_046.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_047.php
|
||||
// Begin : 2009-03-19
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 047 for TCPDF class
|
||||
// Transactions
|
||||
@ -118,4 +118,3 @@ $pdf->Output('example_047.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_048.php
|
||||
// Begin : 2009-03-20
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 048 for TCPDF class
|
||||
// HTML tables and table headers
|
||||
@ -314,4 +314,3 @@ $pdf->Output('example_048.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_049.php
|
||||
// Begin : 2009-04-03
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 049 for TCPDF class
|
||||
// WriteHTML with TCPDF callback functions
|
||||
@ -127,4 +127,3 @@ $pdf->Output('example_049.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_050.php
|
||||
// Begin : 2009-04-09
|
||||
// Last Update : 2010-06-06
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 050 for TCPDF class
|
||||
// 2D Barcodes
|
||||
@ -206,4 +206,3 @@ $pdf->Output('example_050.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_051.php
|
||||
// Begin : 2009-04-16
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 051 for TCPDF class
|
||||
// Full page background
|
||||
@ -112,4 +112,3 @@ $pdf->Output('example_051.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_052.php
|
||||
// Begin : 2009-05-07
|
||||
// Last Update : 2010-06-17
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 052 for TCPDF class
|
||||
// Certification Signature (experimental)
|
||||
@ -116,4 +116,3 @@ $pdf->Output('example_052.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_053.php
|
||||
// Begin : 2009-09-02
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 053 for TCPDF class
|
||||
// Javascript example.
|
||||
@ -109,4 +109,3 @@ $pdf->Output('example_053.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_054.php
|
||||
// Begin : 2009-09-07
|
||||
// Last Update : 2010-06-07
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 054 for TCPDF class
|
||||
// XHTML Forms
|
||||
@ -129,4 +129,3 @@ $pdf->Output('example_054.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_055.php
|
||||
// Begin : 2009-10-21
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 055 for TCPDF class
|
||||
// Display all characters available on core fonts.
|
||||
@ -110,4 +110,3 @@ $pdf->Output('example_055.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_056.php
|
||||
// Begin : 2010-03-26
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 056 for TCPDF class
|
||||
// Crop marks and color registration bars
|
||||
@ -118,4 +118,3 @@ $pdf->Output('example_056.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_057.php
|
||||
// Begin : 2010-04-03
|
||||
// Last Update : 2010-08-02
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 057 for TCPDF class
|
||||
// Cell vertical alignments
|
||||
@ -235,4 +235,3 @@ $pdf->Output('example_057.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_058.php
|
||||
// Begin : 2010-04-22
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 058 for TCPDF class
|
||||
// SVG Image
|
||||
@ -95,4 +95,3 @@ $pdf->Output('example_058.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_059.php
|
||||
// Begin : 2010-05-06
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 059 for TCPDF class
|
||||
// Table Of Content using HTML templates.
|
||||
@ -190,4 +190,3 @@ $pdf->Output('example_059.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_060.php
|
||||
// Begin : 2010-05-17
|
||||
// Last Update : 2010-05-20
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 060 for TCPDF class
|
||||
// Advanced page settings.
|
||||
@ -109,4 +109,3 @@ $pdf->Output('example_060.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
//============================================================+
|
||||
// File name : example_061.php
|
||||
// Begin : 2010-05-24
|
||||
// Last Update : 2010-08-03
|
||||
// Last Update : 2010-08-08
|
||||
//
|
||||
// Description : Example 061 for TCPDF class
|
||||
// XHTML + CSS
|
||||
@ -219,4 +219,3 @@ $pdf->Output('example_061.pdf', 'I');
|
||||
//============================================================+
|
||||
// END OF FILE
|
||||
//============================================================+
|
||||
?>
|
||||
|
@ -75,7 +75,7 @@ echo '<'.'?'.'xml version="1.0" encoding="UTF-8"'.'?'.'>';
|
||||
<li>XHTML Form: [<a href="example_054.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
<li>Font Dump: [<a href="example_055.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
<li>Crop Marks and Registration Marks: [<a href="example_056.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
<li>Cell vertical alignments: [<a href="example_057.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
<li>Cell vertical alignments and borders: [<a href="example_057.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
<li>SVG Image: [<a href="example_058.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
<li>Table Of Content with HTML templates: [<a href="example_059.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
<li>Advanced page settings: [<a href="example_060.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||
|
@ -3,7 +3,7 @@ $type='TrueTypeUnicode';
|
||||
$name='AlMohanad';
|
||||
$desc=array('Ascent'=>1093,'Descent'=>-509,'CapHeight'=>1093,'Flags'=>32,'FontBBox'=>'[-278 -507 1124 1093]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
|
||||
$up=-136;
|
||||
$ut=64;
|
||||
$ut=64;
|
||||
$dw=600;
|
||||
$cw=array(
|
||||
0=>0,32=>139,33=>185,34=>308,35=>278,36=>278,37=>556,38=>463,39=>154,40=>185,41=>185,42=>278,43=>317,44=>139,45=>185,46=>139,
|
||||
@ -99,4 +99,4 @@ $diff='';
|
||||
$file='almohanad.z';
|
||||
$ctg='almohanad.ctg.z';
|
||||
$originalsize=227760;
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -3,7 +3,7 @@ $type='cidfont0';
|
||||
$name='ArialUnicodeMS';
|
||||
$desc=array('Ascent'=>1069,'Descent'=>-271,'CapHeight'=>1069,'Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
|
||||
$up=-100;
|
||||
$ut=50;
|
||||
$ut=50;
|
||||
$dw=1000;
|
||||
$cw=array(
|
||||
32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,
|
||||
@ -730,6 +730,7 @@ $cw=array(
|
||||
24661=>1000,24662=>1000,24663=>1000,24664=>1000,24665=>1000,24666=>1000,24667=>1000,24668=>1000,24669=>1000,24670=>1000,24671=>1000,24672=>1000,24673=>1000,24674=>1000,24675=>1000,24676=>1000,
|
||||
24677=>1000,24678=>1000,24679=>1000,24680=>1000,24681=>1000,24682=>1000,24683=>1000,24684=>1000,24685=>1000,24686=>1000,24687=>1000,24688=>1000,24689=>1000,24690=>1000,24691=>1000,24692=>1000,
|
||||
24693=>1000,24694=>1000,24695=>1000,24696=>1000,24697=>1000,24698=>1000,24699=>1000,24700=>1000,24701=>1000,24702=>1000,24703=>1000,24704=>1000,24705=>1000,24706=>1000,24707=>1000,24708=>1000,
|
||||
|
||||
24709=>1000,24710=>1000,24711=>1000,24712=>1000,24713=>1000,24714=>1000,24715=>1000,24716=>1000,24717=>1000,24718=>1000,24719=>1000,24720=>1000,24721=>1000,24722=>1000,24723=>1000,24724=>1000,
|
||||
24725=>1000,24726=>1000,24727=>1000,24728=>1000,24729=>1000,24730=>1000,24731=>1000,24732=>1000,24733=>1000,24734=>1000,24735=>1000,24736=>1000,24737=>1000,24738=>1000,24739=>1000,24740=>1000,
|
||||
24741=>1000,24742=>1000,24743=>1000,24744=>1000,24745=>1000,24746=>1000,24747=>1000,24748=>1000,24749=>1000,24750=>1000,24751=>1000,24752=>1000,24753=>1000,24754=>1000,24755=>1000,24756=>1000,
|
||||
@ -1742,27 +1743,27 @@ $cw=array(
|
||||
40853=>1000,40854=>1000,40855=>1000,40856=>1000,40857=>1000,40858=>1000,40859=>1000,40860=>1000,40861=>1000,40862=>1000,40863=>1000,40864=>1000,40865=>1000,40866=>1000,40867=>1000,40868=>1000,
|
||||
40869=>1000);
|
||||
$diff='';
|
||||
$originalsize=23275812;
|
||||
|
||||
// CID Information
|
||||
// Select your language
|
||||
// unicode to cid conversion table is from
|
||||
// ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/
|
||||
// cid2code.txt in ac16.tar.Z,ag15.tar.Z,ak12.tar.Z and aj16.tar.Z.
|
||||
|
||||
//$enc='UniCNS-UTF16-H';
|
||||
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'CNS1','Supplement'=>0);
|
||||
//include(dirname(__FILE__).'/uni2cid_ac15.php');
|
||||
|
||||
//$enc='UniGB-UTF16-H';
|
||||
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'GB1','Supplement'=>2);
|
||||
//include(dirname(__FILE__).'/uni2cid_ag15.php');
|
||||
|
||||
//$enc='UniKS-UTF16-H';
|
||||
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Korea1','Supplement'=>0);
|
||||
//include(dirname(__FILE__).'/uni2cid_ak12.php');
|
||||
|
||||
$enc='UniJIS-UTF16-H';
|
||||
$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Japan1','Supplement'=>5);
|
||||
$originalsize=23275812;
|
||||
|
||||
// CID Information
|
||||
// Select your language
|
||||
// unicode to cid conversion table is from
|
||||
// ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/
|
||||
// cid2code.txt in ac16.tar.Z,ag15.tar.Z,ak12.tar.Z and aj16.tar.Z.
|
||||
|
||||
//$enc='UniCNS-UTF16-H';
|
||||
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'CNS1','Supplement'=>0);
|
||||
//include(dirname(__FILE__).'/uni2cid_ac15.php');
|
||||
|
||||
//$enc='UniGB-UTF16-H';
|
||||
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'GB1','Supplement'=>2);
|
||||
//include(dirname(__FILE__).'/uni2cid_ag15.php');
|
||||
|
||||
//$enc='UniKS-UTF16-H';
|
||||
//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Korea1','Supplement'=>0);
|
||||
//include(dirname(__FILE__).'/uni2cid_ak12.php');
|
||||
|
||||
$enc='UniJIS-UTF16-H';
|
||||
$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Japan1','Supplement'=>5);
|
||||
include(dirname(__FILE__).'/uni2cid_aj16.php');
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -30,4 +30,4 @@ $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,
|
||||
235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,
|
||||
244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,
|
||||
253=>600,254=>600,255=>600);
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -514,4 +514,4 @@ $diff='';
|
||||
$file='dejavusans.z';
|
||||
$ctg='dejavusans.ctg.z';
|
||||
$originalsize=622280;
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -501,4 +501,4 @@ $diff='';
|
||||
$file='dejavusansb.z';
|
||||
$ctg='dejavusansb.ctg.z';
|
||||
$originalsize=573136;
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -455,4 +455,4 @@ $diff='';
|
||||
$file='dejavusansbi.z';
|
||||
$ctg='dejavusansbi.ctg.z';
|
||||
$originalsize=524056;
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -514,4 +514,4 @@ $diff='';
|
||||
$file='dejavusanscondensed.z';
|
||||
$ctg='dejavusanscondensed.ctg.z';
|
||||
$originalsize=544636;
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -501,4 +501,4 @@ $diff='';
|
||||
$file='dejavusanscondensedb.z';
|
||||
$ctg='dejavusanscondensedb.ctg.z';
|
||||
$originalsize=534464;
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
@ -455,4 +455,4 @@ $diff='';
|
||||
$file='dejavusanscondensedbi.z';
|
||||
$ctg='dejavusanscondensedbi.ctg.z';
|
||||
$originalsize=493196;
|
||||
?>
|
||||
// --- EOF ---
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user