mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-11-26 06:17:33 +00:00
5.1.000
This commit is contained in:
parent
de949e6a82
commit
76539ae64a
@ -1,3 +1,9 @@
|
|||||||
|
5.1.000 (2010-05-25)
|
||||||
|
- This version includes support for CSS (Cascading Style Sheets) (see example n. 61).
|
||||||
|
- The convertHTMLColorToDec() method was improved.
|
||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
5.0.014 (2010-05-21)
|
5.0.014 (2010-05-21)
|
||||||
- A problem on color and style of HTML links was fixed.
|
- A problem on color and style of HTML links was fixed.
|
||||||
- A bug relative to gradients was fixed.
|
- A bug relative to gradients was fixed.
|
||||||
@ -71,7 +77,7 @@
|
|||||||
- The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
|
- The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
|
||||||
- Ellipse() method was improved and fixed (see page 2 of example n. 12).
|
- Ellipse() method was improved and fixed (see page 2 of example n. 12).
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
4.9.018 (2010-04-21)
|
4.9.018 (2010-04-21)
|
||||||
- Bug item #2990356 "Current font size not respected with more than two HTML <p>" was fixed.
|
- Bug item #2990356 "Current font size not respected with more than two HTML <p>" was fixed.
|
||||||
@ -165,7 +171,7 @@
|
|||||||
- Bug item #2974929 "Duplicate case values" was fixed.
|
- Bug item #2974929 "Duplicate case values" was fixed.
|
||||||
- Bug item #2976729 "File attachment not working with security" was fixed.
|
- Bug item #2976729 "File attachment not working with security" was fixed.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
4.8.039 (2010-03-20)
|
4.8.039 (2010-03-20)
|
||||||
- Problems related to custom locale settings were fixed.
|
- Problems related to custom locale settings were fixed.
|
||||||
@ -336,7 +342,7 @@
|
|||||||
- Signature of Image() method was changed.
|
- Signature of Image() method was changed.
|
||||||
- htmlcolors.php file was updated.
|
- htmlcolors.php file was updated.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
4.7.003 (2009-09-03)
|
4.7.003 (2009-09-03)
|
||||||
- Support for TCPDF methods on HTML was improved (see example n. 49).
|
- Support for TCPDF methods on HTML was improved (see example n. 49).
|
||||||
@ -1429,4 +1435,4 @@
|
|||||||
- Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
|
- Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
|
||||||
- Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
|
- Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
|
||||||
|
|
||||||
EOF ----------------------------------------------------------------------------
|
EOF --------------------------------------------------------
|
||||||
|
@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
Name: TCPDF
|
Name: TCPDF
|
||||||
Version: 5.0.014
|
Version: 5.1.000
|
||||||
Release date: 2010-05-21
|
Release date: 2010-05-25
|
||||||
Author: Nicola Asuni
|
Author: Nicola Asuni
|
||||||
|
|
||||||
Copyright (c) 2001-2010:
|
Copyright (c) 2001-2010:
|
||||||
@ -33,7 +33,7 @@ Main Features:
|
|||||||
// * all ISO page formats, custom page formats, custom margins and units of measure;
|
// * all ISO page formats, custom page formats, custom margins and units of measure;
|
||||||
// * UTF-8 Unicode and Right-To-Left languages;
|
// * UTF-8 Unicode and Right-To-Left languages;
|
||||||
// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
|
// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
|
||||||
// * methods to publish some XHTML code, Javascript and Forms;
|
// * methods to publish some XHTML + CSS code, Javascript and Forms;
|
||||||
// * images, graphic (geometric figures) and transformation methods;
|
// * images, graphic (geometric figures) and transformation methods;
|
||||||
// * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
|
// * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
|
||||||
// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;
|
// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -5548,7 +5548,7 @@ $frame)</code>
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -296,7 +296,7 @@ $type)</code>
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -1374,7 +1374,7 @@ $type)</code>
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -102,7 +102,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -102,7 +102,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -539,7 +539,7 @@ Configuration file for TCPDF.<br /><br /><br /><br />
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:49:02 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -94,7 +94,7 @@ Array of WEB safe colors.<br /><br /><br /><br />
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -477,7 +477,7 @@ string $string, [int $split_length = 1])</code>
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -71,7 +71,7 @@ Source Location: /tcpdf.php<br /><br />
|
|||||||
</div><br /><br />
|
</div><br /><br />
|
||||||
|
|
||||||
<h2>Page Details:</h2>
|
<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>all ISO page formats, custom page formats, custom margins and units of measure;</li><li>UTF-8 Unicode and Right-To-Left languages;</li><li>TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;</li><li>methods to publish some XHTML code, Javascript and Forms;</li><li>images, graphic (geometric figures) and transformation methods;</li><li>supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)</li><li>1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;</li><li>Grayscale, RGB, CMYK, Spot Colors and Transparencies;</li><li>automatic page header and footer management;</li><li>document encryption and digital signature certifications;</li><li>transactions to UNDO commands;</li><li>PDF annotations, including links, text and file attachments;</li><li>text rendering modes (fill, stroke and clipping);</li><li>multiple columns mode;</li><li>bookmarks and table of content;</li><li>text hyphenation;</li><li>automatic page break, line break and text alignments including justification;</li><li>automatic page numbering and page groups;</li><li>move and delete pages;</li><li>page compression (requires php-zlib extension);</li></ul> Tools to encode your unicode fonts are on fonts/utils directory.</p></p><br /><br /><br />
|
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>all ISO page formats, custom page formats, custom margins and units of measure;</li><li>UTF-8 Unicode and Right-To-Left languages;</li><li>TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;</li><li>methods to publish some XHTML + CSS code, Javascript and Forms;</li><li>images, graphic (geometric figures) and transformation methods;</li><li>supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)</li><li>1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;</li><li>Grayscale, RGB, CMYK, Spot Colors and Transparencies;</li><li>automatic page header and footer management;</li><li>document encryption and digital signature certifications;</li><li>transactions to UNDO commands;</li><li>PDF annotations, including links, text and file attachments;</li><li>text rendering modes (fill, stroke and clipping);</li><li>multiple columns mode;</li><li>bookmarks and table of content;</li><li>text hyphenation;</li><li>automatic page break, line break and text alignments including justification;</li><li>automatic page numbering and page groups;</li><li>move and delete pages;</li><li>page compression (requires php-zlib extension);</li></ul> Tools to encode your unicode fonts are on fonts/utils directory.</p></p><br /><br /><br />
|
||||||
<h4>Tags:</h4>
|
<h4>Tags:</h4>
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
<table border="0" cellspacing="0" cellpadding="0">
|
<table border="0" cellspacing="0" cellpadding="0">
|
||||||
@ -79,7 +79,7 @@ This is a PHP class for generating PDF documents without requiring external exte
|
|||||||
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
<td><b>author:</b> </td><td>Nicola Asuni</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>version:</b> </td><td>5.0.014</td>
|
<td><b>version:</b> </td><td>5.1.000</td>
|
||||||
</tr>
|
</tr>
|
||||||
<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>
|
<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>
|
||||||
@ -110,7 +110,7 @@ unicode data<br /><br /></div>
|
|||||||
<div class="tags">
|
<div class="tags">
|
||||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||||
<code>PDF_PRODUCER = 'TCPDF 5.0.014 (http://www.tcpdf.org)'</code>
|
<code>PDF_PRODUCER = 'TCPDF 5.1.000 (http://www.tcpdf.org)'</code>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
|
|
||||||
@ -121,7 +121,7 @@ unicode data<br /><br /></div>
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:58 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:50 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -243,7 +243,7 @@ Unicode Include file for TCPDF.<br /><br /><br /><br />
|
|||||||
|
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:49:02 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -453,6 +453,8 @@
|
|||||||
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodestimateVersion">QRcode::estimateVersion()</a><br> estimateVersion</dd>
|
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodestimateVersion">QRcode::estimateVersion()</a><br> estimateVersion</dd>
|
||||||
<dt><b>evaluateSymbol</b></dt>
|
<dt><b>evaluateSymbol</b></dt>
|
||||||
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodevaluateSymbol">QRcode::evaluateSymbol()</a><br> evaluateSymbol</dd>
|
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodevaluateSymbol">QRcode::evaluateSymbol()</a><br> evaluateSymbol</dd>
|
||||||
|
<dt><b>extractCSSproperties</b></dt>
|
||||||
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodextractCSSproperties">TCPDF::extractCSSproperties()</a><br> Extracts the CSS properties from a CSS string.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<a href="elementindex.html#top">top</a><br>
|
<a href="elementindex.html#top">top</a><br>
|
||||||
@ -691,6 +693,8 @@
|
|||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodGetStringWidth">TCPDF::GetStringWidth()</a><br> Returns the length of a string in user unit. A font must be selected.<br /></dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodGetStringWidth">TCPDF::GetStringWidth()</a><br> Returns the length of a string in user unit. A font must be selected.<br /></dd>
|
||||||
<dt><b>getSVGTransformMatrix</b></dt>
|
<dt><b>getSVGTransformMatrix</b></dt>
|
||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetSVGTransformMatrix">TCPDF::getSVGTransformMatrix()</a><br> Get the tranformation matrix from SVG transform attribute</dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetSVGTransformMatrix">TCPDF::getSVGTransformMatrix()</a><br> Get the tranformation matrix from SVG transform attribute</dd>
|
||||||
|
<dt><b>getTagStyleFromCSS</b></dt>
|
||||||
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetTagStyleFromCSS">TCPDF::getTagStyleFromCSS()</a><br> Returns the styles that apply for the selected HTML tag.</dd>
|
||||||
<dt><b>getTransformationMatrixProduct</b></dt>
|
<dt><b>getTransformationMatrixProduct</b></dt>
|
||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetTransformationMatrixProduct">TCPDF::getTransformationMatrixProduct()</a><br> Get the product of two SVG tranformation matrices</dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetTransformationMatrixProduct">TCPDF::getTransformationMatrixProduct()</a><br> Get the product of two SVG tranformation matrices</dd>
|
||||||
<dt><b>getUserPermissionCode</b></dt>
|
<dt><b>getUserPermissionCode</b></dt>
|
||||||
@ -819,6 +823,8 @@
|
|||||||
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodisdigitat">QRcode::isdigitat()</a><br> Return true if the character at specified position is a number</dd>
|
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodisdigitat">QRcode::isdigitat()</a><br> Return true if the character at specified position is a number</dd>
|
||||||
<dt><b>isRTLTextDir</b></dt>
|
<dt><b>isRTLTextDir</b></dt>
|
||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodisRTLTextDir">TCPDF::isRTLTextDir()</a><br> Return the current temporary RTL status</dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodisRTLTextDir">TCPDF::isRTLTextDir()</a><br> Return the current temporary RTL status</dd>
|
||||||
|
<dt><b>isValidCSSSelectorForTag</b></dt>
|
||||||
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodisValidCSSSelectorForTag">TCPDF::isValidCSSSelectorForTag()</a><br> Returns true if the CSS selector is valid for the selected HTML tag</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<a href="elementindex.html#top">top</a><br>
|
<a href="elementindex.html#top">top</a><br>
|
||||||
@ -1958,7 +1964,7 @@
|
|||||||
<a href="elementindex.html#top">top</a><br>
|
<a href="elementindex.html#top">top</a><br>
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -634,6 +634,8 @@
|
|||||||
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodestimateVersion">QRcode::estimateVersion()</a><br> estimateVersion</dd>
|
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodestimateVersion">QRcode::estimateVersion()</a><br> estimateVersion</dd>
|
||||||
<dt><b>evaluateSymbol</b></dt>
|
<dt><b>evaluateSymbol</b></dt>
|
||||||
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodevaluateSymbol">QRcode::evaluateSymbol()</a><br> evaluateSymbol</dd>
|
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodevaluateSymbol">QRcode::evaluateSymbol()</a><br> evaluateSymbol</dd>
|
||||||
|
<dt><b>extractCSSproperties</b></dt>
|
||||||
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodextractCSSproperties">TCPDF::extractCSSproperties()</a><br> Extracts the CSS properties from a CSS string.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
||||||
@ -872,6 +874,8 @@
|
|||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodGetStringWidth">TCPDF::GetStringWidth()</a><br> Returns the length of a string in user unit. A font must be selected.<br /></dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodGetStringWidth">TCPDF::GetStringWidth()</a><br> Returns the length of a string in user unit. A font must be selected.<br /></dd>
|
||||||
<dt><b>getSVGTransformMatrix</b></dt>
|
<dt><b>getSVGTransformMatrix</b></dt>
|
||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetSVGTransformMatrix">TCPDF::getSVGTransformMatrix()</a><br> Get the tranformation matrix from SVG transform attribute</dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetSVGTransformMatrix">TCPDF::getSVGTransformMatrix()</a><br> Get the tranformation matrix from SVG transform attribute</dd>
|
||||||
|
<dt><b>getTagStyleFromCSS</b></dt>
|
||||||
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetTagStyleFromCSS">TCPDF::getTagStyleFromCSS()</a><br> Returns the styles that apply for the selected HTML tag.</dd>
|
||||||
<dt><b>getTransformationMatrixProduct</b></dt>
|
<dt><b>getTransformationMatrixProduct</b></dt>
|
||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetTransformationMatrixProduct">TCPDF::getTransformationMatrixProduct()</a><br> Get the product of two SVG tranformation matrices</dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodgetTransformationMatrixProduct">TCPDF::getTransformationMatrixProduct()</a><br> Get the product of two SVG tranformation matrices</dd>
|
||||||
<dt><b>getUserPermissionCode</b></dt>
|
<dt><b>getUserPermissionCode</b></dt>
|
||||||
@ -1000,6 +1004,8 @@
|
|||||||
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodisdigitat">QRcode::isdigitat()</a><br> Return true if the character at specified position is a number</dd>
|
<dd>in file qrcode.php, method <a href="com-tecnick-tcpdf/QRcode.html#methodisdigitat">QRcode::isdigitat()</a><br> Return true if the character at specified position is a number</dd>
|
||||||
<dt><b>isRTLTextDir</b></dt>
|
<dt><b>isRTLTextDir</b></dt>
|
||||||
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodisRTLTextDir">TCPDF::isRTLTextDir()</a><br> Return the current temporary RTL status</dd>
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodisRTLTextDir">TCPDF::isRTLTextDir()</a><br> Return the current temporary RTL status</dd>
|
||||||
|
<dt><b>isValidCSSSelectorForTag</b></dt>
|
||||||
|
<dd>in file tcpdf.php, method <a href="com-tecnick-tcpdf/TCPDF.html#methodisValidCSSSelectorForTag">TCPDF::isValidCSSSelectorForTag()</a><br> Returns true if the CSS selector is valid for the selected HTML tag</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
||||||
@ -1987,7 +1993,7 @@
|
|||||||
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
<a href="elementindex_com-tecnick-tcpdf.html#top">top</a><br>
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:48 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<a href="#Post-parsing">Post-parsing</a><br>
|
<a href="#Post-parsing">Post-parsing</a><br>
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:49:02 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:54 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
|
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
|
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.3</a><br />
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
<hr />
|
<hr />
|
||||||
Documentation generated on Fri, 21 May 2010 18:48:57 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
Documentation generated on Tue, 25 May 2010 19:49:49 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
|
||||||
</div>
|
</div>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -79,6 +79,7 @@ echo '<'.'?'.'xml version="1.0" encoding="UTF-8"'.'?'.'>';
|
|||||||
<li>SVG Image: [<a href="example_058.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>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>
|
<li>Advanced page settings: [<a href="example_060.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||||
|
<li>XHTML + CSS: [<a href="example_061.php" title="PDF [new window]" target="_blank">PDF</a>]</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
398
tcpdf.php
398
tcpdf.php
@ -2,9 +2,9 @@
|
|||||||
//============================================================+
|
//============================================================+
|
||||||
// File name : tcpdf.php
|
// File name : tcpdf.php
|
||||||
// Begin : 2002-08-03
|
// Begin : 2002-08-03
|
||||||
// Last Update : 2010-05-21
|
// Last Update : 2010-05-25
|
||||||
// Author : Nicola Asuni - info@tecnick.com - http://www.tcpdf.org
|
// Author : Nicola Asuni - info@tecnick.com - http://www.tcpdf.org
|
||||||
// Version : 5.0.014
|
// Version : 5.1.000
|
||||||
// License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
|
// License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l.
|
// Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l.
|
||||||
@ -38,7 +38,7 @@
|
|||||||
// * all ISO page formats, custom page formats, custom margins and units of measure;
|
// * all ISO page formats, custom page formats, custom margins and units of measure;
|
||||||
// * UTF-8 Unicode and Right-To-Left languages;
|
// * UTF-8 Unicode and Right-To-Left languages;
|
||||||
// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
|
// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
|
||||||
// * methods to publish some XHTML code, Javascript and Forms;
|
// * methods to publish some XHTML + CSS code, Javascript and Forms;
|
||||||
// * images, graphic (geometric figures) and transformation methods;
|
// * images, graphic (geometric figures) and transformation methods;
|
||||||
// * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
|
// * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
|
||||||
// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;
|
// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;
|
||||||
@ -97,7 +97,7 @@
|
|||||||
* <li>all ISO page formats, custom page formats, custom margins and units of measure;</li>
|
* <li>all ISO page formats, custom page formats, custom margins and units of measure;</li>
|
||||||
* <li>UTF-8 Unicode and Right-To-Left languages;</li>
|
* <li>UTF-8 Unicode and Right-To-Left languages;</li>
|
||||||
* <li>TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;</li>
|
* <li>TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;</li>
|
||||||
* <li>methods to publish some XHTML code, Javascript and Forms;</li>
|
* <li>methods to publish some XHTML + CSS code, Javascript and Forms;</li>
|
||||||
* <li>images, graphic (geometric figures) and transformation methods;
|
* <li>images, graphic (geometric figures) and transformation methods;
|
||||||
* <li>supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)</li>
|
* <li>supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)</li>
|
||||||
* <li>1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;</li>
|
* <li>1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code;</li>
|
||||||
@ -122,7 +122,7 @@
|
|||||||
* @copyright 2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
|
* @copyright 2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
|
||||||
* @link http://www.tcpdf.org
|
* @link http://www.tcpdf.org
|
||||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
||||||
* @version 5.0.014
|
* @version 5.1.000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -146,14 +146,14 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
/**
|
/**
|
||||||
* define default PDF document producer
|
* define default PDF document producer
|
||||||
*/
|
*/
|
||||||
define('PDF_PRODUCER', 'TCPDF 5.0.014 (http://www.tcpdf.org)');
|
define('PDF_PRODUCER', 'TCPDF 5.1.000 (http://www.tcpdf.org)');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a PHP class for generating PDF documents without requiring external extensions.<br>
|
* This is a PHP class for generating PDF documents without requiring external extensions.<br>
|
||||||
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br>
|
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br>
|
||||||
* @name TCPDF
|
* @name TCPDF
|
||||||
* @package com.tecnick.tcpdf
|
* @package com.tecnick.tcpdf
|
||||||
* @version 5.0.014
|
* @version 5.1.000
|
||||||
* @author Nicola Asuni - info@tecnick.com
|
* @author Nicola Asuni - info@tecnick.com
|
||||||
* @link http://www.tcpdf.org
|
* @link http://www.tcpdf.org
|
||||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
* @license http://www.gnu.org/copyleft/lesser.html LGPL
|
||||||
@ -9024,12 +9024,21 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
if (strlen($color) == 0) {
|
if (strlen($color) == 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
// RGB ARRAY
|
||||||
if (substr($color, 0, 3) == 'rgb') {
|
if (substr($color, 0, 3) == 'rgb') {
|
||||||
$codes = substr($color, 4);
|
$codes = substr($color, 4);
|
||||||
$codes = str_replace(')', '', $codes);
|
$codes = str_replace(')', '', $codes);
|
||||||
$returncolor = explode(',', $codes, 3);
|
$returncolor = explode(',', $codes);
|
||||||
return $returncolor;
|
return $returncolor;
|
||||||
}
|
}
|
||||||
|
// CMYK ARRAY
|
||||||
|
if (substr($color, 0, 4) == 'cmyk') {
|
||||||
|
$codes = substr($color, 5);
|
||||||
|
$codes = str_replace(')', '', $codes);
|
||||||
|
$returncolor = explode(',', $codes);
|
||||||
|
return $returncolor;
|
||||||
|
}
|
||||||
|
// COLOR NAME
|
||||||
if (substr($color, 0, 1) != '#') {
|
if (substr($color, 0, 1) != '#') {
|
||||||
// decode color name
|
// decode color name
|
||||||
if (isset($webcolor[$color])) {
|
if (isset($webcolor[$color])) {
|
||||||
@ -9040,6 +9049,7 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
} else {
|
} else {
|
||||||
$color_code = substr($color, 1);
|
$color_code = substr($color, 1);
|
||||||
}
|
}
|
||||||
|
// RGB VALUE
|
||||||
switch (strlen($color_code)) {
|
switch (strlen($color_code)) {
|
||||||
case 3: {
|
case 3: {
|
||||||
// three-digit hexadecimal representation
|
// three-digit hexadecimal representation
|
||||||
@ -14506,27 +14516,279 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints a cell (rectangular area) with optional borders, background color and html text string.
|
* Extracts the CSS properties from a CSS string.
|
||||||
* The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line.<br />
|
* @param string $cssdata string containing CSS definitions.
|
||||||
* If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
|
* @return An array where the keys are the CSS selectors and the values are the CSS properties.
|
||||||
* @param float $w Cell width. If 0, the cell extends up to the right margin.
|
* @author Nicola Asuni
|
||||||
* @param float $h Cell minimum height. The cell extends automatically if needed.
|
* @since 5.1.000 (2010-05-25)
|
||||||
* @param float $x upper-left corner X coordinate
|
* @access protected
|
||||||
* @param float $y upper-left corner Y coordinate
|
|
||||||
* @param string $html html text to print. Default value: empty string.
|
|
||||||
* @param mixed $border Indicates if borders must be drawn around the cell. The value can be either a number:<ul><li>0: no border (default)</li><li>1: frame</li></ul>or a string containing some or all of the following characters (in any order):<ul><li>L: left</li><li>T: top</li><li>R: right</li><li>B: bottom</li></ul>
|
|
||||||
* @param int $ln Indicates where the current position should go after the call. Possible values are:<ul><li>0: to the right (or left for RTL language)</li><li>1: to the beginning of the next line</li><li>2: below</li></ul>
|
|
||||||
Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
|
|
||||||
* @param int $fill Indicates if the cell background must be painted (1) or transparent (0). Default value: 0.
|
|
||||||
* @param boolean $reseth if true reset the last cell height (default true).
|
|
||||||
* @param string $align Allows to center or align the text. Possible values are:<ul><li>L : left align</li><li>C : center</li><li>R : right align</li><li>'' : empty string : left for LTR or right for RTL</li></ul>
|
|
||||||
* @param boolean $autopadding if true, uses internal padding and automatically adjust it to account for line width.
|
|
||||||
* @access public
|
|
||||||
* @uses MultiCell()
|
|
||||||
* @see Multicell(), writeHTML()
|
|
||||||
*/
|
*/
|
||||||
public function writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=0, $reseth=true, $align='', $autopadding=true) {
|
protected function extractCSSproperties($cssdata) {
|
||||||
return $this->MultiCell($w, $h, $html, $border, $align, $fill, $ln, $x, $y, $reseth, 0, true, $autopadding, 0);
|
if (empty($cssdata)) {
|
||||||
|
return array();
|
||||||
|
}
|
||||||
|
// remove comments
|
||||||
|
$cssdata = preg_replace('/\/\*[^\*]*\*\//', '', $cssdata);
|
||||||
|
// remove newlines and multiple spaces
|
||||||
|
$cssdata = preg_replace('/[\s]+/', ' ', $cssdata);
|
||||||
|
// remove some spaces
|
||||||
|
$cssdata = preg_replace('/[\s]*([;:\{\}]{1})[\s]*/', '\\1', $cssdata);
|
||||||
|
// remove empty blocks
|
||||||
|
$cssdata = preg_replace('/([^\}\{]+)\{\}/', '', $cssdata);
|
||||||
|
// replace media type parenthesis
|
||||||
|
$cssdata = preg_replace('/@media[\s]+([^\{]*)\{/i', '@media \\1§', $cssdata);
|
||||||
|
$cssdata = preg_replace('/\}\}/si', '}§', $cssdata);
|
||||||
|
// trim string
|
||||||
|
$cssdata = trim($cssdata);
|
||||||
|
// find media blocks (all, braille, embossed, handheld, print, projection, screen, speech, tty, tv)
|
||||||
|
$cssblocks = array();
|
||||||
|
$matches = array();
|
||||||
|
if (preg_match_all('/@media[\s]+([^\§]*)§([^§]*)§/i', $cssdata, $matches) > 0) {
|
||||||
|
foreach ($matches[1] as $key => $type) {
|
||||||
|
$cssblocks[$type] = $matches[2][$key];
|
||||||
|
}
|
||||||
|
// remove media blocks
|
||||||
|
$cssdata = preg_replace('/@media[\s]+([^\§]*)§([^§]*)§/i', '', $cssdata);
|
||||||
|
}
|
||||||
|
// keep 'all' and 'print' media, other media types are discarded
|
||||||
|
if (isset($cssblocks['all']) AND !empty($cssblocks['all'])) {
|
||||||
|
$cssdata .= $cssblocks['all'];
|
||||||
|
}
|
||||||
|
if (isset($cssblocks['print']) AND !empty($cssblocks['print'])) {
|
||||||
|
$cssdata .= $cssblocks['print'];
|
||||||
|
}
|
||||||
|
// reset css blocks array
|
||||||
|
$cssblocks = array();
|
||||||
|
$matches = array();
|
||||||
|
// explode css data string into array
|
||||||
|
if (substr($cssdata, -1) == '}') {
|
||||||
|
// remove last parethesis
|
||||||
|
$cssdata = substr($cssdata, 0, -1);
|
||||||
|
}
|
||||||
|
$matches = explode('}', $cssdata);
|
||||||
|
foreach ($matches as $key => $block) {
|
||||||
|
// index 0 contains the CSS selector, index 1 contains CSS properties
|
||||||
|
$cssblocks[$key] = explode('{', $block);
|
||||||
|
}
|
||||||
|
// split groups of selectors (comma-separated list of selectors)
|
||||||
|
foreach ($cssblocks as $key => $block) {
|
||||||
|
if (strpos($block[0], ',') > 0) {
|
||||||
|
$selectors = explode(',', $block[0]);
|
||||||
|
foreach ($selectors as $sel) {
|
||||||
|
$cssblocks[] = array(0 => trim($sel), 1 => $block[1]);
|
||||||
|
}
|
||||||
|
unset($cssblocks[$key]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// covert array to selector => properties
|
||||||
|
$cssdata = array();
|
||||||
|
foreach ($cssblocks as $block) {
|
||||||
|
$selector = $block[0];
|
||||||
|
// calculate selector's specificity
|
||||||
|
$matches = array();
|
||||||
|
$a = 0; // the declaration is not from is a 'style' attribute
|
||||||
|
$b = intval(preg_match_all('/[\#]/', $selector, $matches)); // number of ID attributes
|
||||||
|
$c = intval(preg_match_all('/[\[\.]/', $selector, $matches)); // number of other attributes
|
||||||
|
$c += intval(preg_match_all('/[\:]link|visited|hover|active|focus|target|lang|enabled|disabled|checked|indeterminate|root|nth|first|last|only|empty|contains|not/i', $selector, $matches)); // number of pseudo-classes
|
||||||
|
$d = intval(preg_match_all('/[\>\+\~\s]{1}[a-zA-Z0-9\*]+/', ' '.$selector, $matches)); // number of element names
|
||||||
|
$d += intval(preg_match_all('/[\:][\:]/', $selector, $matches)); // number of pseudo-elements
|
||||||
|
$specificity = $a.$b.$c.$d;
|
||||||
|
// add specificity to the beginning of the selector
|
||||||
|
$cssdata[$specificity.' '.$selector] = $block[1];
|
||||||
|
}
|
||||||
|
// sort selectors alphabetically to account for specificity
|
||||||
|
ksort($cssdata, SORT_STRING);
|
||||||
|
// return array
|
||||||
|
return $cssdata;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns true if the CSS selector is valid for the selected HTML tag
|
||||||
|
* @param array $dom array of HTML tags and properties
|
||||||
|
* @param int $key key of the current HTML tag
|
||||||
|
* @param string $selector CSS selector string
|
||||||
|
* @return true if the selector is valid, false otherwise
|
||||||
|
* @access protected
|
||||||
|
* @since 5.1.000 (2010-05-25)
|
||||||
|
*/
|
||||||
|
protected function isValidCSSSelectorForTag($dom, $key, $selector) {
|
||||||
|
$valid = false; // value to be returned
|
||||||
|
$tag = $dom[$key]['value'];
|
||||||
|
$class = '';
|
||||||
|
if (isset($dom[$key]['attribute']['class']) AND !empty($dom[$key]['attribute']['class'])) {
|
||||||
|
$class = strtolower($dom[$key]['attribute']['class']);
|
||||||
|
}
|
||||||
|
$id = '';
|
||||||
|
if (isset($dom[$key]['attribute']['id']) AND !empty($dom[$key]['attribute']['id'])) {
|
||||||
|
$id = strtolower($dom[$key]['attribute']['id']);
|
||||||
|
}
|
||||||
|
$matches = array();
|
||||||
|
if (preg_match_all('/([\>\+\~\s]{1})([a-zA-Z0-9\*]+)([^\>\+\~\s]*)/si', $selector, $matches, PREG_PATTERN_ORDER | PREG_OFFSET_CAPTURE) > 0) {
|
||||||
|
$parentop = array_pop($matches[1]);
|
||||||
|
$operator = $parentop[0];
|
||||||
|
$offset = $parentop[1];
|
||||||
|
$lasttag = array_pop($matches[2]);
|
||||||
|
$lasttag = strtolower(trim($lasttag[0]));
|
||||||
|
if (($lasttag == '*') OR ($lasttag == $tag)) {
|
||||||
|
// the last element on selector is our tag or 'any tag'
|
||||||
|
$attrib = array_pop($matches[3]);
|
||||||
|
$attrib = strtolower(trim($attrib[0]));
|
||||||
|
if (!empty($attrib)) {
|
||||||
|
// check if matches class, id, attribute, pseudo-class or pseudo-element
|
||||||
|
switch ($attrib{0}) {
|
||||||
|
case '.': { // class
|
||||||
|
if (substr($attrib, 1) == $class) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '#': { // ID
|
||||||
|
if (substr($attrib, 1) == $id) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '[': { // attribute
|
||||||
|
$attrmatch = array();
|
||||||
|
if (preg_match('/\[([a-zA-Z0-9]*)[\s]*([\~\^\$\*\|\=]*)[\s]*["]?([^"\]]*)["]?\]/i', $attrib, $attrmatch) > 0) {
|
||||||
|
$att = strtolower($attrmatch[1]);
|
||||||
|
$val = $attrmatch[3];
|
||||||
|
if (isset($dom[$key]['attribute'][$att])) {
|
||||||
|
switch ($attrmatch[2]) {
|
||||||
|
case '=': {
|
||||||
|
if ($dom[$key]['attribute'][$att] == $val) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '~=': {
|
||||||
|
if (in_array($val, explode(' ', $dom[$key]['attribute'][$att]))) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '^=': {
|
||||||
|
if ($val == substr($dom[$key]['attribute'][$att], 0, strlen($val))) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '$=': {
|
||||||
|
if ($val == substr($dom[$key]['attribute'][$att], -strlen($val))) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '*=': {
|
||||||
|
if (strpos($dom[$key]['attribute'][$att], $val) !== false) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '|=': {
|
||||||
|
if ($dom[$key]['attribute'][$att] == $val) {
|
||||||
|
$valid = true;
|
||||||
|
} elseif (preg_match('/'.$val.'[\-]{1}/i', $dom[$key]['attribute'][$att]) > 0) {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
default: {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case ':': { // pseudo-class or pseudo-element
|
||||||
|
if ($attrib{1} == ':') { // pseudo-element
|
||||||
|
// pseudo-elements are not supported!
|
||||||
|
// (::first-line, ::first-letter, ::before, ::after)
|
||||||
|
} else { // pseudo-class
|
||||||
|
// pseudo-classes are not supported!
|
||||||
|
// (:root, :nth-child(n), :nth-last-child(n), :nth-of-type(n), :nth-last-of-type(n), :first-child, :last-child, :first-of-type, :last-of-type, :only-child, :only-of-type, :empty, :link, :visited, :active, :hover, :focus, :target, :lang(fr), :enabled, :disabled, :checked)
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} // end of switch
|
||||||
|
} else {
|
||||||
|
$valid = true;
|
||||||
|
}
|
||||||
|
if ($valid AND ($offset > 0)) {
|
||||||
|
$valid = false;
|
||||||
|
// check remaining selector part
|
||||||
|
$selector = substr($selector, 0, $offset);
|
||||||
|
switch ($operator) {
|
||||||
|
case ' ': { // descendant of an element
|
||||||
|
while ($dom[$key]['parent'] > 0) {
|
||||||
|
if ($this->isValidCSSSelectorForTag($dom, $dom[$key]['parent'], $selector)) {
|
||||||
|
$valid = true;
|
||||||
|
break;
|
||||||
|
} else {
|
||||||
|
$key = $dom[$key]['parent'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '>': { // child of an element
|
||||||
|
$valid = $this->isValidCSSSelectorForTag($dom, $dom[$key]['parent'], $selector);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '+': { // immediately preceded by an element
|
||||||
|
for ($i = ($key - 1); $i > $dom[$key]['parent']; --$i) {
|
||||||
|
if ($dom[$i]['tag'] AND $dom[$i]['opening']) {
|
||||||
|
$valid = $this->isValidCSSSelectorForTag($dom, $i, $selector);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '~': { // preceded by an element
|
||||||
|
for ($i = ($key - 1); $i > $dom[$key]['parent']; --$i) {
|
||||||
|
if ($dom[$i]['tag'] AND $dom[$i]['opening']) {
|
||||||
|
if ($this->isValidCSSSelectorForTag($dom, $i, $selector)) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return $valid;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the styles that apply for the selected HTML tag.
|
||||||
|
* @param array $dom array of HTML tags and properties
|
||||||
|
* @param int $key key of the current HTML tag
|
||||||
|
* @param array $css array of CSS properties
|
||||||
|
* @return string containing CSS properties
|
||||||
|
* @access protected
|
||||||
|
* @since 5.1.000 (2010-05-25)
|
||||||
|
*/
|
||||||
|
protected function getTagStyleFromCSS($dom, $key, $css) {
|
||||||
|
$tagstyle = ''; // style to be returned
|
||||||
|
// get all styles that apply
|
||||||
|
foreach($css as $selector => $style) {
|
||||||
|
// remove specificity
|
||||||
|
$selector = substr($selector, strpos($selector, ' '));
|
||||||
|
// check if this selector apply to current tag
|
||||||
|
if ($this->isValidCSSSelectorForTag($dom, $key, $selector)) {
|
||||||
|
// apply style
|
||||||
|
$tagstyle .= ';'.$style;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (isset($dom[$key]['attribute']['style'])) {
|
||||||
|
// attach inline style (latest properties have high priority)
|
||||||
|
$tagstyle .= ';'.$dom[$key]['attribute']['style'];
|
||||||
|
}
|
||||||
|
// remove multiple semicolons
|
||||||
|
$tagstyle = preg_replace('/[;]+/', ';', $tagstyle);
|
||||||
|
return $tagstyle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -14538,6 +14800,46 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
* @since 3.2.000 (2008-06-20)
|
* @since 3.2.000 (2008-06-20)
|
||||||
*/
|
*/
|
||||||
protected function getHtmlDomArray($html) {
|
protected function getHtmlDomArray($html) {
|
||||||
|
// array of CSS styles ( selector => properties).
|
||||||
|
$css = array();
|
||||||
|
// extract external CSS files
|
||||||
|
$matches = array();
|
||||||
|
if (preg_match_all('/<link([^\>]*)>/isU', $html, $matches) > 0) {
|
||||||
|
foreach ($matches[1] as $key => $link) {
|
||||||
|
$type = array();
|
||||||
|
if (preg_match('/type[\s]*=[\s]*"text\/css"/', $link, $type)) {
|
||||||
|
$type = array();
|
||||||
|
preg_match('/media[\s]*=[\s]*"([^"]*)"/', $link, $type);
|
||||||
|
// get 'all' and 'print' media, other media types are discarded
|
||||||
|
// (all, braille, embossed, handheld, print, projection, screen, speech, tty, tv)
|
||||||
|
if (empty($type) OR (isset($type[1]) AND (($type[1] == 'all') OR ($type[1] == 'print')))) {
|
||||||
|
$type = array();
|
||||||
|
if (preg_match('/href[\s]*=[\s]*"([^"]*)"/', $link, $type) > 0) {
|
||||||
|
// read CSS data file
|
||||||
|
$cssdata = file_get_contents(trim($type[1]));
|
||||||
|
$css = array_merge($css, $this->extractCSSproperties($cssdata));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// extract style tags
|
||||||
|
$matches = array();
|
||||||
|
if (preg_match_all('/<style([^\>]*)>([^\<]*)<\/style>/isU', $html, $matches) > 0) {
|
||||||
|
foreach ($matches[1] as $key => $media) {
|
||||||
|
$type = array();
|
||||||
|
preg_match('/media[\s]*=[\s]*"([^"]*)"/', $media, $type);
|
||||||
|
// get 'all' and 'print' media, other media types are discarded
|
||||||
|
// (all, braille, embossed, handheld, print, projection, screen, speech, tty, tv)
|
||||||
|
if (empty($type) OR (isset($type[1]) AND (($type[1] == 'all') OR ($type[1] == 'print')))) {
|
||||||
|
$cssdata = $matches[2][$key];
|
||||||
|
$css = array_merge($css, $this->extractCSSproperties($cssdata));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// remove heade and style blocks
|
||||||
|
$html = preg_replace('/<head([^\>]*)>(.*?)<\/head>/siU', '', $html);
|
||||||
|
$html = preg_replace('/<style([^\>]*)>([^\<]*)<\/style>/isU', '', $html);
|
||||||
// define block tags
|
// define block tags
|
||||||
$blocktags = array('blockquote','br','dd','dl','div','dt','h1','h2','h3','h4','h5','h6','hr','li','ol','p','pre','ul','tcpdf','table','tr','td');
|
$blocktags = array('blockquote','br','dd','dl','div','dt','h1','h2','h3','h4','h5','h6','hr','li','ol','p','pre','ul','tcpdf','table','tr','td');
|
||||||
// remove all unsupported tags (the line below lists all supported tags)
|
// remove all unsupported tags (the line below lists all supported tags)
|
||||||
@ -14747,17 +15049,22 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
$dom[$key]['text-indent'] = $dom[$parentkey]['text-indent'];
|
$dom[$key]['text-indent'] = $dom[$parentkey]['text-indent'];
|
||||||
}
|
}
|
||||||
// get attributes
|
// get attributes
|
||||||
preg_match_all('/([^=\s]*)=["]?([^"]*)["]?/', $element, $attr_array, PREG_PATTERN_ORDER);
|
preg_match_all('/([^=\s]*)[\s]*=[\s]*"([^"]*)"/', $element, $attr_array, PREG_PATTERN_ORDER);
|
||||||
$dom[$key]['attribute'] = array(); // reset attribute array
|
$dom[$key]['attribute'] = array(); // reset attribute array
|
||||||
while (list($id, $name) = each($attr_array[1])) {
|
while (list($id, $name) = each($attr_array[1])) {
|
||||||
$dom[$key]['attribute'][strtolower($name)] = $attr_array[2][$id];
|
$dom[$key]['attribute'][strtolower($name)] = $attr_array[2][$id];
|
||||||
}
|
}
|
||||||
|
if (!empty($css)) {
|
||||||
|
// merge eternal CSS style to current style
|
||||||
|
$dom[$key]['attribute']['style'] = $this->getTagStyleFromCSS($dom, $key, $css);
|
||||||
|
}
|
||||||
// split style attributes
|
// split style attributes
|
||||||
if (isset($dom[$key]['attribute']['style'])) {
|
if (isset($dom[$key]['attribute']['style']) AND !empty($dom[$key]['attribute']['style'])) {
|
||||||
// get style attributes
|
// get style attributes
|
||||||
preg_match_all('/([^;:\s]*):([^;]*)/', $dom[$key]['attribute']['style'], $style_array, PREG_PATTERN_ORDER);
|
preg_match_all('/([^;:\s]*):([^;]*)/', $dom[$key]['attribute']['style'], $style_array, PREG_PATTERN_ORDER);
|
||||||
$dom[$key]['style'] = array(); // reset style attribute array
|
$dom[$key]['style'] = array(); // reset style attribute array
|
||||||
while (list($id, $name) = each($style_array[1])) {
|
while (list($id, $name) = each($style_array[1])) {
|
||||||
|
// in case of duplicate attribute the last replace the previous
|
||||||
$dom[$key]['style'][strtolower($name)] = trim($style_array[2][$id]);
|
$dom[$key]['style'][strtolower($name)] = trim($style_array[2][$id]);
|
||||||
}
|
}
|
||||||
// --- get some style attributes ---
|
// --- get some style attributes ---
|
||||||
@ -14990,10 +15297,15 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
$dom[$key]['fontname'] = $this->default_monospaced_font;
|
$dom[$key]['fontname'] = $this->default_monospaced_font;
|
||||||
}
|
}
|
||||||
if (($dom[$key]['value']{0} == 'h') AND (intval($dom[$key]['value']{1}) > 0) AND (intval($dom[$key]['value']{1}) < 7)) {
|
if (($dom[$key]['value']{0} == 'h') AND (intval($dom[$key]['value']{1}) > 0) AND (intval($dom[$key]['value']{1}) < 7)) {
|
||||||
|
// headings h1, h2, h3, h4, h5, h6
|
||||||
|
if (!isset($dom[$key]['attribute']['size']) AND !isset($dom[$key]['style']['font-size'])) {
|
||||||
$headsize = (4 - intval($dom[$key]['value']{1})) * 2;
|
$headsize = (4 - intval($dom[$key]['value']{1})) * 2;
|
||||||
$dom[$key]['fontsize'] = $dom[0]['fontsize'] + $headsize;
|
$dom[$key]['fontsize'] = $dom[0]['fontsize'] + $headsize;
|
||||||
|
}
|
||||||
|
if (!isset($dom[$key]['style']['font-weight'])) {
|
||||||
$dom[$key]['fontstyle'] .= 'B';
|
$dom[$key]['fontstyle'] .= 'B';
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (($dom[$key]['value'] == 'table')) {
|
if (($dom[$key]['value'] == 'table')) {
|
||||||
$dom[$key]['rows'] = 0; // number of rows
|
$dom[$key]['rows'] = 0; // number of rows
|
||||||
$dom[$key]['trids'] = array(); // IDs of TR elements
|
$dom[$key]['trids'] = array(); // IDs of TR elements
|
||||||
@ -15097,6 +15409,30 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
return $spacestr;
|
return $spacestr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prints a cell (rectangular area) with optional borders, background color and html text string.
|
||||||
|
* The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line.<br />
|
||||||
|
* If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
|
||||||
|
* @param float $w Cell width. If 0, the cell extends up to the right margin.
|
||||||
|
* @param float $h Cell minimum height. The cell extends automatically if needed.
|
||||||
|
* @param float $x upper-left corner X coordinate
|
||||||
|
* @param float $y upper-left corner Y coordinate
|
||||||
|
* @param string $html html text to print. Default value: empty string.
|
||||||
|
* @param mixed $border Indicates if borders must be drawn around the cell. The value can be either a number:<ul><li>0: no border (default)</li><li>1: frame</li></ul>or a string containing some or all of the following characters (in any order):<ul><li>L: left</li><li>T: top</li><li>R: right</li><li>B: bottom</li></ul>
|
||||||
|
* @param int $ln Indicates where the current position should go after the call. Possible values are:<ul><li>0: to the right (or left for RTL language)</li><li>1: to the beginning of the next line</li><li>2: below</li></ul>
|
||||||
|
Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
|
||||||
|
* @param int $fill Indicates if the cell background must be painted (1) or transparent (0). Default value: 0.
|
||||||
|
* @param boolean $reseth if true reset the last cell height (default true).
|
||||||
|
* @param string $align Allows to center or align the text. Possible values are:<ul><li>L : left align</li><li>C : center</li><li>R : right align</li><li>'' : empty string : left for LTR or right for RTL</li></ul>
|
||||||
|
* @param boolean $autopadding if true, uses internal padding and automatically adjust it to account for line width.
|
||||||
|
* @access public
|
||||||
|
* @uses MultiCell()
|
||||||
|
* @see Multicell(), writeHTML()
|
||||||
|
*/
|
||||||
|
public function writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=0, $reseth=true, $align='', $autopadding=true) {
|
||||||
|
return $this->MultiCell($w, $h, $html, $border, $align, $fill, $ln, $x, $y, $reseth, 0, true, $autopadding, 0);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows to preserve some HTML formatting (limited support).<br />
|
* Allows to preserve some HTML formatting (limited support).<br />
|
||||||
* IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.
|
* IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.
|
||||||
@ -20606,6 +20942,8 @@ if (!class_exists('TCPDF', false)) {
|
|||||||
$this->svgtext .= $data;
|
$this->svgtext .= $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// --- END SVG METHODS -----------------------------
|
||||||
|
|
||||||
} // END OF TCPDF CLASS
|
} // END OF TCPDF CLASS
|
||||||
}
|
}
|
||||||
//============================================================+
|
//============================================================+
|
||||||
|
Loading…
Reference in New Issue
Block a user