30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-09-28 03:59:02 +00:00
Commit Graph

569 Commits

Author SHA1 Message Date
nicolaasuni
1369eb51b3 6.0.050 (2013-12-01)
- The method getNumLines() was extended to support hyphenation.
- The CSS property line-height now supports non percentage values.
2013-12-01 13:04:53 +00:00
nicolaasuni
3cd2637a80 6.0.049 (2013-11-27)
- A bug related to PNG images was fixed.
2013-11-27 20:18:34 +00:00
nicolaasuni
b9c8ff7302 6.0.048 (2013-11-24)
- SVG vars are now reset in ImageSVG() method.
2013-11-24 18:58:06 +00:00
nicolaasuni
d2ded0b698 6.0.048 (2013-11-24)
- SVG vars are now reset in ImageSVG() method.
2013-11-24 18:56:31 +00:00
nicolaasuni
acb0db3a6d 6.0.047 (2013-11-19)
- SVG support was extended to support some nested defs.
2013-11-19 22:20:54 +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
943b8c2faf 6.0.046 (2013-11-17)
- preg_replace_callback functions were replaced to improve memory performances.
2013-11-17 21:09:15 +00:00
nicolaasuni
300a109c91 6.0.045 (2013-11-17)
- Bug #862 "Parsing error on flate filter" was fixed.
2013-11-17 19:21:03 +00:00
nicolaasuni
2a323b71aa 6.0.044 (2013-11-10)
- Bug #857 "Undefined offset error" was fixed.
- The uniord method now uses a static cache to improve performances (thanks to Mathieu Masseboeuf for the sugegstion).
- Two bugs in the TCPDF_FONTS class were fixed.
2013-11-10 13:01:43 +00:00
nicolaasuni
7745dbfdf1 6.0.043 (2013-10-29)
- Bug #854 "CSS instruction display" was fixed.
2013-10-29 18:26:55 +00:00
nicolaasuni
8510efc6cf 6.0.042 (2013-10-25)
- Bug #852 "CMYK Colors Bug" was fixed.
2013-10-25 18:18:08 +01:00
nicolaasuni
e06a71678b 6.0.041 (2013-10-21)
- Bug #851 "Problem with images in PDF. PHP timing out" was fixed.
2013-10-21 20:11:25 +01:00
nicolaasuni
452f84276a 6.0.040 (2013-10-20)
- Bug #849 "SVG import bug" was fixed.
- Bug #851 "Problem with images in PDF. PHP timing out" was fixed.
2013-10-20 13:37:51 +01: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
2ba0248a71 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 17:11:17 +01:00
nicolaasuni
fff2d972d3 6.0.038 (2013-10-06)
- Bug #841 "Division by zero warning at writeHTML a <li> tag" was fixed.
2013-10-06 17:51:54 +01: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
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
10c933f3b8 6.0.033 (2013-09-23)
- Bug fix related to PNG image transparency using GD library.
2013-09-23 16:26:07 +01:00
nicolaasuni
940dc4b24a 6.0.032 (2013-09-23)
- Bug #838 "Fatal error when imagick cannot handle the image, even though GD is available and can" was fixed.
2013-09-23 10:22:53 +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
a048082831 6.0.030 (2013-09-17)
- Bug #835 "PDF417 and Cyrilic simbols" was fixed.
2013-09-17 18:27:51 +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
a8ec5fe7ef 6.0.025 (2013-09-04)
- A pregSplit() bug was fixed.
- Improved content loading from URLs.
- Improved font path loading.
2013-09-04 19:32:13 +01:00
nicolaasuni
6b842db6c4 6.0.024 (2013-09-02)
- Bug #826 "addEmptySignatureAppearance issue" was fixed.
2013-09-02 18:54:35 +01:00
nicolaasuni
3ebcb4d8d9 6.0.023 (2013-08-05)
- GNU Freefont fonts were updated.
- Licensing and copyright information about fonts were improved.
- PNG image support was improved.
2013-08-05 20:34:06 +01:00
nicolaasuni
f7ec606860 6.0.022 (2013-08-02)
- fixing initialization problem for signature_appearance property.
2013-08-02 07:48:05 +01:00
nicolaasuni
94bfcb9bb4 6.0.021 (2013-07-18)
- The bug caused by the preg_split function on some PHP 5.2.x versions was fixed.
2013-07-18 20:45:24 +01:00
nicolaasuni
57959d4027 6.0.020 (2013-06-04)
- The method addTTFfont() was fixed (Bug item #813 Undefined offset).
2013-06-04 22:06:38 +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
7424ac0d45 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
2013-05-15 16:30:05 +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
e7c64b4f1c 6.0.014 (2013-04-13)
- The signature of addTTFfont() method includes a new parameter to link existing fonts instead of copying and compressing them.
2013-05-13 19:11:35 +01:00
nicolaasuni
5a2f2197e0 6.0.013 (2013-04-)
- Add support for SVG dx and dy text/tspan attributes.
- replace require() with require_once().
- fix some minor typos on documentation.
- fix a problem when deleting all pages.
2013-05-10 17:27:34 +01:00
nicolaasuni
c7c8e26f67 6.0.012 (2013-04-24)
- An error condition in addHtmlLink() method was fixed (bug #799).
2013-04-24 17:30:18 +01:00
nicolaasuni
226fc42c4c 6.0.011 (2013-04-22)
- Minor documentation changes.
2013-04-22 20:23:46 +01:00
nicolaasuni
01ad4b7ec6 6.0.010 (2013-04-03)
- The method Rect() was fixed to print borders correctly.
2013-04-03 10:43:30 +01:00
nicolaasuni
7ac4979b99 6.0.010 (2013-04-03)
- The method Rect() was fixed to print borders correctly.
2013-04-03 10:42:54 +01:00
nicolaasuni
a9840bd74b 6.0.009 (2013-04-02)
- Adding back some files that were not properly committed on the latest release.
2013-04-02 20:47:32 +01:00