~ubuntu-branches/ubuntu/saucy/phpmyadmin/saucy-proposed

« back to all changes in this revision

Viewing changes to libraries/tcpdf/CHANGELOG.TXT

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2012-02-14 19:25:33 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20120214192533-fhjisornt2d9ycxg
Tags: 4:3.4.10-1
* New upstream release.
  + Fixes ODS import (closes: #593621)
* Update reference to compressed README.Debian (closes: #656664)

Show diffs side-by-side

added added

removed removed

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