first commit
This commit is contained in:
18154
plugins/sfTCPDFPlugin/lib/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html
Normal file
18154
plugins/sfTCPDFPlugin/lib/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,651 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs For Class TCPDFBarcode</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">com-tecnick-tcpdf</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_com-tecnick-tcpdf.html" class="menu">class tree: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex_com-tecnick-tcpdf.html" class="menu">index: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/_barcodes.php.html"> barcodes.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_htmlcolors.php.html"> htmlcolors.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_tcpdf.php.html"> tcpdf.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_config---tcpdf_config.php.html"> tcpdf_config.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_unicode_data.php.html"> unicode_data.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a><br />
|
||||
<a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Class: TCPDFBarcode</h1>
|
||||
Source Location: /barcodes.php<br /><br />
|
||||
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr><td valign="top">
|
||||
|
||||
<h3><a href="#class_details">Class Overview</a></h3>
|
||||
<pre></pre><br />
|
||||
<div class="description">PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).<br /></div><br /><br />
|
||||
<h4>Author(s):</h4>
|
||||
<ul>
|
||||
<li>Nicola Asuni</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4>Version:</h4>
|
||||
<ul>
|
||||
<li>1.0.005</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_vars">Variables</a></h3>
|
||||
<ul>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#var$barcode_array">$barcode_array</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_methods">Methods</a></h3>
|
||||
<ul>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#method__construct">__construct</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodbarcode_c128">barcode_c128</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodbarcode_codabar">barcode_codabar</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodbarcode_code39">barcode_code39</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodbarcode_ean13">barcode_ean13</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodbarcode_i25">barcode_i25</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodbarcode_postnet">barcode_postnet</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodchecksum_code39">checksum_code39</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodencode_code39_ext">encode_code39_ext</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodgetBarcodeArray">getBarcodeArray</a></li>
|
||||
<li><a href="../com-tecnick-tcpdf/TCPDFBarcode.html#methodsetBarcode">setBarcode</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<table width="100%" border="0"><tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<a name="class_details"></a>
|
||||
<h3>Class Details</h3>
|
||||
<div class="tags">
|
||||
[line 62]<br />
|
||||
PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).<br /><br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.005</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>name:</b> </td><td>TCPDFBarcode</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>license:</b> </td><td><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
|
||||
<hr />
|
||||
<a name="class_vars"></a>
|
||||
<h3>Class Variables</h3>
|
||||
<div class="tags">
|
||||
<a name="var$barcode_array"></a>
|
||||
<p></p>
|
||||
<h4>$barcode_array = <span class="value"></span></h4>
|
||||
<p>[line 68]</p>
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>var:</b> </td><td>representation of barcode.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>array</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
</div><br />
|
||||
|
||||
<hr />
|
||||
<a name="class_methods"></a>
|
||||
<h3>Class Methods</h3>
|
||||
<div class="tags">
|
||||
|
||||
<hr />
|
||||
<a name="method__construct"></a>
|
||||
<h3>constructor __construct <span class="smalllinenumber">[line 84]</span></h3>
|
||||
<div class="function">
|
||||
<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>TCPDFBarcode __construct(
|
||||
string
|
||||
$code, string
|
||||
$type)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
This is the class constructor.<br /><br /><p>Return an array representations for common 1D barcodes:<ul><li>$arrcode['code'] code to be printed on text label</li><li>$arrcode['maxh'] max bar height</li><li>$arrcode['maxw'] max bar width</li><li>$arrcode['bcode'][$k] single bar or space in $k position</li><li>$arrcode['bcode'][$k]['t'] bar type: true = bar, false = space.</li><li>$arrcode['bcode'][$k]['w'] bar width in units.</li><li>$arrcode['bcode'][$k]['h'] bar height in units.</li><li>$arrcode['bcode'][$k]['p'] bar top position (0 = top, 1 = middle)</li></ul></p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to print</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$type</b> </td>
|
||||
<td>type of barcode: <ul><li>C39 : CODE 39</li><li>C39+ : CODE 39 with checksum</li><li>C39E : CODE 39 EXTENDED</li><li>C39E+ : CODE 39 EXTENDED with checksum</li><li>I25 : Interleaved 2 of 5</li><li>C128A : CODE 128 A</li><li>C128B : CODE 128 B</li><li>C128C : CODE 128 C</li><li>EAN13 : EAN 13</li><li>UPCA : UPC-A</li><li>POSTNET : POSTNET</li><li>CODABAR : CODABAR</li></ul></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_c128"></a>
|
||||
<h3>method barcode_c128 <span class="smalllinenumber">[line 390]</span></h3>
|
||||
<div class="function">
|
||||
<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>array barcode_c128(
|
||||
string
|
||||
$code, [string
|
||||
$type = 'B'])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
C128 barcodes.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>barcode representation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to represent.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$type</b> </td>
|
||||
<td>barcode type: A, B or C</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_codabar"></a>
|
||||
<h3>method barcode_codabar <span class="smalllinenumber">[line 755]</span></h3>
|
||||
<div class="function">
|
||||
<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>array barcode_codabar(
|
||||
string
|
||||
$code)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
CODABAR barcodes.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>barcode representation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to represent.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_code39"></a>
|
||||
<h3>method barcode_code39 <span class="smalllinenumber">[line 166]</span></h3>
|
||||
<div class="function">
|
||||
<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>array barcode_code39(
|
||||
string
|
||||
$code, [
|
||||
$extended = false], [boolean
|
||||
$checksum = false])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
CODE 39<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>barcode representation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to represent.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">boolean </td>
|
||||
<td><b>$checksum</b> </td>
|
||||
<td>if true add a checksum to the code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$extended</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_ean13"></a>
|
||||
<h3>method barcode_ean13 <span class="smalllinenumber">[line 582]</span></h3>
|
||||
<div class="function">
|
||||
<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>array barcode_ean13(
|
||||
string
|
||||
$code, [string
|
||||
$len = 13])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
EAN13 and UPC-A barcodes.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>barcode representation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to represent.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$len</b> </td>
|
||||
<td>barcode type: 13 = EAN13, 12 = UPC-A</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_i25"></a>
|
||||
<h3>method barcode_i25 <span class="smalllinenumber">[line 332]</span></h3>
|
||||
<div class="function">
|
||||
<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>array barcode_i25(
|
||||
string
|
||||
$code, boolean
|
||||
$checksum)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Interleaved 2 of 5 barcodes.<br /><br /><p>Contains digits (0 to 9) and encodes the data in the width of both bars and spaces.</p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>barcode representation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to represent.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">boolean </td>
|
||||
<td><b>$checksum</b> </td>
|
||||
<td>if true add a checksum to the code</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodbarcode_postnet"></a>
|
||||
<h3>method barcode_postnet <span class="smalllinenumber">[line 700]</span></h3>
|
||||
<div class="function">
|
||||
<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>array barcode_postnet(
|
||||
string
|
||||
$code)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
POSTNET barcodes.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>barcode representation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>zip code to represent. Must be a string containing a zip code of the form DDDDD or DDDDD-DDDD.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodchecksum_code39"></a>
|
||||
<h3>method checksum_code39 <span class="smalllinenumber">[line 309]</span></h3>
|
||||
<div class="function">
|
||||
<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>char checksum_code39(
|
||||
string
|
||||
$code)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Calculate CODE 39 checksum (modulo 43).<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>checksum.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to represent.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodencode_code39_ext"></a>
|
||||
<h3>method encode_code39_ext <span class="smalllinenumber">[line 259]</span></h3>
|
||||
<div class="function">
|
||||
<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>encoded encode_code39_ext(
|
||||
string
|
||||
$code)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Encode a string to be used for CODE 39 Extended mode.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>return:</b> </td><td>string.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to represent.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodgetBarcodeArray"></a>
|
||||
<h3>method getBarcodeArray <span class="smalllinenumber">[line 92]</span></h3>
|
||||
<div class="function">
|
||||
<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>array getBarcodeArray(
|
||||
)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Return an array representations of barcode.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodsetBarcode"></a>
|
||||
<h3>method setBarcode <span class="smalllinenumber">[line 102]</span></h3>
|
||||
<div class="function">
|
||||
<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>array setBarcode(
|
||||
string
|
||||
$code, string
|
||||
$type)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Set the barcode.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$code</b> </td>
|
||||
<td>code to print</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">string </td>
|
||||
<td><b>$type</b> </td>
|
||||
<td>type of barcode: <ul><li>C39 : CODE 39</li><li>C39+ : CODE 39 with checksum</li><li>C39E : CODE 39 EXTENDED</li><li>C39E+ : CODE 39 EXTENDED with checksum</li><li>I25 : Interleaved 2 of 5</li><li>C128A : CODE 128 A</li><li>C128B : CODE 128 B</li><li>C128C : CODE 128 C</li><li>EAN13 : EAN 13</li><li>UPCA : UPC-A</li><li>POSTNET : POSTNET</li><li>CODABAR : CODABAR</li></ul></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
</div><br />
|
||||
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 10 Mar 2009 15:43:29 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,107 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page barcodes.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">com-tecnick-tcpdf</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_com-tecnick-tcpdf.html" class="menu">class tree: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex_com-tecnick-tcpdf.html" class="menu">index: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/_barcodes.php.html"> barcodes.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_htmlcolors.php.html"> htmlcolors.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_tcpdf.php.html"> tcpdf.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_config---tcpdf_config.php.html"> tcpdf_config.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_unicode_data.php.html"> unicode_data.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a><br />
|
||||
<a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: barcodes.php</h1>
|
||||
Source Location: /barcodes.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a></dt>
|
||||
<dd>PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).<br /></dd>
|
||||
</div><br /><br />
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
PHP class to creates array representations for common 1D barcodes to be used with TCPDF.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>1.0.005</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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>abstract:</b> </td><td>Functions for generating string representation of common 1D barcodes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>license:</b> </td><td><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 10 Mar 2009 15:43:29 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,505 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page tcpdf_config.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">com-tecnick-tcpdf</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_com-tecnick-tcpdf.html" class="menu">class tree: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex_com-tecnick-tcpdf.html" class="menu">index: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/_barcodes.php.html"> barcodes.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_htmlcolors.php.html"> htmlcolors.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_tcpdf.php.html"> tcpdf.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_config---tcpdf_config.php.html"> tcpdf_config.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_unicode_data.php.html"> unicode_data.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a><br />
|
||||
<a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: tcpdf_config.php</h1>
|
||||
Source Location: /config/tcpdf_config.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
Configuration file for TCPDF.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>4.0.014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2004-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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://tcpdf.sourceforge.net">http://tcpdf.sourceforge.net</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>since:</b> </td><td>2004-10-27</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>license:</b> </td><td><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<hr />
|
||||
<a name="defineHEAD_MAGNIFICATION"></a>
|
||||
<h3>HEAD_MAGNIFICATION <span class="smalllinenumber">[line 206]</span></h3>
|
||||
<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>HEAD_MAGNIFICATION = 1.1</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
magnification factor for titles<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_BLANK_IMAGE"></a>
|
||||
<h3>K_BLANK_IMAGE <span class="smalllinenumber">[line 101]</span></h3>
|
||||
<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>K_BLANK_IMAGE = K_PATH_IMAGES.'_blank.png'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
blank image<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_CELL_HEIGHT_RATIO"></a>
|
||||
<h3>K_CELL_HEIGHT_RATIO <span class="smalllinenumber">[line 211]</span></h3>
|
||||
<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>K_CELL_HEIGHT_RATIO = 1.25</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
height of cell repect font height<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_PATH_CACHE"></a>
|
||||
<h3>K_PATH_CACHE <span class="smalllinenumber">[line 86]</span></h3>
|
||||
<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>K_PATH_CACHE = K_PATH_MAIN.'cache/'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
cache directory for temporary files (full path)<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_PATH_FONTS"></a>
|
||||
<h3>K_PATH_FONTS <span class="smalllinenumber">[line 81]</span></h3>
|
||||
<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>K_PATH_FONTS = K_PATH_MAIN.'fonts/'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
path for PDF fonts<br /><br /><p>use K_PATH_MAIN.'fonts/old/' for old non-UTF8 fonts</p><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_PATH_IMAGES"></a>
|
||||
<h3>K_PATH_IMAGES <span class="smalllinenumber">[line 96]</span></h3>
|
||||
<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>K_PATH_IMAGES = K_PATH_MAIN.'images/'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
images directory<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_PATH_MAIN"></a>
|
||||
<h3>K_PATH_MAIN <span class="smalllinenumber">[line 58]</span></h3>
|
||||
<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>K_PATH_MAIN = $k_path_main</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Installation path (/var/www/tcpdf/).<br /><br /><p>By default it is automatically calculated but you can also set it as a fixed string to improve performances.</p><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_PATH_URL"></a>
|
||||
<h3>K_PATH_URL <span class="smalllinenumber">[line 75]</span></h3>
|
||||
<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>K_PATH_URL = $k_path_url</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
URL path to tcpdf installation folder (http://localhost/tcpdf/).<br /><br /><p>By default it is automatically calculated but you can also set it as a fixed string to improve performances..</p><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_PATH_URL_CACHE"></a>
|
||||
<h3>K_PATH_URL_CACHE <span class="smalllinenumber">[line 91]</span></h3>
|
||||
<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>K_PATH_URL_CACHE = K_PATH_URL.'cache/'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
cache directory for temporary files (url path)<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_SMALL_RATIO"></a>
|
||||
<h3>K_SMALL_RATIO <span class="smalllinenumber">[line 221]</span></h3>
|
||||
<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>K_SMALL_RATIO = 2/3</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
reduction factor for small font<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_TITLE_MAGNIFICATION"></a>
|
||||
<h3>K_TITLE_MAGNIFICATION <span class="smalllinenumber">[line 216]</span></h3>
|
||||
<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>K_TITLE_MAGNIFICATION = 1.3</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
title magnification respect main font size<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_AUTHOR"></a>
|
||||
<h3>PDF_AUTHOR <span class="smalllinenumber">[line 121]</span></h3>
|
||||
<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_AUTHOR = 'TCPDF'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
document author<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_CREATOR"></a>
|
||||
<h3>PDF_CREATOR <span class="smalllinenumber">[line 116]</span></h3>
|
||||
<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_CREATOR = 'TCPDF'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
document creator<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_FONT_NAME_DATA"></a>
|
||||
<h3>PDF_FONT_NAME_DATA <span class="smalllinenumber">[line 191]</span></h3>
|
||||
<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_FONT_NAME_DATA = 'helvetica'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
data font name<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_FONT_NAME_MAIN"></a>
|
||||
<h3>PDF_FONT_NAME_MAIN <span class="smalllinenumber">[line 181]</span></h3>
|
||||
<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_FONT_NAME_MAIN = 'helvetica'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
main font name<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_FONT_SIZE_DATA"></a>
|
||||
<h3>PDF_FONT_SIZE_DATA <span class="smalllinenumber">[line 196]</span></h3>
|
||||
<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_FONT_SIZE_DATA = 8</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
data font size<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_FONT_SIZE_MAIN"></a>
|
||||
<h3>PDF_FONT_SIZE_MAIN <span class="smalllinenumber">[line 186]</span></h3>
|
||||
<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_FONT_SIZE_MAIN = 10</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
main font size<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_HEADER_LOGO"></a>
|
||||
<h3>PDF_HEADER_LOGO <span class="smalllinenumber">[line 136]</span></h3>
|
||||
<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_HEADER_LOGO = 'tcpdf_logo.jpg'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
image logo<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_HEADER_LOGO_WIDTH"></a>
|
||||
<h3>PDF_HEADER_LOGO_WIDTH <span class="smalllinenumber">[line 141]</span></h3>
|
||||
<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_HEADER_LOGO_WIDTH = 30</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
header logo image width [mm]<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_HEADER_STRING"></a>
|
||||
<h3>PDF_HEADER_STRING <span class="smalllinenumber">[line 131]</span></h3>
|
||||
<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_HEADER_STRING = "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org"</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
header description string<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_HEADER_TITLE"></a>
|
||||
<h3>PDF_HEADER_TITLE <span class="smalllinenumber">[line 126]</span></h3>
|
||||
<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_HEADER_TITLE = 'TCPDF Example'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
header title<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_IMAGE_SCALE_RATIO"></a>
|
||||
<h3>PDF_IMAGE_SCALE_RATIO <span class="smalllinenumber">[line 201]</span></h3>
|
||||
<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_IMAGE_SCALE_RATIO = 4</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Ratio used to scale the images<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_MARGIN_BOTTOM"></a>
|
||||
<h3>PDF_MARGIN_BOTTOM <span class="smalllinenumber">[line 166]</span></h3>
|
||||
<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_MARGIN_BOTTOM = 25</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
bottom margin<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_MARGIN_FOOTER"></a>
|
||||
<h3>PDF_MARGIN_FOOTER <span class="smalllinenumber">[line 156]</span></h3>
|
||||
<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_MARGIN_FOOTER = 10</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
footer margin<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_MARGIN_HEADER"></a>
|
||||
<h3>PDF_MARGIN_HEADER <span class="smalllinenumber">[line 151]</span></h3>
|
||||
<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_MARGIN_HEADER = 5</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
header margin<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_MARGIN_LEFT"></a>
|
||||
<h3>PDF_MARGIN_LEFT <span class="smalllinenumber">[line 171]</span></h3>
|
||||
<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_MARGIN_LEFT = 15</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
left margin<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_MARGIN_RIGHT"></a>
|
||||
<h3>PDF_MARGIN_RIGHT <span class="smalllinenumber">[line 176]</span></h3>
|
||||
<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_MARGIN_RIGHT = 15</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
right margin<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_MARGIN_TOP"></a>
|
||||
<h3>PDF_MARGIN_TOP <span class="smalllinenumber">[line 161]</span></h3>
|
||||
<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_MARGIN_TOP = 27</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
top margin<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_PAGE_FORMAT"></a>
|
||||
<h3>PDF_PAGE_FORMAT <span class="smalllinenumber">[line 106]</span></h3>
|
||||
<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_PAGE_FORMAT = 'A4'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
page format<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_PAGE_ORIENTATION"></a>
|
||||
<h3>PDF_PAGE_ORIENTATION <span class="smalllinenumber">[line 111]</span></h3>
|
||||
<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_PAGE_ORIENTATION = 'P'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
page orientation (P=portrait, L=landscape)<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_UNIT"></a>
|
||||
<h3>PDF_UNIT <span class="smalllinenumber">[line 146]</span></h3>
|
||||
<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_UNIT = 'mm'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 10 Mar 2009 15:43:34 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,99 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page htmlcolors.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">com-tecnick-tcpdf</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_com-tecnick-tcpdf.html" class="menu">class tree: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex_com-tecnick-tcpdf.html" class="menu">index: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/_barcodes.php.html"> barcodes.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_htmlcolors.php.html"> htmlcolors.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_tcpdf.php.html"> tcpdf.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_config---tcpdf_config.php.html"> tcpdf_config.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_unicode_data.php.html"> unicode_data.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a><br />
|
||||
<a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: htmlcolors.php</h1>
|
||||
Source Location: /htmlcolors.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
Array of WEB safe colors.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2004-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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>since:</b> </td><td>2.9.000 (2008-03-26)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>license:</b> </td><td><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 10 Mar 2009 15:43:29 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,126 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page tcpdf.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">com-tecnick-tcpdf</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_com-tecnick-tcpdf.html" class="menu">class tree: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex_com-tecnick-tcpdf.html" class="menu">index: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/_barcodes.php.html"> barcodes.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_htmlcolors.php.html"> htmlcolors.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_tcpdf.php.html"> tcpdf.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_config---tcpdf_config.php.html"> tcpdf_config.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_unicode_data.php.html"> unicode_data.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a><br />
|
||||
<a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: tcpdf.php</h1>
|
||||
Source Location: /tcpdf.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a></dt>
|
||||
<dd>This is a PHP class for generating PDF documents without requiring external extensions.<br /></dd>
|
||||
</div><br /><br />
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
This is a PHP class for generating PDF documents without requiring external extensions.<br /><br /><br /><p>TCPDF project (http://www.tcpdf.org) was originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br /> <h3>TCPDF main features are:</h3> <ul><li>no external libraries are required for the basic functions;</li><li>supports all ISO page formats;</li><li>supports UTF-8 Unicode and Right-To-Left languages;</li><li>supports document encryption;</li><li>includes methods to publish some XHTML code;</li><li>includes graphic (geometric) and transformation methods;</li><li>includes bookmarks;</li><li>includes Javascript and forms support;</li><li>includes a method to print various barcode formats;</li><li>supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;</li><li>supports custom page formats, margins and units of measure;</li><li>includes methods for page header and footer management;</li><li>supports automatic page break;</li><li>supports automatic page numbering and page groups;</li><li>supports automatic line break and text justification;</li><li>supports JPEG and PNG images whitout GD library and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;</li><li>supports stroke and clipping mode for text;</li><li>supports clipping masks;</li><li>supports Grayscale, RGB and CMYK colors and transparency;</li><li>supports links and annotations;</li><li>supports page compression (requires zlib extension);</li><li>supports PDF user's rights.</li></ul> Tools to encode your unicode fonts are on fonts/utils directory.</p></p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>4.5.025</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2002-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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>abstract:</b> </td><td>Class for generating PDF files on-the-fly without requiring external extensions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>license:</b> </td><td><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<h4>Includes:</h4>
|
||||
<div class="tags">
|
||||
require_once(dirname(__FILE__).'/config/tcpdf_config.php') [line 131]<br />
|
||||
main configuration file<br /><br />require_once(dirname(__FILE__).'/htmlcolors.php') [line 143]<br />
|
||||
html colors table<br /><br />require_once(dirname(__FILE__).'/unicode_data.php') [line 138]<br />
|
||||
unicode data<br /><br /></div>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<hr />
|
||||
<a name="definePDF_PRODUCER"></a>
|
||||
<h3>PDF_PRODUCER <span class="smalllinenumber">[line 149]</span></h3>
|
||||
<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 4.5.025 (http://www.tcpdf.org)'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
define default PDF document producer<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 10 Mar 2009 15:43:29 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,248 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page unicode_data.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">com-tecnick-tcpdf</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_com-tecnick-tcpdf.html" class="menu">class tree: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex_com-tecnick-tcpdf.html" class="menu">index: com-tecnick-tcpdf</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/_barcodes.php.html"> barcodes.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_htmlcolors.php.html"> htmlcolors.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_tcpdf.php.html"> tcpdf.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_config---tcpdf_config.php.html"> tcpdf_config.php
|
||||
</a><br>
|
||||
<a href="../com-tecnick-tcpdf/_unicode_data.php.html"> unicode_data.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../com-tecnick-tcpdf/TCPDF.html">TCPDF</a><br />
|
||||
<a href="../com-tecnick-tcpdf/TCPDFBarcode.html">TCPDFBarcode</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: unicode_data.php</h1>
|
||||
Source Location: /unicode_data.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
Unicode Include file for TCPDF.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>copyright:</b> </td><td>2004-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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://www.tcpdf.org">http://www.tcpdf.org</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>since:</b> </td><td>2.1.000 (2008-01-08)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>license:</b> </td><td><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<hr />
|
||||
<a name="defineK_LRE"></a>
|
||||
<h3>K_LRE <span class="smalllinenumber">[line 64]</span></h3>
|
||||
<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>K_LRE = 8234</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Left-to-Right Embedding<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_LRM"></a>
|
||||
<h3>K_LRM <span class="smalllinenumber">[line 56]</span></h3>
|
||||
<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>K_LRM = 8206</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Left-to-Right Mark<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_LRO"></a>
|
||||
<h3>K_LRO <span class="smalllinenumber">[line 76]</span></h3>
|
||||
<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>K_LRO = 8237</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Left-to-Right Override<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_PDF"></a>
|
||||
<h3>K_PDF <span class="smalllinenumber">[line 72]</span></h3>
|
||||
<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>K_PDF = 8236</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Pop Directional Format<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_RE_PATTERN_ARABIC"></a>
|
||||
<h3>K_RE_PATTERN_ARABIC <span class="smalllinenumber">[line 103]</span></h3>
|
||||
<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>K_RE_PATTERN_ARABIC = "/(
|
||||
\xD8[\x80-\x83\x8B\x8D\x9B\x9E\x9F\xA1-\xBA] # AL
|
||||
| \xD9[\x80-\x8A\xAD-\xAF\xB1-\xBF] # AL
|
||||
| \xDA[\x80-\xBF] # AL
|
||||
| \xDB[\x80-\x95\x9D\xA5\xA6\xAE\xAF\xBA-\xBF] # AL
|
||||
| \xDC[\x80-\x8D\x90\x92-\xAF] # AL
|
||||
| \xDD[\x8D-\xAD] # AL
|
||||
| \xDE[\x80-\xA5\xB1] # AL
|
||||
| \xEF\xAD[\x90-\xBF] # AL
|
||||
| \xEF\xAE[\x80-\xB1] # AL
|
||||
| \xEF\xAF[\x93-\xBF] # AL
|
||||
| \xEF[\xB0-\xB3][\x80-\xBF] # AL
|
||||
| \xEF\xB4[\x80-\xBD] # AL
|
||||
| \xEF\xB5[\x90-\xBF] # AL
|
||||
| \xEF\xB6[\x80-\x8F\x92-\xBF] # AL
|
||||
| \xEF\xB7[\x80-\x87\xB0-\xBC] # AL
|
||||
| \xEF\xB9[\xB0-\xB4\xB6-\xBF] # AL
|
||||
| \xEF\xBA[\x80-\xBF] # AL
|
||||
| \xEF\xBB[\x80-\xBC] # AL
|
||||
| \xD9[\xA0-\xA9\xAB\xAC] # AN
|
||||
)/x"</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
<br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_RE_PATTERN_RTL"></a>
|
||||
<h3>K_RE_PATTERN_RTL <span class="smalllinenumber">[line 85]</span></h3>
|
||||
<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>K_RE_PATTERN_RTL = "/(
|
||||
\xD6\xBE # R
|
||||
| \xD7[\x80\x83\x86\x90-\xAA\xB0-\xB4] # R
|
||||
| \xDF[\x80-\xAA\xB4\xB5\xBA] # R
|
||||
| \xE2\x80\x8F # R
|
||||
| \xEF\xAC[\x9D\x9F\xA0-\xA8\xAA-\xB6\xB8-\xBC\xBE] # R
|
||||
| \xEF\xAD[\x80\x81\x83\x84\x86-\x8F] # R
|
||||
| \xF0\x90\xA0[\x80-\x85\x88\x8A-\xB5\xB7\xB8\xBC\xBF] # R
|
||||
| \xF0\x90\xA4[\x80-\x99] # R
|
||||
| \xF0\x90\xA8[\x80\x90-\x93\x95-\x97\x99-\xB3] # R
|
||||
| \xF0\x90\xA9[\x80-\x87\x90-\x98] # R
|
||||
| \xE2\x80[\xAB\xAE] # RLE & RLO
|
||||
)/x"</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
<br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_RLE"></a>
|
||||
<h3>K_RLE <span class="smalllinenumber">[line 68]</span></h3>
|
||||
<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>K_RLE = 8235</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Right-to-Left Embedding<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_RLM"></a>
|
||||
<h3>K_RLM <span class="smalllinenumber">[line 60]</span></h3>
|
||||
<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>K_RLM = 8207</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Right-to-Left Mark<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineK_RLO"></a>
|
||||
<h3>K_RLO <span class="smalllinenumber">[line 80]</span></h3>
|
||||
<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>K_RLO = 8238</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
Right-to-Left Override<br /><br /> <br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 10 Mar 2009 15:43:34 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user