diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 99a2674..ff09723 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,9 @@ +4.6.002 (2009-04-20) + - Documentation of rollbackTransaction() method was fixed. + - The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method. + - HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()). + - WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1. + 4.6.001 (2009-04-17) - Spaces between HTML block tags are now automatically removed. - The bug related to cMargin changes between tables was fixed. diff --git a/README.TXT b/README.TXT index 427073f..aff10e3 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 4.6.001 -Release date: 2009-04-17 +Version: 4.6.002 +Release date: 2009-04-20 Author: Nicola Asuni Copyright (c) 2001-2009: @@ -38,7 +38,7 @@ Main Features: // * includes methods to publish some XHTML code; // * includes graphic (geometric) and transformation methods; // * includes Javascript and forms support; -// * includes a method to print various barcode formats; +// * includes a method to print various barcode formats: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS; // * includes methods to set Bookmarks and print a Table of Content; // * includes a method to move pages; // * includes methods for automatic page header and footer management; @@ -50,8 +50,7 @@ Main Features: // * supports clipping masks; // * supports Grayscale, RGB, CMYK, Spot Colors and Transparencies; // * supports several annotations, including links, text and file attachments; -// * supports page compression (requires zlib extension); -// * supports user rights management so Adobe Reader users can save filled-in copies of forms they complete. +// * supports page compression (requires zlib extension); // * supports text hyphenation. // * supports transactions to UNDO commands. diff --git a/config/tcpdf_config.php b/config/tcpdf_config.php index 28d40db..ee66d75 100755 --- a/config/tcpdf_config.php +++ b/config/tcpdf_config.php @@ -2,7 +2,7 @@ //============================================================+ // File name : tcpdf_config.php // Begin : 2004-06-11 -// Last Update : 2009-03-18 +// Last Update : 2009-04-20 // // Description : Configuration file for TCPDF. // @@ -201,9 +201,9 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) { define ('PDF_FONT_MONOSPACED', 'courier'); /** - * Ratio used to scale the images + * ratio used to adjust the conversion of pixels to user units */ - define ('PDF_IMAGE_SCALE_RATIO', 4); + define ('PDF_IMAGE_SCALE_RATIO', 1); /** * magnification factor for titles diff --git a/config/tcpdf_config_alt.php b/config/tcpdf_config_alt.php index fb86d9b..c5c4335 100755 --- a/config/tcpdf_config_alt.php +++ b/config/tcpdf_config_alt.php @@ -2,7 +2,7 @@ //============================================================+ // File name : tcpdf_config.php // Begin : 2004-06-11 -// Last Update : 2009-03-18 +// Last Update : 2009-04-20 // // Description : Alternative configuration file for TCPDF. // @@ -197,9 +197,9 @@ define ('PDF_FONT_SIZE_DATA', 8); define ('PDF_FONT_MONOSPACED', 'courier'); /** - * Ratio used to scale the images + * ratio used to adjust the conversion of pixels to user units */ -define ('PDF_IMAGE_SCALE_RATIO', 4); +define ('PDF_IMAGE_SCALE_RATIO', 1); /** * magnification factor for titles diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index a12a42d..b189dfd 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -45,7 +45,7 @@