Move static resources off amazon S3
[busui.git] / lib / tcpdf / CHANGELOG.TXT
maxious 1 5.9.059 (2011-02-27)
2 - Default Header() method was improved to reduce document size.
3
4 5.9.058 (2011-02-25)
5 - Image() method was improved to cache images with transparency layers (thanks to Korneliusz Jarzębski for reporting this problem).
6
7 5.9.057 (2011-02-24)
8 - A problem with image caching system was fixed (thanks to Korneliusz Jarzębski for reporting this problem).
9
10 5.9.056 (2011-02-22)
11 - A bug on fixHTMLCode() method was fixed.
12 - Automatic line break for HTML was fixed.
13
14 5.9.055 (2011-02-17)
15 - Another bug related to HTML table page break was fixed.
16
17 5.9.054 (2011-02-16)
18 - A bug related to HTML table page break was fixed.
19
20 5.9.053 (2011-02-16)
21 - Support for HTMl attribute display="none" was added.
22
23 5.9.052 (2011-02-15)
24 - A bug related to HTML automatic newlines was fixed.
25
26 5.9.051 (2011-02-12)
27 - "Commas at beginning of new lines" problem was fixed.
28
29 5.9.050 (2011-02-11)
30 - Bug #3177606 "SVG Bar chart error" was fixed.
31
32 5.9.049 (2011-02-03)
33 - Bug #3170777 "TCPDF creates a new page after a single line in writeHTML" was fixed.
34
35 5.9.048 (2011-02-02)
36 - No changes. Just released to override previous release that was not uploaded correctly.
37
38 5.9.047 (2011-01-28)
39 - Bug #3167115 "PDF error in <table> (example 48)" was fixed (was introduced in 5.8.046).
40
41 5.9.046 (2011-01-18)
42 - PDF view/print layers are now automatically turned off if not used (see setVisibility() method).
43
44 5.9.045 (2011-01-17)
45 - HTML list support were improved.
46
47 5.9.044 (2011-01-15)
48 - Bug #3158422 "writeHTMLCell Loop" was fixed.
49 - Some HTML image alignment problems were fixed.
50
51 5.9.043 (2011-01-14)
52 - Bug #3158178 "PHP Notice" was fixed.
53 - Bug #3158193 "Endless loop in writeHTML" was fixed.
54 - Bug #3157764 "SVG Pie chart incorrectly rendered2".
55
56 5.9.042 (2011-01-14)
57 - Some problems of the PHP4 version were fixed.
58
59 5.9.041 (2011-01-13)
60 - A problem with SVG elliptical arc path was fixed (ref. bug #3156574).
61 - A problem related to font weight on HTML table headers was fixed.
62
63 5.9.040 (2011-01-12)
64 - A bug related to empty pages after table was fixed.
65
66 5.9.039 (2011-01-12)
67 - Bug item #3155759 "openssl_random_pseudo_bytes() slow under Windows" was fixed.
68
69 5.9.038 (2011-01-11)
70 - Minor bugs were fixed.
71
72 5.9.037 (2011-01-09)
73 - An alignment problem for HTML texts was fixed.
74
75 5.9.036 (2011-01-07)
76 - A bug related to HTML tables on header was fixed.
77
78 5.9.035 (2011-01-03)
79 - A problem related to HTML table border alignment was fixed.
80 - Bug #2996366 "FastCGI and Header Problems" was fixed.
81
82 5.9.034 (2010-12-19)
83 - DejaVu and GNU Free fonts were updated.
84
85 5.9.033 (2010-12-18)
86 - Source code documetnation was improved.
87
88 5.9.032 (2010-12-18)
89 - Default font stretching and spacing values are now inherited by HTML methods.
90
91 5.9.031 (2010-12-16)
92 - Source code documentation errors were fixed.
93
94 5.9.030 (2010-12-16)
95 - Several source code documentation errors were fixed.
96 - Source code style was changed for Doxygen.
97 - Source code documentation was moved online to http://www.tcpdf.org
98
99 5.9.029 (2010-12-04)
100 - The $fitbox parameter on Image() method was extended to specify image alignment inside the box (check the example n. 9).
101
102 5.9.028 (2010-12-03)
103 - Font utils makefont.php and makeallttffonts.php were updated.
104
105 5.9.027 (2010-12-01)
106 - Spot Colors are now better integrated with HTML mode.
107 - Method SetDocInfoUnicode() was added to turn on/off Unicode mode for document information dictionary (meta tags) - check the example n. 19.
108
109 5.9.026 (2010-12-01)
110 - A problem with mixed text directions on HTML was fixed.
111
112 5.9.025 (2010-12-01)
113 - The AddSpotColor() now automatically fills the spotcolor array (defined on spotcolors.php file).
114
115 5.9.024 (2010-11-30)
116 - Bug item #3123612 "SVG not use gradientTransform in percentage mode" was fixed.
117
118 5.9.023 (2010-11-25)
119 - A potential bug on SVG transcoder was fixed.
120
121 5.9.022 (2010-11-21)
122 - Method ImageEPS includes support for EPS/AI Spot colors.
123 - Method ImageEPS includes a new parameter $fixoutvals to remove values outside the bounding box.
124
125 5.9.021 (2010-11-20)
126 - Support for custom bullet points images was added (check the example n.6)
127 - Examples n. 6 and 61 were update (check the comments inside).
128
129 5.9.020 (2010-11-19)
130 - A problem related to additional page when using multicolumn mode was fixed.
131
132 5.9.019 (2010-11-19)
133 - An SVG bug was fixed.
134 - ImageSVG() and ImageEPS() methods now accepts image data streams (put the string on the $file parameter preceded by '@' character).
135 - Option 'E' was added to the $dest parameter of Output() method to return the document as base64 mime multi-part email attachment (RFC 2045).
136
137 5.9.018 (2010-11-19)
138 - An SVG bug was fixed.
139
140 5.9.017 (2010-11-16)
141 - Tagline color was set to transparent.
142 - The method fixHTMLCode() was added to automatically clean up HTML code (requires HTML Tidy).
143
144 5.9.016 (2010-11-16)
145 - Bug item #3109705 "list item page break hanging bullet" was fixed.
146
147 5.9.015 (2010-11-16)
148 - Bug item affecting QRCode was fixed.
149 - Some bugs affecting HTML lists were fixed.
150 - ImageSVG() and fitBlock() methods were improved to handle some SVG problems.
151 - Some problems with PHP4 compatibility were fixed.
152
153 5.9.014 (2010-11-15)
154 - Bug item #3109464 "QRCode error" was fixed.
155
156 5.9.013 (2010-11-15)
157 - Bug item #3109257 "Problem with interlaced GIFs and PNGs" was fixed.
158 - Image function now accepts image data streams (check example n. 9).
159
160 5.9.012 (2010-11-12)
161 - Method getTCPDFVersion() was added.
162 - PDF_PRODUCER constant was removed.
163 - Method convertHTMLColorToDec() was improved.
164 - HTML colors now support spot color names defined on the new spotcolors.php file.
165 - The default method Header() was improved to support SVG and EPS/AI images.
166 - A bug on SVG importer was fixed.
167
168 5.9.011 (2010-11-02)
169 - Bug item #3101486 "Bug Fix for image loading" was fixed.
170
171 5.9.010 (2010-10-27)
172 - Support for CSS properties 'border-spacing' and 'padding' for tables were added.
173 - Several language files were added.
174
175 5.9.009 (2010-10-21)
176 - HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction.
177
178 5.9.008 (2010-10-21)
179 - Bug item #3091502 "Bookmark oddity" was fixed.
180 - HTML internal links now accepts page number and Y position.
181 - The method write1DBarcode() was improved to accept separate horizontal and vertical padding (see example n. 27).
182
183 5.9.007 (2010-10-20)
184 - Method adjustCellPadding() was fixed to handle bad input.
185
186 5.9.006 (2010-10-19)
187 - Support for AES 256 bit encryption was added (see example n. 16).
188 - Method getNumLines() was fixed for the empty string case.
189
190 5.9.005 (2010-10-18)
191 - Method addPageRegion() was changed to accept regions starting exactly from the top of the page.
192
193 5.9.004 (2010-10-18)
194 - A bug related to annotations was fixed.
195 - The file unicode_data.php was canged to encapsulate all data in a class.
196 - The file htmlcolors.php was changed to remove the global variable.
197
198 5.9.003 (2010-10-15)
199 - Support for no-write page regions was added. Check the example n. 64 and new methods setPageRegions(), addPageRegion(), getPageRegions(), removePageRegion().
200 - A bug on Right-To-Left alignment was fixed.
201
202 5.9.002 (2010-10-08)
203 - Cell method was improved to preserve the font stretching and spacing values when using the $stretch parameter (see example n. 4).
204
205 5.9.001 (2010-10-07)
206 - The problem of blank page for nobr table higher than a single page was fixed.
207
208 5.9.000 (2010-10-06)
209 - Support for text stretching and spacing (kerning) was added, see example n. 63 and methods setFontStretching(), getFontStretching(), setFontSpacing(), getFontSpacing().
210 - Support for CSS properties 'font-stretch' and 'letter-spacing' was added (see example n. 63).
211 - The cMargin state was replaced by cell_padding array that can be set/get using setCellPadding() and getCellPadding() methods.
212 - Methods getCellPaddings() and setCellPaddings() were added to fine tune cell paddings (see example n. 5).
213 - Methods getCellMargins() and setCellMargins() were added to fine tune cell margins (see example n. 5).
214 - Method write1DBarcode() was improved to permit custom labels (see example n. 27).
215 - Method ImagePngAlpha() now includes support for ImageMagick to improve performances.
216 - XObject Template support was extended to support Multicell(), writeHTML() and writeHTMLCell() methods.
217 - The signature of getNumLines() and getStringHeight() methods is changed.
218 - Example n. 57 was updated.
219
220 // -------------------------------------------------------------------
221
222 5.8.034 (2010-09-27)
223 - A bug related to SetFont on XObject templates was fixed.
224
225 5.8.033 (2010-09-25)
226 - A problem with Footer() and multiple columns was fixed.
227
228 5.8.032 (2010-09-22)
229 - Bug #3073165 "Issues with changes to addHTMLVertSpace()" was fixed.
230
231 5.8.031 (2010-09-20)
232 - Bug #3071961 "Spaces in HTML" was fixed.
233
234 5.8.030 (2010-09-17)
235 - SVG support was improved and some bugs were fixed.
236
237 5.8.029 (2010-09-16)
238 - A problem with HTML borders was fixed.
239
240 5.8.028 (2010-09-13)
241 - Bug #3065224 "mcrypt_create_iv error on TCPDF 5.8.027 on PHP 5.3.2" was fixed.
242
243 5.8.027 (2010-09-13)
244 - Bug #3065118 "mcrypt_decrypt error on TCPDF 5.8.026 on PHP 5.3.2" was fixed.
245
246 5.8.026 (2010-09-13)
247 - A bug on addHTMLTOC() method was fixed. Note: be sure that the #TOC_PAGE_NUMBER# template has enough width to be printed correctly.
248
249 5.8.025 (2010-09-09)
250 - Bug #3062692 "Textarea inside a table" was fixed.
251
252 5.8.024 (2010-09-08)
253 - Bug #3062005 "Undefined variable: ann_obj_id" was fixed.
254
255 5.8.023 (2010-08-31)
256 - Forms bug added on version 5.8.019 was fixed.
257
258 5.8.022 (2010-08-31)
259 - Bug #3056632 "SVG rendered vertically flipped" was fixed.
260
261 5.8.021 (2010-08-30)
262 - A new CID-0 'chinese' font was added for traditional Chinese.
263 - Bug #3054287 'Inner tags are ignored due to "align" attribute' was fixed.
264
265 5.8.020 (2010-08-26)
266 - CSS "catch-all" class selector is now supported.
267
268 5.8.019 (2010-08-26)
269 - XObject Templates now includes support for links and annotations.
270 - A problem related to link alignment on cell was fixed.
271 - A problem related to SVG styles was fixed.
272
273 5.8.018 (2010-08-25)
274 - Method getNumberOfColumns() was added.
275 - A problem related to table header was fixed.
276 - Method getSVGTransformMatrix() was fixed to apply SVG transformations in the correct order.
277 - SVG support was improved and several bugs were fixed.
278
279 5.8.017 (2010-08-25)
280 - This version includes support for XObject Templates (see the new example n. 62).
281 - Methods starttemplate(), endTemplate() and printTemplate() were added (see the new example n. 62).
282
283 5.8.016 (2010-08-24)
284 - Alignment problem on write2DBarcode was fixed.
285
286 5.8.015 (2010-08-24)
287 - A problem arised with the latest bugfix was fixed.
288
289 5.8.014 (2010-08-23)
290 - Method _getxobjectdict() was added for better compatibility with external extensions.
291 - A bug related to radiobuttons was fixed.
292 - Bug #3051509 "new line after punctuation marks" was fixed (partially).
293
294 5.8.013 (2010-08-23)
295 - SVG support for 'direction' property was added.
296 - A problem on default width calculation for linear barcodes was fixed.
297 - New option was added to write1DBarcode() method to improve alignments (see example n. 27).
298 - Bug #3050896 "Nested HTML tables: styles are not applied" was fixed.
299 - Method _putresourcedict() was improved to include external XObject templates.
300
301 5.8.012 (2010-08-22)
302 - Support for SVG 'text-anchor' property was added.
303
304 5.8.011 (2010-08-21)
305 - Method write1DBarcode() was improved to be backward compatible (check the new example n. 27).
306 - Support for CSS width and height properties on images were added.
307
308 5.8.010 (2010-08-20)
309 - Documentation of unhtmlentities() was fixed.
310 - The 'fitwidth' option was added and border color problem was fixed on write1DBarcode() method (check the example n. 27).
311
312 5.8.009 (2010-08-20)
313 - Internal object numbering was improved.
314 - Some errors in object encryption were fixed.
315
316 5.8.008 (2010-08-19)
317 - Method write1DBarcode() was changed, check the example n. 27.
318 - Method Footer() was changed to account for barcode changes.
319 - Automatic calculation of K_PATH_URL constant was fixed on configuration file.
320 - Method setEqualColumns() was fixed for $width=0 case.
321 - Method AddTOC() was fixed for multipage and multicolumn modes.
322 - Better support for SVG "font-family" property.
323 - A problem on default Page Zoom mode was fixed.
324 - Several Annotation bugs were fixed.
325
326 5.8.007 (2010-08-18)
327 - A bug affecting HTML tables was fixed.
328 - Bug #3047500 "SVG not rendering paths properly" was fixed.
329
330 5.8.006 (2010-08-17)
331 - A bug affecting HTML table nesting was fixed.
332
333 5.8.005 (2010-08-17)
334 - A bug affecting the HTML 'select' tag in certain conditions was fixed.
335
336 5.8.004 (2010-08-17)
337 - Better support for HTML "font-family" property.
338 - A bug related to HTML multicolumn was fixed.
339
340 5.8.003 (2010-08-16)
341 - Better support for HTML "font-family" property.
342
343 5.8.002 (2010-08-14)
344 - HTML alignments were improved
345 - 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.
346 - Example n. 1 was updated.
347
348 5.8.001 (2010-08-12)
349 - Bug #3043650 "subsetchars incorrectly cached" was fixed.
350
351 5.8.000 (2010-08-11)
352 - A control to avoid bookmarking page 0 was added.
353 - addTOC() method now includes support for multicolumn mode.
354 - Support for tables in multicolumn mode was improved.
355 - Example n.10 was updated.
356 - All trimming functions were replaced with stringLeftTrim(), stringRightTrim() and stringTrim().
357 - HTML alignments were improved.
358
359 ------------------------------------------------------------
360
361 5.7.003 (2010-08-08)
362 - Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
363
364 5.7.002 (2010-08-06)
365 - Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
366
367 5.7.001 (2010-08-05)
368 - Bug #3040105 "Broken PDF when using TOC (example 45)" was fixed.
369
370 5.7.000 (2010-08-03)
371 - CSS borders are now supported for HTML tables and other block tags (see example n. 61);
372 - Cell borders were improved (see example n. 57);
373 - Minor bugs were fixed.
374
375 ------------------------------------------------------------
376
377 5.6.000 (2010-07-31)
378 - A bug with object IDs was fixes.
379 - Performances were improved.
380
381 ------------------------------------------------------------
382
383 5.5.015 (2010-07-29)
384 - Automatic fix for unclosed self-closing tag.
385 - Support for deprecated 's' and 'strike' tags was added.
386 - Empty list items problem was fixed.
387
388 5.5.014 (2010-07-15)
389 - Support for external images was improved.
390
391 5.5.013 (2010-07-14)
392 - Bug #3029338 "FI and FO output destination filename bug" was fixed (previous fix was wrong).
393
394 5.5.012 (2010-07-14)
395 - Bug #3029310 "Font baseline inconsistencies with line-height and font-size" was fixed.
396 - Bug #3029338 "FI and FO output destination filename bug" was fixed.
397
398 5.5.011 (2010-07-09)
399 - Support for multiple CSS classes was added.
400 - The method getColumn() was added to return the current column number.
401 - Some regular Expressions were fixed to be more compatible with UTF-8.
402
403 5.5.010 (2010-07-06)
404 - Bug item #3025772 "Borders in all image functions are still flawed" was fixed.
405
406 5.5.009 (2010-07-05)
407 - A problem related to last page footer was fixed.
408 - Image alignments and fit-on-page features were improved.
409
410 5.5.008 (2010-07-02)
411 - A problem on table header alignment in booklet mode was fixed.
412 - Default graphic vars are now applied for setHeader();
413
414 5.5.007 (2010-07-02)
415 - Attribute "readonly" was added to input and textarea form fields.
416 - Vertical alignment feature was added on MultiCell() method only for simple text mode (see example n. 5).
417 - Text-Fit feature was added on MultiCell() method only for simple text mode (see example n. 5).
418
419 5.5.006 (2010-06-29)
420 - getStringHeight() and getNumLines() methods were fixed.
421
422 5.5.005 (2010-06-28)
423 - Bug #3022170 "getFontDescent() does not return correct descent value" was fixed.
424 - Some problems with multicolumn mode were fixed.
425
426 5.5.004 (2010-06-27)
427 - Bug #3021803 "SVG Border" was fixed.
428
429 5.5.003 (2010-06-26)
430 - On Write() method, blank lines at the beginning of a page or column are now automatically removed.
431
432 5.5.002 (2010-06-24)
433 - ToUnicode Identity-H name was replaced with a full CMap (to avoid preflight syntax error).
434 - Bug #3020638 "str_split() not available in php4" was fixed.
435 - Bug #3020665 "file_get_contents() too many parameters for php4" was fixed.
436
437 5.5.001 (2010-06-23)
438 - A problem on image streams was fixed.
439
440 5.5.000 (2010-06-22)
441 - Several PDF syntax errors (and related bugs) were fixed.
442 - Bug #3019090 "/Length values are wrong if AES encryption is used" was fixed.
443
444 ------------------------------------------------------------
445
446 5.4.003 (2010-06-19)
447 - A problem related to page boxes was fixed.
448 - Bug #3016920 "Font subsetting issues when editing pdf" was partially fixed (Note that flattening transparency layers is currently incompatible with TrueTypeUnicode fonts).
449
450 5.4.002 (2010-06-18)
451 - A problem related with setProtection() method was fixed.
452
453 5.4.001 (2010-06-18)
454 - A problem related with setProtection() method was fixed.
455
456 5.4.000 (2010-06-18)
457 - The method setSignatureAppearance() was added, check the example n. 52.
458 - Several problems related to font subsetting were fixed.
459
460 ------------------------------------------------------------
461
462 5.3.010 (2010-06-15)
463 - Previous release was corrupted.
464
465 5.3.009 (2010-06-15)
466 - Bug #3015934 "Bullets don't display correctly" was fixed.
467
468 5.3.008 (2010-06-13)
469 - This version fixes some problems of SVG rasterization.
470
471 5.3.007 (2010-06-13)
472 - This version improves SVG support.
473
474 5.3.006 (2010-06-10)
475 - This version includes a change in uniqid calls for backward compatibility with PHP4.
476
477 5.3.005 (2010-06-09)
478 - The method getPageSizeFromFormat() was changed to include all standard page formats (includes 281 page formats + variation).
479
480 5.3.004 (2010-06-08)
481 - Bug #3013291 "HTML table cell width" was fixed.
482 - Bug #3013294 "HTML table cell alignment" was fixed.
483 - The columns widths of HTML tables are now inherited from the first row.
484
485 5.3.003 (2010-06-08)
486 - Bug #3013102 "HTML table header misaligned after page break" was fixed.
487
488 5.3.002 (2010-06-07)
489 - The methods setFontSubsetting() and setFontSubsetting() were added to control the default font subsetting mode (see example n. 1).
490 - Bug #3012596 "Whitespace should not appeared after use Thai top characters" was fixed.
491 - Examples n. 1, 14, and 54 were updated.
492
493 5.3.001 (2010-06-06)
494 - Barcode PDF417 was improved to support Macro Code Blocks (see example n. 50).
495
496 5.3.000 (2010-06-05)
497 - License was changed to GNU-LGPLv3 (see the updated LICENSE.TXT file).
498 - PDF417 barcode support was added (check the example n. 50).
499 - The method write2DBarcode() was improved (some parameters were added and other changed - check example n. 50).
500
501 ------------------------------------------------------------
502
503 5.2.000 (2010-06-02)
504 - IMPORTANT: Support for font subsetting was added by default to reduce the size of documents using large unicode font files.
505 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.
506 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.
507 - The signature of the SetFont() and AddFont() methods were changed to include the font subsetting option (subsetting is applied by default).
508 - Examples 14 and 54 were updated.
509
510 ------------------------------------------------------------
511
512 5.1.002 (2010-05-27)
513 - Bug #3007818 "SetAutoPageBreak fails with MultiCell" was fixed.
514 - A bug related to MultiCell() minimun height was fixed.
515
516 5.1.001 (2010-05-26)
517 - The problem of blank page after table was fixed.
518
519 5.1.000 (2010-05-25)
520 - This version includes support for CSS (Cascading Style Sheets) (see example n. 61).
521 - The convertHTMLColorToDec() method was improved.
522
523 ------------------------------------------------------------
524
525 5.0.014 (2010-05-21)
526 - A problem on color and style of HTML links was fixed.
527 - A bug relative to gradients was fixed.
528 - The getStringHeight() method was added and getNumLines() method was improved.
529 - All examples were updated.
530
531 5.0.013 (2010-05-19)
532 - A bug related to page-breaks and table cells was fixed.
533
534 5.0.012 (2010-05-19)
535 - Page orientation bug was fixed.
536 - The access to method setPageFormat() was changed to 'protected' because it is not intended to be directly called.
537
538 5.0.011 (2010-05-19)
539 - Page orientation bug was fixed.
540 - Bug #3003966 "Multiple columns and nested lists" was fixed.
541
542 5.0.010 (2010-05-17)
543 - The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions.
544 - The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox);
545 - A bug relative to underline, overline and linethrough was fixed.
546
547 5.0.009 (2010-05-16)
548 - Bug #3002381 "Multiple columns and nested lists" was fixed.
549
550 5.0.008 (2010-05-15)
551 - Bug "Columns WriteHTML and Justification" was fixed.
552
553 5.0.007 (2010-05-14)
554 - Bug #3001347 "Bug when using WriteHTML with setEqualColumns()" was fixed.
555 - Bug #3001505 "problem with sup and sub tags at the beginning of a line" was fixed.
556
557 5.0.006 (2010-05-13)
558 - Length of hr tag was fixed.
559 - An error on 2d barcode method was fixed.
560
561 5.0.005 (2010-05-12)
562 - 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.
563 - SetProtection() method was extended to support RSA and AES 128 encryption and public-keys (see example 16).
564 - Bug #2999489 "setEqualColumns() and TOC uses wrong columns" was fixed (see the example 10).
565
566 5.0.004 (2010-05-10)
567 - HTML line alignment when using sub and sup tags was fixed.
568
569 5.0.003 (2010-05-07)
570 - 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.
571 - Header() method was changed to account for new image alignment rules.
572
573 5.0.002 (2010-05-06)
574 - Bookmark() and related methods were fixed to accept HTML code.
575 - A problem on HTML links was fixed.
576
577 5.0.001 (2010-05-06)
578 - Protected method _putstream was re-added for backward compatibility.
579 - The following method were added to display HTML Table Of Content (see example n. 59):
580 addTOCPage(), endTOCPage(), addHTMLTOC().
581
582 5.0.000 (2010-05-05)
583 - Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported.
584 - Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library.
585 - Method RoundedRectXY() was added.
586 - Method PieSectorXY() was added.
587 - Gradient() method is now public and support new features.
588 - Shading to transparency is now supported.
589 - Image alignments were fixed.
590 - Support for dynamic images were improved.
591 - PDF_IMAGE_SCALE_RATIO has been changed to 1.25 for better compatibility with SVG.
592 - RAW and RAW2 modes were added to 2D Barcodes (see example n. 50).
593 - Automatic padding feature was added on barcodes (see examples n. 27 and 50).
594 - Bug #2995003 "Reproduced thead bug" was fixed.
595 - The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
596 - Ellipse() method was improved and fixed (see page 2 of example n. 12).
597
598 ------------------------------------------------------------
599
600 4.9.018 (2010-04-21)
601 - Bug item #2990356 "Current font size not respected with more than two HTML <p>" was fixed.
602
603 4.9.017 (2010-04-21)
604 - Bug item #2990224 "Different behaviour for equivalent HTML strings" was fixed.
605 - Bug item #2990314 "Dash is not appearing with SHY character" was fixed.
606
607 4.9.016 (2010-04-20)
608 - An error on htmlcolors.php was fixed.
609 - getImageFileType() method was improved.
610 - GIF images with transparency are now better supported.
611 - Automatic page orientation was improved.
612
613 4.9.015 (2010-04-20)
614 - A new method copyPage() was added to clone pages (see example n. 44).
615 - Support for text overline was added.
616 - Underline and linethrough methods were fixed.
617 - Bug #2989058 "SHY character causes unnecessary word-wrapping" was fixed.
618
619 4.9.014 (2010-04-18)
620 - Bug item #2988845 was fixed.
621
622 4.9.013 (2010-04-15)
623 - Image() and ImageEPS() methods were fixed and improved; $fitonpage parameter was added.
624
625 4.9.012 (2010-04-12)
626 - The hyphenateText() method was added to automatically hyphenate text (see example n. 46).
627
628 4.9.011 (2010-04-07)
629 - Vertical alignments for Cell() method were improved (see example n. 57).
630
631 4.9.010 (2010-04-06)
632 - Signature of Cell() method now includes new parameters for vertical alignment (see example n. 57).
633 - Text() method was extended to include all Cell() parameters.
634 - HTML line alignment procedure was changed to fix some bugs.
635
636 4.9.009 (2010-04-05)
637 - Text() method was fixed for backward compatibility.
638
639 4.9.008 (2010-04-03)
640 - Additional line space after table header was removed.
641 - Support for HTML lists in multicolumn mode was added.
642 - The method setTextRenderingMode() was added to set text rendering modes (see the example n. 26).
643 - The following HTML attributes were added to set text rendering modes (see the example n. 26): stroke, strokecolor, fill.
644
645 4.9.007 (2010-04-03)
646 - Font Descent computation was fixed (patch #2981441).
647
648 4.9.006 (2010-04-02)
649 - The constant K_TCPDF_CALLS_IN_HTML was added on configuration file to enable/disable the ability to call TCPDF methods in HTML.
650 - 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.
651
652 4.9.005 (2010-04-01)
653 - Bug# 2980354 "Wrong File attachment description with security" was fixed.
654 - Several problems with HTML line alignment were fixed.
655 - 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.
656 - A problem with font name directory was fixed.
657 - A bug on _destroy() method was fixed.
658
659 4.9.004 (2010-03-31)
660 - Patch #979681 "GetCharWidth - default character width" was applied (bugfix).
661
662 4.9.003 (2010-03-30)
663 - Problem of first <br /> on multiple columns was fixed.
664 - HTML line alignment was fixed.
665 - A QR-code bug was fixed.
666
667 4.9.002 (2010-03-29)
668 - Patch #2978349 "$ignore_min_height is ignored in function Cell()" was applied.
669 - Bug #2978607 "2D Barcodes are wrong" was fixed.
670 - A problem with HTML block tags was fixed.
671 - Artificial italic for CID-0 fonts was added.
672 - Several multicolumn bugs were fixed.
673 - Support for HTML tables on multicolumn was added.
674
675 4.9.001 (2010-03-28)
676 - QR Code minor bug was fixed.
677 - Multicolumn mode was added (see the new example n. 10).
678 - The following methods were added: setEqualColumns(), setColumnsArray(), selectColumn().
679 - Thai diacritics support were changed (note that this is incompatible with html justification).
680
681 4.9.000 (2010-03-27)
682 - QR Code (2D barcode) support was added (see example n. 50).
683 - The following methods were added to print crop and registration marks (see example n. 56): colorRegistrationBar(), cropMark(), registrationMark().
684 - Limited support for CSS line-height property was added.
685 - Gradient method now supports Gray, RGB and CMYK space color.
686 - Example n. 51 was updated.
687 - Vertical alignment of font inside cell was fixed.
688 - Support for multiple Thai diacritics was added.
689 - Bug item #2974929 "Duplicate case values" was fixed.
690 - Bug item #2976729 "File attachment not working with security" was fixed.
691
692 ------------------------------------------------------------
693
694 4.8.039 (2010-03-20)
695 - Problems related to custom locale settings were fixed.
696 - Problems related to HTML on Header and Footer were fixed.
697
698 4.8.038 (2010-03-13)
699 - Various bugs related to page-break in HTML mode were fixed.
700 - Bug item #2968974 "Another <thead> pagebreak problem" was fixed.
701 - Bug item #2969276 "justification problem" was fixed.
702 - Bug item #2969289 "bug when using justified text and custom headers" was fixed.
703 - Images are now automatically resized to be contained on the page.
704 - Some HTML line alignments were fixed.
705 - Signature of AddPage() and SetMargins() methods were changed to include an option to set default page margins.
706
707 4.8.037 (2010-03-03)
708 - Bug item #2962068 was fixed.
709 - Bug item #2967017 "Problems with <thead> and pagebreaks" was fixed.
710 - Bug item #2967023 "table header lost with pagebreak" was fixed.
711 - Bug item #2967032 "Header lost with nested tables" was fixed.
712
713 4.8.036 (2010-02-24)
714 - Automatic page break for HTML images was improved.
715 - Example 10 was updated.
716 - Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font).
717
718 4.8.035 (2010-02-23)
719 - Automatic page break for HTML images was added.
720 - Support for multicolumn HTML was added (example 10 was updated).
721
722 4.8.034 (2010-02-17)
723 - Language files were updated.
724
725 4.8.033 (2010-02-12)
726 - A bug related to protection mode with links was fixed.
727
728 4.8.032 (2010-02-04)
729 - A bug related to $maxh parameter on Write() and MultiCell() was fixed.
730 - Support for body tag was added.
731
732 4.8.031 (2010-01-30)
733 - Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed.
734
735 4.8.030 (2010-01-27)
736 - Some text alignment cases were fixed.
737
738 4.8.029 (2010-01-27)
739 - Bug item #2941057 "TOC Error in PDF File Output" was fixed.
740 - Some text alignment cases were fixed.
741
742 4.8.028 (2010-01-26)
743 - Text alignment for RTL mode was fixed.
744
745 4.8.027 (2010-01-25)
746 - Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
747
748 4.8.026 (2010-01-19)
749 - The misspelled word "lenght" was replaced with "length" in some variables and comments.
750
751 4.8.025 (2010-01-18)
752 - addExtGState() method was improved to reuse existing ExtGState objects.
753
754 4.8.024 (2010-01-15)
755 - Justification mode for HTML was fixed (Bug item #2932470).
756
757 4.8.023 (2010-01-15)
758 - Bug item #2932470 "Some HTML entities breaks justification" was fixed.
759
760 4.8.022 (2010-01-14)
761 - Source code documentation was fixed.
762
763 4.8.021 (2010-01-03)
764 - A Bug relative to Table Of Content index was fixed.
765
766 4.8.020 (2009-12-21)
767 - Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed.
768 - A Bug relative to table rowspan mode was fixed.
769
770 4.8.019 (2009-12-16)
771 - Bug item #2915684 "Image size" was fixed.
772 - Bug item #2914995 "Image jpeg quality" was fixed.
773 - The signature of the Image() method was changed (check the documentation for the $resize parameter).
774
775 4.8.018 (2009-12-15)
776 - Bug item #2914352 "write error" was fixed.
777
778 4.8.017 (2009-11-27)
779 - THEAD problem when table is used on header/footer was fixed.
780 - A first line alignment on HTML justification was fixed.
781 - Method getImageFileType() was added.
782 - Images with unknown extension and type are now supported via ImageMagick PHP extension.
783
784 4.8.016 (2009-11-21)
785 - Document Information Dictionary was fixed.
786 - CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported.
787 - Problem of unclosed last page was fixed.
788 - Problem of 'thead' unnecessarily repeated on the next page was fixed.
789
790 4.8.015 (2009-11-20)
791 - A problem with some PNG transparency images was fixed.
792 - Bug #2900762 "Sort issues in Bookmarks" was fixed.
793 - Text justification was fixed for various modes: underline, strikeout and background.
794
795 4.8.014 (2009-11-04)
796 - Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed.
797 - The handling of temporary RTL text direction mode was fixed.
798
799 4.8.013 (2009-10-26)
800 - Bug item #2884729 "Problem with word-wrap and hyphen" was fixed.
801
802 4.8.012 (2009-10-23)
803 - Table cell alignments for RTL booklet mode were fixed.
804 - Images and barcode alignments for booklet mode were fixed.
805
806 4.8.011 (2009-10-22)
807 - DejaVu fonts were updated to latest version.
808
809 4.8.010 (2009-10-21)
810 - Bookmark for TOC page was added.
811 - Signature of addTOC() method is changed.
812 - Bookmarks are now automatically sorted by page and Y position.
813 - Example n. 45 was updated.
814 - Example n. 55 was added to display all charactes available on core fonts.
815
816 4.8.009 (2009-09-30)
817 - Compatibility with PHP 5.3 was improved.
818 - All examples were updated.
819 - Index file for examples was added.
820
821 4.8.008 (2009-09-29)
822 - Example 49 was updated.
823 - Underline and linethrough now works with cell stretching mode.
824
825 4.8.007 (2009-09-23)
826 - Infinite loop problem caused by nobr attribute was fixed.
827
828 4.8.006 (2009-09-23)
829 - Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
830 - Support for text-indent CSS attribute was added.
831 - Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation).
832 - 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>).
833
834 4.8.005 (2009-09-17)
835 - A bug relative to multiple transformations and annotations was fixed.
836
837 4.8.004 (2009-09-16)
838 - A bug on _putannotsrefs() method was fixed.
839
840 4.8.003 (2009-09-15)
841 - Bug item #2858754 "Division by zero" was fixed.
842 - A bug relative to HTML list items was fixed.
843 - A bug relative to form fields on multiple pages was fixed.
844 - PolyLine() method was added (see example n. 12).
845 - Signature of Polygon() method was changed.
846
847 4.8.002 (2009-09-12)
848 - 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.
849
850 4.8.001 (2009-09-09)
851 - The appearance streams (AP) for anotations form fields was fixed (see examples n. 14 and 54).
852 - Radiobuttons were fixed.
853
854 4.8.000 (2009-09-07)
855 - This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54).
856 - The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button().
857 - Support for Widget annotations was improved.
858 - Alignment of annotation objects was fixed (examples 36 and 41 were updated).
859 - addJavascriptObject() method was added.
860 - Signature of Image() method was changed.
861 - htmlcolors.php file was updated.
862
863 ------------------------------------------------------------
864
865 4.7.003 (2009-09-03)
866 - Support for TCPDF methods on HTML was improved (see example n. 49).
867
868 4.7.002 (2009-09-02)
869 - Bug item #2848892 "writeHTML + table: Gaps between rows" was fixed.
870 - JavaScript support was fixed (see example n. 53).
871
872 4.7.001 (2009-08-30)
873 - The Polygon() and Arrow() methods were fixed and improved (see example n. 12).
874
875 4.7.000 (2009-08-29)
876 - This is a major release.
877 - Some procedures were internally optimized.
878 - The problem of mixed signature and annotations was fixed (example n. 52).
879
880 4.6.030 (2009-08-29)
881 - IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML).
882 - Various minor bugs were fixed.
883 - Example n. 52 (digital signature) was updated.
884
885 4.6.029 (2009-08-26)
886 - PHP4 version was fixed.
887
888 4.6.028 (2009-08-25)
889 - Signature algorithm was finally fixed (see example n. 52).
890
891 4.6.027 (2009-08-24)
892 - TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file.
893
894 4.6.026 (2009-08-21)
895 - Bug #2841693 "Problem with MultiCell and ishtml and justification" was fixed.
896 - Signature functions were improved but not yet fixed (tcpdf.crt and example n. 52 were updated).
897
898 4.6.025 (2009-08-17)
899 - Carriage returns (\r) were removed from source code.
900 - Problem related to set_magic_quotes_runtime() depracated was fixed.
901
902 4.6.024 (2009-08-07)
903 - Bug item #2833556 "justification using other units than mm" was fixed.
904 - Documentation was fixed/updated.
905
906 4.6.023 (2009-08-02)
907 - Bug item #2830537 "MirrorH can show mask for transparent PNGs" was fixed.
908
909 4.6.022 (2009-07-24)
910 - A bug relative to single line printing when using WriteHTMLCell() was fixed.
911 - Signature support were improved but is still experimental.
912 - Fonts Free and Dejavu were updated to latest versions.
913
914 4.6.021 (2009-07-20)
915 - Bug item #2824015 "XHTML Ampersand &amp; in hyperlink bug" was fixed.
916 - Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed.
917 - Links alignment on justified text was fixed.
918 - Unicode "\u" modifier was added to re_spaces variable by default.
919
920 4.6.020 (2009-07-16)
921 - Bug item #2821921 "issue in example 18" was fixed.
922 - Signature of SetRTL() method was changed.
923
924 4.6.019 (2009-07-13)
925 - Bug item #2820703 "xref table broken" was fixed.
926
927 4.6.018 (2009-07-10)
928 - Bug item #2819319 "Text over text" was fixed.
929 - Method Arrow() was added to print graphic arrows (example 12 was updated).
930
931 4.6.017 (2009-07-05)
932 - Bug item #2816079 "Example 48 not working" was fixed.
933 - The signature of the checkPageBreak() was changed. The parameter $addpage was added to turn off the automatic page creation.
934
935 4.6.016 (2009-06-16)
936 - 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}]/');
937 - The method _putinfo() now automatically fills the metadata with '?' in case of empty string.
938
939 4.6.015 (2009-06-11)
940 - Bug #2804667 "word wrap bug" was fixed.
941
942 4.6.014 (2009-06-04)
943 - Bug #2800931 "Table thead tag bug" was fixed.
944 - A bug related to <pre> tag was fixed.
945
946 4.6.013 (2009-05-28)
947 - List bullets position was fixed for RTL languages.
948
949 4.6.012 (2009-05-23)
950 - setUserRights() method doesn't work anymore unless you call the setSignature() method with the Adobe private key!
951
952 4.6.011 (2009-05-18)
953 - Signature of the Image() method was changed to include the new $fitbox parameter (see source code documentation).
954
955 4.6.010 (2009-05-17)
956 - 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.
957 - <tcpdf> tag indent problem was fixed.
958 - $y parameter was added to checkPageBreak() method.
959 - Bug n. 2791773 "writeHTML" was fixed.
960
961 4.6.009 (2009-05-13)
962 - xref table for embedded files was fixed.
963
964 4.6.008 (2009-05-07)
965 - setSignature() method was improved (but is still experimental).
966 - Example n. 52 was added.
967
968 4.6.007 (2009-05-05)
969 - Bug #2786685 "writeHtmlCell and <br /> in custom footer" was fixed.
970 - Table header repeating bug was fixed.
971 - Some newlines and tabs are now automatically removed from HTML strings.
972
973 4.6.006 (2009-04-28)
974 - Support for "<a name="...">...</a>" was added.
975 - By default TCPDF requires PCRE Unicode support turned on but now works also without it (with limited ability to detect some Unicode blank spaces).
976
977 4.6.005 (2009-04-25)
978 - Points (pt) conversion in getHTMLUnitToUnits() was fixed.
979 - Default tcpdf.pem certificate file was added.
980 - 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).
981
982 4.6.004 (2009-04-23)
983 - Method deletePage() was added to delete pages (see example n. 44).
984
985 4.6.003 (2009-04-21)
986 - The caching mechanism of the UTF8StringToArray() method was fixed.
987
988 4.6.002 (2009-04-20)
989 - Documentation of rollbackTransaction() method was fixed.
990 - The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method.
991 - HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()).
992 - WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1.
993
994 4.6.001 (2009-04-17)
995 - Spaces between HTML block tags are now automatically removed.
996 - The bug related to cMargin changes between tables was fixed.
997
998 4.6.000 (2009-04-16)
999 - WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
1000 zero coordinates for $x and $y are now valid coordinates;
1001 set $x and $y as empty strings to get the current value.
1002 - Some error caused by 'empty' funtion were fixed.
1003 - Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
1004 - HTML on footer bug was fixed.
1005 - The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
1006
1007 4.5.043 (2009-04-15)
1008 - Barcode class (barcode.php) was extended to include new linear barcode types (see example n. 27):
1009 C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9
1010 C39+ : CODE 39 with checksum
1011 C39E : CODE 39 EXTENDED
1012 C39E+ : CODE 39 EXTENDED + CHECKSUM
1013 C93 : CODE 93 - USS-93
1014 S25 : Standard 2 of 5
1015 S25+ : Standard 2 of 5 + CHECKSUM
1016 I25 : Interleaved 2 of 5
1017 I25+ : Interleaved 2 of 5 + CHECKSUM
1018 C128A : CODE 128 A
1019 C128B : CODE 128 B
1020 C128C : CODE 128 C
1021 EAN2 : 2-Digits UPC-Based Extention
1022 EAN5 : 5-Digits UPC-Based Extention
1023 EAN8 : EAN 8
1024 EAN13 : EAN 13
1025 UPCA : UPC-A
1026 UPCE : UPC-E
1027 MSI : MSI (Variation of Plessey code)
1028 MSI+ : MSI + CHECKSUM (modulo 11)
1029 POSTNET : POSTNET
1030 PLANET : PLANET
1031 RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
1032 KIX : KIX (Klant index - Customer index)
1033 IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200 (NOTE: requires BCMath PHP extension)
1034 CODABAR : CODABAR
1035 CODE11 : CODE 11
1036 PHARMA : PHARMACODE
1037 PHARMA2T : PHARMACODE TWO-TRACKS
1038
1039 4.5.042 (2009-04-15)
1040 - Method Write() was fixed for the strings containing only zero value.
1041
1042 4.5.041 (2009-04-14)
1043 - Barcode methods were fixed.
1044
1045 4.5.040 (2009-04-14)
1046 - Method Write() was fixed to handle empty strings.
1047
1048 4.5.039 (2009-04-11)
1049 - Support for linear barcodes was extended (see example n. 27 and barcodes.php documentation).
1050
1051 4.5.038 (2009-04-10)
1052 - Write() method was improved to support separators for Japanese, Korean, Chinese Traditional and Chinese Simplified.
1053
1054 4.5.037 (2009-04-09)
1055 - General performances were improved.
1056 - The signature of the method utf8Bidi() was changed.
1057 - The method UniArrSubString() was added.
1058 - Experimental support for 2D barcodes were added (see example n. 50 and 2dbarcodes.php class).
1059
1060 4.5.036 (2009-04-03)
1061 - TCPDF methods can be called inside the HTML code (see example n. 49).
1062 - All tag attributes, such as <p align="center"> must be enclosed within double quotes.
1063
1064 4.5.035 (2009-03-28)
1065 - Bug #2717436 "writeHTML rowspan problem (continued)" was fixed.
1066 - Bug #2719090 "writeHTML fix follow up" was fixed.
1067 - 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.
1068
1069 4.5.034 (2009-03-27)
1070 - Bug #2716914 "Bug writeHTML of a table in body and footer related with pb" was fixed.
1071 - Bug #2717056 ] "writeHTML problem when setting tr style" was fixed.
1072 - The signature of the Cell() method was changed.
1073
1074 4.5.033 (2009-03-27)
1075 - The support for rowspan/colspan on HTML tables was improved (see example n. 48).
1076
1077 4.5.032 (2009-03-23)
1078 - setPrintFooter(false) bug was fixed.
1079
1080 4.5.031 (2009-03-20)
1081 - Table header support was extended to multiple pages.
1082
1083 4.5.030 (2009-03-20)
1084 - thead tag is now supported on HTML tables (header rows are repeated after page breaks).
1085 - The startTransaction() was improved to autocommit.
1086 - List bullets now uses the foreground color (putHtmlListBullet()).
1087
1088 4.5.029 (2009-03-19)
1089 - The following methods were added to UNDO commands (see example 47): startTransaction(), commitTransaction(), rollbackTransaction().
1090 - All examples were updated.
1091
1092 4.5.028 (2009-03-18)
1093 - Bug #2690945 "List Bugs" was fixed.
1094 - HTML text alignment on lists was fixed.
1095 - The constant PDF_FONT_MONOSPACED was added to the configuration file to define the default monospaced font.
1096 - The following methods were fixed: getPageWidth(), getPageHeight(), getBreakMargin().
1097 - All examples were updated.
1098
1099 4.5.027 (2009-03-16)
1100 - Method getPageDimensions() was added to get page dimensions.
1101 - The signature of the following methos were changed: getPageWidth(), getPageHeight(), getBreakMargin().
1102 - _parsepng() method was fixed for PNG URL images (fread bug).
1103
1104 4.5.026 (2009-03-11)
1105 - Bug #2681793 affecting URL images with spaces was fixed.
1106
1107 4.5.025 (2009-03-10)
1108 - A small bug affecting hyphenation support was fixed.
1109 - The method SetDefaultMonospacedFont() was added to define the default monospaced font.
1110
1111 4.5.024 (2009-03-07)
1112 - The bug #2666493 was fixed "Footer corrupts document".
1113
1114 4.5.023 (2009-03-06)
1115 - The bug #2666688 was fixed "Rowspan in tables".
1116
1117 4.5.022 (2009-03-05)
1118 - The bug #2659676 was fixed "refer to #2157099 test 4 < BR > problem still not fixed".
1119 - addTOC() function bug was fixed.
1120
1121 4.5.020 (2009-03-03)
1122 - The following bug was fixed: "function removeSHY corrupts unicode".
1123
1124 4.5.019 (2009-02-28)
1125 - The problem of decimal separator using different locale was fixed.
1126 - The text hyphenation is now supported (see example n. 46).
1127
1128 4.5.018 (2009-02-26)
1129 - The _destroy() method was added to unset all class variables and frees memory.
1130 - Now it's possible to call Output() method multiple times.
1131
1132 4.5.017 (2009-02-24)
1133 - A minor bug that raises a PHP warning was fixed.
1134
1135 4.5.016 (2009-02-24)
1136 - Bug item #2631200 "getNumLines() counts wrong" was fixed.
1137 - Multiple attachments bug was fixed.
1138 - All class variables are now cleared on Output() for memory otpimization.
1139
1140 4.5.015 (2009-02-18)
1141 - Bug item #2612553 "function Write() must not break a line on &nbsp; character" was fixed.
1142
1143 4.5.014 (2009-02-13)
1144 - Bug item #2595015 "POSTNET Barcode Checksum Error" was fixed (on barcode.php).
1145 - Pagebreak bug for barcode was fixed.
1146
1147 4.5.013 (2009-02-12)
1148 - border attribute is now supported on HTML images (only accepts the same values accepted by Cell()).
1149
1150 4.5.012 (2009-02-12)
1151 - An error on image border feature was fixed.
1152
1153 4.5.011 (2009-02-12)
1154 - HTML links for images are now supported.
1155 - height attribute is now supported on HTML cells.
1156 - $border parameter was added to Image() and ImageEps() methods.
1157 - The method getNumLines() was added to estimate the number of lines required for the specified text.
1158
1159 4.5.010 (2009-01-29)
1160 - Bug n. 2546108 "BarCode Y position" was fixed.
1161
1162 4.5.009 (2009-01-26)
1163 - Bug n. 2538094 "Empty pdf file created" was fixed.
1164
1165 4.5.008 (2009-01-26)
1166 - setPage() method was fixed to correctly restore graphic states.
1167 - Source code was cleaned up for performances.
1168
1169 4.5.007 (2009-01-24)
1170 - checkPageBreak() and write1DBarcode() methods were fixed.
1171 - Source code was cleaned up for performances.
1172 - barcodes.php was updated.
1173
1174 4.5.006 (2009-01-23)
1175 - getHTMLUnitToPoints() method was replaced by getHTMLUnitToUnits() to fix HTML units bugs.
1176
1177 4.5.005 (2009-01-23)
1178 - Page closing bug was fixed.
1179
1180 4.5.004 (2009-01-21)
1181 - The access of convertHTMLColorToDec() method was changed to public
1182 - Fixed bug on UL tag.
1183
1184 4.5.003 (2009-01-19)
1185 - Fonts on different folders are now supported.
1186
1187 4.5.002 (2009-01-07)
1188 - addTOC() function was improved (see example n. 45).
1189
1190 4.5.001 (2009-01-04)
1191 - The signature of startPageGroup() function was changed.
1192 - Method Footer() was improved to automatically print page or page-group number (see example n. 23).
1193 - Protected method formatTOCPageNumber() was added to customize the format of page numbers on the Table Of Content.
1194 - The signature of addTOC() was changed to include the font used for page numbers.
1195
1196 4.5.000 (2009-01-03)
1197 - A new $diskcache parameter was added to class constructor to enable disk caching and reduce RAM memory usage (see example n. 43).
1198 - The method movePageTo() was added to move pages to previous positions (see example n. 44).
1199 - The methods getAliasNumPage() and getPageNumGroupAlias() were added to get the alias for page number (needed when using movepageTo()).
1200 - The methods addTOC() was added to print a Table Of Content (see example n. 45).
1201 - Imagick class constant was removed for better compatibility with PHP4.
1202 - All existing examples were updated and new examples were added.
1203
1204 4.4.009 (2008-12-29)
1205 - Examples 1 and 35 were fixed.
1206
1207 4.4.008 (2008-12-28)
1208 - Bug #2472169 "Unordered bullet size not adjusted for unit type" was fixed.
1209
1210 4.4.007 (2008-12-23)
1211 - Bug #2459935 "no unit conversion for header line" was fixed.
1212 - Example n. 42 for image alpha channel was added.
1213 - All examples were updated.
1214
1215 4.4.006 (2008-12-11)
1216 - Method setLIsymbol() was changed to reflect latest changes in HTML list handling.
1217
1218 4.4.005 (2008-12-10)
1219 - Bug item #2413870 "ordered list override value" was fixed.
1220
1221 4.4.004 (2008-12-10)
1222 - The protected method getHTMLUnitToPoints() was added to accept various HTML units of measure (em, ex, px, in, cm, mm, pt, pc, %).
1223 - The method intToRoman() was added to convert integer number to Roman representation.
1224 - Support fot HTML lists was improved: the CSS property list-style-type is now supported.
1225
1226 4.4.003 (2008-12-09)
1227 - Bug item #2412147 "Warning on line 3367" was fixed.
1228 - Method setHtmlLinksStyle() was added to set default HTML link colors and font style.
1229 - Method addHtmlLink() was changed to use color and style defined on the inline CSS.
1230
1231 4.4.002 (2008-12-09)
1232 - Borders on Multicell() were fixed.
1233 - Problem of Multicell() on Header function (Bug item #2407579) was fixed.
1234 - Problem on graphics tranformations applied to Multicell() was fixed.
1235 - Support for ImageMagick was added.
1236 - Width calculation for nested tables was fixed.
1237
1238 4.4.001 (2008-12-08)
1239 - Some missing core fonts were added on fonts directory.
1240 - CID0 fonts rendering was fixed.
1241 - HTML support was improved (<pre> and <tt> tags are now supported).
1242 - Bug item #2406022 "Left padding bug in MultiCell with maxh" was fixed.
1243
1244 4.4.000 (2008-12-07)
1245 - File attachments are now supported (see example n. 41).
1246 - Font functions were optimized to reduce document size.
1247 - makefont.php was updated.
1248 - Linux binaries were added on /fonts/utils
1249 - All fonts were updated.
1250 - $autopadding parameter was added to Multicell() to disable automatic padding features.
1251 - $maxh parameter was added to Multicell() and Write() to set a maximum height.
1252
1253 4.3.009 (2008-12-05)
1254 - Bug item #2392989 (Custom header + setlinewidth + cell border bug) was fixed.
1255
1256 4.3.008 (2008-12-05)
1257 - Bug item #2390566 "rect bug" was fixed.
1258 - File path was fixed for font embedded files.
1259 - SetFont() method signature was changed to include the font filename.
1260 - Some font-related methods were improved.
1261 - Methods getFontFamily() and getFontStyle() were added.
1262
1263 4.3.007 (2008-12-03)
1264 - PNG alpha channel is now supported (GD library is required).
1265 - AddFont() function now support custom font file path on $file parameter.
1266 - The default width variable ($dw) is now always defined for any font.
1267 - The 'Style' attribute on CID-0 fonts was removed because of protection bug.
1268
1269 4.3.006 (2008-12-01)
1270 - A regular expression on getHtmlDomArray() to find HTML tags was fixed.
1271
1272 4.3.005 (2008-11-25)
1273 - makefont.php was fixed.
1274 - Bug item #2339877 was fixed (false loop condition detected on WriteHTML()).
1275 - Bug item #2336733 was fixed (lasth value update on Multicell() when border and fill are disabled).
1276 - Bug item #2342303 was fixed (automatic page-break on Image() and ImageEPS()).
1277
1278 4.3.004 (2008-11-19)
1279 - Function _textstring() was fixed (bug 2309051).
1280 - All examples were updated.
1281
1282 4.3.003 (2008-11-18)
1283 - CID-0 font bug was fixed.
1284 - Some functions were optimized.
1285 - Function getGroupPageNoFormatted() was added.
1286 - Example n. 23 was updated.
1287
1288 4.3.002 (2008-11-17)
1289 - Bug item #2305518 "CID-0 font don't work with encryption" was fixed.
1290
1291 4.3.001 (2008-11-17)
1292 - Bug item #2300007 "download mimetype pdf" was fixed.
1293 - Double quotes were replaced by single quotes to improve PHP performances.
1294 - A bug relative to HTML cell borders was fixed.
1295
1296 4.3.000 (2008-11-14)
1297 - The function setOpenCell() was added to set the top/bottom cell sides to be open or closed when the cell cross the page.
1298 - A bug relative to list items indentation was fixed.
1299 - A bug relative to borders on HTML tables and Multicell was fixed.
1300 - A bug relative to rowspanned cells was fixed.
1301 - A bug relative to html images across pages was fixed.
1302
1303 4.2.009 (2008-11-13)
1304 - Spaces between li tags are now automatically removed.
1305
1306 4.2.008 (2008-11-12)
1307 - A bug relative to fill color on next page was fixed.
1308
1309 4.2.007 (2008-11-12)
1310 - The function setListIndentWidth() was added to set custom indentation widht for HTML lists.
1311
1312 4.2.006 (2008-11-06)
1313 - A bug relative to HTML justification was fixed.
1314
1315 4.2.005 (2008-11-06)
1316 - A bug relative to HTML justification was fixed.
1317 - The methods formatPageNumber() and PageNoFormatted() were added to format page numbers.
1318 - Default Footer() method was changed to use PageNoFormatted() instead of PageNo().
1319 - Example 6 was updated.
1320
1321 4.2.004 (2008-11-04)
1322 - Bug item n. 2217039 "filename handling improvement" was fixed.
1323
1324 4.2.003 (2008-10-31)
1325 - Font style bug was fixed.
1326
1327 4.2.002 (2008-10-31)
1328 - Bug item #2210922 (htm element br not work) was fixed.
1329 - Write() function was improved to support margin changes.
1330
1331 4.2.001 (2008-10-30)
1332 - setHtmlVSpace($tagvs) function was added to set custom vertical spaces for HTML tags.
1333 - writeHTML() function now support margin changes during execution.
1334 - Signature of addHTMLVertSpace() function is changed.
1335
1336 4.2.000 (2008-10-29)
1337 - htmlcolors.php was changed to support class-loaders.
1338 - ImageEps() function was improved in performances.
1339 - Signature of Link() And Annotation() functions were changed.
1340 - (Bug item #2198926) Links and Annotations alignment were fixed (support for geometric tranformations was added).
1341 - rowspan mode for HTML table cells was improved and fixed.
1342 - Booklet mode for double-sided pages was added; see SetBooklet() function and example n. 40.
1343 - lastPage() signature is changed.
1344 - Signature of Write() function is changed.
1345 - Some HTML justification problems were fixed.
1346 - Some functions were fixed to better support RTL mode.
1347 - Example n. 10 was changed to support RTL mode.
1348 - All examples were updated.
1349
1350 4.1.004 (2008-10-23)
1351 - unicode_data.php was changed to support class-loaders.
1352 - Bug item #2186040/2 (writeHTML margin problem) was fixed.
1353
1354 4.1.003 (2008-10-22)
1355 - Bug item #2185399 was fixed (rowspan and page break).
1356 - Bugs item #2186040 was fixed (writeHTML margin problem).
1357 - Newline after table was removed.
1358
1359 4.1.002 (2008-10-21)
1360 - Bug item #2184525 was fixed (rowspan on HTML cell).
1361
1362 4.1.001 (2008-10-21)
1363 - Support for "start" attribute was added to HTML ordered list.
1364 - unicode_data.php file was changed to include UTF-8 to ASCII table.
1365 - Some functions were modified to better support UTF-8 extensions to core fonts.
1366 - Support for images on HTML lists was improved.
1367 - Examples n. 1 and 6 were updated.
1368
1369 4.1.000 (2008-10-18)
1370 - Page-break bug using HTML content was fixed.
1371 - The "false" parameter was reintroduced to class_exists function on PHP5 version to avoid autoload.
1372 - addHtmlLink() function was improved to support internal links (i.e.: <a href="#23">link to page 23</a>).
1373 - Justification alignment is now supported on HTML (see example n. 39).
1374 - example_006.php was updated.
1375
1376 4.0.033 (2008-10-13)
1377 - Bug n. 2157099 was fixed.
1378 - SetX() and SetY() functions were improved.
1379 - SetY() includes a new parameter to avoid the X reset.
1380
1381 4.0.032 (2008-10-10)
1382 - Bug n. 2156926 was fixed (bold, italic, underlined, linethrough).
1383 - setStyle() method was removed.
1384 - Configuration file was changed to use helvetica (non-unicode) font by default.
1385 - The use of mixed font types was improved.
1386 - All examples were updated.
1387
1388 4.0.031 (2008-10-09)
1389 - _putannots() and _putbookmarks() links alignments were fixed.
1390
1391 4.0.030 (2008-10-07)
1392 - _putbookmarks() function was fixed.
1393 - _putannots() was fixed to include internal links.
1394
1395 4.0.029 (2008-09-27)
1396 - Infinite loop bug was fixed [Bug item #130309].
1397 - Multicell() problem on Header() was fixed.
1398
1399 4.0.028 (2008-09-26)
1400 - setLIsymbol() was added to set the LI symbol used on UL lists.
1401 - Missing $padding and $encryption_key variables declarations were added [Bug item #2129058].
1402
1403 4.0.027 (2008-09-19)
1404 - Bug #2118588 "Undefined offset in tcpdf.php on line 9581" was fixed.
1405 - arailunicid0.php font was updated.
1406 - The problem of javascript form fields duplication after saving was fixed.
1407
1408 4.0.026 (2008-09-17)
1409 - convertHTMLColorToDec() function was improved to support rgb(RR,GG,BB) notation.
1410 - 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
1411 - Example n. 6 was updated.
1412
1413 4.0.025 (2008-09-15)
1414 - _putcidfont0 function was improved to include CJK fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
1415 - arialunicid0 font was added (see the new example n. 38).
1416 - The following Unicode to CID-0 tables were added on fonts folder: uni2cid_ak12.php, uni2cid_aj16.php, uni2cid_ag15.php, uni2cid_ac15.php.
1417
1418 4.0.024 (2008-09-12)
1419 - "stripos" function was replaced with "strpos + strtolower" for backward compatibility with PHP4.
1420 - support for Spot Colors were added. Check the new example n. 37 and the following new functions:
1421 AddSpotColor()
1422 SetDrawSpotColor()
1423 SetFillSpotColor()
1424 SetTextSpotColor()
1425 _putspotcolors()
1426 - Bookmark() function was improved to fix wrong levels.
1427 - $lasth changes after header/footer calls were fixed.
1428
1429 4.0.023 (2008-09-05)
1430 - Some HTML related problems were fixed.
1431 - Image alignment on HTML was changed, now it always defaults to the normal mode (see example_006.php).
1432
1433 4.0.022 (2008-08-28)
1434 - Line height on HTML was fixed.
1435 - Image inside an HTML cell problem was fixed.
1436 - A new "zarbold" persian font was added.
1437
1438 4.0.021 (2008-08-24)
1439 - HTTP headers were fixed on Output function().
1440 - getAliasNbPages() and getPageGroupAlias() functions were changed to support non-unicode fonts on unicode documents.
1441 - Function Write() was fixed.
1442 - The problem of additional vertical spaces on HTML was fixed.
1443 - The problem of frame around HTML links was fixed.
1444
1445 4.0.020 (2008-08-15)
1446 - "[2052259] WriteHTML <u> & <b>" bug was fixed.
1447
1448 4.0.019 (2008-08-13)
1449 - "Rowspan on first cell" bug was fixed.
1450
1451 4.0.018 (2008-08-08)
1452 - Default cellpadding for HTML tables was fixed.
1453 - Annotation() function was added to support some PDF annotations (see example_036.php and section 8.4 of PDF reference 1.7).
1454 - HTML links are now correclty shifted during line alignments.
1455 - function getAliasNbPages() was added and Footer() was updated.
1456 - RowSpan mode for HTML tables was fixed.
1457 - Bugs item #2043610 "Multiple sizes vertical align wrong" was fixed.
1458 - ImageEPS() function was improved and RTL alignment was fixed (see example_032.php).
1459
1460 4.0.017 (2008-08-05)
1461 - Missing CNZ and CEO style modes were added to Rect() function.
1462 - Fonts utils were updated to include support for OpenType fonts.
1463 - getLastH() function was added.
1464
1465 4.0.016 (2008-07-30)
1466 - setPageMark() function was added. This function must be called after calling Image() function for a background image.
1467
1468 4.0.015 (2008-07-29)
1469 - Some functions were changed to support different page formats (see example_028.php).
1470 - The signature of setPage() function is changed.
1471
1472 4.0.014 (2008-07-29)
1473 - K_PATH_MAIN calculation on tcpdf_config.php was fixed.
1474 - HTML support for EPS/AI images was added (see example_006.php).
1475 - Bugs item #2030807 "Truncated text on multipage html fields" was fixed.
1476 - PDF header bug was fixed.
1477 - helvetica was added as default font family.
1478 - Stroke mode was fixed on Text function.
1479 - several minor bugs were fixed.
1480
1481 4.0.013 (2008-07-27)
1482 - Bugs item #2027799 " Big spaces between lines after page break" was fixed.
1483 - K_PATH_MAIN calculation on tcpdf_config.php was changed.
1484 - Function setVisibility() was fixed to avoid the "Incorrect PDEObject type" error message.
1485
1486 4.0.012 (2008-07-24)
1487 - Addpage(), Header() and Footer() functions were changed to simplify the implementation of external header/footer functions.
1488 - The following functions were added:
1489 setHeader()
1490 setFooter()
1491 getImageRBX()
1492 getImageRBY()
1493 getCellHeightRatio()
1494 getHeaderFont()
1495 getFooterFont()
1496 getRTL()
1497 getBarcode()
1498 getHeaderData()
1499 getHeaderMargin()
1500 getFooterMargin()
1501
1502 4.0.011 (2008-07-23)
1503 - Font support was improved.
1504 - The folder /fonts/utils contains new utilities and instructions for embedd font files.
1505 - Documentation was updated.
1506
1507 4.0.010 (2008-07-22)
1508 - HTML tables were fixed to work across pages.
1509 - Header() and Footer() functions were updated to preserve previous settings.
1510 - example_035.php was added.
1511
1512 4.0.009 (2008-07-21)
1513 - UTF8StringToArray() function was fixed for non-unicode mode.
1514
1515 4.0.008 (2008-07-21)
1516 - Barcodes alignment was fixed (see example_027.php).
1517 - unicode_data.php was updated.
1518 - Arabic shaping for "Zero-Width Non-Joiner" character (U+200C) was fixed.
1519
1520 4.0.007 (2008-07-18)
1521 - str_split was replaced by preg_split for compatibility with PHP4 version.
1522 - Clipping mode was added to all graphic functions by using parameter $style = "CNZ" or "CEO" (see example_034.php).
1523
1524 4.0.006 (2008-07-16)
1525 - HTML rowspan bug was fixed.
1526 - Line style for MultiCell() was fixed.
1527 - WriteHTML() function was improved.
1528 - CODE128C barcode was fixed (barcodes.php).
1529
1530 4.0.005 (2008-07-11)
1531 - Bug [2015715] "PHP Error/Warning" was fixed.
1532
1533 4.0.004 (2008-07-09)
1534 - HTML cell internal padding was fixed.
1535
1536 4.0.003 (2008-07-08)
1537 - Removed URL encoding when F option is selected on Output() function.
1538 - fixed some minor bugs in html tables.
1539
1540 4.0.002 (2008-07-07)
1541 - Bug [2000861] was still unfixed and has been fixed.
1542
1543 4.0.001 (2008-07-05)
1544 - Bug [2000861] was fixed.
1545
1546 4.0.000 (2008-07-03)
1547 - THIS IS A MAIN RELEASE THAT INCLUDES SEVERAL NEW FEATURES AND BUGFIXES
1548 - Signature fo SetTextColor() and SetFillColor() functions was changed (parameter $storeprev was removed).
1549 - HTML support was completely rewritten and improved (see example 6).
1550 - Alignments parameters were fixed.
1551 - Functions GetArrStringWidth() and GetStringWidth() now include font parameters.
1552 - Fonts support was improved.
1553 - All core fonts were replaced and moved to fonts/ directory.
1554 - The following functions were added: getMargins(), getFontSize(), getFontSizePt().
1555 - File config/tcpdf_config_old.php was renamed tcpdf_config_alt.php and updated.
1556 - Multicell and WriteHTMLCell fill function was fixed.
1557 - Several minor bugs were fixed.
1558 - barcodes.php was updated.
1559 - All examples were updated.
1560
1561 ------------------------------------------------------------
1562
1563 3.1.001 (2008-06-13)
1564 - Bug [1992515] "K_PATH_FONTS default value wrong" was fixed.
1565 - Vera font was removed, DejaVu font and Free fonts were updated.
1566 - Image handling was improved.
1567 - All examples were updated.
1568
1569 3.1.000 (2008-06-11)
1570 - setPDFVersion() was added to change the default PDF version (currently 1.7).
1571 - setViewerPreferences() was added to control the way the document is to be presented on the screen or printed (see example 29).
1572 - SetDisplayMode() signature was changed (new options were added).
1573 - LinearGradient(), RadialGradient(), CoonsPatchMesh() functions were added to print various color gradients (see example 30).
1574 - PieSector() function was added to render render pie charts (see example 31).
1575 - ImageEps() was added to display EPS and AI images with limited support (see example 32).
1576 - writeBarcode() function is now depracated, a new write1DBarcode() function was added. The barcode directory was removed and a new barcodes.php file was added.
1577 - 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.
1578 - HTML lists were improved and could be nested (you may now represent trees).
1579 - AddFont() bug was fixed.
1580 - _putfonts() bug was fixed.
1581 - graphics functions were fixed.
1582 - unicode_data.php file was updated (fixed).
1583 - almohanad font was updated.
1584 - example 18 was updated (Farsi and Arabic languages).
1585 - source code cleanup.
1586 - All examples were updated and new examples were added.
1587
1588 3.0.015 (2008-06-06)
1589 - AddPage() function signature is changed to include page format.
1590 - example 28 was added to show page format changes.
1591 - setPageUnit() function was added to change the page units of measure.
1592 - setPageFormat() function was added to change the page format and orientation between pages.
1593 - setPageOrientation() function was added to change the page orientation.
1594 - Arabic font shaping was fixed for laa letter and square boxes (see the example 18).
1595
1596 3.0.014 (2008-06-04)
1597 - Arabic font shaping was fixed.
1598 - setDefaultTableColumns() function was added.
1599 - $cell_height_ratio variable was added.
1600 - setCellHeightRatio() function was added to define the default height of cell repect font height.
1601
1602 3.0.013 (2008-06-03)
1603 - Multicell height parameter was fixed.
1604 - Arabic font shaping was improved.
1605 - unicode_data.php was updated.
1606
1607 3.0.012 (2008-05-30)
1608 - K_PATH_MAIN and K_PATH_URL constants are now automatically set on config file.
1609 - DOCUMENT_ROOT constant was fixed for IIS Webserver (config file was updated).
1610 - Arabic font shaping was improved.
1611 - TranslateY() function was fixed (bug [1977962]).
1612 - setVisibility() function was fixed.
1613 - writeBarcode() function was fixed to scale using $xref parameter.
1614 - All examples were updated.
1615
1616 3.0.011 (2008-05-23)
1617 - CMYK color support was added to all graphic functions.
1618 - HTML table support was improved:
1619 -- now it's possible to include additional html tags inside a cell;
1620 -- colspan attribute was added.
1621 - example 006 was updated.
1622
1623 3.0.010 (2008-05-21)
1624 - fixed $laa_array inclusion on utf8Bidi() function.
1625
1626 3.0.009 (2008-05-20)
1627 - unicode_data.php was updated.
1628 - Arabic laa letter problem was fixed.
1629
1630 3.0.008 (2008-05-12)
1631 - Arabic support was fixed and improved (unicode_data.php was updated).
1632 - Polycurve() function was added to draw a poly-Bezier curve.
1633 - list items alignment was fixed.
1634 - example 6 was updated.
1635
1636 3.0.007 (2008-05-06)
1637 - Arabic support was fixed and improved.
1638 - AlMohanad (arabic) font was added.
1639 - C128 barcode bugs were fixed.
1640
1641 3.0.006 (2008-04-21)
1642 - Condition to check negative width values was added.
1643
1644 3.0.005 (2008-04-18)
1645 - back-Slash character escape was fixed on writeHTML() function.
1646 - Exampe 6 was updated.
1647
1648 3.0.004 (2008-04-11)
1649 - Bug [1939304] (Right to Left Issue) was fixed.
1650
1651 3.0.003 (2008-04-07)
1652 - Bug [1934523](Words between HTML tags in cell not kept on one line) was fixed.
1653 - "face" attribute of "font" tag is now fully supported.
1654
1655 3.0.002 (2008-04-01)
1656 - Write() functions now return the number of cells and not the number of lines.
1657 - TCPDF is released under LGPL 2.1, or any later version.
1658
1659 3.0.001 (2008-05-28)
1660 - _legacyparsejpeg() and _legacyparsepng() were renamed _parsejpeg() and _parsepng().
1661 - function writeBarcode() was fixed.
1662 - all examples were updated.
1663 - example 27 was added to show various barcodes.
1664
1665 3.0.000 (2008-03-27)
1666 - private function pixelsToMillimeters() was changed to public function pixelsToUnits() to fix html image size bug.
1667 - Image-related functions were rewritten.
1668 - resize parameter was added to Image() signature to reduce the image size and fit width and height (see example 9).
1669 - TCPDF now supports all images supported by GD library: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM.
1670 - CMYK support was added to SetDrawColor(), SetFillColor(), SetTextColor() (see example 22).
1671 - Page Groups were added (see example 23).
1672 - setVisibility() function was added to restrict the rendering of some elements to screen or printout (see example 24).
1673 - All private variables and functions were changed to protected.
1674 - setAlpha() function was added to give transparency support for all objects (see example 25).
1675 - Clipping and stroke modes were added to Text() function (see example 26).
1676 - All examples were moved to "examples" directory.
1677 - function setJPEGQuality() was added to set the JPEG image comrpession (see example 9).
1678
1679 2.9.000 (2008-03-26)
1680 - htmlcolors.php file was added to include html colors.
1681 - Support for HTML color names and three-digit hexadecimal color codes was added.
1682 - private function convertColorHexToDec() was renamed convertHTMLColorToDec().
1683 - color and bgcolor attributes are now supported on all HTML tags (color nesting is also supported).
1684 - Write() function were fixed.
1685 - example_006.php was updated.
1686 - private function setUserRights() was added to release user rights on Acrobat Reader (this allows to display forms, see example 14)
1687
1688 2.8.000 (2008-03-20)
1689 - Private variables were changed to protected.
1690 - Function Write() was fixed and improved.
1691 - Support for dl, dt, dd, del HTML tags was introduced.
1692 - Line-trought mode was added for HTML and text.
1693 - Text vertical alignment on cells were fixed.
1694 - Examples were updated to reflect changes.
1695
1696 2.7.002 (2008-03-13)
1697 - Bug "[1912142] Encrypted PDF created/modified date" was fixed.
1698
1699 2.7.001 (2008-03-10)
1700 - Cell justification was fixed for non-unicode mode.
1701
1702 2.7.000 (2008-03-09)
1703 - Cell() stretching mode 4 (forced character spacing) was fixed.
1704 - writeHTMLCell() now uses Multicell() to write.
1705 - Multicell() has a new parameter $ishtml to act as writeHTMLCell().
1706 - Write() speed was improved for non-arabic strings.
1707 - Example n. 20 was changed.
1708
1709 2.6.000 (2008-03-07)
1710 - various alignments bugs were fixed.
1711
1712 2.5.000 (2008-03-07)
1713 - Several bugs were fixed.
1714 - example_019.php was added to test non-unicode mode using old fonts.
1715
1716 2.4.000 (2008-03-06)
1717 - RTL support was deeply improved.
1718 - GetStringWidth() was fixed to support RTL languages.
1719 - Text() RTL alignment was fixed.
1720 - Some functions were added: GetArrStringWidth(), GetCharWidth(), uniord(), utf8Bidi().
1721 - example_018.php was added and test_unicode.php was removed.
1722
1723 2.3.000 (2008-03-05)
1724 - MultiCell() signature is changed. Now support multiple columns across pages (see example_017).
1725 - Write() signature is changed. Now support the cell mode to be used with MultiCell.
1726 - Header() and Footer() were changed.
1727 - The following functions were added: UTF8ArrSubString() and unichr().
1728 - Examples were updated to reflect last changes.
1729
1730 2.2.004 (2008-03-04)
1731 - Several examples were added.
1732 - AddPage() Header() and Footer() were fixed.
1733 - Documentation is now available on http://www.tcpdf.org
1734
1735 2.2.003 (2008-03-03)
1736 - [1894853] Performance of MultiCell() was improved.
1737 - RadioButton and ListBox functions were added.
1738 - 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.
1739
1740 2.2.002 (2008-02-28)
1741 - [1900495] html images path was fixed.
1742 - Legacy image functions were reintroduced to allow PNG and JPEG support without GD library.
1743
1744 2.2.001 (2008-02-16)
1745 - The bug "[1894700] bug with replace relative path" was fixed
1746 - Justification was fixed
1747
1748 2.2.000 (2008-02-12)
1749 - fixed javascript bug introduced with latest release
1750
1751 2.1.002 (2008-02-12)
1752 - Justify function was fixed on PHP4 version.
1753 - Bookmank function was added ([1578250] Table of contents).
1754 - Javascript and Form fields support was added ([1796359] Form fields).
1755
1756 2.1.001 (2008-02-10)
1757 - The bug "[1885776] Race Condition in function justitfy" was fixed.
1758 - The bug "[1890217] xpdf complains that pdf is incorrect" was fixed.
1759
1760 2.1.000 (2008-01-07)
1761 - FPDF_FONTPATH constant was changed to K_PATH_FONTS on config file
1762 - Bidirectional Algorithm to correctly reverse bidirectional languages was added.
1763 - SetLeftMargin, SetTopMargin, SetRightMargin functions were fixed.
1764 - SetCellPadding function was added.
1765 - writeHTML was updated with new parameters.
1766 - Text function was fixed.
1767 - MultiCell function was fixed, now works also across multiple pages.
1768 - Line width was fixed on Header and Footer functions and <hr> tag.
1769 - "GetImageSize" was renamed "getimagesize".
1770 - Document version was changed from 1.3 to 1.5.
1771 - _begindoc() function was fixed.
1772 - ChangeDate was fixed and ModDate was added.
1773 - The following functions were added:
1774 setPage() : Move pointer to the specified document page.
1775 getPage() : Get current document page number.
1776 lastpage() : Reset pointer to the last document page.
1777 getNumPages() : Get the total number of inserted pages.
1778 GetNumChars() : count the number of (UTF-8) characters in a string.
1779 - $stretch parameter was added to Cell() function to fit text on cell:
1780 0 = disabled
1781 1 = horizontal scaling only if necessary
1782 2 = forced horizontal scaling
1783 3 = character spacing only if necessary
1784 4 = forced character spacing
1785 - Line function was fixed for RTL.
1786 - Graphic transformation functions were added [1811158]:
1787 StartTransform()
1788 StopTransform()
1789 ScaleX()
1790 ScaleY()
1791 ScaleXY()
1792 Scale()
1793 MirrorH()
1794 MirrorV()
1795 MirrorP()
1796 MirrorL()
1797 TranslateX()
1798 TranslateY()
1799 Translate()
1800 Rotate()
1801 SkewX()
1802 SkewY()
1803 Skew()
1804 - Graphic function were added/updated [1688549]:
1805 SetLineStyle()
1806 _outPoint()
1807 _outLine()
1808 _outRect()
1809 _outCurve()
1810 Line()
1811 Rect()
1812 Curve
1813 Ellipse
1814 Circle
1815 Polygon
1816 RegularPolygon
1817
1818 2.0.000 (2008-01-04)
1819 - 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.
1820 - setRTL($enable) method was added to manually enable/disable the RTL text direction.
1821 - 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.
1822 - RC4 40bit encryption was added. Check the SetProtection method.
1823 - [1815213] Improved image support for GIF, JPEG, PNG formats.
1824 - [1800094] Attribute "value" was added to ordered list items <li>.
1825 - 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:
1826 T: top-right for LTR or top-left for RTL
1827 M: middle-right for LTR or middle-left for RTL
1828 B: bottom-right for LTR or bottom-left for RTL
1829 N: next line
1830 - Attribute "align" was added to <img> html tag to set the above image "align" parameter. Possible values are:
1831 top: top-right for LTR or top-left for RTL
1832 middle: middle-right for LTR or middle-left for RTL
1833 bottom: bottom-right for LTR or bottom-left for RTL
1834 - [1798103] newline was added after </ul>, </ol> and </p> tages.
1835 - [1816393] Documentation was updated.
1836 - 'ln' parameter was fixed on writeHTMLCell. Now it's possible to print two or more columns across several pages;
1837 - The method lastPage() was added to move the pointer on the last page;
1838
1839 ------------------------------------------------------------
1840
1841 1.53.0.TC034 (2007-07-30)
1842 - fixed htmlentities conversion.
1843 - MultiCell() function returns the number of cells.
1844
1845 1.53.0.TC033 (2007-07-30)
1846 - fixed bug 1762550: case sensitive for font files
1847 - NOTE: all fonts files names must be in lowercase!
1848
1849 1.53.0.TC032 (2007-07-27)
1850 - setLastH method was added to resolve bug 1689071.
1851 - all fonts names were converted in lowercase (bug 1713005).
1852 - bug 1740954 was fixed.
1853 - justification was added as Cell option.
1854
1855 1.53.0.TC031 (2007-03-20)
1856 - ToUnicode CMap were added on _puttruetypeunicode function. Now you may search and copy unicode text.
1857
1858 1.53.0.TC030 (2007-03-06)
1859 - fixed bug on PHP4 version.
1860
1861 1.53.0.TC029 (2007-03-06)
1862 - DejaVu Fonts were added.
1863
1864 1.53.0.TC028 (2007-03-03)
1865 - MultiCell function signature were changed: the $ln parameter were added. Check documentation for further information.
1866 - Greek language were added on example sentences.
1867 - setPrintHeader() and setPrintFooter() functions were added to enable or disable page header and footer.
1868
1869 1.53.0.TC027 (2006-12-14)
1870 - $attr['face'] bug were fixed.
1871 - K_TCPDF_EXTERNAL_CONFIG control where introduced on /config/tcpdf_config.php to use external configuration files.
1872
1873 1.53.0.TC026 (2006-10-28)
1874 - writeHTML function call were fixed on examples.
1875
1876 1.53.0.TC025 (2006-10-27)
1877 - Bugs item #1421290 were fixed (0D - 0A substitution in some characters)
1878 - Bugs item #1573174 were fixed (MultiCell documentation)
1879
1880 1.53.0.TC024 (2006-09-26)
1881 - getPageHeight() function were fixed (bug 1543476).
1882 - fixed missing breaks on closedHTMLTagHandler function (bug 1535263).
1883 - fixed extra spaces on Write function (bug 1535262).
1884
1885 1.53.0.TC023 (2006-08-04)
1886 - paths to barcode directory were fixed.
1887 - documentation were updated.
1888
1889 1.53.0.TC022 (2006-07-16)
1890 - fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists()
1891
1892 1.53.0.TC021 (2006-07-01)
1893 - HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support)
1894
1895 1.53.0.TC020 (2006-06-23)
1896 - code cleanup
1897
1898 1.53.0.TC019 (2006-05-21)
1899 - fixed <strong> and <em> closing tags
1900
1901 1.53.0.TC018 (2006-05-18)
1902 - fixed font names bug
1903
1904 1.53.0.TC017 (2006-05-18)
1905 - the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder.
1906 - new free unicode fonts were included on /fonts/freefont.
1907 - test_unicode.php example were exended.
1908 - parameter $fill were added on Write, writeHTML and writeHTMLCell functions.
1909 - documentation were updated.
1910
1911 1.53.0.TC016 (2006-03-09)
1912 - fixed closing <strong> tag on html parser.
1913
1914 1.53.0.TC016 (2005-08-28)
1915 - fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class).
1916 - fixed problem when mb_internal_encoding is set.
1917
1918 1.53.0.TC014 (2005-05-29)
1919 - fixed WriteHTMLCell new page issue.
1920
1921 1.53.0.TC013 (2005-05-29)
1922 - fixed WriteHTMLCell across pages.
1923
1924 1.53.0.TC012 (2005-05-29)
1925 - font color attribute bug were fixed.
1926
1927 1.53.0.TC011 (2005-03-31)
1928 - SetFont function were fixed (thank Sjaak Lauwers for bug notice).
1929
1930 1.53.0.TC010 (2005-03-22)
1931 - the html functions were improved (thanks to Manfred Vervuert for bug reporting).
1932
1933 1.53.0.TC009 (2005-03-19)
1934 - a wrong reference to convertColorHexToDec were fixed.
1935
1936 1.53.0.TC008 (2005-02-07)
1937 - removed some extra bytes from PHP files.
1938
1939 1.53.0.TC007 (2005-01-08)
1940 - fill attribute were removed from writeHTMLCell method.
1941
1942 1.53.0.TC006 (2005-01-08)
1943 - the documentation were updated.
1944
1945 1.53.0.TC005 (2005-01-05)
1946 - Steven Wittens's unicode methods were removed.
1947 - All unicode methods were rewritten from scratch.
1948 - TCPDF is now licensed as LGPL.
1949
1950 1.53.0.TC004 (2005-01-04)
1951 - this changelog were added.
1952 - removed commercial fonts for licensing issue.
1953 - Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
1954 - Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
1955
1956 EOF --------------------------------------------------------
1957