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

131 Commits

Author SHA1 Message Date
nicolaasuni
47e8e3e0d1 6.2.2 (2014-12-18)
- Fixed mispelled words.
- Fixed version number.
2014-12-18 13:26:15 +00:00
nicolaasuni
40662daa76 6.2.0 (2014-12-10)
- Bug #1005 "Security Report, LFI posting internal files externally abusing default parameter" was fixed.
- Static methods serializeTCPDFtagParameters() and unserializeTCPDFtagParameters() were moved as non static to the main TCPDF class (see changes in example n. 49).
- Deprecated methods were removed, please use the equivalents defined in other classes (i.e. TCPDF_STATIC and TCPDF_FONTS).
- The constant K_TCPDF_CALLS_IN_HTML is now set by default to FALSE.
- DLE, DLX and DLP page format was added.
- Page format are now defined as a public property in TCPDF_STATIC.
2014-12-10 18:53:49 +00:00
nicolaasuni
905f0af8af 6.0.085 (2014-06-19)
- Some example images were replaced.
- A race condition bug was fixed.
- Bug item #938 "Hyphenation-dash extends outside of cell" was fixed.
2014-06-20 00:27:24 +01:00
nicolaasuni
32868f3304 6.0.085 (2014-06-19)
- Some example images were replaced.
- A race condition bug was fixed.
- Bug item #938 "Hyphenation-dash extends outside of cell" was fixed.
2014-06-20 00:25:52 +01:00
nicolaasuni
71d9a43e58 6.0.076 (2014-05-06)
- A bug in Datamatrix Base256 encoding was fixed.
- Merged fix for SVG use/clip-gradient.
- Now it is possible to prefix a page number in Link methods with the * character to avoid been changed when adding/deleting/moving pages (see example_045.php).
2014-05-06 19:41:12 +01:00
nicolaasuni
6c3cfd5b16 6.0.072 (2014-04-27)
- Deprecated curly braces substring syntax was replaced with square braces.
2014-04-27 12:30:23 +01:00
nicolaasuni
4bfe37b111 6.0.056 (2014-01-25)
- The automatic chache folder selection now works also with some restricted hosting environments.
- CSS text-transform property is now supported (requires the multibyte string library for php) - see examle n. 061 (Thanks to Walter Ferraz).
- Bug #884 "Parsing error prev tag looking for" was fixed.
2014-01-25 15:37:05 +00:00
nicolaasuni
9c04ada91f 6.0.054 (2014-01-13)
- Bug #877 "Parenteses causing corrupt text" was fixed.
2014-01-13 18:14:28 +00:00
nicolaasuni
df410b084d 6.0.037 (2013-09-30)
- Method getAllSpotColors() was added to return all spot colors.
- Method colorRegistrationBar() was extended to automatically print all spot colors and support individual spot colors.
- The method registrationMarkCMYK() was added to print a registration mark for CMYK colors.
- A bug related to page groups was fixed.
- Gradient() method now supports CMYK equivalents of spot colors.
- Example n. 56 was updated.
2013-09-30 21:58:11 +01:00
nicolaasuni
3098111c57 6.0.036 (2013-09-29)
- Methods for registration bars and crop marks were extended to support registration color (see example n. 56).
- New default spot colors were added to tcpdf_colors.php, including the 'All' and 'None' special registration colors.
2013-09-29 13:48:07 +01:00
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