32
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-11-01 03:02:32 +00:00
Commit Graph

121 Commits

Author SHA1 Message Date
nicolaasuni
e27aa651bb 6.0.019 (2013-06-04)
- The magic constant __DIR__ was replaced with dirname(__FILE__) for php 5.2 compatibility.
- The exceptions raised by file_exists() function were suppressed.
2013-06-04 20:55:07 +01:00
nicolaasuni
9a03e8743c 6.0.018 (2013-05-19)
- The barcode examples were changed to automatically search for the barcode class path (in case the examples directory is not installed under the TCPDF root).
2013-05-19 17:46:11 +01:00
nicolaasuni
246dc8bc3a 6.0.017 (2013-05-16)
- The command line tool tcpdf_addfont.php was improved.
- The php logic was removed from configuration files that now contains only constant defines.
- The tcpdf_autoconfig.php file was added to automatically set missing configuration values.
2013-05-16 17:46:06 +01:00
nicolaasuni
bb21d56f94 6.0.017 (2013-05-16)
- The command line tool tcpdf_addfont.php was improved.
- The php logic was removed from configuration files that now contains only constant defines.
- The tcpdf_autoconfig.php file was added to automatically set missing configuration values.
2013-05-16 17:17:45 +01:00
nicolaasuni
36e9a19bfb 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
- Constant K_PATH_IMAGES is now automatically set in configuration file.
2013-05-15 18:08:42 +01:00
nicolaasuni
8014a13226 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
- Constant K_PATH_IMAGES is now automatically set in configuration file.
2013-05-15 17:56:20 +01:00
nicolaasuni
8766e002e6 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
- Constant K_PATH_IMAGES is now automatically set in configuration file.
2013-05-15 16:51:49 +01:00
nicolaasuni
39528a1441 6.0.015 (2013-04-14)
- Some unused vars were removed from AddFont() method.
- Some directories were moved inside the examples directory.
- All examples were updated to reflect the new default structure.
- Source code were clean-up up to be more compatible with system packaging.
- Files encodings and permissions were reset.
- The command line tool tcpdf_addfont.php was added on the tools directory.
2013-05-14 21:28:42 +01:00
nicolaasuni
226fc42c4c 6.0.011 (2013-04-22)
- Minor documentation changes.
2013-04-22 20:23:46 +01:00
Nicola Asuni
e691de8a1e 6.0.000 (2013-03-17)
- IMPORTANT: PHP4 support has been removed starting from this version. PHP 5.3 or greater version is required.
- Several TCPDF methods and vars were moved to new class files: tcpdf_static.php, tcpdf_colors.php, tcpdf_images.php, tcpdf_font_data.php, tcpdf_fonts.php.
- Files htmlcolors.php, spotcolors.php, unicode_data.php and ecodings_maps.php were removed.
- Barcode classes were renamed and new barcode examples were added.
- Class TCPDF_PARSER was improved.
2013-03-17 14:03:01 +00:00
Nicola Asuni
a3bcc0957f 5.9.204 (2013-01-23)
- The method Bookmark() was extended to include named destinations, URLs, internal links or embedded files (see example n. 15).
- automatic path calculation on configuration file was fixed.
- Error() method was extended to throw new Exception if PHP > 5.
2013-01-30 17:13:12 +00:00
nick
df9b495d27 5.9.174 (2012-07-25)
- The problem of wrong filename when downloading PDF from an Android device was fixed.
- The method setHeaderData() was extended to set text and line color for header (see example n. 1).
- The method setFooterData() was added to set text and line color for footer (see example n. 1).
- The methods setTextShadow() and getTextShadow() were added to set text shadows (see example n. 1).
- The GetCharWidth() method was fixed for negative character spacing.
- A 'none' border mode is now correctly recognized.
- Break on hyphen problem was fixed.
2012-07-25 15:16:42 +01:00
nick
5ca264c68d 5.9.167 (2012-06-22)
- Thai language rendering was fixed and improved.
- Method isCharDefined() was improved.
- Protected method replaceChar() was added.
- Font kerning word was corrected to tracking.
2012-06-22 08:14:47 +01:00
Nick
43fbcee477 5.9.142 2011-12-23 18:19:43 +01:00
nick
8fdafc1480 5.9.138 2011-12-10 15:57:26 +00:00
nick
fb4d5c667d 5.9.135 2011-11-15 18:42:47 +00:00
Nick
116f8b3a53 5.9.129 2011-10-07 20:06:32 +02:00
Nick
0e459dc908 5.9.125 2011-10-03 13:00:54 +02:00
Nick
889fd78ad8 5.9.123 2011-10-02 09:56:50 +02:00
Nick
eb7368e325 5.9.121 new files 2011-09-28 15:22:10 +02:00
Nick
cbb355419d 5.9.121 2011-09-28 15:21:40 +02:00
Nick
916ee439b9 5.9.120 2011-09-22 09:40:33 +02:00
Nick
24ff632241 5.9.115 2011-09-13 17:52:00 +02:00
Nick
a3cd4d51bf 5.9.106 2011-08-04 20:59:24 +02:00
Nick
9edc589d3e 5.9.103 2011-07-16 12:01:59 +02:00
nicolaasuni
078642c3f6 5.9.102 2011-07-13 13:05:56 +02:00
nicolaasuni
fdc3f42c4e 5.9.101 2011-07-07 15:10:33 +02:00
nicolaasuni
ac09d91589 5.9.097 2011-06-23 17:12:20 +02:00
nicolaasuni
60b4752dcb 5.9.088 2011-06-01 10:45:43 +02:00
nicolaasuni
ef5d1afb8a 5.9.078 2011-05-12 17:08:01 +02:00
nicolaasuni
02bed5771f 5.9.078 2011-05-12 17:03:20 +02:00
nicolaasuni
dc1cbbd5df 5.9.072 2011-04-26 11:07:42 +02:00
nicolaasuni
b52780fe62 5.9.068 2011-04-15 11:24:02 +02:00
nicolaasuni
4bc961234b 5.9.057 2011-02-24 16:42:56 +01:00
nicolaasuni
074477d870 5.9.035 2011-01-03 19:09:38 +01:00
nicolaasuni
10a43f2623 5.9.030 2010-12-16 16:28:54 +01:00
nicolaasuni
5a37308e1e 5.9.029 2010-12-04 11:25:49 +01:00
nicolaasuni
16007ad0d6 5.9.027 2010-12-01 17:09:06 +01:00
nicolaasuni
a64f8619d6 5.9.021 2010-11-20 10:52:09 +01:00
nicolaasuni
06a47e85e1 5.9.013 2010-11-15 10:34:20 +01:00
nicolaasuni
f86ca3e338 5.9.008 2010-10-21 11:11:17 +02:00
nicolaasuni
43926c7bde 5.9.006 2010-10-19 17:46:03 +02:00
nicolaasuni
770ad1c796 5.9.004 2010-10-18 11:23:52 +02:00
nicolaasuni
e07dbf1857 new example 2010-10-15 10:48:42 +02:00
nicolaasuni
bef180b5d5 5.9.003 2010-10-15 10:47:58 +02:00
nicolaasuni
c91cb496b2 5.9.002 2010-10-08 15:55:30 +02:00
nicolaasuni
4bedf80bcf 5.9.000 2010-10-06 12:48:25 +02:00
nicolaasuni
57775b4e99 new files 2010-10-04 17:59:47 +02:00
nicolaasuni
559e79bdc6 5.8.035 2010-10-04 17:59:10 +02:00
nicolaasuni
5a1deebb16 5.8.026 2010-09-13 09:53:19 +02:00