diff --git a/2dbarcodes.php b/2dbarcodes.php
index 17cbd2d..8b73857 100644
--- a/2dbarcodes.php
+++ b/2dbarcodes.php
@@ -1,9 +1,9 @@
* @name TCPDFBarcode
* @package com.tecnick.tcpdf
- * @version 1.0.006
+ * @version 1.0.007
* @author Nicola Asuni
* @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL
@@ -175,4 +175,3 @@ class TCPDF2DBarcode {
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT
index fd49a4c..734fbe2 100755
--- a/CHANGELOG.TXT
+++ b/CHANGELOG.TXT
@@ -1,3 +1,6 @@
+5.7.003 (2010-08-08)
+ - Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
+
5.7.002 (2010-08-06)
- Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
diff --git a/README.TXT b/README.TXT
index 1994d13..3f7cbd7 100755
--- a/README.TXT
+++ b/README.TXT
@@ -8,8 +8,8 @@ http: sourceforge.net/donate/index.php?group_id=128076
------------------------------------------------------------
Name: TCPDF
-Version: 5.7.002
-Release date: 2010-08-06
+Version: 5.7.003
+Release date: 2010-08-08
Author: Nicola Asuni
Copyright (c) 2002-2010:
diff --git a/barcodes.php b/barcodes.php
index a6e20d5..4efb7a4 100755
--- a/barcodes.php
+++ b/barcodes.php
@@ -1,9 +1,9 @@
* @name TCPDFBarcode
* @package com.tecnick.tcpdf
- * @version 1.0.008
+ * @version 1.0.011
* @author Nicola Asuni
* @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL
@@ -1964,8 +1964,6 @@ class TCPDFBarcode {
}
} // end of class
-
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/config/lang/bra.php b/config/lang/bra.php
index 81c17d7..ebaadd3 100755
--- a/config/lang/bra.php
+++ b/config/lang/bra.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : eng.php
// Begin : 2004-03-03
-// Last Update : 2010-02-17
+// Last Update : 2010-08-08
//
// Description : Language module for TCPDF
// (contains translated texts)
@@ -47,4 +47,3 @@ $l['w_page'] = 'página';
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/config/lang/eng.php b/config/lang/eng.php
index 6469105..b63f787 100755
--- a/config/lang/eng.php
+++ b/config/lang/eng.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : eng.php
// Begin : 2004-03-03
-// Last Update : 2010-02-17
+// Last Update : 2010-08-08
//
// Description : Language module for TCPDF
// (contains translated texts)
@@ -47,4 +47,3 @@ $l['w_page'] = 'page';
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/config/lang/ger.php b/config/lang/ger.php
index 2a70352..a4b7ae7 100755
--- a/config/lang/ger.php
+++ b/config/lang/ger.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : eng.php
// Begin : 2004-03-03
-// Last Update : 2010-02-17
+// Last Update : 2010-08-08
//
// Description : Language module for TCPDF
// (contains translated texts)
@@ -47,4 +47,3 @@ $l['w_page'] = 'seite';
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/config/lang/ita.php b/config/lang/ita.php
index 25f9548..04393cd 100644
--- a/config/lang/ita.php
+++ b/config/lang/ita.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : ita.php
// Begin : 2004-03-03
-// Last Update : 2010-02-17
+// Last Update : 2010-08-08
//
// Description : Language module for TCPDF
// (contains translated texts)
@@ -47,4 +47,3 @@ $l['w_page'] = 'pagina';
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/config/tcpdf_config.php b/config/tcpdf_config.php
index d824f5b..0336130 100755
--- a/config/tcpdf_config.php
+++ b/config/tcpdf_config.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : tcpdf_config.php
// Begin : 2004-06-11
-// Last Update : 2010-04-28
+// Last Update : 2010-08-08
//
// Description : Configuration file for TCPDF.
//
@@ -241,4 +241,3 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) {
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/config/tcpdf_config_alt.php b/config/tcpdf_config_alt.php
index 471c2cc..118cffa 100755
--- a/config/tcpdf_config_alt.php
+++ b/config/tcpdf_config_alt.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : tcpdf_config.php
// Begin : 2004-06-11
-// Last Update : 2010-04-28
+// Last Update : 2010-08-08
//
// Description : Alternative configuration file for TCPDF.
//
@@ -235,4 +235,3 @@ define('K_TCPDF_CALLS_IN_HTML', true);
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html
index ab5c737..0d5f8a0 100644
--- a/doc/classtrees_com-tecnick-tcpdf.html
+++ b/doc/classtrees_com-tecnick-tcpdf.html
@@ -60,7 +60,7 @@
diff --git a/doc/com-tecnick-tcpdf/PDF417.html b/doc/com-tecnick-tcpdf/PDF417.html
index b83cf92..d196690 100644
--- a/doc/com-tecnick-tcpdf/PDF417.html
+++ b/doc/com-tecnick-tcpdf/PDF417.html
@@ -84,7 +84,7 @@ Source Location: /pdf417.php
Version:
Copyright:
@@ -145,7 +145,7 @@ Class to create PDF417 barcode arrays for TCPDF class.
PDF417 (ISO
author: | Nicola Asuni |
- version: | 1.0.002 |
+ version: | 1.0.003 |
copyright: | 2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com |
@@ -1003,7 +1003,7 @@ $code)
diff --git a/doc/com-tecnick-tcpdf/QRcode.html b/doc/com-tecnick-tcpdf/QRcode.html
index e62e8eb..8f03d57 100644
--- a/doc/com-tecnick-tcpdf/QRcode.html
+++ b/doc/com-tecnick-tcpdf/QRcode.html
@@ -84,7 +84,7 @@ Source Location: /qrcode.php
Version:
Copyright:
@@ -263,7 +263,7 @@ Class to create QR-code arrays for TCPDF class.
QR Code symbol is
author: | Nicola Asuni |
- version: | 1.0.004 |
+ version: | 1.0.005 |
copyright: | 2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com |
@@ -5551,7 +5551,7 @@ $frame)
diff --git a/doc/com-tecnick-tcpdf/TCPDF.html b/doc/com-tecnick-tcpdf/TCPDF.html
index 79c5667..5b46d80 100644
--- a/doc/com-tecnick-tcpdf/TCPDF.html
+++ b/doc/com-tecnick-tcpdf/TCPDF.html
@@ -83,7 +83,7 @@ Source Location: /tcpdf.php
Version:
@@ -733,7 +733,7 @@ This is a PHP class for generating PDF documents without requiring external exte
author: | Nicola Asuni - info@tecnick.com |
- version: | 5.7.002 |
+ version: | 5.7.003 |
link: | http://www.tcpdf.org |
@@ -26255,7 +26255,7 @@ $file)
diff --git a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html
index fa5c5fe..cfd55b1 100644
--- a/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html
+++ b/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html
@@ -83,7 +83,7 @@ Source Location: /2dbarcodes.php
Version:
@@ -131,7 +131,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
author: | Nicola Asuni |
- version: | 1.0.006 |
+ version: | 1.0.007 |
link: | http://www.tcpdf.org |
@@ -299,7 +299,7 @@ $type)
diff --git a/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/doc/com-tecnick-tcpdf/TCPDFBarcode.html
index 3a6b2b2..1df73c0 100644
--- a/doc/com-tecnick-tcpdf/TCPDFBarcode.html
+++ b/doc/com-tecnick-tcpdf/TCPDFBarcode.html
@@ -83,7 +83,7 @@ Source Location: /barcodes.php
Version:
@@ -156,7 +156,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
author: | Nicola Asuni |
- version: | 1.0.008 |
+ version: | 1.0.011 |
link: | http://www.tcpdf.org |
@@ -1377,7 +1377,7 @@ $type)
diff --git a/doc/com-tecnick-tcpdf/_2dbarcodes.php.html b/doc/com-tecnick-tcpdf/_2dbarcodes.php.html
index d017c10..857bb2d 100644
--- a/doc/com-tecnick-tcpdf/_2dbarcodes.php.html
+++ b/doc/com-tecnick-tcpdf/_2dbarcodes.php.html
@@ -82,7 +82,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
author: | Nicola Asuni |
- version: | 1.0.006 |
+ version: | 1.0.007 |
copyright: | 2009-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com |
@@ -105,7 +105,7 @@ PHP class to creates array representations for 2D barcodes to be used with TCPDF
diff --git a/doc/com-tecnick-tcpdf/_barcodes.php.html b/doc/com-tecnick-tcpdf/_barcodes.php.html
index 99111eb..d1d7961 100644
--- a/doc/com-tecnick-tcpdf/_barcodes.php.html
+++ b/doc/com-tecnick-tcpdf/_barcodes.php.html
@@ -82,7 +82,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
author: | Nicola Asuni |
- version: | 1.0.008 |
+ version: | 1.0.011 |
copyright: | 2008-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com |
@@ -105,7 +105,7 @@ PHP class to creates array representations for common 1D barcodes to be used wit
diff --git a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html
index 8294b37..d3e04c0 100644
--- a/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html
+++ b/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html
@@ -542,7 +542,7 @@ Configuration file for TCPDF.
diff --git a/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/doc/com-tecnick-tcpdf/_htmlcolors.php.html
index b2ed1a0..e09ac74 100644
--- a/doc/com-tecnick-tcpdf/_htmlcolors.php.html
+++ b/doc/com-tecnick-tcpdf/_htmlcolors.php.html
@@ -97,7 +97,7 @@ Array of WEB safe colors.
diff --git a/doc/com-tecnick-tcpdf/_pdf417.php.html b/doc/com-tecnick-tcpdf/_pdf417.php.html
index ea97343..5e8dfe2 100644
--- a/doc/com-tecnick-tcpdf/_pdf417.php.html
+++ b/doc/com-tecnick-tcpdf/_pdf417.php.html
@@ -82,7 +82,7 @@ Class to create PDF417 barcode arrays for TCPDF class.
PDF417 (ISO
author: | Nicola Asuni |
- version: | 1.0.002 |
+ version: | 1.0.003 |
copyright: | 2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com |
@@ -157,7 +157,7 @@ Class to create PDF417 barcode arrays for TCPDF class.
PDF417 (ISO
diff --git a/doc/com-tecnick-tcpdf/_qrcode.php.html b/doc/com-tecnick-tcpdf/_qrcode.php.html
index b1fc2b3..206415e 100644
--- a/doc/com-tecnick-tcpdf/_qrcode.php.html
+++ b/doc/com-tecnick-tcpdf/_qrcode.php.html
@@ -82,7 +82,7 @@ Class to create QR-code arrays for TCPDF class.
QR Code symbol is
author: | Nicola Asuni |
- version: | 1.0.004 |
+ version: | 1.0.005 |
copyright: | 2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com |
@@ -480,7 +480,7 @@ string $string, [int $split_length = 1])
diff --git a/doc/com-tecnick-tcpdf/_tcpdf.php.html b/doc/com-tecnick-tcpdf/_tcpdf.php.html
index 2233e27..ae52511 100644
--- a/doc/com-tecnick-tcpdf/_tcpdf.php.html
+++ b/doc/com-tecnick-tcpdf/_tcpdf.php.html
@@ -82,7 +82,7 @@ This is a PHP class for generating PDF documents without requiring external exte
author: | Nicola Asuni |
- version: | 5.7.002 |
+ version: | 5.7.003 |
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 |
@@ -113,7 +113,7 @@ unicode data
diff --git a/doc/com-tecnick-tcpdf/_unicode_data.php.html b/doc/com-tecnick-tcpdf/_unicode_data.php.html
index 04e56f5..7809fd7 100644
--- a/doc/com-tecnick-tcpdf/_unicode_data.php.html
+++ b/doc/com-tecnick-tcpdf/_unicode_data.php.html
@@ -246,7 +246,7 @@ Unicode data for TCPDF library.
diff --git a/doc/elementindex.html b/doc/elementindex.html
index bd1691e..2cc542b 100644
--- a/doc/elementindex.html
+++ b/doc/elementindex.html
@@ -2028,7 +2028,7 @@
top
diff --git a/doc/elementindex_com-tecnick-tcpdf.html b/doc/elementindex_com-tecnick-tcpdf.html
index c955aa3..33e3b77 100644
--- a/doc/elementindex_com-tecnick-tcpdf.html
+++ b/doc/elementindex_com-tecnick-tcpdf.html
@@ -2060,7 +2060,7 @@
top
diff --git a/doc/errors.html b/doc/errors.html
index 28f7d44..1c3ff50 100644
--- a/doc/errors.html
+++ b/doc/errors.html
@@ -35,7 +35,7 @@
Post-parsing
diff --git a/doc/index.html b/doc/index.html
index 54ad4a0..956835f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -67,7 +67,7 @@
This documentation was generated by phpDocumentor v1.4.3
diff --git a/doc/li_com-tecnick-tcpdf.html b/doc/li_com-tecnick-tcpdf.html
index 54ad4a0..c5001b3 100644
--- a/doc/li_com-tecnick-tcpdf.html
+++ b/doc/li_com-tecnick-tcpdf.html
@@ -67,7 +67,7 @@
This documentation was generated by phpDocumentor v1.4.3
diff --git a/examples/example_001.php b/examples/example_001.php
index aa52285..30c32d1 100755
--- a/examples/example_001.php
+++ b/examples/example_001.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_001.php
// Begin : 2008-03-04
-// Last Update : 2010-06-07
+// Last Update : 2010-08-08
//
// Description : Example 001 for TCPDF class
// Default Header and Footer
@@ -103,4 +103,3 @@ $pdf->Output('example_001.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_002.php b/examples/example_002.php
index 9536268..242b54d 100755
--- a/examples/example_002.php
+++ b/examples/example_002.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_002.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 002 for TCPDF class
// Removing Header and Footer
@@ -88,4 +88,3 @@ $pdf->Output('example_002.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_003.php b/examples/example_003.php
index 2bfdc5b..e082d68 100755
--- a/examples/example_003.php
+++ b/examples/example_003.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_003.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 003 for TCPDF class
// Custom Header and Footer
@@ -119,4 +119,3 @@ $pdf->Output('example_003.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_004.php b/examples/example_004.php
index 289b3b4..6a2e327 100755
--- a/examples/example_004.php
+++ b/examples/example_004.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_004.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 004 for TCPDF class
// Cell stretching
@@ -99,4 +99,3 @@ $pdf->Output('example_004.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_005.php b/examples/example_005.php
index 857a38c..6aebe62 100755
--- a/examples/example_005.php
+++ b/examples/example_005.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_005.php
// Begin : 2008-03-04
-// Last Update : 2010-07-02
+// Last Update : 2010-08-08
//
// Description : Example 005 for TCPDF class
// Multicell
@@ -130,4 +130,3 @@ $pdf->Output('example_005.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_006.php b/examples/example_006.php
index 5db5ad8..31ab904 100755
--- a/examples/example_006.php
+++ b/examples/example_006.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_006.php
// Begin : 2008-03-04
-// Last Update : 2010-08-03
+// Last Update : 2010-08-08
//
// Description : Example 006 for TCPDF class
// WriteHTML and RTL support
@@ -313,4 +313,3 @@ $pdf->Output('example_006.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_007.php b/examples/example_007.php
index bdb3f77..b0cc234 100755
--- a/examples/example_007.php
+++ b/examples/example_007.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_007.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 007 for TCPDF class
// Two independent columns with WriteHTMLCell()
@@ -114,4 +114,3 @@ $pdf->Output('example_007.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_008.php b/examples/example_008.php
index faf0dc2..639de41 100755
--- a/examples/example_008.php
+++ b/examples/example_008.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_008.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 008 for TCPDF class
// Include external UTF-8 text file
@@ -95,4 +95,3 @@ $pdf->Output('example_008.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_009.php b/examples/example_009.php
index 4c4c6cf..36d122e 100755
--- a/examples/example_009.php
+++ b/examples/example_009.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_009.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 009 for TCPDF class
// Test Image
@@ -88,4 +88,3 @@ $pdf->Output('example_009.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_010.php b/examples/example_010.php
index cb68f9a..73a5202 100755
--- a/examples/example_010.php
+++ b/examples/example_010.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_010.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 010 for TCPDF class
// Text on multiple columns
@@ -153,4 +153,3 @@ $pdf->Output('example_010.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_011.php b/examples/example_011.php
index 646fcd9..734fca3 100755
--- a/examples/example_011.php
+++ b/examples/example_011.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_011.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 011 for TCPDF class
// Colored Table
@@ -139,4 +139,3 @@ $pdf->Output('example_011.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_012.php b/examples/example_012.php
index ed3844c..e3edb50 100755
--- a/examples/example_012.php
+++ b/examples/example_012.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_012.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 012 for TCPDF class
// Graphic Functions
@@ -206,4 +206,3 @@ $pdf->Output('example_012.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_013.php b/examples/example_013.php
index 0283704..69dc2da 100755
--- a/examples/example_013.php
+++ b/examples/example_013.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_013.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 013 for TCPDF class
// Graphic Transformations
@@ -230,4 +230,3 @@ $pdf->Output('example_013.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_014.php b/examples/example_014.php
index d66aed0..6ec9e8a 100755
--- a/examples/example_014.php
+++ b/examples/example_014.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_014.php
// Begin : 2008-03-04
-// Last Update : 2010-06-07
+// Last Update : 2010-08-08
//
// Description : Example 014 for TCPDF class
// Javascript Form and user rights (only works on Adobe Acrobat)
@@ -191,4 +191,3 @@ $pdf->Output('example_014.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_015.php b/examples/example_015.php
index b535a55..ab112a7 100755
--- a/examples/example_015.php
+++ b/examples/example_015.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_015.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 015 for TCPDF class
// Bookmarks (Table of Content)
@@ -122,4 +122,3 @@ $pdf->Output('example_015.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_016.php b/examples/example_016.php
index e38d74f..8b8ea88 100755
--- a/examples/example_016.php
+++ b/examples/example_016.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_016.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 016 for TCPDF class
// Document Encryption / Security
@@ -134,4 +134,3 @@ $pdf->Output('example_016.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_017.php b/examples/example_017.php
index 3436d3b..fa33d3f 100755
--- a/examples/example_017.php
+++ b/examples/example_017.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_017.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 017 for TCPDF class
// Two independent columns with MultiCell
@@ -118,4 +118,3 @@ $pdf->Output('example_017.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_018.php b/examples/example_018.php
index a3afc92..3d2707f 100755
--- a/examples/example_018.php
+++ b/examples/example_018.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_018.php
// Begin : 2008-03-06
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 018 for TCPDF class
// RTL document with Persian language
@@ -133,4 +133,3 @@ $pdf->Output('example_018.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_019.php b/examples/example_019.php
index 1516989..d787bbd 100755
--- a/examples/example_019.php
+++ b/examples/example_019.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_019.php
// Begin : 2008-03-07
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 019 for TCPDF class
// Non unicode with alternative config file
@@ -104,4 +104,3 @@ $pdf->Output('example_019.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_020.php b/examples/example_020.php
index 017b807..c383c18 100755
--- a/examples/example_020.php
+++ b/examples/example_020.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_020.php
// Begin : 2008-03-04
-// Last Update : 2010-08-03
+// Last Update : 2010-08-08
//
// Description : Example 020 for TCPDF class
// Two columns composed by MultiCell of different
@@ -147,4 +147,3 @@ $pdf->Output('example_020.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_021.php b/examples/example_021.php
index 761c8ba..7d54f4e 100755
--- a/examples/example_021.php
+++ b/examples/example_021.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_021.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 021 for TCPDF class
// WriteHTML text flow
@@ -92,4 +92,3 @@ $pdf->Output('example_021.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_022.php b/examples/example_022.php
index 587811e..330d666 100755
--- a/examples/example_022.php
+++ b/examples/example_022.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_022.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 022 for TCPDF class
// CMYK colors
@@ -147,4 +147,3 @@ $pdf->Output('example_022.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_023.php b/examples/example_023.php
index c994203..941d050 100755
--- a/examples/example_023.php
+++ b/examples/example_023.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_023.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 023 for TCPDF class
// Page Groups
@@ -114,4 +114,3 @@ $pdf->Output('example_023.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_024.php b/examples/example_024.php
index 0af6bed..2f383cc 100755
--- a/examples/example_024.php
+++ b/examples/example_024.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_024.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 024 for TCPDF class
// Object Visibility
@@ -119,4 +119,3 @@ $pdf->Output('example_024.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_025.php b/examples/example_025.php
index 88510ab..6bdaf30 100755
--- a/examples/example_025.php
+++ b/examples/example_025.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_025.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 025 for TCPDF class
// Object Transparency
@@ -119,4 +119,3 @@ $pdf->Output('example_025.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_026.php b/examples/example_026.php
index 9367196..efa4caf 100755
--- a/examples/example_026.php
+++ b/examples/example_026.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_026.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 026 for TCPDF class
// Text Rendering Modes and Text Clipping
@@ -146,4 +146,3 @@ $pdf->Output('example_026.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_027.php b/examples/example_027.php
index 3241110..26c4096 100755
--- a/examples/example_027.php
+++ b/examples/example_027.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_027.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 027 for TCPDF class
// 1D Barcodes
@@ -322,4 +322,3 @@ $pdf->Output('example_027.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_028.php b/examples/example_028.php
index 24563be..e2515dd 100755
--- a/examples/example_028.php
+++ b/examples/example_028.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_028.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 028 for TCPDF class
// Changing page formats
@@ -139,4 +139,3 @@ $pdf->Output('example_028.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_029.php b/examples/example_029.php
index 6865264..d91eb0b 100755
--- a/examples/example_029.php
+++ b/examples/example_029.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_029.php
// Begin : 2008-06-09
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 029 for TCPDF class
// Set PDF viewer display preferences.
@@ -125,4 +125,3 @@ $pdf->Output('example_029.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_030.php b/examples/example_030.php
index f39c8b6..ae3aec5 100755
--- a/examples/example_030.php
+++ b/examples/example_030.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_030.php
// Begin : 2008-06-09
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 030 for TCPDF class
// Colour gradients
@@ -189,4 +189,3 @@ $pdf->Output('example_030.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_031.php b/examples/example_031.php
index a2d48f8..eccf268 100755
--- a/examples/example_031.php
+++ b/examples/example_031.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_031.php
// Begin : 2008-06-09
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 031 for TCPDF class
// Pie Chart
@@ -104,4 +104,3 @@ $pdf->Output('example_031.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_032.php b/examples/example_032.php
index 6e89e25..968c433 100755
--- a/examples/example_032.php
+++ b/examples/example_032.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_032.php
// Begin : 2008-06-09
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 032 for TCPDF class
// EPS/AI image
@@ -94,4 +94,3 @@ $pdf->Output('example_032.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_033.php b/examples/example_033.php
index 581f28e..a3fecd9 100755
--- a/examples/example_033.php
+++ b/examples/example_033.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_033.php
// Begin : 2008-06-24
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 033 for TCPDF class
// Mixed font types
@@ -103,4 +103,3 @@ $pdf->Output('example_033.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_034.php b/examples/example_034.php
index f06cd67..c62fae3 100755
--- a/examples/example_034.php
+++ b/examples/example_034.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_034.php
// Begin : 2008-07-18
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 034 for TCPDF class
// Clipping
@@ -97,4 +97,3 @@ $pdf->Output('example_034.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_035.php b/examples/example_035.php
index 0a95ec3..8cc9a3e 100755
--- a/examples/example_035.php
+++ b/examples/example_035.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_035.php
// Begin : 2008-07-22
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 035 for TCPDF class
// Line styles with cells and multicells
@@ -112,4 +112,3 @@ $pdf->Output('example_035.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_036.php b/examples/example_036.php
index 7285c04..b612c26 100755
--- a/examples/example_036.php
+++ b/examples/example_036.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_036.php
// Begin : 2008-08-08
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 036 for TCPDF class
// Annotations
@@ -90,4 +90,3 @@ $pdf->Output('example_036.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_037.php b/examples/example_037.php
index 702b1b4..efdc261 100755
--- a/examples/example_037.php
+++ b/examples/example_037.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_037.php
// Begin : 2008-09-12
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 037 for TCPDF class
// Spot colors
@@ -203,4 +203,3 @@ $pdf->Output('example_037.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_038.php b/examples/example_038.php
index 11e4bdd..0e30399 100755
--- a/examples/example_038.php
+++ b/examples/example_038.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_038.php
// Begin : 2008-09-15
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 038 for TCPDF class
// CID-0 CJK unembedded font
@@ -88,4 +88,3 @@ $pdf->Output('example_038.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_039.php b/examples/example_039.php
index 84311eb..ca1bcc3 100755
--- a/examples/example_039.php
+++ b/examples/example_039.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_039.php
// Begin : 2008-10-16
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 039 for TCPDF class
// HTML justification
@@ -105,4 +105,3 @@ $pdf->Output('example_039.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_040.php b/examples/example_040.php
index f3833ee..42c52b4 100755
--- a/examples/example_040.php
+++ b/examples/example_040.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_040.php
// Begin : 2008-10-28
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 040 for TCPDF class
// Booklet mode (double-sided pages)
@@ -117,4 +117,3 @@ $pdf->Output('example_040.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_041.php b/examples/example_041.php
index 0ad56ca..d9cdc43 100755
--- a/examples/example_041.php
+++ b/examples/example_041.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_041.php
// Begin : 2008-12-07
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 041 for TCPDF class
// Annotation - FileAttachment
@@ -91,4 +91,3 @@ $pdf->Output('example_041.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_042.php b/examples/example_042.php
index dd694e8..e048bad 100755
--- a/examples/example_042.php
+++ b/examples/example_042.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_042.php
// Begin : 2008-12-23
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 042 for TCPDF class
// Test Image with alpha channel
@@ -103,4 +103,3 @@ $pdf->Output('example_042.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_043.php b/examples/example_043.php
index 7385ca1..65874af 100755
--- a/examples/example_043.php
+++ b/examples/example_043.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_043.php
// Begin : 2009-01-02
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 043 for TCPDF class
// Disk caching
@@ -86,4 +86,3 @@ $pdf->Output('example_043.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_044.php b/examples/example_044.php
index 40113ff..3e1224d 100755
--- a/examples/example_044.php
+++ b/examples/example_044.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_044.php
// Begin : 2009-01-02
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 044 for TCPDF class
// Move, copy and delete pages
@@ -129,4 +129,3 @@ $pdf->Output('example_044.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_045.php b/examples/example_045.php
index aabedca..b63dc41 100755
--- a/examples/example_045.php
+++ b/examples/example_045.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_045.php
// Begin : 2008-03-04
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 045 for TCPDF class
// Bookmarks and Table of Content
@@ -131,4 +131,3 @@ $pdf->Output('example_045.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_046.php b/examples/example_046.php
index 3274f64..3c374c5 100755
--- a/examples/example_046.php
+++ b/examples/example_046.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_046.php
// Begin : 2009-02-28
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 046 for TCPDF class
// Text Hyphenation
@@ -124,4 +124,3 @@ $pdf->Output('example_046.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_047.php b/examples/example_047.php
index 2b64df3..30cdc5c 100644
--- a/examples/example_047.php
+++ b/examples/example_047.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_047.php
// Begin : 2009-03-19
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 047 for TCPDF class
// Transactions
@@ -118,4 +118,3 @@ $pdf->Output('example_047.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_048.php b/examples/example_048.php
index a1b3dcc..09655e8 100644
--- a/examples/example_048.php
+++ b/examples/example_048.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_048.php
// Begin : 2009-03-20
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 048 for TCPDF class
// HTML tables and table headers
@@ -314,4 +314,3 @@ $pdf->Output('example_048.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_049.php b/examples/example_049.php
index b2206e7..c4cd74d 100644
--- a/examples/example_049.php
+++ b/examples/example_049.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_049.php
// Begin : 2009-04-03
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 049 for TCPDF class
// WriteHTML with TCPDF callback functions
@@ -127,4 +127,3 @@ $pdf->Output('example_049.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_050.php b/examples/example_050.php
index 293abe4..7711509 100644
--- a/examples/example_050.php
+++ b/examples/example_050.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_050.php
// Begin : 2009-04-09
-// Last Update : 2010-06-06
+// Last Update : 2010-08-08
//
// Description : Example 050 for TCPDF class
// 2D Barcodes
@@ -206,4 +206,3 @@ $pdf->Output('example_050.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_051.php b/examples/example_051.php
index af1fa29..b28c067 100644
--- a/examples/example_051.php
+++ b/examples/example_051.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_051.php
// Begin : 2009-04-16
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 051 for TCPDF class
// Full page background
@@ -112,4 +112,3 @@ $pdf->Output('example_051.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_052.php b/examples/example_052.php
index 98795c1..9481db0 100644
--- a/examples/example_052.php
+++ b/examples/example_052.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_052.php
// Begin : 2009-05-07
-// Last Update : 2010-06-17
+// Last Update : 2010-08-08
//
// Description : Example 052 for TCPDF class
// Certification Signature (experimental)
@@ -116,4 +116,3 @@ $pdf->Output('example_052.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_053.php b/examples/example_053.php
index 1845f59..9f0f6eb 100644
--- a/examples/example_053.php
+++ b/examples/example_053.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_053.php
// Begin : 2009-09-02
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 053 for TCPDF class
// Javascript example.
@@ -109,4 +109,3 @@ $pdf->Output('example_053.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_054.php b/examples/example_054.php
index f4c12de..45f4eaf 100644
--- a/examples/example_054.php
+++ b/examples/example_054.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_054.php
// Begin : 2009-09-07
-// Last Update : 2010-06-07
+// Last Update : 2010-08-08
//
// Description : Example 054 for TCPDF class
// XHTML Forms
@@ -129,4 +129,3 @@ $pdf->Output('example_054.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_055.php b/examples/example_055.php
index df2e640..55c108c 100644
--- a/examples/example_055.php
+++ b/examples/example_055.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_055.php
// Begin : 2009-10-21
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 055 for TCPDF class
// Display all characters available on core fonts.
@@ -110,4 +110,3 @@ $pdf->Output('example_055.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_056.php b/examples/example_056.php
index f22163e..371b238 100644
--- a/examples/example_056.php
+++ b/examples/example_056.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_056.php
// Begin : 2010-03-26
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 056 for TCPDF class
// Crop marks and color registration bars
@@ -118,4 +118,3 @@ $pdf->Output('example_056.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_057.php b/examples/example_057.php
index a073a98..dc76d72 100644
--- a/examples/example_057.php
+++ b/examples/example_057.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_057.php
// Begin : 2010-04-03
-// Last Update : 2010-08-02
+// Last Update : 2010-08-08
//
// Description : Example 057 for TCPDF class
// Cell vertical alignments
@@ -235,4 +235,3 @@ $pdf->Output('example_057.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_058.php b/examples/example_058.php
index c09bf0a..b24118b 100644
--- a/examples/example_058.php
+++ b/examples/example_058.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_058.php
// Begin : 2010-04-22
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 058 for TCPDF class
// SVG Image
@@ -95,4 +95,3 @@ $pdf->Output('example_058.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_059.php b/examples/example_059.php
index 9cd3561..1a6f6d6 100644
--- a/examples/example_059.php
+++ b/examples/example_059.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_059.php
// Begin : 2010-05-06
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 059 for TCPDF class
// Table Of Content using HTML templates.
@@ -190,4 +190,3 @@ $pdf->Output('example_059.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_060.php b/examples/example_060.php
index 17db677..bc98957 100644
--- a/examples/example_060.php
+++ b/examples/example_060.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_060.php
// Begin : 2010-05-17
-// Last Update : 2010-05-20
+// Last Update : 2010-08-08
//
// Description : Example 060 for TCPDF class
// Advanced page settings.
@@ -109,4 +109,3 @@ $pdf->Output('example_060.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/example_061.php b/examples/example_061.php
index 581e732..2b50ba8 100644
--- a/examples/example_061.php
+++ b/examples/example_061.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : example_061.php
// Begin : 2010-05-24
-// Last Update : 2010-08-03
+// Last Update : 2010-08-08
//
// Description : Example 061 for TCPDF class
// XHTML + CSS
@@ -219,4 +219,3 @@ $pdf->Output('example_061.pdf', 'I');
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/examples/index.php b/examples/index.php
index 383eba9..93a8d56 100644
--- a/examples/index.php
+++ b/examples/index.php
@@ -75,7 +75,7 @@ echo '<'.'?'.'xml version="1.0" encoding="UTF-8"'.'?'.'>';
XHTML Form: [PDF]
Font Dump: [PDF]
Crop Marks and Registration Marks: [PDF]
-Cell vertical alignments: [PDF]
+Cell vertical alignments and borders: [PDF]
SVG Image: [PDF]
Table Of Content with HTML templates: [PDF]
Advanced page settings: [PDF]
diff --git a/fonts/almohanad.php b/fonts/almohanad.php
index 33930ec..74114c8 100755
--- a/fonts/almohanad.php
+++ b/fonts/almohanad.php
@@ -3,7 +3,7 @@ $type='TrueTypeUnicode';
$name='AlMohanad';
$desc=array('Ascent'=>1093,'Descent'=>-509,'CapHeight'=>1093,'Flags'=>32,'FontBBox'=>'[-278 -507 1124 1093]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
$up=-136;
-$ut=64;
+$ut=64;
$dw=600;
$cw=array(
0=>0,32=>139,33=>185,34=>308,35=>278,36=>278,37=>556,38=>463,39=>154,40=>185,41=>185,42=>278,43=>317,44=>139,45=>185,46=>139,
@@ -99,4 +99,4 @@ $diff='';
$file='almohanad.z';
$ctg='almohanad.ctg.z';
$originalsize=227760;
-?>
+// --- EOF ---
diff --git a/fonts/arialunicid0.php b/fonts/arialunicid0.php
index 554d58b..ee1dbb2 100755
--- a/fonts/arialunicid0.php
+++ b/fonts/arialunicid0.php
@@ -3,7 +3,7 @@ $type='cidfont0';
$name='ArialUnicodeMS';
$desc=array('Ascent'=>1069,'Descent'=>-271,'CapHeight'=>1069,'Flags'=>32,'FontBBox'=>'[-1011 -330 2260 1078]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
$up=-100;
-$ut=50;
+$ut=50;
$dw=1000;
$cw=array(
32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,
@@ -730,6 +730,7 @@ $cw=array(
24661=>1000,24662=>1000,24663=>1000,24664=>1000,24665=>1000,24666=>1000,24667=>1000,24668=>1000,24669=>1000,24670=>1000,24671=>1000,24672=>1000,24673=>1000,24674=>1000,24675=>1000,24676=>1000,
24677=>1000,24678=>1000,24679=>1000,24680=>1000,24681=>1000,24682=>1000,24683=>1000,24684=>1000,24685=>1000,24686=>1000,24687=>1000,24688=>1000,24689=>1000,24690=>1000,24691=>1000,24692=>1000,
24693=>1000,24694=>1000,24695=>1000,24696=>1000,24697=>1000,24698=>1000,24699=>1000,24700=>1000,24701=>1000,24702=>1000,24703=>1000,24704=>1000,24705=>1000,24706=>1000,24707=>1000,24708=>1000,
+
24709=>1000,24710=>1000,24711=>1000,24712=>1000,24713=>1000,24714=>1000,24715=>1000,24716=>1000,24717=>1000,24718=>1000,24719=>1000,24720=>1000,24721=>1000,24722=>1000,24723=>1000,24724=>1000,
24725=>1000,24726=>1000,24727=>1000,24728=>1000,24729=>1000,24730=>1000,24731=>1000,24732=>1000,24733=>1000,24734=>1000,24735=>1000,24736=>1000,24737=>1000,24738=>1000,24739=>1000,24740=>1000,
24741=>1000,24742=>1000,24743=>1000,24744=>1000,24745=>1000,24746=>1000,24747=>1000,24748=>1000,24749=>1000,24750=>1000,24751=>1000,24752=>1000,24753=>1000,24754=>1000,24755=>1000,24756=>1000,
@@ -1742,27 +1743,27 @@ $cw=array(
40853=>1000,40854=>1000,40855=>1000,40856=>1000,40857=>1000,40858=>1000,40859=>1000,40860=>1000,40861=>1000,40862=>1000,40863=>1000,40864=>1000,40865=>1000,40866=>1000,40867=>1000,40868=>1000,
40869=>1000);
$diff='';
-$originalsize=23275812;
-
-// CID Information
-// Select your language
-// unicode to cid conversion table is from
-// ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/
-// cid2code.txt in ac16.tar.Z,ag15.tar.Z,ak12.tar.Z and aj16.tar.Z.
-
-//$enc='UniCNS-UTF16-H';
-//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'CNS1','Supplement'=>0);
-//include(dirname(__FILE__).'/uni2cid_ac15.php');
-
-//$enc='UniGB-UTF16-H';
-//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'GB1','Supplement'=>2);
-//include(dirname(__FILE__).'/uni2cid_ag15.php');
-
-//$enc='UniKS-UTF16-H';
-//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Korea1','Supplement'=>0);
-//include(dirname(__FILE__).'/uni2cid_ak12.php');
-
-$enc='UniJIS-UTF16-H';
-$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Japan1','Supplement'=>5);
+$originalsize=23275812;
+
+// CID Information
+// Select your language
+// unicode to cid conversion table is from
+// ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/
+// cid2code.txt in ac16.tar.Z,ag15.tar.Z,ak12.tar.Z and aj16.tar.Z.
+
+//$enc='UniCNS-UTF16-H';
+//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'CNS1','Supplement'=>0);
+//include(dirname(__FILE__).'/uni2cid_ac15.php');
+
+//$enc='UniGB-UTF16-H';
+//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'GB1','Supplement'=>2);
+//include(dirname(__FILE__).'/uni2cid_ag15.php');
+
+//$enc='UniKS-UTF16-H';
+//$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Korea1','Supplement'=>0);
+//include(dirname(__FILE__).'/uni2cid_ak12.php');
+
+$enc='UniJIS-UTF16-H';
+$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Japan1','Supplement'=>5);
include(dirname(__FILE__).'/uni2cid_aj16.php');
-?>
+// --- EOF ---
diff --git a/fonts/courier.php b/fonts/courier.php
index 1ce3afc..d6ab661 100755
--- a/fonts/courier.php
+++ b/fonts/courier.php
@@ -30,4 +30,4 @@ $cw=array(0=>600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,
235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,
244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,
253=>600,254=>600,255=>600);
-?>
+// --- EOF ---
diff --git a/fonts/dejavusans.php b/fonts/dejavusans.php
index 0a34caf..872dd94 100755
--- a/fonts/dejavusans.php
+++ b/fonts/dejavusans.php
@@ -514,4 +514,4 @@ $diff='';
$file='dejavusans.z';
$ctg='dejavusans.ctg.z';
$originalsize=622280;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusansb.php b/fonts/dejavusansb.php
index bcd70bf..188881c 100755
--- a/fonts/dejavusansb.php
+++ b/fonts/dejavusansb.php
@@ -501,4 +501,4 @@ $diff='';
$file='dejavusansb.z';
$ctg='dejavusansb.ctg.z';
$originalsize=573136;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusansbi.php b/fonts/dejavusansbi.php
index dc63d90..0c68378 100755
--- a/fonts/dejavusansbi.php
+++ b/fonts/dejavusansbi.php
@@ -455,4 +455,4 @@ $diff='';
$file='dejavusansbi.z';
$ctg='dejavusansbi.ctg.z';
$originalsize=524056;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusanscondensed.php b/fonts/dejavusanscondensed.php
index 6af979e..2dd9c23 100755
--- a/fonts/dejavusanscondensed.php
+++ b/fonts/dejavusanscondensed.php
@@ -514,4 +514,4 @@ $diff='';
$file='dejavusanscondensed.z';
$ctg='dejavusanscondensed.ctg.z';
$originalsize=544636;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusanscondensedb.php b/fonts/dejavusanscondensedb.php
index 2c16cab..f53d0a6 100755
--- a/fonts/dejavusanscondensedb.php
+++ b/fonts/dejavusanscondensedb.php
@@ -501,4 +501,4 @@ $diff='';
$file='dejavusanscondensedb.z';
$ctg='dejavusanscondensedb.ctg.z';
$originalsize=534464;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusanscondensedbi.php b/fonts/dejavusanscondensedbi.php
index eb130ab..6a86288 100755
--- a/fonts/dejavusanscondensedbi.php
+++ b/fonts/dejavusanscondensedbi.php
@@ -455,4 +455,4 @@ $diff='';
$file='dejavusanscondensedbi.z';
$ctg='dejavusanscondensedbi.ctg.z';
$originalsize=493196;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusanscondensedi.php b/fonts/dejavusanscondensedi.php
index e8b79b1..b2a62c0 100755
--- a/fonts/dejavusanscondensedi.php
+++ b/fonts/dejavusanscondensedi.php
@@ -468,4 +468,4 @@ $diff='';
$file='dejavusanscondensedi.z';
$ctg='dejavusanscondensedi.ctg.z';
$originalsize=488440;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusansi.php b/fonts/dejavusansi.php
index 2ff3c59..721eab7 100755
--- a/fonts/dejavusansi.php
+++ b/fonts/dejavusansi.php
@@ -468,4 +468,4 @@ $diff='';
$file='dejavusansi.z';
$ctg='dejavusansi.ctg.z';
$originalsize=523804;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusansmono.php b/fonts/dejavusansmono.php
index bc59f60..ce70b1e 100755
--- a/fonts/dejavusansmono.php
+++ b/fonts/dejavusansmono.php
@@ -317,4 +317,4 @@ $diff='';
$file='dejavusansmono.z';
$ctg='dejavusansmono.ctg.z';
$originalsize=321524;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusansmonob.php b/fonts/dejavusansmonob.php
index 11e5d55..a13bc83 100755
--- a/fonts/dejavusansmonob.php
+++ b/fonts/dejavusansmonob.php
@@ -304,4 +304,4 @@ $diff='';
$file='dejavusansmonob.z';
$ctg='dejavusansmonob.ctg.z';
$originalsize=301928;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusansmonobi.php b/fonts/dejavusansmonobi.php
index dabdcda..b1b57b3 100755
--- a/fonts/dejavusansmonobi.php
+++ b/fonts/dejavusansmonobi.php
@@ -247,4 +247,4 @@ $diff='';
$file='dejavusansmonobi.z';
$ctg='dejavusansmonobi.ctg.z';
$originalsize=223408;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavusansmonoi.php b/fonts/dejavusansmonoi.php
index a544ef7..68cf923 100755
--- a/fonts/dejavusansmonoi.php
+++ b/fonts/dejavusansmonoi.php
@@ -259,4 +259,4 @@ $diff='';
$file='dejavusansmonoi.z';
$ctg='dejavusansmonoi.ctg.z';
$originalsize=229284;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserif.php b/fonts/dejavuserif.php
index 4e6280d..058684d 100755
--- a/fonts/dejavuserif.php
+++ b/fonts/dejavuserif.php
@@ -310,4 +310,4 @@ $diff='';
$file='dejavuserif.z';
$ctg='dejavuserif.ctg.z';
$originalsize=328908;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserifb.php b/fonts/dejavuserifb.php
index 23ea742..c91ee28 100755
--- a/fonts/dejavuserifb.php
+++ b/fonts/dejavuserifb.php
@@ -296,4 +296,4 @@ $diff='';
$file='dejavuserifb.z';
$ctg='dejavuserifb.ctg.z';
$originalsize=306532;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserifbi.php b/fonts/dejavuserifbi.php
index b365b21..89c46f4 100755
--- a/fonts/dejavuserifbi.php
+++ b/fonts/dejavuserifbi.php
@@ -296,4 +296,4 @@ $diff='';
$file='dejavuserifbi.z';
$ctg='dejavuserifbi.ctg.z';
$originalsize=294244;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserifcondensed.php b/fonts/dejavuserifcondensed.php
index fb89925..669b0bd 100755
--- a/fonts/dejavuserifcondensed.php
+++ b/fonts/dejavuserifcondensed.php
@@ -310,4 +310,4 @@ $diff='';
$file='dejavuserifcondensed.z';
$ctg='dejavuserifcondensed.ctg.z';
$originalsize=295840;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserifcondensedb.php b/fonts/dejavuserifcondensedb.php
index 46d376b..a7db677 100755
--- a/fonts/dejavuserifcondensedb.php
+++ b/fonts/dejavuserifcondensedb.php
@@ -296,4 +296,4 @@ $diff='';
$file='dejavuserifcondensedb.z';
$ctg='dejavuserifcondensedb.ctg.z';
$originalsize=282092;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserifcondensedbi.php b/fonts/dejavuserifcondensedbi.php
index 5de4f23..88cb607 100755
--- a/fonts/dejavuserifcondensedbi.php
+++ b/fonts/dejavuserifcondensedbi.php
@@ -296,4 +296,4 @@ $diff='';
$file='dejavuserifcondensedbi.z';
$ctg='dejavuserifcondensedbi.ctg.z';
$originalsize=293472;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserifcondensedi.php b/fonts/dejavuserifcondensedi.php
index e4db2ae..024d59d 100755
--- a/fonts/dejavuserifcondensedi.php
+++ b/fonts/dejavuserifcondensedi.php
@@ -309,4 +309,4 @@ $diff='';
$file='dejavuserifcondensedi.z';
$ctg='dejavuserifcondensedi.ctg.z';
$originalsize=301244;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/dejavuserifi.php b/fonts/dejavuserifi.php
index cbe9e1d..c1d452c 100755
--- a/fonts/dejavuserifi.php
+++ b/fonts/dejavuserifi.php
@@ -309,4 +309,4 @@ $diff='';
$file='dejavuserifi.z';
$ctg='dejavuserifi.ctg.z';
$originalsize=301828;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freemono.php b/fonts/freemono.php
index 123b3bf..5d45cae 100755
--- a/fonts/freemono.php
+++ b/fonts/freemono.php
@@ -345,4 +345,4 @@ $diff='';
$file='freemono.z';
$ctg='freemono.ctg.z';
$originalsize=314348;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freemonob.php b/fonts/freemonob.php
index 3d4cfe4..83f454e 100755
--- a/fonts/freemonob.php
+++ b/fonts/freemonob.php
@@ -201,4 +201,4 @@ $diff='';
$file='freemonob.z';
$ctg='freemonob.ctg.z';
$originalsize=164212;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freemonobi.php b/fonts/freemonobi.php
index 05e95d4..d24713f 100755
--- a/fonts/freemonobi.php
+++ b/fonts/freemonobi.php
@@ -150,4 +150,4 @@ $diff='';
$file='freemonobi.z';
$ctg='freemonobi.ctg.z';
$originalsize=145080;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freemonoi.php b/fonts/freemonoi.php
index 11cc061..5d71754 100755
--- a/fonts/freemonoi.php
+++ b/fonts/freemonoi.php
@@ -218,4 +218,4 @@ $diff='';
$file='freemonoi.z';
$ctg='freemonoi.ctg.z';
$originalsize=196732;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freesans.php b/fonts/freesans.php
index d10a321..7d258b8 100755
--- a/fonts/freesans.php
+++ b/fonts/freesans.php
@@ -308,4 +308,4 @@ $diff='';
$file='freesans.z';
$ctg='freesans.ctg.z';
$originalsize=568896;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freesansb.php b/fonts/freesansb.php
index ea53a17..0f12960 100755
--- a/fonts/freesansb.php
+++ b/fonts/freesansb.php
@@ -233,4 +233,4 @@ $diff='';
$file='freesansb.z';
$ctg='freesansb.ctg.z';
$originalsize=283180;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freesansbi.php b/fonts/freesansbi.php
index 783eb3c..dab2c97 100755
--- a/fonts/freesansbi.php
+++ b/fonts/freesansbi.php
@@ -222,4 +222,4 @@ $diff='';
$file='freesansbi.z';
$ctg='freesansbi.ctg.z';
$originalsize=269952;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freesansi.php b/fonts/freesansi.php
index 5b9c354..898bb41 100755
--- a/fonts/freesansi.php
+++ b/fonts/freesansi.php
@@ -236,4 +236,4 @@ $diff='';
$file='freesansi.z';
$ctg='freesansi.ctg.z';
$originalsize=410728;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freeserif.php b/fonts/freeserif.php
index aedc388..0fbefe7 100755
--- a/fonts/freeserif.php
+++ b/fonts/freeserif.php
@@ -501,4 +501,4 @@ $diff='';
$file='freeserif.z';
$ctg='freeserif.ctg.z';
$originalsize=1483772;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freeserifb.php b/fonts/freeserifb.php
index f3b98c5..37006e9 100755
--- a/fonts/freeserifb.php
+++ b/fonts/freeserifb.php
@@ -279,4 +279,4 @@ $diff='';
$file='freeserifb.z';
$ctg='freeserifb.ctg.z';
$originalsize=467208;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freeserifbi.php b/fonts/freeserifbi.php
index 79a1735..d45a4f5 100755
--- a/fonts/freeserifbi.php
+++ b/fonts/freeserifbi.php
@@ -235,4 +235,4 @@ $diff='';
$file='freeserifbi.z';
$ctg='freeserifbi.ctg.z';
$originalsize=452752;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/freeserifi.php b/fonts/freeserifi.php
index df824e2..9385360 100755
--- a/fonts/freeserifi.php
+++ b/fonts/freeserifi.php
@@ -256,4 +256,4 @@ $diff='';
$file='freeserifi.z';
$ctg='freeserifi.ctg.z';
$originalsize=629968;
-?>
\ No newline at end of file
+// --- EOF ---
diff --git a/fonts/helvetica.php b/fonts/helvetica.php
index 09ddd5d..c5eba6d 100755
--- a/fonts/helvetica.php
+++ b/fonts/helvetica.php
@@ -30,4 +30,4 @@ $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,
235=>556,236=>278,237=>278,238=>278,239=>278,240=>556,241=>556,242=>556,243=>556,
244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,
253=>500,254=>556,255=>500);
-?>
+// --- EOF ---
diff --git a/fonts/helveticab.php b/fonts/helveticab.php
index 0a8565a..8635a72 100755
--- a/fonts/helveticab.php
+++ b/fonts/helveticab.php
@@ -30,4 +30,4 @@ $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,
235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,
244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,
253=>556,254=>611,255=>556);
-?>
+// --- EOF ---
diff --git a/fonts/helveticabi.php b/fonts/helveticabi.php
index 0a8565a..8635a72 100755
--- a/fonts/helveticabi.php
+++ b/fonts/helveticabi.php
@@ -30,4 +30,4 @@ $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,
235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611,
244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611,
253=>556,254=>611,255=>556);
-?>
+// --- EOF ---
diff --git a/fonts/helveticai.php b/fonts/helveticai.php
index 09ddd5d..c5eba6d 100755
--- a/fonts/helveticai.php
+++ b/fonts/helveticai.php
@@ -30,4 +30,4 @@ $cw=array(0=>278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278,
235=>556,236=>278,237=>278,238=>278,239=>278,240=>556,241=>556,242=>556,243=>556,
244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556,
253=>500,254=>556,255=>500);
-?>
+// --- EOF ---
diff --git a/fonts/hysmyeongjostdmedium.php b/fonts/hysmyeongjostdmedium.php
index 2787113..9e8b23b 100755
--- a/fonts/hysmyeongjostdmedium.php
+++ b/fonts/hysmyeongjostdmedium.php
@@ -45,4 +45,4 @@ foreach($_cr as $_r) {
$cw[$i+31] = $_r[2];
}
}
-?>
+// --- EOF ---
diff --git a/fonts/kozgopromedium.php b/fonts/kozgopromedium.php
index 59f21c0..72783b7 100755
--- a/fonts/kozgopromedium.php
+++ b/fonts/kozgopromedium.php
@@ -62,4 +62,4 @@ foreach($_cr as $_r) {
$cw[$i+31] = $_r[2];
}
}
-?>
+// --- EOF ---
diff --git a/fonts/kozminproregular.php b/fonts/kozminproregular.php
index 25970a7..c308d41 100755
--- a/fonts/kozminproregular.php
+++ b/fonts/kozminproregular.php
@@ -60,4 +60,4 @@ foreach($_cr as $_r) {
$cw[$i+31] = $_r[2];
}
}
-?>
+// --- EOF ---
diff --git a/fonts/msungstdlight.php b/fonts/msungstdlight.php
index cf97488..a71ea29 100755
--- a/fonts/msungstdlight.php
+++ b/fonts/msungstdlight.php
@@ -35,4 +35,4 @@ $cw = array(
122 => 427, 123 => 480, 124 => 496, 125 => 480, 126 => 667,
17601 => 500,
);
-?>
+// --- EOF ---
diff --git a/fonts/stsongstdlight.php b/fonts/stsongstdlight.php
index 19fdeb6..1d03215 100755
--- a/fonts/stsongstdlight.php
+++ b/fonts/stsongstdlight.php
@@ -36,4 +36,4 @@ $cw = array(
112 => 524, 113 => 504, 114 => 338, 115 => 336, 116 => 277, 117 => 517, 118 => 450, 119 => 652, 120 => 466, 121 => 452,
122 => 407, 123 => 370, 124 => 258, 125 => 370, 126 => 605,
);
-?>
+// --- EOF ---
diff --git a/fonts/symbol.php b/fonts/symbol.php
index ad4e818..c45f288 100755
--- a/fonts/symbol.php
+++ b/fonts/symbol.php
@@ -1,32 +1,32 @@
250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,
-10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,
-20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,
-30=>250,31=>250,32=>250,33=>333,34=>713,35=>500,36=>549,37=>833,38=>778,39=>439,
-40=>333,41=>333,42=>500,43=>549,44=>250,45=>549,46=>250,47=>278,48=>500,49=>500,
-50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,
-60=>549,61=>549,62=>549,63=>444,64=>549,65=>722,66=>667,67=>722,68=>612,69=>611,
-70=>763,71=>603,72=>722,73=>333,74=>631,75=>722,76=>686,77=>889,78=>722,79=>722,
-80=>768,81=>741,82=>556,83=>592,84=>611,85=>690,86=>439,87=>768,88=>645,89=>795,
-90=>611,91=>333,92=>863,93=>333,94=>658,95=>500,96=>500,97=>631,98=>549,99=>549,
-100=>494,101=>439,102=>521,103=>411,104=>603,105=>329,106=>603,107=>549,108=>549,
-109=>576,110=>521,111=>549,112=>549,113=>521,114=>549,115=>603,116=>439,117=>576,
-118=>713,119=>686,120=>493,121=>686,122=>494,123=>480,124=>200,125=>480,126=>549,
-127=>0,128=>0,129=>0,130=>0,131=>0,132=>0,133=>0,134=>0,135=>0,136=>0,137=>0,
-138=>0,139=>0,140=>0,141=>0,142=>0,143=>0,144=>0,145=>0,146=>0,147=>0,148=>0,
-149=>0,150=>0,151=>0,152=>0,153=>0,154=>0,155=>0,156=>0,157=>0,158=>0,159=>0,
-160=>750,161=>620,162=>247,163=>549,164=>167,165=>713,166=>500,167=>753,168=>753,
-169=>753,170=>753,171=>1042,172=>987,173=>603,174=>987,175=>603,176=>400,177=>549,
-178=>411,179=>549,180=>549,181=>713,182=>494,183=>460,184=>549,185=>549,186=>549,
-187=>549,188=>1000,189=>603,190=>1000,191=>658,192=>823,193=>686,194=>795,195=>987,
-196=>768,197=>768,198=>823,199=>768,200=>768,201=>713,202=>713,203=>713,204=>713,
-205=>713,206=>713,207=>713,208=>768,209=>713,210=>790,211=>790,212=>890,213=>823,
-214=>549,215=>250,216=>713,217=>603,218=>603,219=>1042,220=>987,221=>603,222=>987,
-223=>603,224=>494,225=>329,226=>790,227=>790,228=>786,229=>713,230=>384,231=>384,
-232=>384,233=>384,234=>384,235=>384,236=>494,237=>494,238=>494,239=>494,240=>0,
-241=>329,242=>274,243=>686,244=>686,245=>686,246=>384,247=>384,248=>384,249=>384,
+$cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,
+10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250,
+20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250,
+30=>250,31=>250,32=>250,33=>333,34=>713,35=>500,36=>549,37=>833,38=>778,39=>439,
+40=>333,41=>333,42=>500,43=>549,44=>250,45=>549,46=>250,47=>278,48=>500,49=>500,
+50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278,
+60=>549,61=>549,62=>549,63=>444,64=>549,65=>722,66=>667,67=>722,68=>612,69=>611,
+70=>763,71=>603,72=>722,73=>333,74=>631,75=>722,76=>686,77=>889,78=>722,79=>722,
+80=>768,81=>741,82=>556,83=>592,84=>611,85=>690,86=>439,87=>768,88=>645,89=>795,
+90=>611,91=>333,92=>863,93=>333,94=>658,95=>500,96=>500,97=>631,98=>549,99=>549,
+100=>494,101=>439,102=>521,103=>411,104=>603,105=>329,106=>603,107=>549,108=>549,
+109=>576,110=>521,111=>549,112=>549,113=>521,114=>549,115=>603,116=>439,117=>576,
+118=>713,119=>686,120=>493,121=>686,122=>494,123=>480,124=>200,125=>480,126=>549,
+127=>0,128=>0,129=>0,130=>0,131=>0,132=>0,133=>0,134=>0,135=>0,136=>0,137=>0,
+138=>0,139=>0,140=>0,141=>0,142=>0,143=>0,144=>0,145=>0,146=>0,147=>0,148=>0,
+149=>0,150=>0,151=>0,152=>0,153=>0,154=>0,155=>0,156=>0,157=>0,158=>0,159=>0,
+160=>750,161=>620,162=>247,163=>549,164=>167,165=>713,166=>500,167=>753,168=>753,
+169=>753,170=>753,171=>1042,172=>987,173=>603,174=>987,175=>603,176=>400,177=>549,
+178=>411,179=>549,180=>549,181=>713,182=>494,183=>460,184=>549,185=>549,186=>549,
+187=>549,188=>1000,189=>603,190=>1000,191=>658,192=>823,193=>686,194=>795,195=>987,
+196=>768,197=>768,198=>823,199=>768,200=>768,201=>713,202=>713,203=>713,204=>713,
+205=>713,206=>713,207=>713,208=>768,209=>713,210=>790,211=>790,212=>890,213=>823,
+214=>549,215=>250,216=>713,217=>603,218=>603,219=>1042,220=>987,221=>603,222=>987,
+223=>603,224=>494,225=>329,226=>790,227=>790,228=>786,229=>713,230=>384,231=>384,
+232=>384,233=>384,234=>384,235=>384,236=>494,237=>494,238=>494,239=>494,240=>0,
+241=>329,242=>274,243=>686,244=>686,245=>686,246=>384,247=>384,248=>384,249=>384,
250=>384,251=>384,252=>494,253=>494,254=>494,255=>0);
-?>
+// --- EOF ---
diff --git a/fonts/times.php b/fonts/times.php
index 8cae5a7..9914386 100755
--- a/fonts/times.php
+++ b/fonts/times.php
@@ -30,4 +30,4 @@ $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,
235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500,
244=>500,245=>500,246=>500,247=>564,248=>500,249=>500,250=>500,251=>500,252=>500,
253=>500,254=>500,255=>500);
-?>
+// --- EOF ---
diff --git a/fonts/timesb.php b/fonts/timesb.php
index 68766ca..b6625be 100755
--- a/fonts/timesb.php
+++ b/fonts/timesb.php
@@ -30,4 +30,4 @@ $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,
235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,
244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556,
253=>500,254=>556,255=>500);
-?>
+// --- EOF ---
diff --git a/fonts/timesbi.php b/fonts/timesbi.php
index e2190e0..ff18a4b 100755
--- a/fonts/timesbi.php
+++ b/fonts/timesbi.php
@@ -30,4 +30,4 @@ $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,
235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500,
244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556,
253=>444,254=>500,255=>444);
-?>
+// --- EOF ---
diff --git a/fonts/timesi.php b/fonts/timesi.php
index 19a5973..c86d3ab 100755
--- a/fonts/timesi.php
+++ b/fonts/timesi.php
@@ -30,4 +30,4 @@ $cw=array(0=>250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250,
235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500,
244=>500,245=>500,246=>500,247=>675,248=>500,249=>500,250=>500,251=>500,252=>500,
253=>444,254=>500,255=>444);
-?>
+// --- EOF ---
diff --git a/fonts/uni2cid_ac15.php b/fonts/uni2cid_ac15.php
index 4078b6e..503a071 100755
--- a/fonts/uni2cid_ac15.php
+++ b/fonts/uni2cid_ac15.php
@@ -23610,4 +23610,4 @@ $cidinfo['uni2cid'] = array(
17597=>19086,
16877=>19087,
);
-?>
+// --- EOF ---
diff --git a/fonts/uni2cid_ag15.php b/fonts/uni2cid_ag15.php
index c19acb5..ae64905 100755
--- a/fonts/uni2cid_ag15.php
+++ b/fonts/uni2cid_ag15.php
@@ -30219,4 +30219,4 @@ $cidinfo['uni2cid'] = array(
42181=>30282,
42182=>30283,
);
-?>
+// --- EOF ---
diff --git a/fonts/uni2cid_aj16.php b/fonts/uni2cid_aj16.php
index 8396e5e..a1e4dc7 100755
--- a/fonts/uni2cid_aj16.php
+++ b/fonts/uni2cid_aj16.php
@@ -15702,4 +15702,4 @@ $cidinfo['uni2cid'] = array(
40865=>23056,
40867=>23057,
);
-?>
+// --- EOF ---
diff --git a/fonts/uni2cid_ak12.php b/fonts/uni2cid_ak12.php
index 0a5424c..6d20827 100755
--- a/fonts/uni2cid_ak12.php
+++ b/fonts/uni2cid_ak12.php
@@ -17527,4 +17527,4 @@ $cidinfo['uni2cid'] = array(
55202=>18153,
55203=>18154,
);
-?>
+// --- EOF ---
diff --git a/fonts/utils/makeallttffonts.php b/fonts/utils/makeallttffonts.php
index f1ced93..e841642 100755
--- a/fonts/utils/makeallttffonts.php
+++ b/fonts/utils/makeallttffonts.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : makeallttffonts.php
// Begin : 2008-12-07
-// Last Update : 2010-06-17
+// Last Update : 2010-08-08
//
// Description : Process all TTF files on current directory to
// build TCPDF compatible font files.
@@ -67,4 +67,3 @@ closedir($handle);
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/fonts/utils/makefont.php b/fonts/utils/makefont.php
index f08dbb1..608ec04 100755
--- a/fonts/utils/makefont.php
+++ b/fonts/utils/makefont.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : makefont.php
// Begin : 2004-12-31
-// Last Update : 2010-06-17
+// Last Update : 2010-08-08
// Version : 1.2.006
// License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
// ----------------------------------------------------------------------------
@@ -201,7 +201,7 @@ function MakeFont($fontfile, $fmfile, $embedded=true, $enc='cp1252', $patch=arra
//Not embedded font
$s .= '$file='."'';\n";
}
- $s .= "?>";
+ $s .= '// --- EOF ---';
SaveToFile($basename.'.php',$s);
print "Font definition file generated (".$basename.".php)\n";
}
@@ -609,4 +609,7 @@ if (count($arg) >= 3) {
} else {
print "Usage: makefont.php \n";
}
-?>
+
+//============================================================+
+// END OF FILE
+//============================================================+
diff --git a/fonts/zapfdingbats.php b/fonts/zapfdingbats.php
index f4c679b..c1362db 100755
--- a/fonts/zapfdingbats.php
+++ b/fonts/zapfdingbats.php
@@ -1,32 +1,32 @@
0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,7=>0,8=>0,9=>0,10=>0,11=>0,12=>0,
-13=>0,14=>0,15=>0,16=>0,17=>0,18=>0,19=>0,20=>0,21=>0,22=>0,23=>0,24=>0,25=>0,
-26=>0,27=>0,28=>0,29=>0,30=>0,31=>0,32=>278,33=>974,34=>961,35=>974,36=>980,
-37=>719,38=>789,39=>790,40=>791,41=>690,42=>960,43=>939,44=>549,45=>855,46=>911,
-47=>933,48=>911,49=>945,50=>974,51=>755,52=>846,53=>762,54=>761,55=>571,56=>677,
-57=>763,58=>760,59=>759,60=>754,61=>494,62=>552,63=>537,64=>577,65=>692,66=>786,
-67=>788,68=>788,69=>790,70=>793,71=>794,72=>816,73=>823,74=>789,75=>841,76=>823,
-77=>833,78=>816,79=>831,80=>923,81=>744,82=>723,83=>749,84=>790,85=>792,86=>695,
-87=>776,88=>768,89=>792,90=>759,91=>707,92=>708,93=>682,94=>701,95=>826,96=>815,
-97=>789,98=>789,99=>707,100=>687,101=>696,102=>689,103=>786,104=>787,105=>713,
-106=>791,107=>785,108=>791,109=>873,110=>761,111=>762,112=>762,113=>759,114=>759,
-115=>892,116=>892,117=>788,118=>784,119=>438,120=>138,121=>277,122=>415,123=>392,
-124=>392,125=>668,126=>668,127=>0,128=>390,129=>390,130=>317,131=>317,132=>276,
-133=>276,134=>509,135=>509,136=>410,137=>410,138=>234,139=>234,140=>334,141=>334,
-142=>0,143=>0,144=>0,145=>0,146=>0,147=>0,148=>0,149=>0,150=>0,151=>0,152=>0,
-153=>0,154=>0,155=>0,156=>0,157=>0,158=>0,159=>0,160=>0,161=>732,162=>544,163=>544,
-164=>910,165=>667,166=>760,167=>760,168=>776,169=>595,170=>694,171=>626,172=>788,
-173=>788,174=>788,175=>788,176=>788,177=>788,178=>788,179=>788,180=>788,181=>788,
-182=>788,183=>788,184=>788,185=>788,186=>788,187=>788,188=>788,189=>788,190=>788,
-191=>788,192=>788,193=>788,194=>788,195=>788,196=>788,197=>788,198=>788,199=>788,
-200=>788,201=>788,202=>788,203=>788,204=>788,205=>788,206=>788,207=>788,208=>788,
-209=>788,210=>788,211=>788,212=>894,213=>838,214=>1016,215=>458,216=>748,217=>924,
-218=>748,219=>918,220=>927,221=>928,222=>928,223=>834,224=>873,225=>828,226=>924,
-227=>924,228=>917,229=>930,230=>931,231=>463,232=>883,233=>836,234=>836,235=>867,
-236=>867,237=>696,238=>696,239=>874,240=>0,241=>874,242=>760,243=>946,244=>771,
-245=>865,246=>771,247=>888,248=>967,249=>888,250=>831,251=>873,252=>927,253=>970,
+$cw=array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,7=>0,8=>0,9=>0,10=>0,11=>0,12=>0,
+13=>0,14=>0,15=>0,16=>0,17=>0,18=>0,19=>0,20=>0,21=>0,22=>0,23=>0,24=>0,25=>0,
+26=>0,27=>0,28=>0,29=>0,30=>0,31=>0,32=>278,33=>974,34=>961,35=>974,36=>980,
+37=>719,38=>789,39=>790,40=>791,41=>690,42=>960,43=>939,44=>549,45=>855,46=>911,
+47=>933,48=>911,49=>945,50=>974,51=>755,52=>846,53=>762,54=>761,55=>571,56=>677,
+57=>763,58=>760,59=>759,60=>754,61=>494,62=>552,63=>537,64=>577,65=>692,66=>786,
+67=>788,68=>788,69=>790,70=>793,71=>794,72=>816,73=>823,74=>789,75=>841,76=>823,
+77=>833,78=>816,79=>831,80=>923,81=>744,82=>723,83=>749,84=>790,85=>792,86=>695,
+87=>776,88=>768,89=>792,90=>759,91=>707,92=>708,93=>682,94=>701,95=>826,96=>815,
+97=>789,98=>789,99=>707,100=>687,101=>696,102=>689,103=>786,104=>787,105=>713,
+106=>791,107=>785,108=>791,109=>873,110=>761,111=>762,112=>762,113=>759,114=>759,
+115=>892,116=>892,117=>788,118=>784,119=>438,120=>138,121=>277,122=>415,123=>392,
+124=>392,125=>668,126=>668,127=>0,128=>390,129=>390,130=>317,131=>317,132=>276,
+133=>276,134=>509,135=>509,136=>410,137=>410,138=>234,139=>234,140=>334,141=>334,
+142=>0,143=>0,144=>0,145=>0,146=>0,147=>0,148=>0,149=>0,150=>0,151=>0,152=>0,
+153=>0,154=>0,155=>0,156=>0,157=>0,158=>0,159=>0,160=>0,161=>732,162=>544,163=>544,
+164=>910,165=>667,166=>760,167=>760,168=>776,169=>595,170=>694,171=>626,172=>788,
+173=>788,174=>788,175=>788,176=>788,177=>788,178=>788,179=>788,180=>788,181=>788,
+182=>788,183=>788,184=>788,185=>788,186=>788,187=>788,188=>788,189=>788,190=>788,
+191=>788,192=>788,193=>788,194=>788,195=>788,196=>788,197=>788,198=>788,199=>788,
+200=>788,201=>788,202=>788,203=>788,204=>788,205=>788,206=>788,207=>788,208=>788,
+209=>788,210=>788,211=>788,212=>894,213=>838,214=>1016,215=>458,216=>748,217=>924,
+218=>748,219=>918,220=>927,221=>928,222=>928,223=>834,224=>873,225=>828,226=>924,
+227=>924,228=>917,229=>930,230=>931,231=>463,232=>883,233=>836,234=>836,235=>867,
+236=>867,237=>696,238=>696,239=>874,240=>0,241=>874,242=>760,243=>946,244=>771,
+245=>865,246=>771,247=>888,248=>967,249=>888,250=>831,251=>873,252=>927,253=>970,
254=>918,255=>0);
-?>
+// --- EOF ---
diff --git a/fonts/zarbold.php b/fonts/zarbold.php
index c854a4e..5597c17 100755
--- a/fonts/zarbold.php
+++ b/fonts/zarbold.php
@@ -7,7 +7,7 @@ $type='TrueTypeUnicode';
$name='ZarBold';
$desc=array('Ascent'=>733,'Descent'=>-317,'CapHeight'=>733,'Flags'=>32,'FontBBox'=>'[-126 -535 1164 1046]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600);
$up=-356;
-$ut=49;
+$ut=49;
$dw=600;
$cw=array(
0=>0,32=>227,33=>235,34=>282,35=>667,36=>458,37=>493,38=>635,39=>156,40=>303,41=>303,42=>489,43=>489,44=>237,45=>489,46=>231,47=>277,
@@ -44,4 +44,4 @@ $diff='';
$file='zarbold.z';
$ctg='zarbold.ctg.z';
$originalsize=73296;
-?>
+// --- EOF ---
diff --git a/htmlcolors.php b/htmlcolors.php
index d566340..7a48e75 100755
--- a/htmlcolors.php
+++ b/htmlcolors.php
@@ -1,9 +1,9 @@
diff --git a/pdf417.php b/pdf417.php
index 1eb50d4..d31163b 100644
--- a/pdf417.php
+++ b/pdf417.php
@@ -1,9 +1,9 @@
+//============================================================+
+// END OF FILE
+//============================================================+
diff --git a/qrcode.php b/qrcode.php
index a6bba16..564a3ca 100644
--- a/qrcode.php
+++ b/qrcode.php
@@ -1,9 +1,9 @@
+//============================================================+
+// END OF FILE
+//============================================================+
diff --git a/tcpdf.php b/tcpdf.php
index b0a1a0c..c89e8ed 100755
--- a/tcpdf.php
+++ b/tcpdf.php
@@ -1,9 +1,9 @@
* 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.
* @name TCPDF
* @package com.tecnick.tcpdf
- * @version 5.7.002
+ * @version 5.7.003
* @author Nicola Asuni - info@tecnick.com
* @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL
@@ -23336,4 +23336,3 @@ if (!class_exists('TCPDF', false)) {
//============================================================+
// END OF FILE
//============================================================+
-?>
diff --git a/unicode_data.php b/unicode_data.php
index 9a50fa3..a02886d 100755
--- a/unicode_data.php
+++ b/unicode_data.php
@@ -1,9 +1,9 @@