diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index d9dcd77..afae2ee 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,14 @@ +4.8.000 (2009-09-07) + - This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54). + - The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button(). + - Support for Widget annotations was improved. + - Alignment of annotation objects was fixed (examples 36 and 41 were updated). + - addJavascriptObject() method was added. + - Signature of Image() method was changed. + - htmlcolors.php file was updated. + +-------------------------------------------------------------------------------- + 4.7.003 (2009-09-03) - Support for TCPDF methods on HTML was improved (see example n. 49). @@ -1088,4 +1099,5 @@ - removed commercial fonts for licensing issue. - Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html). - Now the AddFont and SetFont functions returns the basic font if the styled version do not exist. - + +EOF ---------------------------------------------------------------------------- diff --git a/README.TXT b/README.TXT index 145a3ae..9a2a1fd 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 4.7.003 -Release date: 2009-09-02 +Version: 4.8.000 +Release date: 2009-09-07 Author: Nicola Asuni Copyright (c) 2001-2009: @@ -35,9 +35,9 @@ Main Features: // * supports UTF-8 Unicode and Right-To-Left languages; // * supports TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; // * supports document encryption; -// * includes methods to publish some XHTML code; +// * includes methods to publish some XHTML code, including forms; // * includes graphic (geometric) and transformation methods; -// * includes Javascript and forms support; +// * includes Javascript and Forms support; // * 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 methods to move and delete pages; diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index effa929..0560de6 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -45,7 +45,7 @@
[line 1368]
+[line 1396]
+ Current form action (used during XHTML rendering)[line 1403]
+ Current form encryption type (used during XHTML rendering)[line 1410]
+ Current method to submit forms.[line 1361]
+ Array of form annotations IDs[line 1375]
+ Javascript objects array[line 1389]
+ Current ID of javascript object[line 1382]
+ Start ID for javascript objects
|