30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-06-14 03:12:21 +00:00
Commit Graph

21 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
7929b6d32e 6.0.061 (2014-02-18)
- Bug #893 "Parsing error on streamed xref for secured pdf" was fixed.
2014-02-18 19:39:15 +00:00
nicolaasuni
fd08a2fa7d 6.0.060 (2014-02-16)
- Bug #891 "Error on parsing hexa fields" was fixed.
- Bug #892 "Parsing pdf with trailing space at start" was fixed.
2014-02-16 16:01:35 +00:00
nicolaasuni
ee71246dff 6.0.057 (2014-01-26)
- Bug #883 "Parsing error" was fixed.
2014-01-26 14:35:08 +00: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
22518a0546 6.0.046 (2013-11-17)
- preg_replace_callback functions were replaced to improve memory performances.
2013-11-17 21:13:04 +00:00
nicolaasuni
977539641b 6.0.039 (2013-10-13)
- Bug #843 "Wrong call in parser" was fixed.
- Bug #844 "Wrong object type named" was fixed.
- Bug #845 "Parsing error on obj ref prefixed by '000000'" was fixed.
2013-10-13 22:02:11 +01:00
nicolaasuni
6640bd863d 6.0.035 (2013-09-25)
- TCPDF_PARSER class was improved.
2013-09-25 15:24:06 +01:00
nicolaasuni
f66b3e1ce7 6.0.034 (2013-09-24)
- Bug #839 "Error in xref parsing in mixed newline chars" was fixed.
2013-09-24 23:52:36 +01:00
nicolaasuni
0c26f23abf 6.0.031 (2013-09-18)
- Bug #836 "Optional EOL marker before endstream" was fixed.
- Some additional controls were added to avoid "division by zero" error with badly formatted input.
2013-09-18 19:42:19 +01:00
nicolaasuni
987c4af522 6.0.029 (2013-09-15)
- Constants K_TCPDF_PARSER_THROW_EXCEPTION_ERROR and K_TCPDF_PARSER_IGNORE_DECODING_ERRORS where removed in favor of a new configuration array in the TCPDF_PARSER class.
- The TCPDF_PARSER class can now be configured using the new  parameter.
2013-09-15 11:12:43 +01:00
nicolaasuni
0dd315280d 6.0.028 (2013-09-15)
- A debug print_r was removed form tcpdf_parser.php.
- TCPDF_FILTERS now throws an exception in case of error.
- TCPDF_PARSER now throws an exception in case of error unless you define the constant K_TCPDF_PARSER_THROW_EXCEPTION_ERROR to false.
2013-09-15 10:29:41 +01:00
nicolaasuni
88efb72a26 6.0.027 (2013-09-14)
- A bug in tcpdf_parser wen parsing hexadecimal strings was fixed.
- A bug in tcpdf_parser wen looking for statxref was fixed.
- A bug on RC4 encryption was fixed.
2013-09-14 20:02:50 +01:00
nicolaasuni
d9e2ca6348 6.0.026 (2013-09-14)
- A bug in tcpdf_parser wen decoding streams was fixed.
2013-09-14 12:05:57 +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
nicolaasuni
542c27f159 5.9.160 2012-05-03 22:57:49 +01:00
nicolaasuni
9c88c0ba0b 5.9.145 2012-01-28 11:46:18 +00:00
Nick
43fbcee477 5.9.142 2011-12-23 18:19:43 +01:00
Nick
de504c4ea9 new files 2011-09-13 17:52:38 +02:00