source: sipes/libraries/tcpdf/CHANGELOG.TXT

stableversion-3.0
Last change on this file was 307d09d, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agregaron las librerias

  • Propiedad mode establecida a 100755
File size: 74.3 KB
Línea 
15.9.031 (2010-12-16)
2        - Source code documentation errors were fixed.
3
45.9.030 (2010-12-16)
5        - Several source code documentation errors were fixed.
6        - Source code style was changed for Doxygen.
7        - Source code documentation was moved online to http://www.tcpdf.org
8
95.9.029 (2010-12-04)
10        - The $fitbox parameter on Image() method was extended to specify image alignment inside the box (check the example n. 9).
11
125.9.028 (2010-12-03)
13        - Font utils makefont.php and makeallttffonts.php were updated.
14
155.9.027 (2010-12-01)
16        - Spot Colors are now better integrated with HTML mode.
17        - Method SetDocInfoUnicode() was added to turn on/off Unicode mode for document information dictionary (meta tags) - check the example n. 19.
18
195.9.026 (2010-12-01)
20        - A problem with mixed text directions on HTML was fixed.
21
225.9.025 (2010-12-01)
23        - The AddSpotColor() now automatically fills the spotcolor array (defined on spotcolors.php file).
24
255.9.024 (2010-11-30)
26        - Bug item #3123612 "SVG not use gradientTransform in percentage mode" was fixed.
27
285.9.023 (2010-11-25)
29        - A potential bug on SVG transcoder was fixed.
30
315.9.022 (2010-11-21)
32        - Method ImageEPS includes support for EPS/AI Spot colors.
33        - Method ImageEPS includes a new parameter $fixoutvals to remove values outside the bounding box.
34
355.9.021 (2010-11-20)
36        - Support for custom bullet points images was added (check the example n.6)
37        - Examples n. 6 and 61 were update (check the comments inside).
38
395.9.020 (2010-11-19)
40        - A problem related to additional page when using multicolumn mode was fixed.
41
425.9.019 (2010-11-19)
43        - An SVG bug was fixed.
44        - ImageSVG() and ImageEPS() methods now accepts image data streams (put the string on the $file parameter preceded by '@' character).
45        - Option 'E' was added to the $dest parameter of Output() method to return the document as base64 mime multi-part email attachment (RFC 2045).
46
475.9.018 (2010-11-19)
48        - An SVG bug was fixed.
49
505.9.017 (2010-11-16)
51        - Tagline color was set to transparent.
52        - The method fixHTMLCode() was added to automatically clean up HTML code (requires HTML Tidy).
53
545.9.016 (2010-11-16)
55        - Bug item #3109705 "list item page break hanging bullet" was fixed.
56
575.9.015 (2010-11-16)
58        - Bug item affecting QRCode was fixed.
59        - Some bugs affecting HTML lists were fixed.
60        - ImageSVG() and fitBlock() methods were improved to handle some SVG problems.
61        - Some problems with PHP4 compatibility were fixed.
62
635.9.014 (2010-11-15)
64        - Bug item #3109464 "QRCode error" was fixed.
65
665.9.013 (2010-11-15)
67        - Bug item #3109257 "Problem with interlaced GIFs and PNGs" was fixed.
68        - Image function now accepts image data streams (check example n. 9).
69
705.9.012 (2010-11-12)
71        - Method getTCPDFVersion() was added.
72        - PDF_PRODUCER constant was removed.
73        - Method convertHTMLColorToDec() was improved.
74        - HTML colors now support spot color names defined on the new spotcolors.php file.
75        - The default method Header() was improved to support SVG and EPS/AI images.
76        - A bug on SVG importer was fixed.
77
785.9.011 (2010-11-02)
79        - Bug item #3101486 "Bug Fix for image loading" was fixed.
80
815.9.010 (2010-10-27)
82        - Support for CSS properties 'border-spacing' and 'padding' for tables were added.
83        - Several language files were added.
84
855.9.009 (2010-10-21)
86        - HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction.
87
885.9.008 (2010-10-21)
89        - Bug item #3091502 "Bookmark oddity" was fixed.
90        - HTML internal links now accepts page number and Y position.
91        - The method write1DBarcode() was improved to accept separate horizontal and vertical padding (see example n. 27).
92
935.9.007 (2010-10-20)
94        - Method adjustCellPadding() was fixed to handle bad input.
95
965.9.006 (2010-10-19)
97        - Support for AES 256 bit encryption was added (see example n. 16).
98        - Method getNumLines() was fixed for the empty string case.
99
1005.9.005 (2010-10-18)
101        - Method addPageRegion() was changed to accept regions starting exactly from the top of the page.
102
1035.9.004 (2010-10-18)
104        - A bug related to annotations was fixed.
105        - The file unicode_data.php was canged to encapsulate all data in a class.
106        - The file htmlcolors.php was changed to remove the global variable.
107
1085.9.003 (2010-10-15)
109        - Support for no-write page regions was added. Check the example n. 64 and new methods setPageRegions(), addPageRegion(), getPageRegions(), removePageRegion().
110        - A bug on Right-To-Left alignment was fixed.
111
1125.9.002 (2010-10-08)
113        - Cell method was improved to preserve the font stretching and spacing values when using the $stretch parameter (see example n. 4).
114
1155.9.001 (2010-10-07)
116        - The problem of blank page for nobr table higher than a single page was fixed.
117
1185.9.000 (2010-10-06)
119        - Support for text stretching and spacing (kerning) was added, see example n. 63 and methods setFontStretching(), getFontStretching(), setFontSpacing(), getFontSpacing().
120        - Support for CSS properties 'font-stretch' and 'letter-spacing' was added (see example n. 63).
121        - The cMargin state was replaced by cell_padding array that can be set/get using setCellPadding() and getCellPadding() methods.
122        - Methods getCellPaddings() and setCellPaddings() were added to fine tune cell paddings (see example n. 5).
123        - Methods getCellMargins() and setCellMargins() were added to fine tune cell margins (see example n. 5).
124        - Method write1DBarcode() was improved to permit custom labels (see example n. 27).
125        - Method ImagePngAlpha() now includes support for ImageMagick to improve performances.
126        - XObject Template support was extended to support Multicell(), writeHTML() and writeHTMLCell() methods.
127        - The signature of getNumLines() and getStringHeight() methods is changed.
128        - Example n. 57 was updated.
129
130// -------------------------------------------------------------------
131
1325.8.034 (2010-09-27)
133        - A bug related to SetFont on XObject templates was fixed.
134
1355.8.033 (2010-09-25)
136        - A problem with Footer() and multiple columns was fixed.
137
1385.8.032 (2010-09-22)
139        - Bug #3073165 "Issues with changes to addHTMLVertSpace()" was fixed.
140
1415.8.031 (2010-09-20)
142        - Bug #3071961 "Spaces in HTML" was fixed.
143
1445.8.030 (2010-09-17)
145        - SVG support was improved and some bugs were fixed.
146
1475.8.029 (2010-09-16)
148        - A problem with HTML borders was fixed.
149
1505.8.028 (2010-09-13)
151        - Bug #3065224 "mcrypt_create_iv error on TCPDF 5.8.027 on PHP 5.3.2" was fixed.
152
1535.8.027 (2010-09-13)
154        - Bug #3065118 "mcrypt_decrypt error on TCPDF 5.8.026 on PHP 5.3.2" was fixed.
155
1565.8.026 (2010-09-13)
157        - A bug on addHTMLTOC() method was fixed. Note: be sure that the #TOC_PAGE_NUMBER# template has enough width to be printed correctly.
158
1595.8.025 (2010-09-09)
160        - Bug #3062692 "Textarea inside a table" was fixed.
161
1625.8.024 (2010-09-08)
163        - Bug #3062005 "Undefined variable: ann_obj_id" was fixed.
164
1655.8.023 (2010-08-31)
166        - Forms bug added on version 5.8.019 was fixed.
167
1685.8.022 (2010-08-31)
169        - Bug #3056632 "SVG rendered vertically flipped" was fixed.
170
1715.8.021 (2010-08-30)
172        - A new CID-0 'chinese' font was added for traditional Chinese.
173        - Bug #3054287 'Inner tags are ignored due to "align" attribute' was fixed.
174
1755.8.020 (2010-08-26)
176        - CSS "catch-all" class selector is now supported.
177
1785.8.019 (2010-08-26)
179        - XObject Templates now includes support for links and annotations.
180        - A problem related to link alignment on cell was fixed.
181        - A problem related to SVG styles was fixed.
182
1835.8.018 (2010-08-25)
184        - Method getNumberOfColumns() was added.
185        - A problem related to table header was fixed.
186        - Method getSVGTransformMatrix() was fixed to apply SVG transformations in the correct order.
187        - SVG support was improved and several bugs were fixed.
188
1895.8.017 (2010-08-25)
190        - This version includes support for XObject Templates (see the new example n. 62).
191        - Methods starttemplate(), endTemplate() and printTemplate() were added (see the new example n. 62).
192
1935.8.016 (2010-08-24)
194        - Alignment problem on write2DBarcode was fixed.
195
1965.8.015 (2010-08-24)
197        - A problem arised with the latest bugfix was fixed.
198
1995.8.014 (2010-08-23)
200        - Method _getxobjectdict() was added for better compatibility with external extensions.
201        - A bug related to radiobuttons was fixed.
202        - Bug #3051509 "new line after punctuation marks" was fixed (partially).
203
2045.8.013 (2010-08-23)
205        - SVG support for 'direction' property was added.
206        - A problem on default width calculation for linear barcodes was fixed.
207        - New option was added to write1DBarcode() method to improve alignments (see example n. 27).
208        - Bug #3050896 "Nested HTML tables: styles are not applied" was fixed.
209        - Method _putresourcedict() was improved to include external XObject templates.
210
2115.8.012 (2010-08-22)
212        - Support for SVG 'text-anchor' property was added.
213
2145.8.011 (2010-08-21)
215        - Method write1DBarcode() was improved to be backward compatible (check the new example n. 27).
216        - Support for CSS width and height properties on images were added.
217
2185.8.010 (2010-08-20)
219        - Documentation of unhtmlentities() was fixed.
220        - The 'fitwidth' option was added and border color problem was fixed on write1DBarcode() method (check the example n. 27).
221
2225.8.009 (2010-08-20)
223        - Internal object numbering was improved.
224        - Some errors in object encryption were fixed.
225
2265.8.008 (2010-08-19)
227        - Method write1DBarcode() was changed, check the example n. 27.
228        - Method Footer() was changed to account for barcode changes.
229        - Automatic calculation of K_PATH_URL constant was fixed on configuration file.
230        - Method setEqualColumns() was fixed for $width=0 case.
231        - Method AddTOC() was fixed for multipage and multicolumn modes.
232        - Better support for SVG "font-family" property.
233        - A problem on default Page Zoom mode was fixed.
234        - Several Annotation bugs were fixed.
235
2365.8.007 (2010-08-18)
237        - A bug affecting HTML tables was fixed.
238        - Bug #3047500 "SVG not rendering paths properly" was fixed.
239
2405.8.006 (2010-08-17)
241        - A bug affecting HTML table nesting was fixed.
242
2435.8.005 (2010-08-17)
244        - A bug affecting the HTML 'select' tag in certain conditions was fixed.
245
2465.8.004 (2010-08-17)
247        - Better support for HTML "font-family" property.
248        - A bug related to HTML multicolumn was fixed.
249
2505.8.003 (2010-08-16)
251        - Better support for HTML "font-family" property.
252
2535.8.002 (2010-08-14)
254        - HTML alignments were improved
255        - IMPORTANT: Default regular expression to find spaces has been changed to exclude the non-breaking-space (160 DEC- A0 HEX). If you are using setSpacesRE() method, please read the new documentation.
256        - Example n. 1 was updated.
257
2585.8.001 (2010-08-12)
259        - Bug #3043650 "subsetchars incorrectly cached" was fixed.
260
2615.8.000 (2010-08-11)
262        - A control to avoid bookmarking page 0 was added.
263        - addTOC() method now includes support for multicolumn mode.
264        - Support for tables in multicolumn mode was improved.
265        - Example n.10 was updated.
266        - All trimming functions were replaced with stringLeftTrim(), stringRightTrim() and stringTrim().
267        - HTML alignments were improved.
268
269------------------------------------------------------------
270
2715.7.003 (2010-08-08)
272        - Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
273
2745.7.002 (2010-08-06)
275        - Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
276
2775.7.001 (2010-08-05)
278        - Bug #3040105 "Broken PDF when using TOC (example 45)" was fixed.
279
2805.7.000 (2010-08-03)
281        - CSS borders are now supported for HTML tables and other block tags (see example n. 61);
282        - Cell borders were improved (see example n. 57);
283        - Minor bugs were fixed.
284
285------------------------------------------------------------
286
2875.6.000 (2010-07-31)
288        - A bug with object IDs was fixes.
289        - Performances were improved.
290
291------------------------------------------------------------
292
2935.5.015 (2010-07-29)
294        - Automatic fix for unclosed self-closing tag.
295        - Support for deprecated 's' and 'strike' tags was added.
296        - Empty list items problem was fixed.
297
2985.5.014 (2010-07-15)
299        - Support for external images was improved.
300
3015.5.013 (2010-07-14)
302        - Bug #3029338 "FI and FO output destination filename bug" was fixed (previous fix was wrong).
303
3045.5.012 (2010-07-14)
305        - Bug #3029310 "Font baseline inconsistencies with line-height and font-size" was fixed.
306        - Bug #3029338 "FI and FO output destination filename bug" was fixed.
307
3085.5.011 (2010-07-09)
309        - Support for multiple CSS classes was added.
310        - The method getColumn() was added to return the current column number.
311        - Some regular Expressions were fixed to be more compatible with UTF-8.
312
3135.5.010 (2010-07-06)
314        - Bug item #3025772 "Borders in all image functions are still flawed" was fixed.
315
3165.5.009 (2010-07-05)
317        - A problem related to last page footer was fixed.
318        - Image alignments and fit-on-page features were improved.
319
3205.5.008 (2010-07-02)
321        - A problem on table header alignment in booklet mode was fixed.
322        - Default graphic vars are now applied for setHeader();
323
3245.5.007 (2010-07-02)
325        - Attribute "readonly" was added to input and textarea form fields.
326        - Vertical alignment feature was added on MultiCell() method only for simple text mode (see example n. 5).
327        - Text-Fit feature was added on MultiCell() method only for simple text mode (see example n. 5).
328
3295.5.006 (2010-06-29)
330        - getStringHeight() and getNumLines() methods were fixed.
331
3325.5.005 (2010-06-28)
333        - Bug #3022170 "getFontDescent() does not return correct descent value" was fixed.
334        - Some problems with multicolumn mode were fixed.
335
3365.5.004 (2010-06-27)
337        - Bug #3021803 "SVG Border" was fixed.
338
3395.5.003 (2010-06-26)
340        - On Write() method, blank lines at the beginning of a page or column are now automatically removed.
341
3425.5.002 (2010-06-24)
343        - ToUnicode Identity-H name was replaced with a full CMap (to avoid preflight syntax error).
344        - Bug #3020638 "str_split() not available in php4" was fixed.
345        - Bug #3020665 "file_get_contents() too many parameters for php4" was fixed.
346
3475.5.001 (2010-06-23)
348        - A problem on image streams was fixed.
349
3505.5.000 (2010-06-22)
351        - Several PDF syntax errors (and related bugs) were fixed.
352        - Bug #3019090 "/Length values are wrong if AES encryption is used" was fixed.
353
354------------------------------------------------------------
355
3565.4.003 (2010-06-19)
357        - A problem related to page boxes was fixed.
358        - Bug #3016920 "Font subsetting issues when editing pdf" was partially fixed (Note that flattening transparency layers is currently incompatible with TrueTypeUnicode fonts).
359
3605.4.002 (2010-06-18)
361        - A problem related with setProtection() method was fixed.
362
3635.4.001 (2010-06-18)
364        - A problem related with setProtection() method was fixed.
365
3665.4.000 (2010-06-18)
367        - The method setSignatureAppearance() was added, check the example n. 52.
368        - Several problems related to font subsetting were fixed.
369
370------------------------------------------------------------
371
3725.3.010 (2010-06-15)
373        - Previous release was corrupted.
374
3755.3.009 (2010-06-15)
376        - Bug #3015934 "Bullets don't display correctly" was fixed.
377
3785.3.008 (2010-06-13)
379        - This version fixes some problems of SVG rasterization.
380
3815.3.007 (2010-06-13)
382        - This version improves SVG support.
383
3845.3.006 (2010-06-10)
385        - This version includes a change in uniqid calls for backward compatibility with PHP4.
386
3875.3.005 (2010-06-09)
388        - The method getPageSizeFromFormat() was changed to include all standard page formats (includes 281 page formats + variation).
389
3905.3.004 (2010-06-08)
391        - Bug #3013291 "HTML table cell width" was fixed.
392        - Bug #3013294 "HTML table cell alignment" was fixed.
393        - The columns widths of HTML tables are now inherited from the first row.
394
3955.3.003 (2010-06-08)
396        - Bug #3013102 "HTML table header misaligned after page break" was fixed.
397
3985.3.002 (2010-06-07)
399        - The methods setFontSubsetting() and setFontSubsetting() were added to control the default font subsetting mode (see example n. 1).
400        - Bug #3012596 "Whitespace should not appeared after use Thai top characters" was fixed.
401        - Examples n. 1, 14, and 54 were updated.
402
4035.3.001 (2010-06-06)
404        - Barcode PDF417 was improved to support Macro Code Blocks (see example n. 50).
405
4065.3.000 (2010-06-05)
407        - License was changed to GNU-LGPLv3 (see the updated LICENSE.TXT file).
408        - PDF417 barcode support was added (check the example n. 50).
409        - The method write2DBarcode() was improved (some parameters were added and other changed - check example n. 50).
410
411------------------------------------------------------------
412
4135.2.000 (2010-06-02)
414        - IMPORTANT: Support for font subsetting was added by default to reduce the size of documents using large unicode font files.
415                If you embed the whole font in the PDF, the person on the other end can make changes to it even if he didn't have your font.
416                If you subset the font, file size of the PDF will be smaller but the person who receives your PDF would need to have your same font in order to make changes to your PDF.
417        - The signature of the SetFont() and AddFont() methods were changed to include the font subsetting option (subsetting is applied by default).
418        - Examples 14 and 54 were updated.
419
420------------------------------------------------------------
421
4225.1.002 (2010-05-27)
423        - Bug #3007818 "SetAutoPageBreak fails with MultiCell" was fixed.
424        - A bug related to MultiCell() minimun height was fixed.
425
4265.1.001 (2010-05-26)
427        - The problem of blank page after table was fixed.
428
4295.1.000 (2010-05-25)
430        - This version includes support for CSS (Cascading Style Sheets) (see example n. 61).
431        - The convertHTMLColorToDec() method was improved.
432
433------------------------------------------------------------
434
4355.0.014 (2010-05-21)
436        - A problem on color and style of HTML links was fixed.
437        - A bug relative to gradients was fixed.
438        - The getStringHeight() method was added and getNumLines() method was improved.
439        - All examples were updated.
440
4415.0.013 (2010-05-19)
442        - A bug related to page-breaks and table cells was fixed.
443
4445.0.012 (2010-05-19)
445        - Page orientation bug was fixed.
446        - The access to method setPageFormat() was changed to 'protected' because it is not intended to be directly called.
447
4485.0.011 (2010-05-19)
449        - Page orientation bug was fixed.
450        - Bug #3003966 "Multiple columns and nested lists" was fixed.
451
4525.0.010 (2010-05-17)
453        - The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions.
454        - The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox);
455        - A bug relative to underline, overline and linethrough was fixed.
456
4575.0.009 (2010-05-16)
458        - Bug #3002381 "Multiple columns and nested lists" was fixed.
459
4605.0.008 (2010-05-15)
461        - Bug "Columns WriteHTML and Justification" was fixed.
462
4635.0.007 (2010-05-14)
464        - Bug #3001347 "Bug when using  WriteHTML with setEqualColumns()" was fixed.
465        - Bug #3001505 "problem with sup and sub tags at the beginning of a line" was fixed.
466
4675.0.006 (2010-05-13)
468        - Length of hr tag was fixed.
469        - An error on 2d barcode method was fixed.
470
4715.0.005 (2010-05-12)
472        - WARNING: The logic of permissions on the SetProtection() method has been inverted and extended (see example 16). Now you have to specify the features you want to block.
473        - SetProtection() method was extended to support RSA and AES 128 encryption and public-keys (see example 16).
474        - Bug #2999489 "setEqualColumns() and TOC uses wrong columns" was fixed (see the example 10).
475
4765.0.004 (2010-05-10)
477        - HTML line alignment when using sub and sup tags was fixed.
478
4795.0.003 (2010-05-07)
480        - Horizontal alignment was fixed for images and barcodes. Now the X coordinate is always relative to the left margin. Use GetAbsX() instead of GetX() to get the X relative to left margin.
481        - Header() method was changed to account for new image alignment rules.
482
4835.0.002 (2010-05-06)
484        - Bookmark() and related methods were fixed to accept HTML code.
485        - A problem on HTML links was fixed.
486
4875.0.001 (2010-05-06)
488        - Protected method _putstream was re-added for backward compatibility.
489        - The following method were added to display HTML Table Of Content (see example n. 59):
490                addTOCPage(), endTOCPage(), addHTMLTOC().
491
4925.0.000 (2010-05-05)
493        - Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported.
494        - Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library.
495        - Method RoundedRectXY() was added.
496        - Method PieSectorXY() was added.
497        - Gradient() method is now public and support new features.
498        - Shading to transparency is now supported.
499        - Image alignments were fixed.
500        - Support for dynamic images were improved.
501        - PDF_IMAGE_SCALE_RATIO has been changed to 1.25 for better compatibility with SVG.
502        - RAW and RAW2 modes were added to 2D Barcodes (see example n. 50).
503        - Automatic padding feature was added on barcodes (see examples n. 27 and 50).
504        - Bug #2995003 "Reproduced thead bug" was fixed.
505        - The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
506        - Ellipse() method was improved and fixed (see page 2 of example n. 12).
507
508------------------------------------------------------------
509
5104.9.018 (2010-04-21)
511        - Bug item #2990356 "Current font size not respected with more than two HTML <p>" was fixed.
512
5134.9.017 (2010-04-21)
514        - Bug item #2990224 "Different behaviour for equivalent HTML strings" was fixed.
515        - Bug item #2990314 "Dash is not appearing with SHY character" was fixed.
516
5174.9.016 (2010-04-20)
518        - An error on htmlcolors.php was fixed.
519        - getImageFileType() method was improved.
520        - GIF images with transparency are now better supported.
521        - Automatic page orientation was improved.
522
5234.9.015 (2010-04-20)
524        - A new method copyPage() was added to clone pages (see example n. 44).
525        - Support for text overline was added.
526        - Underline and linethrough methods were fixed.
527        - Bug #2989058 "SHY character causes unnecessary word-wrapping" was fixed.
528
5294.9.014 (2010-04-18)
530        - Bug item #2988845 was fixed.
531
5324.9.013 (2010-04-15)
533        - Image() and ImageEPS() methods were fixed and improved; $fitonpage parameter was added.
534
5354.9.012 (2010-04-12)
536        - The hyphenateText() method was added to automatically hyphenate text (see example n. 46).
537
5384.9.011 (2010-04-07)
539        - Vertical alignments for Cell() method were improved (see example n. 57).
540
5414.9.010 (2010-04-06)
542        - Signature of Cell() method now includes new parameters for vertical alignment (see example n. 57).
543        - Text() method was extended to include all Cell() parameters.
544        - HTML line alignment procedure was changed to fix some bugs.
545
5464.9.009 (2010-04-05)
547        - Text() method was fixed for backward compatibility.
548
5494.9.008 (2010-04-03)
550        - Additional line space after table header was removed.
551        - Support for HTML lists in multicolumn mode was added.
552        - The method setTextRenderingMode() was added to set text rendering modes (see the example n. 26).
553        - The following HTML attributes were added to set text rendering modes (see the example n. 26): stroke, strokecolor, fill.
554
5554.9.007 (2010-04-03)
556        - Font Descent computation was fixed (patch #2981441).
557
5584.9.006 (2010-04-02)
559        - The constant K_TCPDF_CALLS_IN_HTML was added on configuration file to enable/disable the ability to call TCPDF methods in HTML.
560        - The usage of tcpdf tag in HTML mode was changed to remove the possible security flaw offered by the eval() function (thanks to Matthias Hecker for spotting this security problem). See the new example n. 49 for further information.
561
5624.9.005 (2010-04-01)
563        - Bug# 2980354 "Wrong File attachment description with security" was fixed.
564        - Several problems with HTML line alignment were fixed.
565        - The constant K_THAI_TOPCHAR was added on configuration file to enable/disable the special procedure used to avoid the overlappind of symbols on Thai language.
566        - A problem with font name directory was fixed.
567        - A bug on _destroy() method was fixed.
568
5694.9.004 (2010-03-31)
570        - Patch #979681 "GetCharWidth - default character width" was applied (bugfix).
571
5724.9.003 (2010-03-30)
573        - Problem of first <br /> on multiple columns was fixed.
574        - HTML line alignment was fixed.
575        - A QR-code bug was fixed.
576
5774.9.002 (2010-03-29)
578        - Patch #2978349 "$ignore_min_height is ignored in function Cell()" was applied.
579        - Bug #2978607 "2D Barcodes are wrong" was fixed.
580        - A problem with HTML block tags was fixed.
581        - Artificial italic for CID-0 fonts was added.
582        - Several multicolumn bugs were fixed.
583        - Support for HTML tables on multicolumn was added.
584
5854.9.001 (2010-03-28)
586        - QR Code minor bug was fixed.
587        - Multicolumn mode was added (see the new example n. 10).
588        - The following methods were added: setEqualColumns(), setColumnsArray(), selectColumn().
589        - Thai diacritics support were changed (note that this is incompatible with html justification).
590
5914.9.000 (2010-03-27)
592        - QR Code (2D barcode) support was added (see example n. 50).
593        - The following methods were added to print crop and registration marks (see example n. 56): colorRegistrationBar(), cropMark(), registrationMark().
594        - Limited support for CSS line-height property was added.
595        - Gradient method now supports Gray, RGB and CMYK space color.
596        - Example n. 51 was updated.
597        - Vertical alignment of font inside cell was fixed.
598        - Support for multiple Thai diacritics was added.
599        - Bug item #2974929 "Duplicate case values" was fixed.
600        - Bug item #2976729 "File attachment not working with security" was fixed.
601
602------------------------------------------------------------
603
6044.8.039 (2010-03-20)
605        - Problems related to custom locale settings were fixed.
606        - Problems related to HTML on Header and Footer were fixed.
607
6084.8.038 (2010-03-13)
609        - Various bugs related to page-break in HTML mode were fixed.
610        - Bug item #2968974 "Another <thead> pagebreak problem" was fixed.
611        - Bug item #2969276 "justification problem" was fixed.
612        - Bug item #2969289 "bug when using justified text and custom headers" was fixed.
613        - Images are now automatically resized to be contained on the page.
614        - Some HTML line alignments were fixed.
615        - Signature of AddPage() and SetMargins() methods were changed to include an option to set default page margins.
616
6174.8.037 (2010-03-03)
618        - Bug item #2962068 was fixed.
619        - Bug item #2967017 "Problems with <thead> and pagebreaks" was fixed.
620        - Bug item #2967023 "table header lost with pagebreak" was fixed.
621        - Bug item #2967032 "Header lost with nested tables" was fixed.
622
6234.8.036 (2010-02-24)
624        - Automatic page break for HTML images was improved.
625        - Example 10 was updated.
626        - Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font).
627
6284.8.035 (2010-02-23)
629        - Automatic page break for HTML images was added.
630        - Support for multicolumn HTML was added (example 10 was updated).
631
6324.8.034 (2010-02-17)
633        - Language files were updated.
634
6354.8.033 (2010-02-12)
636        - A bug related to protection mode with links was fixed.
637
6384.8.032 (2010-02-04)
639        - A bug related to $maxh parameter on Write() and MultiCell() was fixed.
640        - Support for body tag was added.
641
6424.8.031 (2010-01-30)
643        - Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed.
644
6454.8.030 (2010-01-27)
646        - Some text alignment cases were fixed.
647
6484.8.029 (2010-01-27)
649        - Bug item #2941057 "TOC Error in PDF File Output" was fixed.
650        - Some text alignment cases were fixed.
651
6524.8.028 (2010-01-26)
653        - Text alignment for RTL mode was fixed.
654
6554.8.027 (2010-01-25)
656        - Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
657
6584.8.026 (2010-01-19)
659        - The misspelled word "lenght" was replaced with "length" in some variables and comments.
660
6614.8.025 (2010-01-18)
662        - addExtGState() method was improved to reuse existing ExtGState objects.
663
6644.8.024 (2010-01-15)
665        - Justification mode for HTML was fixed (Bug item #2932470).
666
6674.8.023 (2010-01-15)
668        - Bug item #2932470 "Some HTML entities breaks justification" was fixed.
669
6704.8.022 (2010-01-14)
671        - Source code documentation was fixed.
672
6734.8.021 (2010-01-03)
674        - A Bug relative to Table Of Content index was fixed.
675
6764.8.020 (2009-12-21)
677        - Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed.
678        - A Bug relative to table rowspan mode was fixed.
679
6804.8.019 (2009-12-16)
681        - Bug item #2915684 "Image size" was fixed.
682        - Bug item #2914995 "Image jpeg quality" was fixed.
683        - The signature of the Image() method was changed (check the documentation for the $resize parameter).
684
6854.8.018 (2009-12-15)
686        - Bug item #2914352 "write error" was fixed.
687
6884.8.017 (2009-11-27)
689        - THEAD problem when table is used on header/footer was fixed.
690        - A first line alignment on HTML justification was fixed.
691        - Method getImageFileType() was added.
692        - Images with unknown extension and type are now supported via ImageMagick PHP extension.
693
6944.8.016 (2009-11-21)
695        - Document Information Dictionary was fixed.
696        - CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported.
697        - Problem of unclosed last page was fixed.
698        - Problem of 'thead' unnecessarily repeated on the next page was fixed.
699
7004.8.015 (2009-11-20)
701        - A problem with some PNG transparency images was fixed.
702        - Bug #2900762 "Sort issues in Bookmarks" was fixed.
703        - Text justification was fixed for various modes: underline, strikeout and background.
704
7054.8.014 (2009-11-04)
706        - Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed.
707        - The handling of temporary RTL text direction mode was fixed.
708
7094.8.013 (2009-10-26)
710        - Bug item #2884729 "Problem with word-wrap and hyphen" was fixed.
711
7124.8.012 (2009-10-23)
713        - Table cell alignments for RTL booklet mode were fixed.
714        - Images and barcode alignments for booklet mode were fixed.
715
7164.8.011 (2009-10-22)
717        - DejaVu fonts were updated to latest version.
718
7194.8.010 (2009-10-21)
720        - Bookmark for TOC page was added.
721        - Signature of addTOC() method is changed.
722        - Bookmarks are now automatically sorted by page and Y position.
723        - Example n. 45 was updated.
724        - Example n. 55 was added to display all charactes available on core fonts.
725
7264.8.009 (2009-09-30)
727        - Compatibility with PHP 5.3 was improved.
728        - All examples were updated.
729        - Index file for examples was added.
730
7314.8.008 (2009-09-29)
732        - Example 49 was updated.
733        - Underline and linethrough now works with cell stretching mode.
734
7354.8.007 (2009-09-23)
736        - Infinite loop problem caused by nobr attribute was fixed.
737
7384.8.006 (2009-09-23)
739        - Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
740        - Support for text-indent CSS attribute was added.
741        - Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation).
742        - Support for the HTML "nobr" attribute was added to avoid splitting a table or a table row on two pages (i.e.: <tr nobr="true">...</tr>).
743
7444.8.005 (2009-09-17)
745        - A bug relative to multiple transformations and annotations was fixed.
746
7474.8.004 (2009-09-16)
748        - A bug on _putannotsrefs() method was fixed.
749
7504.8.003 (2009-09-15)
751        - Bug item #2858754 "Division by zero" was fixed.
752        - A bug relative to HTML list items was fixed.
753        - A bug relative to form fields on multiple pages was fixed.
754        - PolyLine() method was added (see example n. 12).
755        - Signature of Polygon() method was changed.
756
7574.8.002 (2009-09-12)
758        - A problem related to CID-0 fonts offset was fixed: if the $cw[1] entry on the CID-0 font file is not defined, then a CID keys offset is introduced.
759
7604.8.001 (2009-09-09)
761        - The appearance streams (AP) for anotations form fields was fixed (see examples n. 14 and 54).
762        - Radiobuttons were fixed.
763
7644.8.000 (2009-09-07)
765        - This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54).
766        - The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button().
767        - Support for Widget annotations was improved.
768        - Alignment of annotation objects was fixed (examples 36 and 41 were updated).
769        - addJavascriptObject() method was added.
770        - Signature of Image() method was changed.
771        - htmlcolors.php file was updated.
772
773------------------------------------------------------------
774
7754.7.003 (2009-09-03)
776        - Support for TCPDF methods on HTML was improved (see example n. 49).
777
7784.7.002 (2009-09-02)
779        - Bug item #2848892 "writeHTML + table: Gaps between rows" was fixed.
780        - JavaScript support was fixed (see example n. 53).
781
7824.7.001 (2009-08-30)
783        - The Polygon() and Arrow() methods were fixed and improved (see example n. 12).
784
7854.7.000 (2009-08-29)
786        - This is a major release.
787        - Some procedures were internally optimized.
788        - The problem of mixed signature and annotations was fixed (example n. 52).
789
7904.6.030 (2009-08-29)
791        - IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML).
792        - Various minor bugs were fixed.
793        - Example n. 52 (digital signature) was updated.
794
7954.6.029 (2009-08-26)
796        - PHP4 version was fixed.
797
7984.6.028 (2009-08-25)
799        - Signature algorithm was finally fixed (see example n. 52).
800
8014.6.027 (2009-08-24)
802        - TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file.
803
8044.6.026 (2009-08-21)
805        - Bug #2841693 "Problem with MultiCell and ishtml and justification" was fixed.
806        - Signature functions were improved but not yet fixed (tcpdf.crt and example n. 52 were updated).
807
8084.6.025 (2009-08-17)
809        - Carriage returns (\r) were removed from source code.
810        - Problem related to set_magic_quotes_runtime() depracated was fixed.
811
8124.6.024 (2009-08-07)
813        - Bug item #2833556 "justification using other units than mm" was fixed.
814        - Documentation was fixed/updated.
815
8164.6.023 (2009-08-02)
817        - Bug item #2830537 "MirrorH can show mask for transparent PNGs" was fixed.
818
8194.6.022 (2009-07-24)
820        - A bug relative to single line printing when using WriteHTMLCell() was fixed.
821        - Signature support were improved but is still experimental.
822        - Fonts Free and Dejavu were updated to latest versions.
823
8244.6.021 (2009-07-20)
825        - Bug item #2824015 "XHTML Ampersand &amp; in hyperlink bug" was fixed.
826        - Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed.
827        - Links alignment on justified text was fixed.
828        - Unicode "\u" modifier was added to re_spaces variable by default.
829
8304.6.020 (2009-07-16)
831        - Bug item #2821921 "issue in example 18" was fixed.
832        - Signature of SetRTL() method was changed.
833
8344.6.019 (2009-07-13)
835        - Bug item #2820703 "xref table broken" was fixed.
836
8374.6.018 (2009-07-10)
838        - Bug item #2819319 "Text over text" was fixed.
839        - Method Arrow() was added to print graphic arrows (example 12 was updated).
840
8414.6.017 (2009-07-05)
842        - Bug item #2816079 "Example 48 not working" was fixed.
843        - The signature of the checkPageBreak() was changed. The parameter $addpage was added to turn off the automatic page creation.
844
8454.6.016 (2009-06-16)
846        - Method setSpacesRE() was added to set the regular expression used for detecting withespaces or word separators. If you are using chinese, try: setSpacesRE('/[\s\p{Z}\p{Lo}]/');, otherwise you can use setSpacesRE('/[\s\p{Z}]/');
847        - The method _putinfo() now automatically fills the metadata with '?' in case of empty string.
848
8494.6.015 (2009-06-11)
850        - Bug #2804667 "word wrap bug" was fixed.
851
8524.6.014 (2009-06-04)
853        - Bug #2800931 "Table thead tag bug" was fixed.
854        - A bug related to <pre> tag was fixed.
855
8564.6.013 (2009-05-28)
857        - List bullets position was fixed for RTL languages.
858
8594.6.012 (2009-05-23)
860        - setUserRights() method doesn't work anymore unless you call the setSignature() method with the Adobe private key!
861
8624.6.011 (2009-05-18)
863        - Signature of the Image() method was changed to include the new $fitbox parameter (see source code documentation).
864
8654.6.010 (2009-05-17)
866        - Image() method was improved: now is possible to specify the maximum dimensions for a constraint box defined by $w and $h parameters, and setting the $resize parameter to null.
867        - <tcpdf> tag indent problem was fixed.
868        - $y parameter was added to checkPageBreak() method.
869        - Bug n. 2791773 "writeHTML" was fixed.
870
8714.6.009 (2009-05-13)
872        - xref table for embedded files was fixed.
873
8744.6.008 (2009-05-07)
875        - setSignature() method was improved (but is still experimental).
876        - Example n. 52 was added.
877
8784.6.007 (2009-05-05)
879        - Bug #2786685 "writeHtmlCell and <br /> in custom footer" was fixed.
880        - Table header repeating bug was fixed.
881        - Some newlines and tabs are now automatically removed from HTML strings.
882
8834.6.006 (2009-04-28)
884        - Support for "<a name="...">...</a>" was added.
885        - By default TCPDF requires PCRE Unicode support turned on but now works also without it (with limited ability to detect some Unicode blank spaces).
886
8874.6.005 (2009-04-25)
888        - Points (pt) conversion in getHTMLUnitToUnits() was fixed.
889        - Default tcpdf.pem certificate file was added.
890        - Experimental support for signing document was added but it is not yet completed (some help is needed - I think that the calculation of the ByteRange is OK and the problem is on the signature calculation).
891
8924.6.004 (2009-04-23)
893        - Method deletePage() was added to delete pages (see example n. 44).
894
8954.6.003 (2009-04-21)
896        - The caching mechanism of the UTF8StringToArray() method was fixed.
897
8984.6.002 (2009-04-20)
899        - Documentation of rollbackTransaction() method was fixed.
900        - The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method.
901        - HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()).
902        - WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1.
903
9044.6.001 (2009-04-17)
905        - Spaces between HTML block tags are now automatically removed.
906        - The bug related to cMargin changes between tables was fixed.
907
9084.6.000 (2009-04-16)
909        - WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
910                zero coordinates for $x and $y are now valid coordinates;
911                set $x and $y as empty strings to get the current value.
912        - Some error caused by 'empty' funtion were fixed.
913        - Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
914        - HTML on footer bug was fixed.
915        - The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
916
9174.5.043 (2009-04-15)
918        - Barcode class (barcode.php) was extended to include new linear barcode types (see example n. 27):
919                C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9
920                C39+ : CODE 39 with checksum
921                C39E : CODE 39 EXTENDED
922                C39E+ : CODE 39 EXTENDED + CHECKSUM
923                C93 : CODE 93 - USS-93
924                S25 : Standard 2 of 5
925                S25+ : Standard 2 of 5 + CHECKSUM
926                I25 : Interleaved 2 of 5
927                I25+ : Interleaved 2 of 5 + CHECKSUM
928                C128A : CODE 128 A
929                C128B : CODE 128 B
930                C128C : CODE 128 C
931                EAN2 : 2-Digits UPC-Based Extention
932                EAN5 : 5-Digits UPC-Based Extention
933                EAN8 : EAN 8
934                EAN13 : EAN 13
935                UPCA : UPC-A
936                UPCE : UPC-E
937                MSI : MSI (Variation of Plessey code)
938                MSI+ : MSI + CHECKSUM (modulo 11)
939                POSTNET : POSTNET
940                PLANET : PLANET
941                RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
942                KIX : KIX (Klant index - Customer index)
943                IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200 (NOTE: requires BCMath PHP extension)
944                CODABAR : CODABAR
945                CODE11 : CODE 11
946                PHARMA : PHARMACODE
947                PHARMA2T : PHARMACODE TWO-TRACKS
948
9494.5.042 (2009-04-15)
950        - Method Write() was fixed for the strings containing only zero value.
951
9524.5.041 (2009-04-14)
953        - Barcode methods were fixed.
954
9554.5.040 (2009-04-14)
956        - Method Write() was fixed to handle empty strings.
957
9584.5.039 (2009-04-11)
959        - Support for linear barcodes was extended (see example n. 27 and barcodes.php documentation).
960
9614.5.038 (2009-04-10)
962        - Write() method was improved to support separators for Japanese, Korean, Chinese Traditional and Chinese Simplified.
963
9644.5.037 (2009-04-09)
965        - General performances were improved.
966        - The signature of the method utf8Bidi() was changed.
967        - The method UniArrSubString() was added.
968        - Experimental support for 2D barcodes were added (see example n. 50 and 2dbarcodes.php class).
969
9704.5.036 (2009-04-03)
971        - TCPDF methods can be called inside the HTML code (see example n. 49).
972        - All tag attributes, such as <p align="center"> must be enclosed within double quotes.
973
9744.5.035 (2009-03-28)
975        - Bug #2717436 "writeHTML rowspan problem (continued)" was fixed.
976        - Bug #2719090 "writeHTML fix follow up" was fixed.
977        - The method _putuserrights() was changed to avoid Adobe Reader 9.1 crash. This broken the 'trick' that was used to display forms in Acrobat Reader.
978
9794.5.034 (2009-03-27)
980        - Bug #2716914 "Bug writeHTML of a table in body and footer related with pb" was fixed.
981        - Bug #2717056 ] "writeHTML problem when setting tr style" was fixed.
982        - The signature of the Cell() method was changed.
983
9844.5.033 (2009-03-27)
985        - The support for rowspan/colspan on HTML tables was improved (see example n. 48).
986
9874.5.032 (2009-03-23)
988        - setPrintFooter(false) bug was fixed.
989
9904.5.031 (2009-03-20)
991        - Table header support was extended to multiple pages.
992
9934.5.030 (2009-03-20)
994        - thead tag is now supported on HTML tables (header rows are repeated after page breaks).
995        - The startTransaction() was improved to autocommit.
996        - List bullets now uses the foreground color (putHtmlListBullet()).
997
9984.5.029 (2009-03-19)
999        - The following methods were added to UNDO commands (see example 47): startTransaction(), commitTransaction(), rollbackTransaction().
1000        - All examples were updated.
1001
10024.5.028 (2009-03-18)
1003        - Bug #2690945 "List Bugs" was fixed.
1004        - HTML text alignment on lists was fixed.
1005        - The constant PDF_FONT_MONOSPACED was added to the configuration file to define the default monospaced font.
1006        - The following methods were fixed: getPageWidth(), getPageHeight(), getBreakMargin().
1007        - All examples were updated.
1008
10094.5.027 (2009-03-16)
1010        - Method getPageDimensions() was added to get page dimensions.
1011        - The signature of the following methos were changed: getPageWidth(), getPageHeight(), getBreakMargin().
1012        - _parsepng() method was fixed for PNG URL images (fread bug).
1013
10144.5.026 (2009-03-11)
1015        - Bug #2681793 affecting URL images with spaces was fixed.
1016
10174.5.025 (2009-03-10)
1018        - A small bug affecting hyphenation support was fixed.
1019        - The method SetDefaultMonospacedFont() was added to define the default monospaced font.
1020
10214.5.024 (2009-03-07)
1022        - The bug #2666493 was fixed "Footer corrupts document".
1023
10244.5.023 (2009-03-06)
1025        - The bug #2666688 was fixed "Rowspan in tables".
1026
10274.5.022 (2009-03-05)
1028        - The bug #2659676 was fixed "refer to #2157099 test 4 < BR > problem still not fixed".
1029        - addTOC() function bug was fixed.
1030
10314.5.020 (2009-03-03)
1032        - The following bug was fixed: "function removeSHY corrupts unicode".
1033
10344.5.019 (2009-02-28)
1035        - The problem of decimal separator using different locale was fixed.
1036        - The text hyphenation is now supported (see example n. 46).
1037
10384.5.018 (2009-02-26)
1039        - The _destroy() method was added to unset all class variables and frees memory.
1040        - Now it's possible to call Output() method multiple times.
1041
10424.5.017 (2009-02-24)
1043        - A minor bug that raises a PHP warning was fixed.
1044
10454.5.016 (2009-02-24)
1046        - Bug item #2631200 "getNumLines() counts wrong" was fixed.
1047        - Multiple attachments bug was fixed.
1048        - All class variables are now cleared on Output() for memory otpimization.
1049
10504.5.015 (2009-02-18)
1051        - Bug item #2612553 "function Write() must not break a line on &nbsp;  character" was fixed.
1052
10534.5.014 (2009-02-13)
1054        - Bug item #2595015 "POSTNET Barcode Checksum Error" was fixed (on barcode.php).
1055        - Pagebreak bug for barcode was fixed.
1056
10574.5.013 (2009-02-12)
1058        - border attribute is now supported on HTML images (only accepts the same values accepted by Cell()).
1059
10604.5.012 (2009-02-12)
1061        - An error on image border feature was fixed.
1062
10634.5.011 (2009-02-12)
1064        - HTML links for images are now supported.
1065        - height attribute is now supported on HTML cells.
1066        - $border parameter was added to Image() and ImageEps() methods.
1067        - The method getNumLines() was added to estimate the number of lines required for the specified text.
1068
10694.5.010 (2009-01-29)
1070        - Bug n. 2546108 "BarCode Y position" was fixed.
1071
10724.5.009 (2009-01-26)
1073        - Bug n. 2538094 "Empty pdf file created" was fixed.
1074
10754.5.008 (2009-01-26)
1076        - setPage() method was fixed to correctly restore graphic states.
1077        - Source code was cleaned up for performances.
1078
10794.5.007 (2009-01-24)
1080        - checkPageBreak() and write1DBarcode() methods were fixed.
1081        - Source code was cleaned up for performances.
1082        - barcodes.php was updated.
1083
10844.5.006 (2009-01-23)
1085        - getHTMLUnitToPoints() method was replaced by getHTMLUnitToUnits() to fix HTML units bugs.
1086
10874.5.005 (2009-01-23)
1088        - Page closing bug was fixed.
1089
10904.5.004 (2009-01-21)
1091        - The access of convertHTMLColorToDec() method was changed to public
1092        - Fixed bug on UL tag.
1093
10944.5.003 (2009-01-19)
1095        - Fonts on different folders are now supported.
1096
10974.5.002 (2009-01-07)
1098        - addTOC() function was improved (see example n. 45).
1099
11004.5.001 (2009-01-04)
1101        - The signature of startPageGroup() function was changed.
1102        - Method Footer() was improved to automatically print page or page-group number (see example n. 23).
1103        - Protected method formatTOCPageNumber() was added to customize the format of page numbers on the Table Of Content.
1104        - The signature of addTOC() was changed to include the font used for page numbers.
1105
11064.5.000 (2009-01-03)
1107        - A new $diskcache parameter was added to class constructor to enable disk caching and reduce RAM memory usage (see example n. 43).
1108        - The method movePageTo() was added to move pages to previous positions (see example n. 44).
1109        - The methods getAliasNumPage() and getPageNumGroupAlias() were added to get the alias for page number (needed when using movepageTo()).
1110        - The methods addTOC() was added to print a Table Of Content (see example n. 45).
1111        - Imagick class constant was removed for better compatibility with PHP4.
1112        - All existing examples were updated and new examples were added.
1113
11144.4.009 (2008-12-29)
1115        - Examples 1 and 35 were fixed.
1116
11174.4.008 (2008-12-28)
1118        - Bug #2472169 "Unordered bullet size not adjusted for unit type" was fixed.
1119
11204.4.007 (2008-12-23)
1121        - Bug #2459935 "no unit conversion for header line" was fixed.
1122        - Example n. 42 for image alpha channel was added.
1123        - All examples were updated.
1124
11254.4.006 (2008-12-11)
1126        - Method setLIsymbol() was changed to reflect latest changes in HTML list handling.
1127
11284.4.005 (2008-12-10)
1129        - Bug item #2413870 "ordered list override value" was fixed.
1130
11314.4.004 (2008-12-10)
1132        - The protected method getHTMLUnitToPoints() was added to accept various HTML units of measure (em, ex, px, in, cm, mm, pt, pc, %).
1133        - The method intToRoman() was added to convert integer number to Roman representation.
1134        - Support fot HTML lists was improved: the CSS property list-style-type is now supported.
1135
11364.4.003 (2008-12-09)
1137        - Bug item #2412147 "Warning on line 3367" was fixed.
1138        - Method setHtmlLinksStyle() was added to set default HTML link colors and font style.
1139        - Method addHtmlLink() was changed to use color and style defined on the inline CSS.
1140
11414.4.002 (2008-12-09)
1142        - Borders on Multicell() were fixed.
1143        - Problem of Multicell() on Header function (Bug item #2407579) was fixed.
1144        - Problem on graphics tranformations applied to Multicell() was fixed.
1145        - Support for ImageMagick was added.
1146        - Width calculation for nested tables was fixed.
1147
11484.4.001 (2008-12-08)
1149        - Some missing core fonts were added on fonts directory.
1150        - CID0 fonts rendering was fixed.
1151        - HTML support was improved (<pre> and <tt> tags are now supported).
1152        - Bug item #2406022 "Left padding bug in MultiCell with maxh" was fixed.
1153
11544.4.000 (2008-12-07)
1155        - File attachments are now supported (see example n. 41).
1156        - Font functions were optimized to reduce document size.
1157        - makefont.php was updated.
1158        - Linux binaries were added on /fonts/utils
1159        - All fonts were updated.
1160        - $autopadding parameter was added to Multicell() to disable automatic padding features.
1161        - $maxh parameter was added to Multicell() and Write() to set a maximum height.
1162
11634.3.009 (2008-12-05)
1164        - Bug item #2392989 (Custom header + setlinewidth + cell border bug) was fixed.
1165
11664.3.008 (2008-12-05)
1167        - Bug item #2390566 "rect bug" was fixed.
1168        - File path was fixed for font embedded files.
1169        - SetFont() method signature was changed to include the font filename.
1170        - Some font-related methods were improved.
1171        - Methods getFontFamily() and getFontStyle() were added.
1172
11734.3.007 (2008-12-03)
1174        - PNG alpha channel is now supported (GD library is required).
1175        - AddFont() function now support custom font file path on $file parameter.
1176        - The default width variable ($dw) is now always defined for any font.
1177        - The 'Style' attribute on CID-0 fonts was removed because of protection bug.
1178
11794.3.006 (2008-12-01)
1180        - A regular expression on getHtmlDomArray() to find HTML tags was fixed.
1181
11824.3.005 (2008-11-25)
1183        - makefont.php was fixed.
1184        - Bug item #2339877 was fixed (false loop condition detected on WriteHTML()).
1185        - Bug item #2336733 was fixed (lasth value update on Multicell() when border and fill are disabled).
1186        - Bug item #2342303 was fixed (automatic page-break on Image() and ImageEPS()).
1187
11884.3.004 (2008-11-19)
1189        - Function _textstring() was fixed (bug 2309051).
1190        - All examples were updated.
1191
11924.3.003 (2008-11-18)
1193        - CID-0 font bug was fixed.
1194        - Some functions were optimized.
1195        - Function getGroupPageNoFormatted() was added.
1196        - Example n. 23 was updated.
1197
11984.3.002 (2008-11-17)
1199        - Bug item #2305518 "CID-0 font don't work with encryption" was fixed.
1200
12014.3.001 (2008-11-17)
1202        - Bug item #2300007 "download mimetype pdf" was fixed.
1203        - Double quotes were replaced by single quotes to improve PHP performances.
1204        - A bug relative to HTML cell borders was fixed.
1205
12064.3.000 (2008-11-14)
1207        - The function setOpenCell() was added to set the top/bottom cell sides to be open or closed when the cell cross the page.
1208        - A bug relative to list items indentation was fixed.
1209        - A bug relative to borders on HTML tables and Multicell was fixed.
1210        - A bug relative to rowspanned cells was fixed.
1211        - A bug relative to html images across pages was fixed.
1212
12134.2.009 (2008-11-13)
1214        - Spaces between li tags are now automatically removed.
1215
12164.2.008 (2008-11-12)
1217        - A bug relative to fill color on next page was fixed.
1218
12194.2.007 (2008-11-12)
1220        - The function setListIndentWidth() was added to set custom indentation widht for HTML lists.
1221
12224.2.006 (2008-11-06)
1223        - A bug relative to HTML justification was fixed.
1224
12254.2.005 (2008-11-06)
1226        - A bug relative to HTML justification was fixed.
1227        - The methods formatPageNumber() and PageNoFormatted() were added to format page numbers.
1228        - Default Footer() method was changed to use PageNoFormatted() instead of PageNo().
1229        - Example 6 was updated.
1230
12314.2.004 (2008-11-04)
1232        - Bug item n. 2217039 "filename handling improvement" was fixed.
1233
12344.2.003 (2008-10-31)
1235        - Font style bug was fixed.
1236
12374.2.002 (2008-10-31)
1238        - Bug item #2210922 (htm element br not work) was fixed.
1239        - Write() function was improved to support margin changes.
1240
12414.2.001 (2008-10-30)
1242        - setHtmlVSpace($tagvs) function was added to set custom vertical spaces for HTML tags.
1243        - writeHTML() function now support margin changes during execution.
1244        - Signature of addHTMLVertSpace() function is changed.
1245
12464.2.000 (2008-10-29)
1247        - htmlcolors.php was changed to support class-loaders.
1248        - ImageEps() function was improved in performances.
1249        - Signature of Link() And Annotation() functions were changed.
1250        - (Bug item #2198926) Links and Annotations alignment were fixed (support for geometric tranformations was added).
1251        - rowspan mode for HTML table cells was improved and fixed.
1252        - Booklet mode for double-sided pages was added; see SetBooklet() function and example n. 40.
1253        - lastPage() signature is changed.
1254        - Signature of Write() function is changed.
1255        - Some HTML justification problems were fixed.
1256        - Some functions were fixed to better support RTL mode.
1257        - Example n. 10 was changed to support RTL mode.
1258        - All examples were updated.
1259
12604.1.004 (2008-10-23)
1261        - unicode_data.php was changed to support class-loaders.
1262        - Bug item #2186040/2 (writeHTML margin problem) was fixed.
1263
12644.1.003 (2008-10-22)
1265        - Bug item #2185399 was fixed (rowspan and page break).
1266        - Bugs item #2186040 was fixed (writeHTML margin problem).
1267        - Newline after table was removed.
1268
12694.1.002 (2008-10-21)
1270        - Bug item #2184525 was fixed (rowspan on HTML cell).
1271
12724.1.001 (2008-10-21)
1273        - Support for "start" attribute was added to HTML ordered list.
1274        - unicode_data.php file was changed to include UTF-8 to ASCII table.
1275        - Some functions were modified to better support UTF-8 extensions to core fonts.
1276        - Support for images on HTML lists was improved.
1277        - Examples n. 1 and 6 were updated.
1278
12794.1.000 (2008-10-18)
1280        - Page-break bug using HTML content was fixed.
1281        - The "false" parameter was reintroduced to class_exists function on PHP5 version to avoid autoload.
1282        - addHtmlLink() function was improved to support internal links (i.e.: <a href="#23">link to page 23</a>).
1283        - Justification alignment is now supported on HTML (see example n. 39).
1284        - example_006.php was updated.
1285
12864.0.033 (2008-10-13)
1287        - Bug n. 2157099 was fixed.
1288        - SetX() and SetY() functions were improved.
1289        - SetY() includes a new parameter to avoid the X reset.
1290
12914.0.032 (2008-10-10)
1292        - Bug n. 2156926 was fixed (bold, italic, underlined, linethrough).
1293        - setStyle() method was removed.
1294        - Configuration file was changed to use helvetica (non-unicode) font by default.
1295        - The use of mixed font types was improved.
1296        - All examples were updated.
1297
12984.0.031 (2008-10-09)
1299        - _putannots() and _putbookmarks() links alignments were fixed.
1300
13014.0.030 (2008-10-07)
1302        - _putbookmarks() function was fixed.
1303        - _putannots() was fixed to include internal links.
1304
13054.0.029 (2008-09-27)
1306        - Infinite loop bug was fixed [Bug item #130309].
1307        - Multicell() problem on Header() was fixed.
1308
13094.0.028 (2008-09-26)
1310        - setLIsymbol() was added to set the LI symbol used on UL lists.
1311        - Missing $padding and $encryption_key variables declarations were added [Bug item #2129058].
1312
13134.0.027 (2008-09-19)
1314        - Bug #2118588 "Undefined offset in tcpdf.php on line 9581" was fixed.
1315        - arailunicid0.php font was updated.
1316        - The problem of javascript form fields duplication after saving was fixed.
1317
13184.0.026 (2008-09-17)
1319        - convertHTMLColorToDec() function was improved to support rgb(RR,GG,BB) notation.
1320        - The following inline CSS attributes are now supported: text-decoration, color, background-color and font-size names: xx-small, x-small, small, medium, large, x-large, xx-large
1321        - Example n. 6 was updated.
1322
13234.0.025 (2008-09-15)
1324        - _putcidfont0 function was improved to include CJK fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
1325        - arialunicid0 font was added (see the new example n. 38).
1326        - The following Unicode to CID-0 tables were added on fonts folder: uni2cid_ak12.php, uni2cid_aj16.php, uni2cid_ag15.php, uni2cid_ac15.php.
1327
13284.0.024 (2008-09-12)
1329        - "stripos" function was replaced with "strpos + strtolower" for backward compatibility with PHP4.
1330        - support for Spot Colors were added. Check the new example n. 37 and the following new functions:
1331                AddSpotColor()
1332                SetDrawSpotColor()
1333                SetFillSpotColor()
1334                SetTextSpotColor()
1335                _putspotcolors()
1336        - Bookmark() function was improved to fix wrong levels.
1337        - $lasth changes after header/footer calls were fixed.
1338
13394.0.023 (2008-09-05)
1340        - Some HTML related problems were fixed.
1341        - Image alignment on HTML was changed, now it always defaults to the normal mode (see example_006.php).
1342
13434.0.022 (2008-08-28)
1344        - Line height on HTML was fixed.
1345        - Image inside an HTML cell problem was fixed.
1346        - A new "zarbold" persian font was added.
1347
13484.0.021 (2008-08-24)
1349        - HTTP headers were fixed on Output function().
1350        - getAliasNbPages() and getPageGroupAlias() functions were changed to support non-unicode fonts on unicode documents.
1351        - Function Write() was fixed.
1352        - The problem of additional vertical spaces on HTML was fixed.
1353        - The problem of frame around HTML links was fixed.
1354
13554.0.020 (2008-08-15)
1356        - "[2052259] WriteHTML <u> & <b>" bug was fixed.
1357
13584.0.019 (2008-08-13)
1359        - "Rowspan on first cell" bug was fixed.
1360
13614.0.018 (2008-08-08)
1362        - Default cellpadding for HTML tables was fixed.
1363        - Annotation() function was added to support some PDF annotations (see example_036.php and section 8.4 of PDF reference 1.7).
1364        - HTML links are now correclty shifted during line alignments.
1365        - function getAliasNbPages() was added and Footer() was updated.
1366        - RowSpan mode for HTML tables was fixed.
1367        - Bugs item #2043610 "Multiple sizes vertical align wrong" was fixed.
1368        - ImageEPS() function was improved and RTL alignment was fixed (see example_032.php).
1369
13704.0.017 (2008-08-05)
1371        - Missing CNZ and CEO style modes were added to Rect() function.
1372        - Fonts utils were updated to include support for OpenType fonts.
1373        - getLastH() function was added.
1374
13754.0.016 (2008-07-30)
1376        - setPageMark() function was added. This function must be called after calling Image() function for a background image.
1377
13784.0.015 (2008-07-29)
1379        - Some functions were changed to support different page formats (see example_028.php).
1380        - The signature of setPage() function is changed.
1381
13824.0.014 (2008-07-29)
1383        - K_PATH_MAIN calculation on tcpdf_config.php was fixed.
1384        - HTML support for EPS/AI images was added (see example_006.php).
1385        - Bugs item #2030807 "Truncated text on multipage html fields" was fixed.
1386        - PDF header bug was fixed.
1387        - helvetica was added as default font family.
1388        - Stroke mode was fixed on Text function.
1389        - several minor bugs were fixed.
1390
13914.0.013 (2008-07-27)
1392        - Bugs item #2027799 " Big spaces between lines after page break" was fixed.
1393        - K_PATH_MAIN calculation on tcpdf_config.php was changed.
1394        - Function setVisibility() was fixed to avoid the "Incorrect PDEObject type" error message.
1395
13964.0.012 (2008-07-24)
1397        - Addpage(), Header() and Footer() functions were changed to simplify the implementation of external header/footer functions.
1398        - The following functions were added:
1399                        setHeader()
1400                        setFooter()
1401                        getImageRBX()
1402                        getImageRBY()
1403                        getCellHeightRatio()
1404                        getHeaderFont()
1405                        getFooterFont()
1406                        getRTL()
1407                        getBarcode()
1408                        getHeaderData()
1409                        getHeaderMargin()
1410                        getFooterMargin()
1411
14124.0.011 (2008-07-23)
1413        - Font support was improved.
1414        - The folder /fonts/utils contains new utilities and instructions for embedd font files.
1415        - Documentation was updated.
1416
14174.0.010 (2008-07-22)
1418        - HTML tables were fixed to work across pages.
1419        - Header() and Footer() functions were updated to preserve previous settings.
1420        - example_035.php was added.
1421
14224.0.009 (2008-07-21)
1423        - UTF8StringToArray() function was fixed for non-unicode mode.
1424
14254.0.008 (2008-07-21)
1426        - Barcodes alignment was fixed (see example_027.php).
1427        - unicode_data.php was updated.
1428        - Arabic shaping for "Zero-Width Non-Joiner" character (U+200C) was fixed.
1429
14304.0.007 (2008-07-18)
1431        - str_split was replaced by preg_split for compatibility with PHP4 version.
1432        - Clipping mode was added to all graphic functions by using parameter $style = "CNZ" or "CEO" (see example_034.php).
1433
14344.0.006 (2008-07-16)
1435        - HTML rowspan bug was fixed.
1436        - Line style for MultiCell() was fixed.
1437        - WriteHTML() function was improved.
1438        - CODE128C barcode was fixed (barcodes.php).
1439
14404.0.005 (2008-07-11)
1441        - Bug [2015715] "PHP Error/Warning" was fixed.
1442
14434.0.004 (2008-07-09)
1444        - HTML cell internal padding was fixed.
1445
14464.0.003 (2008-07-08)
1447        - Removed URL encoding when F option is selected on Output() function.
1448        - fixed some minor bugs in html tables.
1449
14504.0.002 (2008-07-07)
1451        - Bug [2000861] was still unfixed and has been fixed.
1452
14534.0.001 (2008-07-05)
1454        - Bug [2000861] was fixed.
1455
14564.0.000 (2008-07-03)
1457        - THIS IS A MAIN RELEASE THAT INCLUDES SEVERAL NEW FEATURES AND BUGFIXES
1458        - Signature fo SetTextColor() and SetFillColor() functions was changed (parameter $storeprev was removed).
1459        - HTML support was completely rewritten and improved (see example 6).
1460        - Alignments parameters were fixed.
1461        - Functions GetArrStringWidth() and GetStringWidth() now include font parameters.
1462        - Fonts support was improved.
1463        - All core fonts were replaced and moved to fonts/ directory.
1464        - The following functions were added: getMargins(), getFontSize(), getFontSizePt().
1465        - File config/tcpdf_config_old.php was renamed tcpdf_config_alt.php and updated.
1466        - Multicell and WriteHTMLCell fill function was fixed.
1467        - Several minor bugs were fixed.
1468        - barcodes.php was updated.
1469        - All examples were updated.
1470
1471------------------------------------------------------------
1472
14733.1.001 (2008-06-13)
1474        - Bug [1992515] "K_PATH_FONTS default value wrong" was fixed.
1475        - Vera font was removed, DejaVu font and Free fonts were updated.
1476        - Image handling was improved.
1477        - All examples were updated.
1478
14793.1.000 (2008-06-11)
1480        - setPDFVersion() was added to change the default PDF version (currently 1.7).
1481        - setViewerPreferences() was added to control the way the document is to be presented on the screen or printed (see example 29).
1482        - SetDisplayMode() signature was changed (new options were added).
1483        - LinearGradient(), RadialGradient(), CoonsPatchMesh() functions were added to print various color gradients (see example 30).
1484        - PieSector() function was added to render render pie charts (see example 31).
1485        - ImageEps() was added to display EPS and AI images with limited support (see example 32).
1486        - writeBarcode() function is now depracated, a new write1DBarcode() function was added. The barcode directory was removed and a new barcodes.php file was added.
1487        - The new write1DBarcode() function support more barcodes and do not need the GD library (see example 027). All barcodes are directly written to PDF using graphic functions.
1488        - HTML lists were improved and could be nested (you may now represent trees).
1489        - AddFont() bug was fixed.
1490        - _putfonts() bug was fixed.
1491        - graphics functions were fixed.
1492        - unicode_data.php file was updated (fixed).
1493        - almohanad font was updated.
1494        - example 18 was updated (Farsi and Arabic languages).
1495        - source code cleanup.
1496        - All examples were updated and new examples were added.
1497
14983.0.015 (2008-06-06)
1499        - AddPage() function signature is changed to include page format.
1500        - example 28 was added to show page format changes.
1501        - setPageUnit() function was added to change the page units of measure.
1502        - setPageFormat() function was added to change the page format and orientation between pages.
1503        - setPageOrientation() function was added to change the page orientation.
1504        - Arabic font shaping was fixed for laa letter and square boxes (see the example 18).
1505
15063.0.014 (2008-06-04)
1507        - Arabic font shaping was fixed.
1508        - setDefaultTableColumns() function was added.
1509        - $cell_height_ratio variable was added.
1510        - setCellHeightRatio() function was added to define the default height of cell repect font height.
1511
15123.0.013 (2008-06-03)
1513        - Multicell height parameter was fixed.
1514        - Arabic font shaping was improved.
1515        - unicode_data.php was updated.
1516
15173.0.012 (2008-05-30)
1518        - K_PATH_MAIN and K_PATH_URL constants are now automatically set on config file.
1519        - DOCUMENT_ROOT constant was fixed for IIS Webserver (config file was updated).
1520        - Arabic font shaping was improved.
1521        - TranslateY() function was fixed (bug [1977962]).
1522        - setVisibility() function was fixed.
1523        - writeBarcode() function was fixed to scale using $xref parameter.
1524        - All examples were updated.
1525
15263.0.011 (2008-05-23)
1527        - CMYK color support was added to all graphic functions.
1528        - HTML table support was improved:
1529          -- now it's possible to include additional html tags inside a cell;
1530          -- colspan attribute was added.
1531        - example 006 was updated.
1532
15333.0.010 (2008-05-21)
1534        - fixed $laa_array inclusion on utf8Bidi() function.
1535
15363.0.009 (2008-05-20)
1537        - unicode_data.php was updated.
1538        - Arabic laa letter problem was fixed.
1539
15403.0.008 (2008-05-12)
1541        - Arabic support was fixed and improved (unicode_data.php was updated).
1542        - Polycurve() function was added to draw a poly-Bezier curve.
1543        - list items alignment was fixed.
1544        - example 6 was updated.
1545
15463.0.007 (2008-05-06)
1547        - Arabic support was fixed and improved.
1548        - AlMohanad (arabic) font was added.
1549        - C128 barcode bugs were fixed.
1550
15513.0.006 (2008-04-21)
1552        - Condition to check negative width values was added.
1553
15543.0.005 (2008-04-18)
1555        - back-Slash character escape was fixed on writeHTML() function.
1556        - Exampe 6 was updated.
1557
15583.0.004 (2008-04-11)
1559        - Bug [1939304] (Right to Left Issue) was fixed.
1560
15613.0.003 (2008-04-07)
1562        - Bug [1934523](Words between HTML tags in cell not kept on one line) was fixed.
1563        - "face" attribute of "font" tag is now fully supported.
1564
15653.0.002 (2008-04-01)
1566        - Write() functions now return the number of cells and not the number of lines.
1567        - TCPDF is released under LGPL 2.1, or any later version.
1568
15693.0.001 (2008-05-28)
1570        - _legacyparsejpeg() and _legacyparsepng() were renamed _parsejpeg() and _parsepng().
1571        - function writeBarcode() was fixed.
1572        - all examples were updated.
1573        - example 27 was added to show various barcodes.
1574
15753.0.000 (2008-03-27)
1576        - private function pixelsToMillimeters() was changed to public function pixelsToUnits() to fix html image size bug.
1577        - Image-related functions were rewritten.
1578        - resize parameter was added to Image() signature to reduce the image size and fit width and height (see example 9).
1579        - TCPDF now supports all images supported by GD library: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM.
1580        - CMYK support was added to SetDrawColor(), SetFillColor(), SetTextColor() (see example 22).
1581        - Page Groups were added (see example 23).
1582        - setVisibility() function was added to restrict the rendering of some elements to screen or printout (see example 24).
1583        - All private variables and functions were changed to protected.
1584        - setAlpha() function was added to give transparency support for all objects (see example 25).
1585        - Clipping and stroke modes were added to Text() function (see example 26).
1586        - All examples were moved to "examples" directory.
1587        - function setJPEGQuality() was added to set the JPEG image comrpession (see example 9).
1588
15892.9.000 (2008-03-26)
1590        - htmlcolors.php file was added to include html colors.
1591        - Support for HTML color names and three-digit hexadecimal color codes was added.
1592        - private function convertColorHexToDec() was renamed convertHTMLColorToDec().
1593        - color and bgcolor attributes are now supported on all HTML tags (color nesting is also supported).
1594        - Write() function were fixed.
1595        - example_006.php was updated.
1596        - private function setUserRights() was added to release user rights on Acrobat Reader (this allows to display forms, see example 14)
1597
15982.8.000 (2008-03-20)
1599        - Private variables were changed to protected.
1600        - Function Write() was fixed and improved.
1601        - Support for dl, dt, dd, del HTML tags was introduced.
1602        - Line-trought mode was added for HTML and text.
1603        - Text vertical alignment on cells were fixed.
1604        - Examples were updated to reflect changes.
1605
16062.7.002 (2008-03-13)
1607        - Bug "[1912142] Encrypted PDF created/modified date" was fixed.
1608
16092.7.001 (2008-03-10)
1610        - Cell justification was fixed for non-unicode mode.
1611
16122.7.000 (2008-03-09)
1613        - Cell() stretching mode 4 (forced character spacing) was fixed.
1614        - writeHTMLCell() now uses Multicell() to write.
1615        - Multicell() has a new parameter $ishtml to act as writeHTMLCell().
1616        - Write() speed was improved for non-arabic strings.
1617        - Example n. 20 was changed.
1618
16192.6.000 (2008-03-07)
1620        - various alignments bugs were fixed.
1621
16222.5.000 (2008-03-07)
1623        - Several bugs were fixed.
1624        - example_019.php was added to test non-unicode mode using old fonts.
1625
16262.4.000 (2008-03-06)
1627        - RTL support was deeply improved.
1628        - GetStringWidth() was fixed to support RTL languages.
1629        - Text() RTL alignment was fixed.
1630        - Some functions were added: GetArrStringWidth(), GetCharWidth(), uniord(), utf8Bidi().
1631        - example_018.php was added and test_unicode.php was removed.
1632
16332.3.000 (2008-03-05)
1634        - MultiCell() signature is changed. Now support multiple columns across pages (see example_017).
1635        - Write() signature is changed. Now support the cell mode to be used with MultiCell.
1636        - Header() and Footer() were changed.
1637        - The following functions were added: UTF8ArrSubString() and unichr().
1638        - Examples were updated to reflect last changes.
1639
16402.2.004 (2008-03-04)
1641        - Several examples were added.
1642        - AddPage() Header() and Footer() were fixed.
1643        - Documentation is now available on http://www.tcpdf.org
1644
16452.2.003 (2008-03-03)
1646        - [1894853] Performance of MultiCell() was improved.
1647        - RadioButton and ListBox functions were added.
1648        - javascript form functions were rewritten and properties names are changed. The properties function supported by form fields are listed on Possible values are listed on http://www.adobe.com/devnet/acrobat/pdfs/js_developer_guide.pdf.
1649
16502.2.002 (2008-02-28)
1651        - [1900495] html images path was fixed.
1652        - Legacy image functions were reintroduced to allow PNG and JPEG support without GD library.
1653
16542.2.001 (2008-02-16)
1655        - The bug "[1894700] bug with replace relative path" was fixed
1656        - Justification was fixed
1657
16582.2.000 (2008-02-12)
1659        - fixed javascript bug introduced with latest release
1660
16612.1.002 (2008-02-12)
1662        - Justify function was fixed on PHP4 version.
1663        - Bookmank function was added ([1578250] Table of contents).
1664        - Javascript and Form fields support was added ([1796359] Form fields).
1665
16662.1.001 (2008-02-10)
1667        - The bug "[1885776] Race Condition in function justitfy" was fixed.
1668        - The bug "[1890217] xpdf complains that pdf is incorrect" was fixed.
1669
16702.1.000 (2008-01-07)
1671        - FPDF_FONTPATH constant was changed to K_PATH_FONTS on config file
1672        - Bidirectional Algorithm to correctly reverse bidirectional languages was added.
1673        - SetLeftMargin, SetTopMargin, SetRightMargin functions were fixed.
1674        - SetCellPadding function was added.
1675        - writeHTML was updated with new parameters.
1676        - Text function was fixed.
1677        - MultiCell function was fixed, now works also across multiple pages.
1678        - Line width was fixed on Header and Footer functions and <hr> tag.
1679        - "GetImageSize" was renamed "getimagesize".
1680        - Document version was changed from 1.3 to 1.5.
1681        - _begindoc() function was fixed.
1682        - ChangeDate was fixed and ModDate was added.
1683        - The following functions were added:
1684          setPage() : Move pointer to the specified document page.
1685          getPage() : Get current document page number.
1686          lastpage() : Reset pointer to the last document page.
1687          getNumPages() : Get the total number of inserted pages.
1688          GetNumChars() : count the number of (UTF-8) characters in a string.
1689        - $stretch parameter was added to Cell() function to fit text on cell:
1690                        0 = disabled
1691                        1 = horizontal scaling only if necessary
1692                        2 = forced horizontal scaling
1693                        3 = character spacing only if necessary
1694                        4 = forced character spacing
1695        - Line function was fixed for RTL.
1696        - Graphic transformation functions were added [1811158]:
1697                        StartTransform()
1698                        StopTransform()
1699                        ScaleX()
1700                        ScaleY()
1701                        ScaleXY()
1702                        Scale()
1703                        MirrorH()
1704                        MirrorV()
1705                        MirrorP()
1706                        MirrorL()
1707                        TranslateX()
1708                        TranslateY()
1709                        Translate()
1710                        Rotate()
1711                        SkewX()
1712                        SkewY()
1713                        Skew()
1714        - Graphic function were added/updated [1688549]:
1715                        SetLineStyle()
1716                        _outPoint()
1717                        _outLine()
1718                        _outRect()
1719                        _outCurve()
1720                        Line()
1721                        Rect()
1722                        Curve
1723                        Ellipse
1724                        Circle
1725                        Polygon
1726                        RegularPolygon
1727
17282.0.000 (2008-01-04)
1729        - RTL (Right-To-Left) languages support was added. Language direction is set using the $l['a_meta_dir'] setting on /configure/language/xxx.php language files.
1730        - setRTL($enable) method was added to manually enable/disable the RTL text direction.
1731        - The attribute "dir" was added to support custom text direction on HTML tags. Possible values are: ltr - for Left-To-Right and RTL for Right-To-Left.
1732        - RC4 40bit encryption was added. Check the SetProtection method.
1733        - [1815213] Improved image support for GIF, JPEG, PNG formats.
1734        - [1800094] Attribute "value" was added to ordered list items <li>.
1735        - Image function now has a new "align" parameter that indicates the alignment of the pointer next to image insertion and relative to image height. The value can be:
1736                        T: top-right for LTR or top-left for RTL
1737                        M: middle-right for LTR or middle-left for RTL
1738                        B: bottom-right for LTR or bottom-left for RTL
1739                        N: next line
1740        - Attribute "align" was added to <img> html tag to set the above image "align" parameter. Possible values are:
1741                        top: top-right for LTR or top-left for RTL
1742                        middle: middle-right for LTR or middle-left for RTL
1743                        bottom: bottom-right for LTR or bottom-left for RTL
1744        - [1798103] newline was added after </ul>, </ol> and </p> tages.
1745        - [1816393] Documentation was updated.
1746        - 'ln' parameter was fixed on writeHTMLCell. Now it's possible to print two or more columns across several pages;
1747        - The method lastPage() was added to move the pointer on the last page;
1748
1749------------------------------------------------------------
1750
17511.53.0.TC034 (2007-07-30)
1752        - fixed htmlentities conversion.
1753        - MultiCell() function returns the number of cells.
1754
17551.53.0.TC033 (2007-07-30)
1756        - fixed bug 1762550: case sensitive for font files
1757        - NOTE: all fonts files names must be in lowercase!
1758
17591.53.0.TC032 (2007-07-27)
1760        - setLastH method was added to resolve bug 1689071.
1761        - all fonts names were converted in lowercase (bug 1713005).
1762        - bug 1740954 was fixed.
1763        - justification was added as Cell option.
1764
17651.53.0.TC031 (2007-03-20)
1766        - ToUnicode CMap were added on _puttruetypeunicode function. Now you may search and copy unicode text.
1767
17681.53.0.TC030 (2007-03-06)
1769        - fixed bug on PHP4 version.
1770
17711.53.0.TC029 (2007-03-06)
1772        - DejaVu Fonts were added.
1773
17741.53.0.TC028 (2007-03-03)
1775        - MultiCell function signature were changed: the $ln parameter were added. Check documentation for further information.
1776        - Greek language were added on example sentences.
1777        - setPrintHeader() and setPrintFooter() functions were added to enable or disable page header and footer.
1778
17791.53.0.TC027 (2006-12-14)
1780        - $attr['face'] bug were fixed.
1781        - K_TCPDF_EXTERNAL_CONFIG control where introduced on /config/tcpdf_config.php to use external configuration files.
1782
17831.53.0.TC026 (2006-10-28)
1784        - writeHTML function call were fixed on examples.
1785
17861.53.0.TC025 (2006-10-27)
1787        - Bugs item #1421290 were fixed (0D - 0A substitution in some characters)
1788        - Bugs item #1573174 were fixed (MultiCell documentation)
1789
17901.53.0.TC024 (2006-09-26)
1791        - getPageHeight() function were fixed (bug 1543476).
1792        - fixed missing breaks on closedHTMLTagHandler function (bug 1535263).
1793        - fixed extra spaces on Write function (bug 1535262).
1794
17951.53.0.TC023 (2006-08-04)
1796        - paths to barcode directory were fixed.
1797        - documentation were updated.
1798
17991.53.0.TC022 (2006-07-16)
1800        - fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists()
1801
18021.53.0.TC021 (2006-07-01)
1803        - HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support)
1804
18051.53.0.TC020 (2006-06-23)
1806        - code cleanup
1807
18081.53.0.TC019 (2006-05-21)
1809        - fixed <strong> and <em> closing tags
1810
18111.53.0.TC018 (2006-05-18)
1812        - fixed font names bug
1813
18141.53.0.TC017 (2006-05-18)
1815        - the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder.
1816        - new free unicode fonts were included on /fonts/freefont.
1817        - test_unicode.php example were exended.
1818        - parameter $fill were added on Write, writeHTML and writeHTMLCell functions.
1819        - documentation were updated.
1820
18211.53.0.TC016 (2006-03-09)
1822        - fixed closing <strong> tag on html parser.
1823
18241.53.0.TC016 (2005-08-28)
1825        - fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class).
1826        - fixed problem when mb_internal_encoding is set.
1827
18281.53.0.TC014 (2005-05-29)
1829        - fixed WriteHTMLCell new page issue.
1830
18311.53.0.TC013 (2005-05-29)
1832        - fixed WriteHTMLCell across pages.
1833
18341.53.0.TC012 (2005-05-29)
1835        - font color attribute bug were fixed.
1836
18371.53.0.TC011 (2005-03-31)
1838        - SetFont function were fixed (thank Sjaak Lauwers for bug notice).
1839
18401.53.0.TC010 (2005-03-22)
1841        - the html functions were improved (thanks to Manfred Vervuert for bug reporting).
1842
18431.53.0.TC009 (2005-03-19)
1844        - a wrong reference to convertColorHexToDec were fixed.
1845
18461.53.0.TC008 (2005-02-07)
1847        - removed some extra bytes from PHP files.
1848
18491.53.0.TC007 (2005-01-08)
1850        - fill attribute were removed from writeHTMLCell method.
1851
18521.53.0.TC006 (2005-01-08)
1853        - the documentation were updated.
1854
18551.53.0.TC005 (2005-01-05)
1856        - Steven Wittens's unicode methods were removed.
1857        - All unicode methods were rewritten from scratch.
1858        - TCPDF is now licensed as LGPL.
1859
18601.53.0.TC004 (2005-01-04)
1861        - this changelog were added.
1862        - removed commercial fonts for licensing issue.
1863        - Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
1864        - Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
1865
1866EOF --------------------------------------------------------
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.