Commit Graph

  • 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. nicolaasuni 2013-09-30 21:58:11 +0100
  • 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. nicolaasuni 2013-09-29 13:48:07 +0100
  • 6640bd863d 6.0.035 (2013-09-25) - TCPDF_PARSER class was improved. nicolaasuni 2013-09-25 15:24:06 +0100
  • f66b3e1ce7 6.0.034 (2013-09-24) - Bug #839 "Error in xref parsing in mixed newline chars" was fixed. nicolaasuni 2013-09-24 23:52:36 +0100
  • 10c933f3b8 6.0.033 (2013-09-23) - Bug fix related to PNG image transparency using GD library. nicolaasuni 2013-09-23 16:26:07 +0100
  • 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. nicolaasuni 2013-09-23 10:22:53 +0100
  • 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. nicolaasuni 2013-09-18 19:42:19 +0100
  • a048082831 6.0.030 (2013-09-17) - Bug #835 "PDF417 and Cyrilic simbols" was fixed. nicolaasuni 2013-09-17 18:27:51 +0100
  • 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. nicolaasuni 2013-09-15 11:12:43 +0100
  • 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. nicolaasuni 2013-09-15 10:29:41 +0100
  • 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. nicolaasuni 2013-09-14 20:02:50 +0100
  • d9e2ca6348 6.0.026 (2013-09-14) - A bug in tcpdf_parser wen decoding streams was fixed. nicolaasuni 2013-09-14 12:05:57 +0100
  • a8ec5fe7ef 6.0.025 (2013-09-04) - A pregSplit() bug was fixed. - Improved content loading from URLs. - Improved font path loading. nicolaasuni 2013-09-04 19:32:13 +0100
  • 6b842db6c4 6.0.024 (2013-09-02) - Bug #826 "addEmptySignatureAppearance issue" was fixed. nicolaasuni 2013-09-02 18:54:35 +0100
  • 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. nicolaasuni 2013-08-05 20:34:06 +0100
  • f7ec606860 6.0.022 (2013-08-02) - fixing initialization problem for signature_appearance property. nicolaasuni 2013-08-02 07:48:05 +0100
  • 94bfcb9bb4 6.0.021 (2013-07-18) - The bug caused by the preg_split function on some PHP 5.2.x versions was fixed. nicolaasuni 2013-07-18 20:45:24 +0100
  • 57959d4027 6.0.020 (2013-06-04) - The method addTTFfont() was fixed (Bug item #813 Undefined offset). nicolaasuni 2013-06-04 22:06:38 +0100
  • 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. nicolaasuni 2013-06-04 20:55:07 +0100
  • 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). nicolaasuni 2013-05-19 17:46:11 +0100
  • 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. nicolaasuni 2013-05-16 17:46:06 +0100
  • 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. nicolaasuni 2013-05-16 17:17:45 +0100
  • 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. nicolaasuni 2013-05-15 18:08:42 +0100
  • 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. nicolaasuni 2013-05-15 17:56:20 +0100
  • 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. nicolaasuni 2013-05-15 16:51:49 +0100
  • 7424ac0d45 6.0.016 (2013-05-15) - The tcpdf_addfont.php tool was improved (thanks to Remi Collet). nicolaasuni 2013-05-15 16:30:05 +0100
  • 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. nicolaasuni 2013-05-14 21:28:42 +0100
  • 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. nicolaasuni 2013-05-13 19:11:35 +0100
  • 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. nicolaasuni 2013-05-10 17:27:34 +0100
  • c7c8e26f67 6.0.012 (2013-04-24) - An error condition in addHtmlLink() method was fixed (bug #799). nicolaasuni 2013-04-24 17:30:18 +0100
  • 226fc42c4c 6.0.011 (2013-04-22) - Minor documentation changes. nicolaasuni 2013-04-22 20:23:46 +0100
  • 01ad4b7ec6 6.0.010 (2013-04-03) - The method Rect() was fixed to print borders correctly. nicolaasuni 2013-04-03 10:43:30 +0100
  • 7ac4979b99 6.0.010 (2013-04-03) - The method Rect() was fixed to print borders correctly. nicolaasuni 2013-04-03 10:42:54 +0100
  • a9840bd74b 6.0.009 (2013-04-02) - Adding back some files that were not properly committed on the latest release. nicolaasuni 2013-04-02 20:47:32 +0100
  • d44b09f2da 6.0.008 (2013-04-01) - Duplicated encoding maps was removed from tcpdf_font_data.php. - Fixing bug on AddTTFFont(). nicolaasuni 2013-04-01 12:22:18 +0100
  • db650c6dfa 6.0.007 (2013-03-29) - HTML/CSS font size conversion were improved. nicolaasuni 2013-03-29 17:30:37 +0000
  • c4e39163a7 6.0.006 (2013-03-27) - Bug related to SVG and EPS files on xobjects were fixed. nicolaasuni 2013-03-27 18:33:18 +0000
  • b1afffff53 6.0.005 (2013-03-26) - Default font path was fixed. nicolaasuni 2013-03-26 18:51:09 +0000
  • 57fd821ca9 6.0.005 (2013-03-26) - Default font path was fixed. nicolaasuni 2013-03-26 13:49:17 +0000
  • 3e1f83ee55 6.0.004 (2013-03-21) - Return value of addTTFfont() method was fixed. nicolaasuni 2013-03-21 17:10:14 +0000
  • 3fa01d8e99 6.0.003 (2013-03-20) - A bug related to non-unicode mode was fixed. nicolaasuni 2013-03-20 18:27:44 +0000
  • 1d88afff1d 6.0.002 (2013-03-18) - _getFIXED call on tcpdf_fonts.php was fixed. nicolaasuni 2013-03-18 23:36:10 +0000
  • b0b066c14d 6.0.001 (2013-03-18) - Fixed call on tcpdf.php. nicolaasuni 2013-03-18 11:10:21 +0000
  • c55727d0bd fixed composer.js error nicolaasuni 2013-03-17 19:15:52 +0000
  • 0ad32693be 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. nicolaasuni 2013-03-17 14:19:05 +0000
  • 6374de25be 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. Nicola Asuni 2013-03-17 14:11:58 +0000
  • 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. Nicola Asuni 2013-03-17 14:03:01 +0000
  • a48f9f174c 5.9.209 (2013-03-15) - Image method was improved. Nicola Asuni 2013-03-16 00:18:29 +0000
  • facbc7b253 5.9.209 (2013-03-15) - Image method was improved. Nicola Asuni 2013-03-16 00:11:06 +0000
  • 3e49de8be6 5.9.208 (2013-03-15) - objclone fuction was patched to support old imagick extensions. - tcpdf_parser was improved to support Cross-Reference Streams and large streams. Nicola Asuni 2013-03-15 22:46:20 +0000
  • d63cf8c9e5 5.9.208 (2013-03-15) - objclone fuction was patched to support old imagick extensions. - tcpdf_parser was improved to support Cross-Reference Streams and large streams. Nicola Asuni 2013-03-15 22:22:43 +0000
  • 6bdc3202d3 5.9.207 (2013-03-04) - Datamatrix class was fixed (a debug echo was removed). Nicola Asuni 2013-03-04 21:03:13 +0000
  • a77a36e8bb 5.9.206 (2013-02-22) - Bug item #754 "PNG with alpha channel becomes gray scale" was fixed. - Minor documentation fixes. Nicola Asuni 2013-02-22 18:52:06 +0000
  • 6b317b4e2e 5.9.205 (2013-02-06) - The constant K_TCPDF_THROW_EXCEPTION_ERROR was added on configuration file to change the behavior of Error() method. - PDF417 barcode bug was fixed. Nicola Asuni 2013-02-06 20:04:08 +0000
  • 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. Nicola Asuni 2013-01-30 17:13:12 +0000
  • f7d525858a 5.9.203 (2013-01-22) - Horizontal position of radiobuttons and checkboxes was adjusted. Nicola Asuni 2013-01-22 17:33:43 +0000
  • ce2f309281 5.9.202 (2012-12-16) - Vertical space problem after table was fixed. Nicola Asuni 2012-12-16 12:23:34 +0000
  • 803d6aad1b 5.9.201 (2012-12-10) - First 256 chars are now always included on font subset to overcome a problem reported on the forum. Nicola Asuni 2012-12-10 17:47:37 +0000
  • e63b80dfc2 5.9.200 (2012-12-05) - Bug item #768 "Rowspan with Pagebreak error" was fixed. - Page regions now works also with limited MultiCell() cells. Nicola Asuni 2012-12-05 23:14:24 +0000
  • 7a65d321c3 5.9.1998 (2012-11-29) - Internal setImageBuffer() method was improved. Nicola Asuni 2012-11-29 19:02:52 +0000
  • aac8873f9d 5.9.198 (2012-11-19) - Datamatrix EDIFACT mode was fixed. Nicola Asuni 2012-11-19 22:10:47 +0000
  • b73f9cbd9a 5.9.197 (2012-11-06) - Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed. Nicola Asuni 2012-11-19 22:09:33 +0000
  • 146e4337ca 5.9.197 (2012-11-06) - Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed. Nicola Asuni 2012-11-06 19:37:08 +0000
  • d8df0369e3 5.9.196 (2012-11-02) - Several methods were improved to avoid output when the context is out of page. - Bug item #755 "remove cached files before unsetting" was fixed. Nicola Asuni 2012-11-02 19:26:44 +0000
  • da47743321 5.9.195 (2012-10-24) - Method _putfonts() was improved. Nicola Asuni 2012-10-24 17:18:34 +0100
  • c2c3094acc 5.9.194 (2012-10-23) - Text alignment on TextField() method was fixed. Nicola Asuni 2012-10-23 17:12:09 +0100
  • f2aa41dd82 5.9.193 (2012-09-25) - Support for named destinations on HTML links was added (i.e.: <a href="#destinationname">link to named destination</a>). Nicola Asuni 2012-09-25 19:17:00 +0100
  • 66e99bd328 5.9.192 (2012-09-24) - A problem on the releasing process was fixed. Nicola Asuni 2012-09-24 18:50:59 +0100
  • b4f12e958c 5.9.191 (2012-09-24) - SVG image naow support svg and eps images. Nicola Asuni 2012-09-24 17:39:08 +0100
  • 26c61d177b 5.9.190 (2012-09-23) - "page" word translation is now set to empty if not defined. - Tooltip feature was added on the radiobutton annotation. Nicola Asuni 2012-09-23 19:47:40 +0100
  • 01dc4da8b3 5.9.189 (2012-09-18) - Bug item #3568969 "ini_get safe_mode error" was fixed. Nicola Asuni 2012-09-18 20:59:32 +0100
  • 16f873d904 5.9.189 (2012-09-18) - Bug item #3568969 "ini_get safe_mode error" was fixed. Nicola Asuni 2012-09-18 19:28:04 +0100
  • 56a9f4186e 5.9.187 (2012-09-15) - A datamatrix barcode bug was fixed. Nicola Asuni 2012-09-15 12:02:08 +0100
  • c50728c561 5.9.187 (2012-09-14) - Subset feature was extended to include the first 256 characters. Nicola Asuni 2012-09-14 17:56:30 +0100
  • df7ac13a2a 5.9.186 (2012-09-13) - barcodes.php file was resynced. - Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates. - Method getCharBBox were added to get single character bounding box. - Signature of addTTFfont method was changed ( paramter was added). Nicola Asuni 2012-09-13 19:54:21 +0100
  • f66d0fa6ac 5.9.184 (2012-09-11) - A problem with EAN barcodes was fixed. Nicola Asuni 2012-09-11 17:49:32 +0100
  • d4b1c84b49 5.9.183 (2012-09-07) - A problem with font names normalization was fixed. Nicola Asuni 2012-09-07 08:24:24 +0100
  • c8d1393d6a 5.9.182 (2012-09-05) - Bug item #3564982 "Infinite loop in Write() method" was fixed. Nicola Asuni 2012-09-05 20:32:13 +0100
  • cd3db1fd55 5.9.182 (2012-09-05) - Bug item #3564982 "Infinite loop in Write() method" was fixed. Nicola Asuni 2012-09-05 19:32:19 +0100
  • c47cad2bdd 5.9.181 (2012-08-31) - composer.json file was added. - Bug item #3563369 "Cached images are not unlinked some time" was fixed. Nicola Asuni 2012-08-31 21:13:21 +0100
  • 184bbe0a4f new Nicola Asuni 2012-08-22 21:22:02 +0100
  • a7febafdde 5.9.179 (2012-08-04) - SVG 'use' tag was fixed for 'circle' and 'ellipse' shift problem. - Alpha status is now correctly stored and restored by getGraphicVars() and SetGraphicVars() methods. Nicola Asuni 2012-08-04 09:29:04 +0100
  • fe38892760 5.9.178 (2012-08-02) - SVG 'use' tag was fixed for 'circle' and 'ellipse'. Nicola Asuni 2012-08-02 21:14:03 +0100
  • 41b3fa6703 5.9.177 (2012-08-02) - An additional control on annotations was fixed. Nicola Asuni 2012-08-02 15:41:27 +0100
  • fe4d204366 5.9.176 (2012-07-25) - A bug related to stroke width was fixed. - A problem related to font spacing in HTML was fixed. nick 2012-07-25 23:17:35 +0100
  • 2f282db233 5.9.175 (2012-07-25) - The problem of missing letter on hyphen break was fixed. nick 2012-07-25 18:50:52 +0100
  • 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. nick 2012-07-25 15:16:42 +0100
  • b83ad06898 5.9.173 (2012-07-23) - Some additional control wher added on barcode methods. - The option CURLOPT_FOLLOWLOCATION on Image method is now disabled if PHP safe_mode is on or open_basedir is set. - Method Bookmark() was extended to include X parameter. - Method setDestination() was extended to include X parameter. - A problem with Thai language was fixed. nick 2012-07-23 15:48:26 +0100
  • 56af758c98 5.9.172 (2012-07-02) - A PNG color profile issue was fixed. nick 2012-07-02 20:31:44 +0100
  • c934b52a55 5.9.171 (2012-07-01) - Some SVG rendering problems were fixed. nick 2012-07-01 22:46:13 +0100
  • 68a349a698 update nick 2012-06-27 11:08:15 +0100
  • 14e93b77c5 5.9.169 (2012-06-25) - Some SVG rendering problems were fixed. nick 2012-06-25 17:54:29 +0100
  • fd29aebb02 5.9.168 (2012-06-22) - Thai language rendering was fixed. nick 2012-06-22 17:34:26 +0100
  • 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. nick 2012-06-22 08:14:47 +0100
  • 9ea87e1c44 5.9.166 (2012-06-21) - Array to string conversion on file_id creation was fixed. - Thai language rendering was fixed (thanks to Atsawin Chaowanakritsanakul). nick 2012-06-21 21:56:49 +0100
  • 4bfc80dce0 5.9.165 (2012-06-07) - Some HTML form related bugs were fixed. nicolaasuni 2012-06-07 17:28:15 +0100
  • 42be31e0d9 5.9.164 (2012-06-06) - A bug introduced on the latest release was fixed. nicolaasuni 2012-06-06 17:05:21 +0100
  • 5bfef5c8cf 5.9.163 (2012-06-05) - Method getGDgamma() was changed. - Rendering performances of PNG images with alpha channel were improved. nicolaasuni 2012-06-05 18:40:09 +0100
  • dc7dfc0ed9 5.9.162 (2012-05-11) - A bug related to long text on TD cells was fixed. nicolaasuni 2012-05-11 18:59:03 +0100
  • 814ff2e01f 5.9.161 nicolaasuni 2012-05-09 21:27:32 +0100