Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
6.8.2 (2025-01-26)
2
	- Fix some annotation flags values.
3
	- Remove examples from packaging.
4
 
5
6.8.1 (2025-01-26) - UNTAGGED
6
	- Check relative paths on SVG images.
7
 
8
6.8.0 (2024-12-23)
9
	- Requires PHP 7.1+ and curl extension.
10
	- Escape error message.
11
	- Use strict time-constant function to compare TCPDF-tag hashes.
12
	- Add K_CURLOPTS config array to set custom cURL options (NOTE: some defaults have changed).
13
	- Add some addTTFfont fixes from tc-lib-pdf-font.
14
 
15
6.7.8 (2024-12-13)
16
	- Improve SVG detection by checking for (mandatory) namespace.
17
	- Use late state binding now that minimum PHP version is 5.5.
18
 
19
6.7.7 (2024-10-26)
20
	- Update regular expression to avoid ReDoS (CVE-2024-22641)
21
	- [PHP 8.4] Fix: Curl CURLOPT_BINARYTRANSFER deprecated #675
22
	- SVG detection fix for inline data images #646
23
	- Fix count svg #647
24
	- Since the version 6.7.4, the "0" is considered like empty string and not displayed
25
	- Fixed handling of transparency in PDF/A mode in addExtGState method
26
	- Encrypt /DA string when document is encrypted
27
	- Improve quality of generated seed, avoid potential security pitfall
28
	- Try to use random_bytes() first if it's available
29
	- Do not include the server parameters in the generated seed, as they might contain sensitive data
30
	- Fix bug on _getannotsrefs when there are empty signature appearances but not other annot on a page
31
	- Fix SVG coordinate parser that caused drawing artifacts
32
	- Remove usage of xml_set_object() function
33
 
34
6.7.6 (2024-10-06)
35
	- Forbid access to parent folder in HTML images.
36
 
37
6.7.5 (2024-04-20)
38
	- Update GitHub actions
39
	- fix: CSV-2024-22640 (#712)
40
 
41
6.7.4 (2024-03-24)
42
	- Upgrade tcpdf tag encryption algorithm.
43
	- Fix regression issue #699.
44
	- Fix security issue.
45
	- [BREAKING CHANGE] The tcpdf HTML tag syntax has changed, see example_049.php.
46
	- New K_ALLOWED_TCPDF_TAGS configuration constant to set the allowed methods for the tcdpf HTML tag.
47
	- Raised minimum PHP version to PHP 5.5.0.
48
 
49
6.6.5 (2023-09-02)
1 efrain 50
	- Fix corrupted file.
51
	- Fix GitHub automation tests.
52
	- Fix SPDX license ID (#591)
53
	- Fix warning "array offset on value of type null" (#620)
54
	- Improve the README about the status of this library (#589)
55
	- Fix deprecation warning with PHP 8.1 (#614)
56
	- Fixes for PHP 8.2 in tcpdf_fonts.php (#632)
57
	- Fix some php 8+ edge cases (#630)
58
	- Fix composite glyph output (#581)
59
	- Fix "access array offset on value of type bool" with PDF/A (#583)
60
	- Fix non-numeric value warning (#627)
61
	- Fix issues with S25 barcode (#611)
62
	- Fix return type annotations (#613)
63
	- Fix some inconsistencies in type hints (#598)
64
 
65
6.6.2 (2022-12-17)
66
	- Ensure pregSplit return type is always array.
67
	- Add ability to run tests on various operating systems (#566)
68
	- Avoid a deprecated error from PHP8.1 (#573)
69
 
70
6.6.1 (2022-12-12)
71
	- Add PHPStan and fix level 1 errors (#307)
72
 
73
6.6.0 (2022-12-06)
74
	- Multi-byte character support for filename during output (#561). (#562)
75
	- Fix garbage collection (#509)
76
	- FIX: PDF417 corrupt output problem, solution set bcmath scale parameter to zero (#534)
77
	- Fix TypeError: count() in PHP8 (#556)
78
	- Fix-getHTMLFontUnits (#547)
79
	- Improved embedded image in HTML allowing src="data:..." format (#552)
80
	- Fix image abscissa when in RTL (#510)
81
	- fix: php 8.1 notices (#548)
82
	- Optimize PNG files (#563)
83
	- Update documentation for a known issue. (#569)
84
	- Fix for PHP 8.1 (#571)
85
 
86
6.5.0 (2022-08-12)
87
	- encodeUrlQuery takes into account the port (#493)
88
	- Fixing undefined offset error in writeHTML() when last DOM element ha…
89
	- correct some type hints (#495)
90
	- fix: php 8.1 notices (#481)
91
	- Fixed: null check for PHP 8.1 (#476)
92
	- Fix Infinite Loop in Multicell with Auto Page Breaks Off (#473)
93
	- GetCssBorderStyle Has Problem When !important Is Specified (#467)
94
	- Support Apache 2.4 directives in htaccess file (#530)
95
	- Remove examples from dist package (#542)
96
 
97
6.4.4 (2021-12-31)
98
	- PHP 8.1 fixes
99
 
100
6.4.3 (2021-12-28)
101
	- Fix MultiCell PHPDoc typehint (#407)
102
	- Fix type hint for \TCPDF_STATIC::_freadint (#414)
103
	- Footer and Header font phpdoc fixes + constructor $pdfa phpdoc fix + setHeaderData lw param fix (#402)
104
	- Fix text-annotation state options (#412)
105
	- Fix - Named links have been broken. This fixes. (#415)
106
	- Fixed type in comment for $lw header image logo width in mm
107
	- Change Set to set. Fixes #419 (#421)
108
	- Fix failing tests and failing tests not marking exit code as 1 (#426)
109
	- Fix phpdoc and prefer null as default value (#444)
110
	- Run on PHP 8.1 normally and add nightly PHP as allowed to fail (#452)
111
	- Fix AES128 encryption if the OpenSSL extension is installed (#453)
112
	- Explicitly cast values to int for imagesetpixel (#460)
113
	- Fix cell_height_ratio type (#405)
114
	- Leave   lowercase when using text-transform (#403)
115
 
116
6.4.2 (2021-07-20)
117
	- Fix PHP 8.1 type error with TCPDF_STATIC::pregSplit on preg_split
118
	- Fix a PHP array offset error
119
	- Fixed phpdoc blocks
120
	- Drop a PHP 4 polyfill and add a .gitattributes file
121
	- Added a test-suite
122
	- Removed pointless assignments
123
	- Fix docblock spelling error
124
	- Update version info
125
	- Fix color being filled to type 0 with PHP 8
126
	- Fix warnings for undefined tags for $lineStyle
127
	- Normalized composer.json
128
	- Allowed transparency in PDF/A-2 and PDF/A-3
129
	- Add a TCPDF composer example
130
	- Fixed implicit conversion from float to int for PHP 8.1
131
	- Removed status.txt from font directories, because of filesize
132
	- Fixed type hints
133
	- Removed "U" modifier from regexes
134
 
135
6.4.1 (2021-03-27)
136
	- Update tcpdf version (no code changes)
137
 
138
6.4.0 (2021-03-27)
139
	- allow styles on <HR> tags
140
	- check if file exists before calling unlink
141
	- Fix image file type for urls with query params
142
	- Fix SVGPath should accept 1.19.30 (equiv 1.19,.30) compacted values list
143
	- Fix Second parameter of TCPDF::cell() must be a number
144
	- PHP 8.0 function signature fixes
145
	- Fix vulnerability to roman numeral bombs
146
	- Optimized a regular expression
147
	- Cache file get contents calls
148
	- Remove mb_internal encoding handling
149
 
150
6.3.5 (2020-02-14)
151
	- Fixed curly braces in pdf417
152
	- Fixed a syntax error issue when accessing an index of a casted variable
153
 
154
6.3.4 (2020-02-12)
155
	- Check if imagekeys exist
156
	- Unlink only images in cache
157
 
158
6.3.3 (2020-02-12)
159
	- Fixed PHP 7.4 - cannot use array offset on integers
160
	- Fixed PDF/A-3B validation issue caused by missing pdfaSchema:property.
161
	- Removed backup changelog files from repo
162
	- Prevents the deletion of non-existent files in /tmp
163
	- Prevent crash in case of no list access in cache path
164
	- Check existence of file before delete it
165
	- Fixed erase users pictures
166
	- Fixed problem with $imagekeys undefined or unlinked
167
	- Fix SVGPath elliptical arc with rx/ry=0 + z should return to initial point
168
	- Fixed PHP 7.4 errors
169
	- handle integers for pages
170
	- Fixed background image doesn't work in RTL
171
	- Fixed PDF/A validity
172
	- Fixed datamatrix.php for PHP 7.4
173
	- Fixed deprecated PHP features
174
 
175
6.3.2 (2019-09-20)
176
	- Update ICC profile
177
 
178
6.3.1 (2019-09-20)
179
	- Fix reported version
180
	- Fix Undefined property: GLPIPDF::$imagekeys
181
 
182
6.3.0 (2019-09-19)
183
	- fix SpotColor handling in HTML
184
	- Add an additional empty test to prevent error in PHP 7.2
185
	- Fix the documentation how to calculate the cell height
186
	- Drop duplicated array indices
187
	- Fix TCPDF_STATIC::fileGetContents()
188
	- Introduce other version of pdfA (2 and 3)
189
	- Add UF and AFRelationship missing
190
	- Fix performance issue of cloned instances
191
	- Change glob to readdir which performs better
192
	- URI in PDF can result in E_NOTICE
193
	- Fix a warning for PHP 7.4
194
	- Fixed gradient offsets for percentage-based stops.
195
	- Fixed file_get_contents return value should also be checked for a non-empty string
196
	- Fix Array and string offset access syntax with curly braces is deprecated
197
	- Fix PHP Warning: chr() expects parameter 1 to be int
198
	- Add a VERSION file
199
 
200
6.2.26 (2018-10-16)
201
	- Update sRGB.icc with the one from the Debian package icc-profiles-free
202
	- Fix unsupported operand types error when codepoints arrays are merged
203
 
204
6.2.25 (2018-09-23)
205
	- Fix support for image URLs.
206
 
207
6.2.24
208
	- Support remote urls when checking if file exists.
209
 
210
6.2.23 (2018-09-22)
211
	- Simplify file_exists function.
212
 
213
6.2.22 (2018-09-14)
214
	- Fixes on `include/tcpdf_images.php`, `include/tcpdf_static.php` and `tcpdf.php` about file handling
215
 
216
6.2.21 (2018-09-14)
217
	- _no code changes_
218
 
219
6.2.20 (2018-09-14)
220
	- Fix for security vulnerability: Using the phar:// wrapper it was possible to trigger the unserialization of user provided data.
221
 
222
6.2.19 (2018-09-14)
223
	- Merge various fixes for PHP 7.3 compatibility and security.
224
 
225
6.2.13 (2016-06-10)
226
	- IMPORTANT: A new version of this library is under development at https://github.com/tecnickcom/tc-lib-pdf and as a consequence this version will not receive any additional development or support. This version should be considered obsolete, new projects should use the new version as soon it will become stable.
227
 
228
6.2.12 (2015-09-12)
229
	- fix composer package name to tecnickcom/tcpdf
230
 
231
6.2.11 (2015-08-02)
232
	- Bug #1070 "PNG regression in 6.2.9 (they appear as their alpha channel)" was fixed.
233
	- Bug #1069 "Encoded SRC URLs in <img> tags don't work anymore" was fixed.
234
 
235
6.2.10 (2015-07-28)
236
	- Minor mod to PNG parsing.
237
	- Make dependency on mcrypt optional.
238
 
239
6.2.8 (2015-04-29)
240
	- Removed unwanted file.
241
 
242
6.2.7 (2015-04-28)
243
	- Merged PR 17: Avoid warning when iterating a non-array variable.
244
	- Merged PR 16: Improve MuliCell param definition.
245
	- Improved column check (PR 15).
246
	- Merged PR 11: Use stream_is_local instead of limit to file://.
247
	- Merged PR 10: ImageMagick link on README.txt.
248
 
249
6.2.6 (2015-01-28)
250
	- Bug #1008 "UTC offset sing breaks PDF/A-1b compliance" was fixed.
251
 
252
6.2.5 (2015-01-24)
253
	- Bug #1019 "$this in static context" was fixed.
254
	- Bug #1015 "Infinite loop in getIndirectObject method of parser" was fixed.
255
 
256
6.2.4 (2015-01-08)
257
	- fix warning related to empty K_PATH_URL.
258
	- fix error when a $table_colwidths key is not set.
259
 
260
6.2.3 (2014-12-18)
261
	- New comment.
262
	- Moved the K_PATH_IMAGES definition in tcpdf_autoconfig.
263
 
264
6.2.2 (2014-12-18)
265
	- Fixed mispelled words.
266
	- Fixed version number.
267
 
268
6.2.1 (2014-12-18)
269
	- The constant K_TCPDF_THROW_EXCEPTION_ERROR is now set to false in the default configuration file.
270
	- An issue with the _destroy() method was fixed.
271
 
272
6.2.0 (2014-12-10)
273
	- Bug #1005 "Security Report, LFI posting internal files externally abusing default parameter" was fixed.
274
	- Static methods serializeTCPDFtagParameters() and unserializeTCPDFtagParameters() were moved as non static to the main TCPDF class (see changes in example n. 49).
275
	- Deprecated methods were removed, please use the equivalents defined in other classes (i.e. TCPDF_STATIC and TCPDF_FONTS).
276
	- The constant K_TCPDF_CALLS_IN_HTML is now set by default to FALSE.
277
	- DLE, DLX and DLP page format was added.
278
	- Page format are now defined as a public property in TCPDF_STATIC.
279
 
280
6.1.1 (2014-12-09)
281
	- Fixed bug with the register_shutdown_function().
282
 
283
6.1.0 (2014-12-07)
284
	- The method TCPDF_STATIC::getRandomSeed() was improved.
285
	- The disk caching feature was removed.
286
	- Bug #1003 "Backslashes become duplicated in table, using WriteHTML" was fixed.
287
	- Bug #1002 "SVG radialGradient within non-square Rect" was fixed.
288
 
289
6.0.099 (2014-11-15)
290
	- Added basic support for nested SVG images (adapted PR from SamMousa).
291
	- A bug related to setGDImageTransparency() was fixed (thanks to Maarten Boerema).
292
 
293
6.0.098 (2014-11-08)
294
	- Bug item #996 "getCharBBox($char) returns incorrect results for TTF glyphs without outlines" was fixed.
295
	- Bug item #991 "Text problem with SVG" was fixed (only the font style part).
296
 
297
6.0.097 (2014-10-20)
298
	- Bug item #988 "hyphenateText - charmin parameter not work" was fixed.
299
	- New 1D barcode method to print pre-formatted IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200.
300
 
301
6.0.096 (2014-10-06)
302
	- Bug item #982 "Display style is not inherited in SVG" was fixed.
303
	- Bug item #984 "Double quote url in CSS" was fixed.
304
 
305
6.0.095 (2014-10-02)
306
	- Bug item #979 "New Timezone option overwriting current timezone" was fixed.
307
 
308
6.0.094 (2014-09-30)
309
	- Bug item #978 "Variable Undefined: $cborder" was fixed.
310
 
311
6.0.093 (2014-09-02)
312
	- Security fix: some serialize/unserialize methods were replaced with json_encode/json_decode to avoid a potential object injection with user supplied content. Thanks to ownCloud Inc. for reporting this issue.
313
	- K_TIMEZONE constant was added to the default configuration to suppress date-time warnings.
314
 
315
6.0.092 (2014-09-01)
316
	- Bug item #956 "Monospaced fonts are not alignd at the baseline" was fixed.
317
	- Bug item #964 "Problem when changing font size" was fixed.
318
	- Bug item #969 "ImageSVG with radialGradient problem" was fixed.
319
	- sRGB.icc file was replaced with the one from the Debian package icc-profiles-free (2.0.1+dfsg-1)
320
 
321
6.0.091 (2014-08-13)
322
	- Issue #325"Division by zero when css fontsize equals 0" was fixed.
323
 
324
6.0.090 (2014-08-08)
325
	- Starting from this version TCPDF is also available in GitHub at https://github.com/tecnickcom/TCPDF
326
	- Function getmypid() was removed for better compatibility with shared hosting environments.
327
	- Support for pulling SVG stroke opacity value from RGBa color was mergeg [adf006].
328
	- Bug item #951 "HTML Table within TCPDF columns doesnt flow correctly on page break ..." was fixed.
329
 
330
6.0.089 (2014-07-16)
331
	- Bug item #948 "bottom line of rowspan cell not work correctly" was fixed.
332
 
333
6.0.088 (2014-07-09)
334
	- Bug item #946 "Case sensitive type check causes broken match for SVG" was fixed.
335
	- Bug item #945 "Imagick load doesn't account for passed data string " was fixed.
336
 
337
6.0.087 (2014-06-25)
338
	- A bug affecting fitcell option in Multicell was fixed.
339
 
340
6.0.086 (2014-06-20)
341
	- Bug item #938 "Hyphenation-dash extends outside of cell" was fixed (collateral effect).
342
 
343
6.0.085 (2014-06-19)
344
	- Some example images were replaced.
345
	- A race condition bug was fixed.
346
	- Bug item #938 "Hyphenation-dash extends outside of cell" was fixed.
347
 
348
6.0.084 (2014-06-13)
349
	- A bug related to MultiCell fitcell feature was fixed.
350
	- Bug item #931 "Documentation error for setPageFormat()" was fixed.
351
 
352
6.0.083 (2014-05-29)
353
	- Bug item #928 "setHtmlVSpace with HR element" was fixed.
354
 
355
6.0.082 (2014-05-23)
356
	- Bug item #926 "test statement instead of assignment used in tcpdf_fonts.php" was fixed.
357
	- Bug item #925 "924 transparent images bug" was fixed.
358
 
359
6.0.081 (2014-05-22)
360
	- Bug item #922 "writehtml tables thead repeating" was fixed.
361
	- Patch #71 "External and internal links, local and remote" wa applied.
362
 
363
6.0.080 (2014-05-20)
364
	- Bug item #921 "Fatal error in hyphenateText() function" was fixed.
365
	- Bug item #923 "Automatic Hyphenation error" was fixed.
366
	- Patch #70 "Augument TCPDFBarcode classes with ability to return raw png image data" was applied.
367
 
368
6.0.079 (2014-05-19)
369
	- Patch item #69 "Named destinations, HTML internal and external links" was merged.
370
	- Bug item #920 "hyphenateText() should not hyphenate the content of style-tags in HTML mode" was fixed.
371
	- Image method now trigs an error in case the cache is now writeable.
372
	- Fixed issue with layer default status.
373
 
374
6.0.078 (2014-05-12)
375
	- A warning issue in addTTFfont() method was fixed.
376
	- Fonts were updated to include cbbox metrics.
377
 
378
6.0.077 (2014-05-06)
379
	- A Datamatrix barcode bug was fixed.
380
 
381
6.0.076 (2014-05-06)
382
	- A bug in Datamatrix Base256 encoding was fixed.
383
	- Merged fix for SVG use/clip-gradient.
384
	- Now it is possible to prefix a page number in Link methods with the * character to avoid been changed when adding/deleting/moving pages (see example_045.php).
385
 
386
6.0.075 (2014-05-05)
387
	- Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed.
388
 
389
6.0.074 (2014-05-03)
390
	- Part of Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed.
391
	- Bug #915 "Problem with SVG Image using Radial Gradients" was fixed.
392
 
393
6.0.073 (2014-04-29)
394
	- Bug #913 "Possible bug with line-height" was fixed.
395
	- Bug #914 "MultiCell and FitCell" was fixed.
396
	- Bug #915 "Problem with SVG Image using Radial Gradients" was fixed.
397
 
398
6.0.072 (2014-04-27)
399
	- Deprecated curly braces substring syntax was replaced with square braces.
400
 
401
6.0.071 (2014-04-25)
402
	- Bug #911 "error with buffered png pics" was fixed.
403
 
404
6.0.070 (2014-04-24)
405
	- Bug #910 "An SVG image is being cut off (with clipping mask) when you use align options" was fixed.
406
 
407
6.0.069 (2014-04-24)
408
	- Datamatrix Base256 encoding was fixed.
409
 
410
6.0.068 (2014-04-22)
411
	- Some Datamatrix barcode bugs were fixed.
412
 
413
6.0.067 (2014-04-21)
414
	- startLayer() method signature was changed to include a new "lock" parameter.
415
 
416
6.0.066 (2014-04-20)
417
	- Bug #908 "Linebreak is not considered when getting length of the next string" was fixed.
418
 
419
6.0.065 (2014-04-10)
420
	- Bug #905 "RGB percentage color bug in convertHTMLColorToDec()" was fixed.
421
 
422
6.0.064 (2014-04-07)
423
	- Header and Footer fonts are now set by default.
424
	- Bug #904 "PDF corrupted" was fixed.
425
 
426
6.0.063 (2014-04-03)
427
	- Method TCPDF_IMAGES::_parsepng() was fixed to support transparency in Indexed images.
428
 
429
6.0.062 (2014-03-02)
430
	- The method startLayer() now accepts the NULL value for the $print parameter to not set the print layer option.
431
 
432
6.0.061 (2014-02-18)
433
	- Bug #893 "Parsing error on streamed xref for secured pdf" was fixed.
434
 
435
6.0.060 (2014-02-16)
436
	- Bug #891 "Error on parsing hexa fields" was fixed.
437
	- Bug #892 "Parsing pdf with trailing space at start" was fixed.
438
 
439
6.0.059 (2014-02-03)
440
	- SVG 'use' support was imporved.
441
 
442
6.0.058 (2014-01-31)
443
	- Bug #886 "Bugs with SVG using <defs> and <use>" was fixed.
444
 
445
6.0.057 (2014-01-26)
446
	- Bug #883 "Parsing error" was fixed.
447
 
448
6.0.056 (2014-01-25)
449
	- The automatic cache folder selection now works also with some restricted hosting environments.
450
	- CSS text-transform property is now supported (requires the multibyte string library for php) - see examle n. 061 (Thanks to Walter Ferraz).
451
	- Bug #884 "Parsing error prev tag looking for" was fixed.
452
 
453
6.0.055 (2014-01-15)
454
	- Bug #880 "Error detecting hX tags (h1,h2..)" was fixed
455
	- Bug #879 "Thead on the second page inherits style of previous tr" was fixed
456
 
457
6.0.054 (2014-01-13)
458
	- Bug #877 "Parenteses causing corrupt text" was fixed.
459
 
460
6.0.053 (2014-01-03)
461
	- Bug #876 "Cell padding should not be multiplied with number of lines in getStringHeight" was fixed.
462
	- Patch #68 "Empty img src attribute leads to access of uninitialized string offset" was applied.
463
 
464
6.0.052 (2013-12-12)
465
	- Bug #871 "Datamatrix coding" was fixed.
466
 
467
6.0.051 (2013-12-02)
468
	- cbbox array values in addTTFfont() were converted to integers.
469
 
470
6.0.050 (2013-12-01)
471
	- The method getNumLines() was extended to support hyphenation.
472
	- The CSS property line-height now supports non percentage values.
473
 
474
6.0.050 (2013-11-27)
475
	- A bug related to PNG images was fixed.
476
 
477
6.0.048 (2013-11-24)
478
	- SVG vars are now reset in ImageSVG() method.
479
 
480
6.0.047 (2013-11-19)
481
	- SVG support was extended to support some nested defs.
482
 
483
6.0.046 (2013-11-17)
484
	- preg_replace_callback functions were replaced to improve memory performances.
485
 
486
6.0.045 (2013-11-17)
487
	- Bug #862 "Parsing error on flate filter" was fixed.
488
 
489
6.0.044 (2013-11-10)
490
	- Bug #857 "Undefined offset error" was fixed.
491
	- The uniord method now uses a static cache to improve performances (thanks to Mathieu Masseboeuf for the sugegstion).
492
	- Two bugs in the TCPDF_FONTS class were fixed.
493
 
494
6.0.043 (2013-10-29)
495
	- Bug #854 "CSS instruction display" was fixed.
496
 
497
6.0.042 (2013-10-25)
498
	- Bug #852 "CMYK Colors Bug" was fixed.
499
 
500
6.0.041 (2013-10-21)
501
	- Bug #851 "Problem with images in PDF. PHP timing out" was fixed.
502
 
503
6.0.040 (2013-10-20)
504
	- Bug #849 "SVG import bug" was fixed.
505
 
506
6.0.039 (2013-10-13)
507
	- Bug #843 "Wrong call in parser" was fixed.
508
	- Bug #844 "Wrong object type named" was fixed.
509
	- Bug #845 "Parsing error on obj ref prefixed by '000000'" was fixed.
510
 
511
6.0.038 (2013-10-06)
512
	- Bug #841 "Division by zero warning at writeHTML a <li> tag" was fixed.
513
 
514
6.0.037 (2013-09-30)
515
	- Method getAllSpotColors() was added to return all spot colors.
516
	- Method colorRegistrationBar() was extended to automatically print all spot colors and support individual spot colors.
517
	- The method registrationMarkCMYK() was added to print a registration mark for CMYK colors.
518
	- A bug related to page groups was fixed.
519
	- Gradient() method now supports CMYK equivalents of spot colors.
520
	- Example n. 56 was updated.
521
 
522
6.0.036 (2013-09-29)
523
	- Methods for registration bars and crop marks were extended to support registration color (see example n. 56).
524
	- New default spot colors were added to tcpdf_colors.php, including the 'All' and 'None' special registration colors.
525
 
526
6.0.035 (2013-09-25)
527
	- TCPDF_PARSER class was improved.
528
 
529
6.0.034 (2013-09-24)
530
	- Bug #839 "Error in xref parsing in mixed newline chars" was fixed.
531
 
532
6.0.033 (2013-09-23)
533
	- Bug fix related to PNG image transparency using GD library.
534
 
535
6.0.032 (2013-09-23)
536
	- Bug #838 "Fatal error when imagick cannot handle the image, even though GD is available and can" was fixed.
537
 
538
6.0.031 (2013-09-18)
539
	- Bug #836 "Optional EOL marker before endstream" was fixed.
540
	- Some additional controls were added to avoid "division by zero" error with badly formatted input.
541
 
542
6.0.030 (2013-09-17)
543
	- Bug #835 "PDF417 and Cyrilic simbols" was fixed.
544
 
545
6.0.029 (2013-09-15)
546
	- Constants K_TCPDF_PARSER_THROW_EXCEPTION_ERROR and K_TCPDF_PARSER_IGNORE_DECODING_ERRORS where removed in favor of a new configuration array in the TCPDF_PARSER class.
547
	- The TCPDF_PARSER class can now be configured using the new $cfg parameter.
548
 
549
6.0.028 (2013-09-15)
550
	- A debug print_r was removed form tcpdf_parser.php.
551
	- TCPDF_FILTERS class now throws an exception in case of error.
552
	- TCPDF_PARSER class now throws an exception in case of error unless you define the constant K_TCPDF_PARSER_THROW_EXCEPTION_ERROR to false.
553
	- The constant K_TCPDF_PARSER_IGNORE_DECODING_ERRORS can be set to tru eto ignore decoding errors on TCPDF_PARSER.
554
 
555
6.0.027 (2013-09-14)
556
	- A bug in tcpdf_parser wen parsing hexadecimal strings was fixed.
557
	- A bug in tcpdf_parser wen looking for statxref was fixed.
558
	- A bug on RC4 encryption was fixed.
559
 
560
6.0.026 (2013-09-14)
561
	- A bug in tcpdf_parser wen decoding streams was fixed.
562
 
563
6.0.025 (2013-09-04)
564
	- A pregSplit() bug was fixed.
565
	- Improved content loading from URLs.
566
	- Improved font path loading.
567
 
568
6.0.024 (2013-09-02)
569
	- Bug #826 "addEmptySignatureAppearance issue" was fixed.
570
 
571
6.0.023 (2013-08-05)
572
	- GNU Freefont fonts were updated.
573
	- Licensing and copyright information about fonts were improved.
574
	- PNG image support was improved.
575
 
576
6.0.022 (2013-08-02)
577
	- fixing initialization problem for signature_appearance property.
578
 
579
6.0.021 (2013-07-18)
580
	- The bug caused by the preg_split function on some PHP 5.2.x versions was fixed.
581
 
582
6.0.020 (2013-06-04)
583
	- The method addTTFfont() was fixed (Bug item #813 Undefined offset).
584
 
585
6.0.019 (2013-06-04)
586
	- The magic constant __DIR__ was replaced with dirname(__FILE__) for php 5.2 compatibility.
587
	- The exceptions raised by file_exists() function were suppressed.
588
 
589
6.0.018 (2013-05-19)
590
	- The barcode examples were changed to automatically search for the barcode class path (in case the examples directory is not installed under the TCPDF root).
591
 
592
6.0.017 (2013-05-16)
593
	- The command line tool tcpdf_addfont.php was improved.
594
	- The php logic was removed from configuration files that now contains only constant defines.
595
	- The tcpdf_autoconfig.php file was added to automatically set missing configuration values.
596
 
597
6.0.016 (2013-05-15)
598
	- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
599
	- Constant K_PATH_IMAGES is now automatically set in configuration file.
600
 
601
6.0.015 (2013-05-14)
602
	- Some unused vars were removed from AddFont() method.
603
	- Some directories were moved inside the examples directory.
604
	- All examples were updated to reflect the new default structure.
605
	- Source code were clean-up up to be more compatible with system packaging.
606
	- Files encodings and permissions were reset.
607
	- The command line tool tcpdf_addfont.php was added on the tools directory.
608
 
609
6.0.014 (2013-04-13)
610
	- The signature of addTTFfont() method includes a new parameter to link existing fonts instead of copying and compressing them.
611
 
612
6.0.013 (2013-04-10)
613
	- Add support for SVG dx and dy text/tspan attributes.
614
	- replace require() with require_once().
615
	- fix some minor typos on documentation.
616
	- fix a problem when deleting all pages.
617
 
618
6.0.012 (2013-04-24)
619
	- An error condition in addHtmlLink() method was fixed (bug #799).
620
 
621
6.0.011 (2013-04-22)
622
	- Minor documentation changes.
623
 
624
6.0.010 (2013-04-03)
625
	- The method Rect() was fixed to print borders correctly.
626
 
627
6.0.009 (2013-04-02)
628
	- Adding back some files that were not properly committed on the latest release.
629
 
630
6.0.008 (2013-04-01)
631
	- Duplicated encoding maps was removed from tcpdf_font_data.php.
632
	- Fixing bug on AddTTFFont().
633
 
634
6.0.007 (2013-03-29)
635
	- HTML/CSS font size conversion were improved.
636
 
637
6.0.006 (2013-03-27)
638
	- Bug related to SVG and EPS files on xobjects were fixed.
639
 
640
6.0.005 (2013-03-26)
641
	- Default font path was fixed.
642
 
643
6.0.004 (2013-03-21)
644
	- Return value of addTTFfont() method was fixed.
645
 
646
6.0.003 (2013-03-20)
647
	- A bug related to non-unicode mode was fixed.
648
 
649
6.0.002 (2013-03-18)
650
	- _getFIXED call on tcpdf_fonts.php was fixed.
651
 
652
6.0.001 (2013-03-18)
653
	- Fixed $uni_type call on tcpdf.php.
654
 
655
6.0.000 (2013-03-17)
656
	- IMPORTANT: PHP4 support has been removed starting from this version.
657
	- Several TCPDF methods and vars were moved to new class files: tcpdf_static.php, tcpdf_colors.php, tcpdf_images.php, tcpdf_font_data.php, tcpdf_fonts.php.
658
	- Files htmlcolors.php, spotcolors.php, unicode_data.php and ecodings_maps.php were removed.
659
	- Barcode classes were renamed and new barcode examples were added.
660
	- Class TCPDF_PARSER was improved.
661
 
662
********************************************************************************
663
 
664
5.9.209 (2013-03-15)
665
	- Image method was improved.
666
 
667
5.9.208 (2013-03-15)
668
	- objclone function was patched to support old imagick extensions.
669
	- tcpdf_parser was improved to support Cross-Reference Streams and large streams.
670
 
671
5.9.207 (2013-03-04)
672
	- Datamatrix class was fixed (a debug echo was removed).
673
 
674
5.9.206 (2013-02-22)
675
	- Bug item #754 "PNG with alpha channel becomes gray scale" was fixed.
676
	- Minor documentation fixes.
677
 
678
5.9.205 (2013-02-06)
679
	- The constant K_TCPDF_THROW_EXCEPTION_ERROR was added on configuration file to change the behavior of Error() method.
680
	- PDF417 barcode bug was fixed.
681
 
682
5.9.204 (2013-01-23)
683
	- The method Bookmark() was extended to include named destinations, URLs, internal links or embedded files (see example n. 15).
684
	- automatic path calculation on configuration file was fixed.
685
	- Error() method was extended to throw new Exception if PHP > 5.
686
 
687
5.9.203 (2013-01-22)
688
	- Horizontal position of radiobuttons and checkboxes was adjusted.
689
 
690
5.9.202 (2012-12-16)
691
	- Vertical space problem after table was fixed.
692
 
693
5.9.201 (2012-12-10)
694
	- First 256 chars are now always included on font subset to overcome a problem reported on the forum.
695
 
696
5.9.200 (2012-12-05)
697
	- Bug item #768 "Rowspan with Pagebreak error" was fixed.
698
	- Page regions now works also with limited MultiCell() cells.
699
 
700
5.9.199 (2012-11-29)
701
	- Internal setImageBuffer() method was improved.
702
 
703
5.9.198 (2012-11-19)
704
	- Datamatrix EDIFACT mode was fixed.
705
 
706
5.9.197 (2012-11-06)
707
	- Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed.
708
 
709
5.9.196 (2012-11-02)
710
	- Several methods were improved to avoid output when the context is out of page.
711
	- Bug item #755 "remove cached files before unsetting" was fixed.
712
 
713
5.9.195 (2012-10-24)
714
	- Method _putfonts() was improved.
715
 
716
5.9.194 (2012-10-23)
717
	- Text alignment on TextField() method was fixed.
718
 
719
5.9.193 (2012-09-25)
720
	- Support for named destinations on HTML links was added  (i.e.: <a href="#destinationname">link to named destination</a>).
721
 
722
5.9.192 (2012-09-24)
723
	- A problem on the releasing process was fixed.
724
 
725
5.9.191 (2012-09-24)
726
	- SVG image naow support svg and eps images.
727
 
728
5.9.190 (2012-09-23)
729
	- "page" word translation is now set to empty if not defined.
730
	- Tooltip feature was added on the radiobutton annotation.
731
 
732
5.9.189 (2012-09-18)
733
	- Bug item #3568969 "ini_get safe_mode error" was fixed.
734
 
735
5.9.188 (2012-09-15)
736
	- A datamatrix barcode bug was fixed.
737
 
738
5.9.187 (2012-09-14)
739
	- Subset feature was extended to include the first 256 characters.
740
 
741
5.9.186 (2012-09-13)
742
	- barcodes.php file was resynced.
743
	- Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates.
744
	- Method getCharBBox were added to get single character bounding box.
745
	- Signature of addTTFfont method was changed ($addcbbox parameter was added).
746
 
747
5.9.185 (2012-09-12)
748
	- Method _putfontwidths() was fixed.
749
 
750
5.9.184 (2012-09-11)
751
	- A problem with EAN barcodes was fixed.
752
 
753
5.9.183 (2012-09-07)
754
	- A problem with font names normalization was fixed.
755
 
756
5.9.182 (2012-09-05)
757
	- Bug item #3564982 "Infinite loop in Write() method" was fixed.
758
 
759
5.9.181 (2012-08-31)
760
	- composer.json file was added.
761
	- Bug item #3563369 "Cached images are not unlinked some time" was fixed.
762
 
763
5.9.180 (2012-08-22)
764
	- Bug item #3560493 "Problems with nested cells in HTML" was fixed.
765
 
766
5.9.179 (2012-08-04)
767
	- SVG 'use' tag was fixed for 'circle' and 'ellipse' shift problem.
768
	- Alpha status is now correctly stored and restored by getGraphicVars() and SetGraphicVars() methods.
769
 
770
5.9.178 (2012-08-02)
771
	- SVG 'use' tag was fixed for 'circle' and 'ellipse'.
772
 
773
5.9.177 (2012-08-02)
774
	- An additional control on annotations was fixed.
775
 
776
5.9.176 (2012-07-25)
777
	- A bug related to stroke width was fixed.
778
	- A problem related to font spacing in HTML was fixed.
779
 
780
5.9.175 (2012-07-25)
781
	- The problem of missing letter on hyphen break was fixed.
782
 
783
5.9.174 (2012-07-25)
784
	- The problem of wrong filename when downloading PDF from an Android device was fixed.
785
	- The method setHeaderData() was extended to set text and line color for header (see example n. 1).
786
	- The method setFooterData() was added to set text and line color for footer (see example n. 1).
787
	- The methods setTextShadow() and getTextShadow() were added to set text shadows (see example n. 1).
788
	- The GetCharWidth() method was fixed for negative character spacing.
789
	- A 'none' border mode is now correctly recognized.
790
	- Break on hyphen problem was fixed.
791
 
792
5.9.173 (2012-07-23)
793
	- Some additional control wher added on barcode methods.
794
	- The option CURLOPT_FOLLOWLOCATION on Image method is now disabled if PHP safe_mode is on or open_basedir is set.
795
	- Method Bookmark() was extended to include X parameter.
796
	- Method setDestination() was extended to include X parameter.
797
	- A problem with Thai language was fixed.
798
 
799
5.9.172 (2012-07-02)
800
	- A PNG color profile issue was fixed.
801
 
802
5.9.171 (2012-07-01)
803
	- Some SVG rendering problems were fixed.
804
 
805
5.9.170 (2012-06-27)
806
	- Bug #3538227 "Numerous errors inserting shared images" was fixed.
807
 
808
5.9.169 (2012-06-25)
809
	- Some SVG rendering problems were fixed.
810
 
811
5.9.168 (2012-06-22)
812
	- Thai language rendering was fixed.
813
 
814
5.9.167 (2012-06-22)
815
	- Thai language rendering was fixed and improved.
816
	- Method isCharDefined() was improved.
817
	- Protected method replaceChar() was added.
818
	- Font "kerning" word was corrected to "tracking".
819
 
820
5.9.166 (2012-06-21)
821
	- Array to string conversion on file_id creation was fixed.
822
	- Thai language rendering was fixed (thanks to Atsawin Chaowanakritsanakul).
823
 
824
5.9.165 (2012-06-07)
825
	- Some HTML form related bugs were fixed.
826
 
827
5.9.164 (2012-06-06)
828
	- A bug introduced on the latest release was fixed.
829
 
830
5.9.163 (2012-06-05)
831
	- Method getGDgamma() was changed.
832
	- Rendering performances of PNG images with alpha channel were improved.
833
 
834
5.9.162 (2012-05-11)
835
	- A bug related to long text on TD cells was fixed.
836
 
837
5.9.161 (2012-05-09)
838
	- A bug on XREF table was fixed (Bug ID: 3525051).
839
	- Deprecated Imagick:clone was replaced.
840
	- Method objclone() was fixed for PHP4.
841
 
842
5.9.160 (2012-05-03)
843
	- A bug on tcpdf_parser.php was fixed.
844
 
845
5.9.159 (2012-04-30)
846
	- Barcode classes were updated to fix PNG export Bug (ID: 3522291).
847
 
848
5.9.158 (2012-04-22)
849
	- Some SVG-related bugs were fixed.
850
 
851
5.9.157 (2012-04-16)
852
	- Some SVG-related bugs were fixed.
853
 
854
5.9.156 (2012-04-10)
855
	- Bug item #3515885 "TOC and booklet: left and right page exchanged".
856
	- SetAutoPageBreak(false) now works also in multicolumn mode.
857
 
858
5.9.155 (2012-04-02)
859
	- Bug item #3512596 "font import problems" was fixed.
860
	- Method addTTFfont() was modified to extract only specified Platform ID and Encoding ID (check the source code documentation).
861
	- All fonts were updated.
862
	- Bug item #3513867 "booklet and setHeaderTemplateAutoreset: header shifted left" was fixed.
863
	- Bug item #3513749 "TCPDF Superscript/Subscript" was fixed.
864
 
865
5.9.154 (2012-03-29)
866
	- A debug echo was removed.
867
 
868
5.9.153 (2012-03-28)
869
	- A bug on font conversion was fixed.
870
	- All fonts were updated.
871
	- Method isCharDefined() was added to find if a character is defined on the selected font.
872
	- Method replaceMissingChars() was added to automatically replace missing chars on selected font.
873
	- SetFont() method was fixed.
874
 
875
5.9.152 (2012-03-23)
876
	- The following overprint methods were added: setOverprint(), getOverprint().
877
	- Signature of setAlpha() method was changed and method getAlpha() was added.
878
	- stroke-opacity support was added on SVG.
879
	- The following date methods were added: setDocCreationTimestamp(), setDocModificationTimestamp(), getDocCreationTimestamp(), getDocModificationTimestamp(), getFormattedDate(), getTimestamp().
880
	- Signature of _datestring() method was changed.
881
	- Method getFontBBox() was added.
882
	- Method setPageBoxTypes() was aded.
883
 
884
5.9.151 (2012-03-22)
885
	- Bug item #3509889 "Transform() distorts PDF" was fixed.
886
	- Precision of real number were extended.
887
	- ComboBox and ListBox methods were fixed.
888
	- Bulgarian language file was added.
889
	- addTOC() method was improved to include bookmark color and font style.
890
 
891
5.9.150 (2012-03-16)
892
	- A bug related to form fields in PDF/A mode was fixed.
893
 
894
5.9.149 (2012-02-21)
895
	- Bug item #3489933 "SVG Parser treats tspan like text" was fixed.
896
 
897
5.9.148 (2012-02-17)
898
	- Bug item #3488600 "Multiple radiobutton sets get first set value" was fixed.
899
 
900
5.9.147 (2012-02-14)
901
	- A problem with SVG gradients has been fixed.
902
 
903
5.9.146 (2012-02-12)
904
	- Bug item #3486880 "$filehash undefine error" was fixed.
905
	- The default font is now the one specified at PDF_FONT_NAME_MAIN constant.
906
 
907
5.9.145 (2012-01-28)
908
	- Japanese language file was added.
909
	- TCPDF license and README.TXT files were updated.
910
 
911
5.9.144 (2012-01-12)
912
	- HTML output on barcode classes was improved.
913
 
914
5.9.143 (2012-01-08)
915
	- Bug item #3471057 "setCreator() has no effect" was fixed.
916
 
917
5.9.142 (2011-12-23)
918
	- Source code documentation was updated.
919
 
920
5.9.141 (2011-12-14)
921
	- Some minor bugs were fixed.
922
 
923
5.9.140 (2011-12-13)
924
	- SVG now supports embedded images encoded as base64.
925
 
926
5.9.139 (2011-12-11)
927
	- Spot color methods were fixed.
928
 
929
5.9.138 (2011-12-10)
930
	- cropMark() method was improved (check source code documentation).
931
	- Example n. 56 was updated.
932
	- Bug item #3452390 "Check Box still not ticked when set to true" was fixed.
933
 
934
5.9.137 (2011-12-01)
935
	- Bug item #3447005 "Background color and border of Form Elements is printed" was fixed.
936
	- Color support for Form elements was improved.
937
 
938
5.9.136 (2011-11-27)
939
	- Bug item #3443387 "SetMargins with keep option does not work for top margin" was fixed.
940
 
941
5.9.135 (2011-11-04)
942
	- Bug item #3433406 "Double keywords in description" was fixed.
943
 
944
5.9.134 (2011-10-29)
945
	- The default value for $defcol parameter on convertHTMLColorToDec() method was fixed.
946
	- Deafult HTTP headers were changed to avoid browser caching.
947
	- Some deprecated syntax were replaced.
948
 
949
5.9.133 (2011-10-26)
950
	- Bug item #3428446 "copyPage method not working when diskcache enabled" was fixed.
951
 
952
5.9.132 (2011-10-20)
953
	- Bug item #3426167 "bug in function convertHTMLColorToDec()" was fixed.
954
 
955
5.9.131 (2011-10-13)
956
	- An error message was added to ImagePngAlpha() method.
957
 
958
5.9.130 (2011-10-12)
959
	- Now you can set image data strings on HTML img tag by encoding the image binary data in this way: $imgsrc = '@'.base64_encode($imgdata);
960
 
961
5.9.129 (2011-10-07)
962
	- Core fonts metrics was fixed (replace all helvetica and times php files on fonts folder).
963
	- Form fields support was improved and some problems were fixed (check the example n. 14).
964
	- Bug item #3420249 "Issue with booklet and MultiCell" was fixed.
965
 
966
5.9.128 (2011-10-06)
967
	- Method addTTFfont() was improved (check the source code documentation).
968
	- Method setExtraXMP() to set custom XMP data was added.
969
 
970
5.9.127 (2011-10-04)
971
	- Readonly mode option was activated for radiobuttons.
972
 
973
5.9.126 (2011-10-03)
974
	- Bug item #3417989 "Graphics State operator in form XObject fails to render" was fixed.
975
	- Xobjects problems with transparency, gradients and spot colors were fixed.
976
 
977
5.9.125 (2011-10-03)
978
	- Support for 8-digit CMYK hexadecimal color representation was added (to be used with XHTML and SVG).
979
	- Spot colors support was improved (check example n. 37).
980
	- Color methods were improved.
981
 
982
5.9.124 (2011-10-02)
983
	- Core fonts were updated.
984
 
985
5.9.123 (2011-10-02)
986
	- The method addTTFfont() wad added to automatically convert TTF fonts (check the new fonts guide at http://www.tcpdf.org).
987
	- Old font utils were removed.
988
	- All fonts were updated and new arabic fonts were added (almohanad were removed and replaced by aefurat and aealarabiya).
989
	- The file unicode_data.php was updated.
990
	- The file encodings_maps.php was added.
991
	- PDF/A files are now compressed to save space.
992
	- XHTML input form fields now support text-alignment attribute.
993
 
994
5.9.122 (2011-09-29)
995
	- PDF/A-1b compliance was improved to pass some online testing.
996
 
997
5.9.121 (2011-09-28)
998
	- This version includes support for PDF/A-1b format (the class constructor signature was changed - see example n. 65).
999
	- Method setSRGBmode() was added to force sRGB_IEC61966-2.1 black scaled ICC color profile for the whole document (file sRGB.icc was added).
1000
	- 14 new fonts were added to allow embedding core fonts (for PDF/A compliance).
1001
	- Font utils were fixed.
1002
 
1003
5.9.120 (2011-09-22)
1004
	- This version includes a fix for _getTrueTypeFontSubset() method.
1005
 
1006
5.9.119 (2011-09-19)
1007
	- This version includes a fix for extra page numbering on TOC.
1008
 
1009
5.9.118 (2011-09-17)
1010
	- This version includes some changes that allows you to add a bookmark for a page that do not exist.
1011
 
1012
5.9.117 (2011-09-15)
1013
	- TCPDFBarcode and TCPDF2DBarcode classes were extended to include a method for exporting barcodes as PNG images.
1014
 
1015
5.9.116 (2011-09-14)
1016
	- Datamatrix class was improved and documentation was fixed.
1017
 
1018
5.9.115 (2011-09-13)
1019
	- Datamatrix ECC200 barcode support was added (a new datamatrix.php file was added) - check example n. 50.
1020
	- getBarcodeHTML() method was added on TCPDFBarcode and TCPDF2DBarcode classes to return an HTML representation of the barcode.
1021
	- cURL options on Image() method were improved.
1022
	- A bug on write2DBarcode() was fixed.
1023
 
1024
5.9.114 (2011-09-04)
1025
	- A bug related to column position was fixed.
1026
 
1027
5.9.113 (2011-08-24)
1028
	- This release include two new experimental files for parsing an existing PDF document (the integration with TCPDF is under development).
1029
 
1030
5.9.112 (2011-08-18)
1031
	- A newline character was added after the 'trailer' keyword for compatibility with some parsers.
1032
	- Support for layers was improved.
1033
 
1034
5.9.111 (2011-08-17)
1035
	- Barcode CODE 39 default gap was restored at 1.
1036
 
1037
5.9.110 (2011-08-17)
1038
	- Barcode CODE 39 was fixed.
1039
 
1040
5.9.109 (2011-08-12)
1041
	- Method getNumLines() was fixed.
1042
	- A bug related to page break in multi-column mode was fixed.
1043
 
1044
5.9.108 (2011-08-09)
1045
	- A bug on PHP4 version was fixed.
1046
 
1047
5.9.107 (2011-08-08)
1048
	- This version includes a minor bugfix.
1049
 
1050
5.9.106 (2011-08-04)
1051
	- This version includes transparency groups: check the new parameter on startTemplate() method and example 62.
1052
 
1053
5.9.105 (2011-08-04)
1054
	- Bug item #3386153 "Check Box not ticked when set to true" was fixed.
1055
 
1056
5.9.104 (2011-08-01)
1057
	- Bug item #3383698 "imagemagick, resize and dpi" was fixed.
1058
 
1059
5.9.103 (2011-07-16)
1060
	- Alignment of XHTML lines was improved.
1061
	- Spell of the "length" word was fixed.
1062
 
1063
5.9.102 (2011-07-13)
1064
	- Methods startLayer() and endLayer() were added to support arbitrary PDF layers.
1065
	- Some improvements/fixes for images were added (thanks to Brendan Abbott).
1066
 
1067
5.9.101 (2011-07-07)
1068
	- Support for JPEG and PNG ICC Color Profiles was added.
1069
	- Method addEmptySignatureAppearance() was added to add empty signature fields (see example n. 52).
1070
	- Bug item #3354332 "Strange line spacing with reduced font-size in writeHTML" was fixed.
1071
 
1072
5.9.100 (2011-06-29)
1073
	- An SVG bug has been fixed.
1074
 
1075
5.9.099 (2011-06-27)
1076
	- Bug item #3335045 "Font freesans seems somehow corrupted in footer" was fixed.
1077
 
1078
5.9.098 (2011-06-23)
1079
	- The Named Destination feature was fixed.
1080
 
1081
5.9.097 (2011-06-23)
1082
	- The method setHtmlVSpace() now can be used also for tags: div, li, br, dt and dd.
1083
	- The Named Destination feature was added (check the example n. 15) - thanks to Christian Deligant.
1084
 
1085
5.9.096 (2011-06-19)
1086
	- Bug item #3322234 "Surrogate pairs codes in arrUTF8ToUTF16BE" was fixed.
1087
 
1088
5.9.095 (2011-06-18)
1089
	- Numbers alignment for Table-Of-Content methods was improved and fixed.
1090
	- Font subsetting was fixed to include all parts of composite fonts.
1091
 
1092
5.9.094 (2011-06-17)
1093
	- Bug item #3317898 "Page Group numbering broken in 5.9.093" was fixed.
1094
 
1095
5.9.093 (2011-06-16)
1096
	- Method setStartingPageNumber() was added to set starting page number (for automatic page numbering).
1097
 
1098
5.9.092 (2011-06-15)
1099
	- Method _putpages() was improved.
1100
	- Bug item #3316678 "Memory overflow when use Rotate and SetAutoPageBreak" was fixed.
1101
	- Right alignment of page numbers was improved.
1102
 
1103
5.9.090 (2011-06-14)
1104
	- Methods AliasNbPages() and AliasNumPage() were re-added as deprecated for backward compatibility.
1105
 
1106
5.9.089 (2011-06-13)
1107
	- Example n. 8 was updated.
1108
	- Method sendOutputData() was changed to remove default compression (it was incompatible with some server settings).
1109
	- Bugs related to page group numbers were fixed.
1110
	- Method copyPage() was fixed.
1111
	- Method Image() was improved to include support for alternative and external images.
1112
 
1113
5.9.088 (2011-06-01)
1114
	- Method getAutoPageBreak() was added (see example n. 51).
1115
	- Example n. 51 (full page background) was updated.
1116
 
1117
5.9.087 (2011-06-01)
1118
	- Method sendOutputData() was improved to include deflate encoding.
1119
	- Barcode classes on PHP 4 version were fixed.
1120
 
1121
5.9.086 (2011-05-31)
1122
	- Font files were updated (the ones on the previous release were broken).
1123
	- The script fonts/utils/makeallttffonts.php was updated and fixed.
1124
	- Output() method was improved to use compression when available.
1125
 
1126
5.9.085 (2011-05-31)
1127
	- TCPDFBarcode class (barcodes.php) now includes getBarcodeSVG() and getBarcodeSVGcode() methods to get SVG image representation of the barcode.
1128
	- TCPDF2DBarcode class (2dbarcodes.php) now includes getBarcodeSVG() and getBarcodeSVGcode() methods to get SVG image representation of the barcode.
1129
 
1130
5.9.084 (2011-05-29)
1131
	- Font files were updated.
1132
	- The file fonts/utils/makeallttffonts.php was updated.
1133
	- Bug item# 3308774 "Problems with font subsetting" was fixed.
1134
 
1135
5.9.083 (2011-05-24)
1136
	- Bug item #3308387 "line height & SetCellHeightRatio" was fixed.
1137
 
1138
5.9.082 (2011-05-22)
1139
	- Bug item #3305592 "Setting fill color <> text color breaks text clipping" was fixed.
1140
 
1141
5.9.081 (2011-05-18)
1142
	- Method resetHeaderTemplate() was added to reset the xobject template used by Header() method.
1143
	- Method setHeaderTemplateAutoreset() was added to automatically reset the xobject template used by Header() method at each page.
1144
 
1145
5.9.080 (2011-05-17)
1146
	- A problem related to file path calculation for images was fixed.
1147
	- A problem related to unsuppressed getimagesize() error was fixed.
1148
 
1149
5.9.079 (2011-05-16)
1150
	- Footer() method was changed to use C128 barcode as default (instead of the previous C128B).
1151
 
1152
5.9.078 (2011-05-12)
1153
	- Bug item #3300878 "wrong rendering for html bullet list in some case" was fixed.
1154
	- Bug item #3301017 "Emphasized vs. font-weight" was fixed.
1155
	- Barcode Code 128 was improved to include AUTO mode (automatically switch between A, B and C modes).
1156
	- Examples n. 27 and 49 were updated.
1157
 
1158
5.9.077 (2011-05-07)
1159
	- Bug item #3298591 "error code93" was fixed.
1160
	- SetLineStyle() function was improved.
1161
 
1162
5.9.076 (2011-05-06)
1163
	- Bug item #3298264 "codebar 93 error" was fixed.
1164
 
1165
5.9.075 (2011-05-02)
1166
	- Table header alignment when using WriteHTMLCell() or MultiCell() was fixed.
1167
 
1168
5.9.074 (2011-04-28)
1169
	- Bug item #3294306 "CSS classes not work in <thead> table section" was fixed.
1170
 
1171
5.9.073 (2011-04-27)
1172
	- A bug related to character entities on HTML cells was fixed.
1173
 
1174
5.9.072 (2011-04-26)
1175
	- Method resetColumns() was added to remove multiple columns and reset page margins (example n. 10 was updated).
1176
 
1177
5.9.071 (2011-04-19)
1178
	- Bug #3288574 "<br/> trouble" was fixed.
1179
 
1180
5.9.069 (2011-04-19)
1181
	- Bug #3288763 "HTML-Table: non-breaking table rows: Bug" was fixed.
1182
 
1183
5.9.068 (2011-04-15)
1184
	- Bookmark, addTOC and addHTMLTOC methods were improved to include font style and color (Examples 15, 49 and 59 were updated).
1185
	- Default $_SERVER['DOCUMENT_ROOT'] value on tcpdf_config.php file was changed.
1186
 
1187
5.9.067 (2011-04-10)
1188
	- Performances were drastically improved (PDF documents are now created more quickly).
1189
 
1190
5.9.066 (2011-04-09)
1191
	- A bug related to digital signature + encryption was fixed.
1192
	- A bug related to encryption + xobject templates was fixed.
1193
 
1194
5.9.065 (2011-04-08)
1195
	- Bug item #3280512 "Text encoding iso-8859-2 crashes" was fixed.
1196
 
1197
5.9.064 (2011-04-05)
1198
	- A bug related to character entities on HTML cells was fixed.
1199
 
1200
5.9.063 (2011-04-01)
1201
	- Bug item #3267235 "WriteHTML() and image that doesn't fit on the page" was fixed.
1202
 
1203
5.9.062 (2011-03-23)
1204
	- Bug item #3232650 "Using Write if there are pageRegions active creates error" was fixed.
1205
	- Bug item #3221891 "text input borders" was fixed.
1206
	- Bug item #3228958 "Adobe Reader 9.4.2 crash" was fixed.
1207
 
1208
5.9.061 (2011-03-15)
1209
	- Bug item #3213488 "wrong function call in function Write" was fixed.
1210
	- Bug item #3203007 "list element with black background" was fixed.
1211
 
1212
5.9.060 (2011-03-08)
1213
	- addTOC() method was fixed for text alignment problems.
1214
 
1215
5.9.059 (2011-02-27)
1216
	- Default Header() method was improved to reduce document size.
1217
 
1218
5.9.058 (2011-02-25)
1219
	- Image() method was improved to cache images with transparency layers (thanks to Korneliusz Jarzębski for reporting this problem).
1220
 
1221
5.9.057 (2011-02-24)
1222
	- A problem with image caching system was fixed (thanks to Korneliusz Jarzębski for reporting this problem).
1223
 
1224
5.9.056 (2011-02-22)
1225
	- A bug on fixHTMLCode() method was fixed.
1226
	- Automatic line break for HTML was fixed.
1227
 
1228
5.9.055 (2011-02-17)
1229
	- Another bug related to HTML table page break was fixed.
1230
 
1231
5.9.054 (2011-02-16)
1232
	- A bug related to HTML table page break was fixed.
1233
 
1234
5.9.053 (2011-02-16)
1235
	- Support for HTML attribute display="none" was added.
1236
 
1237
5.9.052 (2011-02-15)
1238
	- A bug related to HTML automatic newlines was fixed.
1239
 
1240
5.9.051 (2011-02-12)
1241
	- "Commas at beginning of new lines" problem was fixed.
1242
 
1243
5.9.050 (2011-02-11)
1244
	- Bug #3177606 "SVG Bar chart error" was fixed.
1245
 
1246
5.9.049 (2011-02-03)
1247
	- Bug #3170777 "TCPDF creates a new page after a single line in writeHTML" was fixed.
1248
 
1249
5.9.048 (2011-02-02)
1250
	- No changes. Just released to override previous release that was not uploaded correctly.
1251
 
1252
5.9.047 (2011-01-28)
1253
	- Bug #3167115 "PDF error in <table> (example 48)" was fixed (was introduced in 5.8.046).
1254
 
1255
5.9.046 (2011-01-18)
1256
	- PDF view/print layers are now automatically turned off if not used (see setVisibility() method).
1257
 
1258
5.9.045 (2011-01-17)
1259
	- HTML list support were improved.
1260
 
1261
5.9.044 (2011-01-15)
1262
	- Bug #3158422 "writeHTMLCell Loop" was fixed.
1263
	- Some HTML image alignment problems were fixed.
1264
 
1265
5.9.043 (2011-01-14)
1266
	- Bug #3158178 "PHP Notice" was fixed.
1267
	- Bug #3158193 "Endless loop in writeHTML" was fixed.
1268
	- Bug #3157764 "SVG Pie chart incorrectly rendered2".
1269
 
1270
5.9.042 (2011-01-14)
1271
	- Some problems of the PHP4 version were fixed.
1272
 
1273
5.9.041 (2011-01-13)
1274
	- A problem with SVG elliptical arc path was fixed (ref. bug #3156574).
1275
	- A problem related to font weight on HTML table headers was fixed.
1276
 
1277
5.9.040 (2011-01-12)
1278
	- A bug related to empty pages after table was fixed.
1279
 
1280
5.9.039 (2011-01-12)
1281
	- Bug item #3155759 "openssl_random_pseudo_bytes() slow under Windows" was fixed.
1282
 
1283
5.9.038 (2011-01-11)
1284
	- Minor bugs were fixed.
1285
 
1286
5.9.037 (2011-01-09)
1287
	- An alignment problem for HTML texts was fixed.
1288
 
1289
5.9.036 (2011-01-07)
1290
	- A bug related to HTML tables on header was fixed.
1291
 
1292
5.9.035 (2011-01-03)
1293
	- A problem related to HTML table border alignment was fixed.
1294
	- Bug #2996366 "FastCGI and Header Problems" was fixed.
1295
 
1296
5.9.034 (2010-12-19)
1297
	- DejaVu and GNU Free fonts were updated.
1298
 
1299
5.9.033 (2010-12-18)
1300
	- Source code documetnation was improved.
1301
 
1302
5.9.032 (2010-12-18)
1303
	- Default font stretching and spacing values are now inherited by HTML methods.
1304
 
1305
5.9.031 (2010-12-16)
1306
	- Source code documentation errors were fixed.
1307
 
1308
5.9.030 (2010-12-16)
1309
	- Several source code documentation errors were fixed.
1310
	- Source code style was changed for Doxygen.
1311
	- Source code documentation was moved online to http://www.tcpdf.org
1312
 
1313
5.9.029 (2010-12-04)
1314
	- The $fitbox parameter on Image() method was extended to specify image alignment inside the box (check the example n. 9).
1315
 
1316
5.9.028 (2010-12-03)
1317
	- Font utils makefont.php and makeallttffonts.php were updated.
1318
 
1319
5.9.027 (2010-12-01)
1320
	- Spot Colors are now better integrated with HTML mode.
1321
	- Method SetDocInfoUnicode() was added to turn on/off Unicode mode for document information dictionary (meta tags) - check the example n. 19.
1322
 
1323
5.9.026 (2010-12-01)
1324
	- A problem with mixed text directions on HTML was fixed.
1325
 
1326
5.9.025 (2010-12-01)
1327
	- The AddSpotColor() now automatically fills the spotcolor array (defined on spotcolors.php file).
1328
 
1329
5.9.024 (2010-11-30)
1330
	- Bug item #3123612 "SVG not use gradientTransform in percentage mode" was fixed.
1331
 
1332
5.9.023 (2010-11-25)
1333
	- A potential bug on SVG transcoder was fixed.
1334
 
1335
5.9.022 (2010-11-21)
1336
	- Method ImageEPS includes support for EPS/AI Spot colors.
1337
	- Method ImageEPS includes a new parameter $fixoutvals to remove values outside the bounding box.
1338
 
1339
5.9.021 (2010-11-20)
1340
	- Support for custom bullet points images was added (check the example n.6)
1341
	- Examples n. 6 and 61 were update (check the comments inside).
1342
 
1343
5.9.020 (2010-11-19)
1344
	- A problem related to additional page when using multicolumn mode was fixed.
1345
 
1346
5.9.019 (2010-11-19)
1347
	- An SVG bug was fixed.
1348
	- ImageSVG() and ImageEPS() methods now accepts image data streams (put the string on the $file parameter preceded by '@' character).
1349
	- Option 'E' was added to the $dest parameter of Output() method to return the document as base64 mime multi-part email attachment (RFC 2045).
1350
 
1351
5.9.018 (2010-11-19)
1352
	- An SVG bug was fixed.
1353
 
1354
5.9.017 (2010-11-16)
1355
	- Tagline color was set to transparent.
1356
	- The method fixHTMLCode() was added to automatically clean up HTML code (requires HTML Tidy).
1357
 
1358
5.9.016 (2010-11-16)
1359
	- Bug item #3109705 "list item page break hanging bullet" was fixed.
1360
 
1361
5.9.015 (2010-11-16)
1362
	- Bug item affecting QRCode was fixed.
1363
	- Some bugs affecting HTML lists were fixed.
1364
	- ImageSVG() and fitBlock() methods were improved to handle some SVG problems.
1365
	- Some problems with PHP4 compatibility were fixed.
1366
 
1367
5.9.014 (2010-11-15)
1368
	- Bug item #3109464 "QRCode error" was fixed.
1369
 
1370
5.9.013 (2010-11-15)
1371
	- Bug item #3109257 "Problem with interlaced GIFs and PNGs" was fixed.
1372
	- Image function now accepts image data streams (check example n. 9).
1373
 
1374
5.9.012 (2010-11-12)
1375
	- Method getTCPDFVersion() was added.
1376
	- PDF_PRODUCER constant was removed.
1377
	- Method convertHTMLColorToDec() was improved.
1378
	- HTML colors now support spot color names defined on the new spotcolors.php file.
1379
	- The default method Header() was improved to support SVG and EPS/AI images.
1380
	- A bug on SVG importer was fixed.
1381
 
1382
5.9.011 (2010-11-02)
1383
	- Bug item #3101486 "Bug Fix for image loading" was fixed.
1384
 
1385
5.9.010 (2010-10-27)
1386
	- Support for CSS properties 'border-spacing' and 'padding' for tables were added.
1387
	- Several language files were added.
1388
 
1389
5.9.009 (2010-10-21)
1390
	- HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction.
1391
 
1392
5.9.008 (2010-10-21)
1393
	- Bug item #3091502 "Bookmark oddity" was fixed.
1394
	- HTML internal links now accepts page number and Y position.
1395
	- The method write1DBarcode() was improved to accept separate horizontal and vertical padding (see example n. 27).
1396
 
1397
5.9.007 (2010-10-20)
1398
	- Method adjustCellPadding() was fixed to handle bad input.
1399
 
1400
5.9.006 (2010-10-19)
1401
	- Support for AES 256 bit encryption was added (see example n. 16).
1402
	- Method getNumLines() was fixed for the empty string case.
1403
 
1404
5.9.005 (2010-10-18)
1405
	- Method addPageRegion() was changed to accept regions starting exactly from the top of the page.
1406
 
1407
5.9.004 (2010-10-18)
1408
	- A bug related to annotations was fixed.
1409
	- The file unicode_data.php was canged to encapsulate all data in a class.
1410
	- The file htmlcolors.php was changed to remove the global variable.
1411
 
1412
5.9.003 (2010-10-15)
1413
	- Support for no-write page regions was added. Check the example n. 64 and new methods setPageRegions(), addPageRegion(), getPageRegions(), removePageRegion().
1414
	- A bug on Right-To-Left alignment was fixed.
1415
 
1416
5.9.002 (2010-10-08)
1417
	- Cell method was improved to preserve the font stretching and spacing values when using the $stretch parameter (see example n. 4).
1418
 
1419
5.9.001 (2010-10-07)
1420
	- The problem of blank page for nobr table higher than a single page was fixed.
1421
 
1422
5.9.000 (2010-10-06)
1423
	- Support for text stretching and spacing (tracking) was added, see example n. 63 and methods setFontStretching(), getFontStretching(), setFontSpacing(), getFontSpacing().
1424
	- Support for CSS properties 'font-stretch' and 'letter-spacing' was added (see example n. 63).
1425
	- The cMargin state was replaced by cell_padding array that can be set/get using setCellPadding() and getCellPadding() methods.
1426
	- Methods getCellPaddings() and setCellPaddings() were added to fine tune cell paddings (see example n. 5).
1427
	- Methods getCellMargins() and setCellMargins() were added to fine tune cell margins (see example n. 5).
1428
	- Method write1DBarcode() was improved to permit custom labels (see example n. 27).
1429
	- Method ImagePngAlpha() now includes support for ImageMagick to improve performances.
1430
	- XObject Template support was extended to support Multicell(), writeHTML() and writeHTMLCell() methods.
1431
	- The signature of getNumLines() and getStringHeight() methods is changed.
1432
	- Example n. 57 was updated.
1433
 
1434
// -------------------------------------------------------------------
1435
 
1436
5.8.034 (2010-09-27)
1437
	- A bug related to SetFont on XObject templates was fixed.
1438
 
1439
5.8.033 (2010-09-25)
1440
	- A problem with Footer() and multiple columns was fixed.
1441
 
1442
5.8.032 (2010-09-22)
1443
	- Bug #3073165 "Issues with changes to addHTMLVertSpace()" was fixed.
1444
 
1445
5.8.031 (2010-09-20)
1446
	- Bug #3071961 "Spaces in HTML" was fixed.
1447
 
1448
5.8.030 (2010-09-17)
1449
	- SVG support was improved and some bugs were fixed.
1450
 
1451
5.8.029 (2010-09-16)
1452
	- A problem with HTML borders was fixed.
1453
 
1454
5.8.028 (2010-09-13)
1455
	- Bug #3065224 "mcrypt_create_iv error on TCPDF 5.8.027 on PHP 5.3.2" was fixed.
1456
 
1457
5.8.027 (2010-09-13)
1458
	- Bug #3065118 "mcrypt_decrypt error on TCPDF 5.8.026 on PHP 5.3.2" was fixed.
1459
 
1460
5.8.026 (2010-09-13)
1461
	- A bug on addHTMLTOC() method was fixed. Note: be sure that the #TOC_PAGE_NUMBER# template has enough width to be printed correctly.
1462
 
1463
5.8.025 (2010-09-09)
1464
	- Bug #3062692 "Textarea inside a table" was fixed.
1465
 
1466
5.8.024 (2010-09-08)
1467
	- Bug #3062005 "Undefined variable: ann_obj_id" was fixed.
1468
 
1469
5.8.023 (2010-08-31)
1470
	- Forms bug added on version 5.8.019 was fixed.
1471
 
1472
5.8.022 (2010-08-31)
1473
	- Bug #3056632 "SVG rendered vertically flipped" was fixed.
1474
 
1475
5.8.021 (2010-08-30)
1476
	- A new CID-0 'chinese' font was added for traditional Chinese.
1477
	- Bug #3054287 'Inner tags are ignored due to "align" attribute' was fixed.
1478
 
1479
5.8.020 (2010-08-26)
1480
	- CSS "catch-all" class selector is now supported.
1481
 
1482
5.8.019 (2010-08-26)
1483
	- XObject Templates now includes support for links and annotations.
1484
	- A problem related to link alignment on cell was fixed.
1485
	- A problem related to SVG styles was fixed.
1486
 
1487
5.8.018 (2010-08-25)
1488
	- Method getNumberOfColumns() was added.
1489
	- A problem related to table header was fixed.
1490
	- Method getSVGTransformMatrix() was fixed to apply SVG transformations in the correct order.
1491
	- SVG support was improved and several bugs were fixed.
1492
 
1493
5.8.017 (2010-08-25)
1494
	- This version includes support for XObject Templates (see the new example n. 62).
1495
	- Methods starttemplate(), endTemplate() and printTemplate() were added (see the new example n. 62).
1496
 
1497
5.8.016 (2010-08-24)
1498
	- Alignment problem on write2DBarcode was fixed.
1499
 
1500
5.8.015 (2010-08-24)
1501
	- A problem arose with the latest bugfix was fixed.
1502
 
1503
5.8.014 (2010-08-23)
1504
	- Method _getxobjectdict() was added for better compatibility with external extensions.
1505
	- A bug related to radiobuttons was fixed.
1506
	- Bug #3051509 "new line after punctuation marks" was fixed (partially).
1507
 
1508
5.8.013 (2010-08-23)
1509
	- SVG support for 'direction' property was added.
1510
	- A problem on default width calculation for linear barcodes was fixed.
1511
	- New option was added to write1DBarcode() method to improve alignments (see example n. 27).
1512
	- Bug #3050896 "Nested HTML tables: styles are not applied" was fixed.
1513
	- Method _putresourcedict() was improved to include external XObject templates.
1514
 
1515
5.8.012 (2010-08-22)
1516
	- Support for SVG 'text-anchor' property was added.
1517
 
1518
5.8.011 (2010-08-21)
1519
	- Method write1DBarcode() was improved to be backward compatible (check the new example n. 27).
1520
	- Support for CSS width and height properties on images were added.
1521
 
1522
5.8.010 (2010-08-20)
1523
	- Documentation of unhtmlentities() was fixed.
1524
	- The 'fitwidth' option was added and border color problem was fixed on write1DBarcode() method (check the example n. 27).
1525
 
1526
5.8.009 (2010-08-20)
1527
	- Internal object numbering was improved.
1528
	- Some errors in object encryption were fixed.
1529
 
1530
5.8.008 (2010-08-19)
1531
	- Method write1DBarcode() was changed, check the example n. 27.
1532
	- Method Footer() was changed to account for barcode changes.
1533
	- Automatic calculation of K_PATH_URL constant was fixed on configuration file.
1534
	- Method setEqualColumns() was fixed for $width=0 case.
1535
	- Method AddTOC() was fixed for multipage and multicolumn modes.
1536
	- Better support for SVG "font-family" property.
1537
	- A problem on default Page Zoom mode was fixed.
1538
	- Several Annotation bugs were fixed.
1539
 
1540
5.8.007 (2010-08-18)
1541
	- A bug affecting HTML tables was fixed.
1542
	- Bug #3047500 "SVG not rendering paths properly" was fixed.
1543
 
1544
5.8.006 (2010-08-17)
1545
	- A bug affecting HTML table nesting was fixed.
1546
 
1547
5.8.005 (2010-08-17)
1548
	- A bug affecting the HTML 'select' tag in certain conditions was fixed.
1549
 
1550
5.8.004 (2010-08-17)
1551
	- Better support for HTML "font-family" property.
1552
	- A bug related to HTML multicolumn was fixed.
1553
 
1554
5.8.003 (2010-08-16)
1555
	- Better support for HTML "font-family" property.
1556
 
1557
5.8.002 (2010-08-14)
1558
	- HTML alignments were improved
1559
	- 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.
1560
	- Example n. 1 was updated.
1561
 
1562
5.8.001 (2010-08-12)
1563
	- Bug #3043650 "subsetchars incorrectly cached" was fixed.
1564
 
1565
5.8.000 (2010-08-11)
1566
	- A control to avoid bookmarking page 0 was added.
1567
	- addTOC() method now includes support for multicolumn mode.
1568
	- Support for tables in multicolumn mode was improved.
1569
	- Example n.10 was updated.
1570
	- All trimming functions were replaced with stringLeftTrim(), stringRightTrim() and stringTrim().
1571
	- HTML alignments were improved.
1572
 
1573
------------------------------------------------------------
1574
 
1575
5.7.003 (2010-08-08)
1576
	- Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
1577
 
1578
5.7.002 (2010-08-06)
1579
	- Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
1580
 
1581
5.7.001 (2010-08-05)
1582
	- Bug #3040105 "Broken PDF when using TOC (example 45)" was fixed.
1583
 
1584
5.7.000 (2010-08-03)
1585
	- CSS borders are now supported for HTML tables and other block tags (see example n. 61);
1586
	- Cell borders were improved (see example n. 57);
1587
	- Minor bugs were fixed.
1588
 
1589
------------------------------------------------------------
1590
 
1591
5.6.000 (2010-07-31)
1592
	- A bug with object IDs was fixes.
1593
	- Performances were improved.
1594
 
1595
------------------------------------------------------------
1596
 
1597
5.5.015 (2010-07-29)
1598
	- Automatic fix for unclosed self-closing tag.
1599
	- Support for deprecated 's' and 'strike' tags was added.
1600
	- Empty list items problem was fixed.
1601
 
1602
5.5.014 (2010-07-15)
1603
	- Support for external images was improved.
1604
 
1605
5.5.013 (2010-07-14)
1606
	- Bug #3029338 "FI and FO output destination filename bug" was fixed (previous fix was wrong).
1607
 
1608
5.5.012 (2010-07-14)
1609
	- Bug #3029310 "Font baseline inconsistencies with line-height and font-size" was fixed.
1610
	- Bug #3029338 "FI and FO output destination filename bug" was fixed.
1611
 
1612
5.5.011 (2010-07-09)
1613
	- Support for multiple CSS classes was added.
1614
	- The method getColumn() was added to return the current column number.
1615
	- Some regular Expressions were fixed to be more compatible with UTF-8.
1616
 
1617
5.5.010 (2010-07-06)
1618
	- Bug item #3025772 "Borders in all image functions are still flawed" was fixed.
1619
 
1620
5.5.009 (2010-07-05)
1621
	- A problem related to last page footer was fixed.
1622
	- Image alignments and fit-on-page features were improved.
1623
 
1624
5.5.008 (2010-07-02)
1625
	- A problem on table header alignment in booklet mode was fixed.
1626
	- Default graphic vars are now applied for setHeader();
1627
 
1628
5.5.007 (2010-07-02)
1629
	- Attribute "readonly" was added to input and textarea form fields.
1630
	- Vertical alignment feature was added on MultiCell() method only for simple text mode (see example n. 5).
1631
	- Text-Fit feature was added on MultiCell() method only for simple text mode (see example n. 5).
1632
 
1633
5.5.006 (2010-06-29)
1634
	- getStringHeight() and getNumLines() methods were fixed.
1635
 
1636
5.5.005 (2010-06-28)
1637
	- Bug #3022170 "getFontDescent() does not return correct descent value" was fixed.
1638
	- Some problems with multicolumn mode were fixed.
1639
 
1640
5.5.004 (2010-06-27)
1641
	- Bug #3021803 "SVG Border" was fixed.
1642
 
1643
5.5.003 (2010-06-26)
1644
	- On Write() method, blank lines at the beginning of a page or column are now automatically removed.
1645
 
1646
5.5.002 (2010-06-24)
1647
	- ToUnicode Identity-H name was replaced with a full CMap (to avoid preflight syntax error).
1648
	- Bug #3020638 "str_split() not available in php4" was fixed.
1649
	- Bug #3020665 "file_get_contents() too many parameters for php4" was fixed.
1650
 
1651
5.5.001 (2010-06-23)
1652
	- A problem on image streams was fixed.
1653
 
1654
5.5.000 (2010-06-22)
1655
	- Several PDF syntax errors (and related bugs) were fixed.
1656
	- Bug #3019090 "/Length values are wrong if AES encryption is used" was fixed.
1657
 
1658
------------------------------------------------------------
1659
 
1660
5.4.003 (2010-06-19)
1661
	- A problem related to page boxes was fixed.
1662
	- Bug #3016920 "Font subsetting issues when editing pdf" was partially fixed (Note that flattening transparency layers is currently incompatible with TrueTypeUnicode fonts).
1663
 
1664
5.4.002 (2010-06-18)
1665
	- A problem related with setProtection() method was fixed.
1666
 
1667
5.4.001 (2010-06-18)
1668
	- A problem related with setProtection() method was fixed.
1669
 
1670
5.4.000 (2010-06-18)
1671
	- The method setSignatureAppearance() was added, check the example n. 52.
1672
	- Several problems related to font subsetting were fixed.
1673
 
1674
------------------------------------------------------------
1675
 
1676
5.3.010 (2010-06-15)
1677
	- Previous release was corrupted.
1678
 
1679
5.3.009 (2010-06-15)
1680
	- Bug #3015934 "Bullets don't display correctly" was fixed.
1681
 
1682
5.3.008 (2010-06-13)
1683
	- This version fixes some problems of SVG rasterization.
1684
 
1685
5.3.007 (2010-06-13)
1686
	- This version improves SVG support.
1687
 
1688
5.3.006 (2010-06-10)
1689
	- This version includes a change in uniqid calls for backward compatibility with PHP4.
1690
 
1691
5.3.005 (2010-06-09)
1692
	- The method getPageSizeFromFormat() was changed to include all standard page formats (includes 281 page formats + variation).
1693
 
1694
5.3.004 (2010-06-08)
1695
	- Bug #3013291 "HTML table cell width" was fixed.
1696
	- Bug #3013294 "HTML table cell alignment" was fixed.
1697
	- The columns widths of HTML tables are now inherited from the first row.
1698
 
1699
5.3.003 (2010-06-08)
1700
	- Bug #3013102 "HTML table header misaligned after page break" was fixed.
1701
 
1702
5.3.002 (2010-06-07)
1703
	- The methods setFontSubsetting() and setFontSubsetting() were added to control the default font subsetting mode (see example n. 1).
1704
	- Bug #3012596 "Whitespace should not appeared after use Thai top characters" was fixed.
1705
	- Examples n. 1, 14, and 54 were updated.
1706
 
1707
5.3.001 (2010-06-06)
1708
	- Barcode PDF417 was improved to support Macro Code Blocks (see example n. 50).
1709
 
1710
5.3.000 (2010-06-05)
1711
	- License was changed to GNU-LGPLv3 (see the updated LICENSE.TXT file).
1712
	- PDF417 barcode support was added (check the example n. 50).
1713
	- The method write2DBarcode() was improved (some parameters were added and other changed - check example n. 50).
1714
 
1715
------------------------------------------------------------
1716
 
1717
5.2.000 (2010-06-02)
1718
	- IMPORTANT: Support for font subsetting was added by default to reduce the size of documents using large unicode font files.
1719
		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.
1720
		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.
1721
	- The signature of the SetFont() and AddFont() methods were changed to include the font subsetting option (subsetting is applied by default).
1722
	- Examples 14 and 54 were updated.
1723
 
1724
------------------------------------------------------------
1725
 
1726
5.1.002 (2010-05-27)
1727
	- Bug #3007818 "SetAutoPageBreak fails with MultiCell" was fixed.
1728
	- A bug related to MultiCell() minimun height was fixed.
1729
 
1730
5.1.001 (2010-05-26)
1731
	- The problem of blank page after table was fixed.
1732
 
1733
5.1.000 (2010-05-25)
1734
	- This version includes support for CSS (Cascading Style Sheets) (see example n. 61).
1735
	- The convertHTMLColorToDec() method was improved.
1736
 
1737
------------------------------------------------------------
1738
 
1739
5.0.014 (2010-05-21)
1740
	- A problem on color and style of HTML links was fixed.
1741
	- A bug relative to gradients was fixed.
1742
	- The getStringHeight() method was added and getNumLines() method was improved.
1743
	- All examples were updated.
1744
 
1745
5.0.013 (2010-05-19)
1746
	- A bug related to page-breaks and table cells was fixed.
1747
 
1748
5.0.012 (2010-05-19)
1749
	- Page orientation bug was fixed.
1750
	- The access to method setPageFormat() was changed to 'protected' because it is not intended to be directly called.
1751
 
1752
5.0.011 (2010-05-19)
1753
	- Page orientation bug was fixed.
1754
	- Bug #3003966 "Multiple columns and nested lists" was fixed.
1755
 
1756
5.0.010 (2010-05-17)
1757
	- The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions.
1758
	- The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox);
1759
	- A bug relative to underline, overline and linethrough was fixed.
1760
 
1761
5.0.009 (2010-05-16)
1762
	- Bug #3002381 "Multiple columns and nested lists" was fixed.
1763
 
1764
5.0.008 (2010-05-15)
1765
	- Bug "Columns WriteHTML and Justification" was fixed.
1766
 
1767
5.0.007 (2010-05-14)
1768
	- Bug #3001347 "Bug when using  WriteHTML with setEqualColumns()" was fixed.
1769
	- Bug #3001505 "problem with sup and sub tags at the beginning of a line" was fixed.
1770
 
1771
5.0.006 (2010-05-13)
1772
	- Length of hr tag was fixed.
1773
	- An error on 2d barcode method was fixed.
1774
 
1775
5.0.005 (2010-05-12)
1776
	- 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.
1777
	- SetProtection() method was extended to support RSA and AES 128 encryption and public-keys (see example 16).
1778
	- Bug #2999489 "setEqualColumns() and TOC uses wrong columns" was fixed (see the example 10).
1779
 
1780
5.0.004 (2010-05-10)
1781
	- HTML line alignment when using sub and sup tags was fixed.
1782
 
1783
5.0.003 (2010-05-07)
1784
	- 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.
1785
	- Header() method was changed to account for new image alignment rules.
1786
 
1787
5.0.002 (2010-05-06)
1788
	- Bookmark() and related methods were fixed to accept HTML code.
1789
	- A problem on HTML links was fixed.
1790
 
1791
5.0.001 (2010-05-06)
1792
	- Protected method _putstream was re-added for backward compatibility.
1793
	- The following method were added to display HTML Table Of Content (see example n. 59):
1794
		addTOCPage(), endTOCPage(), addHTMLTOC().
1795
 
1796
5.0.000 (2010-05-05)
1797
	- Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported.
1798
	- Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library.
1799
	- Method RoundedRectXY() was added.
1800
	- Method PieSectorXY() was added.
1801
	- Gradient() method is now public and support new features.
1802
	- Shading to transparency is now supported.
1803
	- Image alignments were fixed.
1804
	- Support for dynamic images were improved.
1805
	- PDF_IMAGE_SCALE_RATIO has been changed to 1.25 for better compatibility with SVG.
1806
	- RAW and RAW2 modes were added to 2D Barcodes (see example n. 50).
1807
	- Automatic padding feature was added on barcodes (see examples n. 27 and 50).
1808
	- Bug #2995003 "Reproduced thead bug" was fixed.
1809
	- The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
1810
	- Ellipse() method was improved and fixed (see page 2 of example n. 12).
1811
 
1812
------------------------------------------------------------
1813
 
1814
4.9.018 (2010-04-21)
1815
	- Bug item #2990356 "Current font size not respected with more than two HTML <p>" was fixed.
1816
 
1817
4.9.017 (2010-04-21)
1818
	- Bug item #2990224 "Different behaviour for equivalent HTML strings" was fixed.
1819
	- Bug item #2990314 "Dash is not appearing with SHY character" was fixed.
1820
 
1821
4.9.016 (2010-04-20)
1822
	- An error on htmlcolors.php was fixed.
1823
	- getImageFileType() method was improved.
1824
	- GIF images with transparency are now better supported.
1825
	- Automatic page orientation was improved.
1826
 
1827
4.9.015 (2010-04-20)
1828
	- A new method copyPage() was added to clone pages (see example n. 44).
1829
	- Support for text overline was added.
1830
	- Underline and linethrough methods were fixed.
1831
	- Bug #2989058 "SHY character causes unnecessary word-wrapping" was fixed.
1832
 
1833
4.9.014 (2010-04-18)
1834
	- Bug item #2988845 was fixed.
1835
 
1836
4.9.013 (2010-04-15)
1837
	- Image() and ImageEPS() methods were fixed and improved; $fitonpage parameter was added.
1838
 
1839
4.9.012 (2010-04-12)
1840
	- The hyphenateText() method was added to automatically hyphenate text (see example n. 46).
1841
 
1842
4.9.011 (2010-04-07)
1843
	- Vertical alignments for Cell() method were improved (see example n. 57).
1844
 
1845
4.9.010 (2010-04-06)
1846
	- Signature of Cell() method now includes new parameters for vertical alignment (see example n. 57).
1847
	- Text() method was extended to include all Cell() parameters.
1848
	- HTML line alignment procedure was changed to fix some bugs.
1849
 
1850
4.9.009 (2010-04-05)
1851
	- Text() method was fixed for backward compatibility.
1852
 
1853
4.9.008 (2010-04-03)
1854
	- Additional line space after table header was removed.
1855
	- Support for HTML lists in multicolumn mode was added.
1856
	- The method setTextRenderingMode() was added to set text rendering modes (see the example n. 26).
1857
	- The following HTML attributes were added to set text rendering modes (see the example n. 26): stroke, strokecolor, fill.
1858
 
1859
4.9.007 (2010-04-03)
1860
	- Font Descent computation was fixed (patch #2981441).
1861
 
1862
4.9.006 (2010-04-02)
1863
	- The constant K_TCPDF_CALLS_IN_HTML was added on configuration file to enable/disable the ability to call TCPDF methods in HTML.
1864
	- 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.
1865
 
1866
4.9.005 (2010-04-01)
1867
	- Bug# 2980354 "Wrong File attachment description with security" was fixed.
1868
	- Several problems with HTML line alignment were fixed.
1869
	- 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.
1870
	- A problem with font name directory was fixed.
1871
	- A bug on _destroy() method was fixed.
1872
 
1873
4.9.004 (2010-03-31)
1874
	- Patch #979681 "GetCharWidth - default character width" was applied (bugfix).
1875
 
1876
4.9.003 (2010-03-30)
1877
	- Problem of first <br /> on multiple columns was fixed.
1878
	- HTML line alignment was fixed.
1879
	- A QR-code bug was fixed.
1880
 
1881
4.9.002 (2010-03-29)
1882
	- Patch #2978349 "$ignore_min_height is ignored in function Cell()" was applied.
1883
	- Bug #2978607 "2D Barcodes are wrong" was fixed.
1884
	- A problem with HTML block tags was fixed.
1885
	- Artificial italic for CID-0 fonts was added.
1886
	- Several multicolumn bugs were fixed.
1887
	- Support for HTML tables on multicolumn was added.
1888
 
1889
4.9.001 (2010-03-28)
1890
	- QR Code minor bug was fixed.
1891
	- Multicolumn mode was added (see the new example n. 10).
1892
	- The following methods were added: setEqualColumns(), setColumnsArray(), selectColumn().
1893
	- Thai diacritics support were changed (note that this is incompatible with html justification).
1894
 
1895
4.9.000 (2010-03-27)
1896
	- QR Code (2D barcode) support was added (see example n. 50).
1897
	- The following methods were added to print crop and registration marks (see example n. 56): colorRegistrationBar(), cropMark(), registrationMark().
1898
	- Limited support for CSS line-height property was added.
1899
	- Gradient method now supports Gray, RGB and CMYK space color.
1900
	- Example n. 51 was updated.
1901
	- Vertical alignment of font inside cell was fixed.
1902
	- Support for multiple Thai diacritics was added.
1903
	- Bug item #2974929 "Duplicate case values" was fixed.
1904
	- Bug item #2976729 "File attachment not working with security" was fixed.
1905
 
1906
------------------------------------------------------------
1907
 
1908
4.8.039 (2010-03-20)
1909
	- Problems related to custom locale settings were fixed.
1910
	- Problems related to HTML on Header and Footer were fixed.
1911
 
1912
4.8.038 (2010-03-13)
1913
	- Various bugs related to page-break in HTML mode were fixed.
1914
	- Bug item #2968974 "Another <thead> pagebreak problem" was fixed.
1915
	- Bug item #2969276 "justification problem" was fixed.
1916
	- Bug item #2969289 "bug when using justified text and custom headers" was fixed.
1917
	- Images are now automatically resized to be contained on the page.
1918
	- Some HTML line alignments were fixed.
1919
	- Signature of AddPage() and SetMargins() methods were changed to include an option to set default page margins.
1920
 
1921
4.8.037 (2010-03-03)
1922
	- Bug item #2962068 was fixed.
1923
	- Bug item #2967017 "Problems with <thead> and pagebreaks" was fixed.
1924
	- Bug item #2967023 "table header lost with pagebreak" was fixed.
1925
	- Bug item #2967032 "Header lost with nested tables" was fixed.
1926
 
1927
4.8.036 (2010-02-24)
1928
	- Automatic page break for HTML images was improved.
1929
	- Example 10 was updated.
1930
	- Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font).
1931
 
1932
4.8.035 (2010-02-23)
1933
	- Automatic page break for HTML images was added.
1934
	- Support for multicolumn HTML was added (example 10 was updated).
1935
 
1936
4.8.034 (2010-02-17)
1937
	- Language files were updated.
1938
 
1939
4.8.033 (2010-02-12)
1940
	- A bug related to protection mode with links was fixed.
1941
 
1942
4.8.032 (2010-02-04)
1943
	- A bug related to $maxh parameter on Write() and MultiCell() was fixed.
1944
	- Support for body tag was added.
1945
 
1946
4.8.031 (2010-01-30)
1947
	- Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed.
1948
 
1949
4.8.030 (2010-01-27)
1950
	- Some text alignment cases were fixed.
1951
 
1952
4.8.029 (2010-01-27)
1953
	- Bug item #2941057 "TOC Error in PDF File Output" was fixed.
1954
	- Some text alignment cases were fixed.
1955
 
1956
4.8.028 (2010-01-26)
1957
	- Text alignment for RTL mode was fixed.
1958
 
1959
4.8.027 (2010-01-25)
1960
	- Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
1961
 
1962
4.8.026 (2010-01-19)
1963
	- The misspelled word "length" was replaced with "length" in some variables and comments.
1964
 
1965
4.8.025 (2010-01-18)
1966
	- addExtGState() method was improved to reuse existing ExtGState objects.
1967
 
1968
4.8.024 (2010-01-15)
1969
	- Justification mode for HTML was fixed (Bug item #2932470).
1970
 
1971
4.8.023 (2010-01-15)
1972
	- Bug item #2932470 "Some HTML entities breaks justification" was fixed.
1973
 
1974
4.8.022 (2010-01-14)
1975
	- Source code documentation was fixed.
1976
 
1977
4.8.021 (2010-01-03)
1978
	- A Bug relative to Table Of Content index was fixed.
1979
 
1980
4.8.020 (2009-12-21)
1981
	- Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed.
1982
	- A Bug relative to table rowspan mode was fixed.
1983
 
1984
4.8.019 (2009-12-16)
1985
	- Bug item #2915684 "Image size" was fixed.
1986
	- Bug item #2914995 "Image jpeg quality" was fixed.
1987
	- The signature of the Image() method was changed (check the documentation for the $resize parameter).
1988
 
1989
4.8.018 (2009-12-15)
1990
	- Bug item #2914352 "write error" was fixed.
1991
 
1992
4.8.017 (2009-11-27)
1993
	- THEAD problem when table is used on header/footer was fixed.
1994
	- A first line alignment on HTML justification was fixed.
1995
	- Method getImageFileType() was added.
1996
	- Images with unknown extension and type are now supported via ImageMagick PHP extension.
1997
 
1998
4.8.016 (2009-11-21)
1999
	- Document Information Dictionary was fixed.
2000
	- CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported.
2001
	- Problem of unclosed last page was fixed.
2002
	- Problem of 'thead' unnecessarily repeated on the next page was fixed.
2003
 
2004
4.8.015 (2009-11-20)
2005
	- A problem with some PNG transparency images was fixed.
2006
	- Bug #2900762 "Sort issues in Bookmarks" was fixed.
2007
	- Text justification was fixed for various modes: underline, strikeout and background.
2008
 
2009
4.8.014 (2009-11-04)
2010
	- Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed.
2011
	- The handling of temporary RTL text direction mode was fixed.
2012
 
2013
4.8.013 (2009-10-26)
2014
	- Bug item #2884729 "Problem with word-wrap and hyphen" was fixed.
2015
 
2016
4.8.012 (2009-10-23)
2017
	- Table cell alignments for RTL booklet mode were fixed.
2018
	- Images and barcode alignments for booklet mode were fixed.
2019
 
2020
4.8.011 (2009-10-22)
2021
	- DejaVu fonts were updated to latest version.
2022
 
2023
4.8.010 (2009-10-21)
2024
	- Bookmark for TOC page was added.
2025
	- Signature of addTOC() method is changed.
2026
	- Bookmarks are now automatically sorted by page and Y position.
2027
	- Example n. 45 was updated.
2028
	- Example n. 55 was added to display all charactes available on core fonts.
2029
 
2030
4.8.009 (2009-09-30)
2031
	- Compatibility with PHP 5.3 was improved.
2032
	- All examples were updated.
2033
	- Index file for examples was added.
2034
 
2035
4.8.008 (2009-09-29)
2036
	- Example 49 was updated.
2037
	- Underline and linethrough now works with cell stretching mode.
2038
 
2039
4.8.007 (2009-09-23)
2040
	- Infinite loop problem caused by nobr attribute was fixed.
2041
 
2042
4.8.006 (2009-09-23)
2043
	- Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
2044
	- Support for text-indent CSS attribute was added.
2045
	- Method rollbackTransaction() was changed to support self-reassignment of previous object (check source code documentation).
2046
	- 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>).
2047
 
2048
4.8.005 (2009-09-17)
2049
	- A bug relative to multiple transformations and annotations was fixed.
2050
 
2051
4.8.004 (2009-09-16)
2052
	- A bug on _putannotsrefs() method was fixed.
2053
 
2054
4.8.003 (2009-09-15)
2055
	- Bug item #2858754 "Division by zero" was fixed.
2056
	- A bug relative to HTML list items was fixed.
2057
	- A bug relative to form fields on multiple pages was fixed.
2058
	- PolyLine() method was added (see example n. 12).
2059
	- Signature of Polygon() method was changed.
2060
 
2061
4.8.002 (2009-09-12)
2062
	- 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.
2063
 
2064
4.8.001 (2009-09-09)
2065
	- The appearance streams (AP) for anotations form fields was fixed (see examples n. 14 and 54).
2066
	- Radiobuttons were fixed.
2067
 
2068
4.8.000 (2009-09-07)
2069
	- This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54).
2070
	- The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button().
2071
	- Support for Widget annotations was improved.
2072
	- Alignment of annotation objects was fixed (examples 36 and 41 were updated).
2073
	- addJavascriptObject() method was added.
2074
	- Signature of Image() method was changed.
2075
	- htmlcolors.php file was updated.
2076
 
2077
------------------------------------------------------------
2078
 
2079
4.7.003 (2009-09-03)
2080
	- Support for TCPDF methods on HTML was improved (see example n. 49).
2081
 
2082
4.7.002 (2009-09-02)
2083
	- Bug item #2848892 "writeHTML + table: Gaps between rows" was fixed.
2084
	- JavaScript support was fixed (see example n. 53).
2085
 
2086
4.7.001 (2009-08-30)
2087
	- The Polygon() and Arrow() methods were fixed and improved (see example n. 12).
2088
 
2089
4.7.000 (2009-08-29)
2090
	- This is a major release.
2091
	- Some procedures were internally optimized.
2092
	- The problem of mixed signature and annotations was fixed (example n. 52).
2093
 
2094
4.6.030 (2009-08-29)
2095
	- IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML).
2096
	- Various minor bugs were fixed.
2097
	- Example n. 52 (digital signature) was updated.
2098
 
2099
4.6.029 (2009-08-26)
2100
	- PHP4 version was fixed.
2101
 
2102
4.6.028 (2009-08-25)
2103
	- Signature algorithm was finally fixed (see example n. 52).
2104
 
2105
4.6.027 (2009-08-24)
2106
	- TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file.
2107
 
2108
4.6.026 (2009-08-21)
2109
	- Bug #2841693 "Problem with MultiCell and ishtml and justification" was fixed.
2110
	- Signature functions were improved but not yet fixed (tcpdf.crt and example n. 52 were updated).
2111
 
2112
4.6.025 (2009-08-17)
2113
	- Carriage returns (\r) were removed from source code.
2114
	- Problem related to set_magic_quotes_runtime() depracated was fixed.
2115
 
2116
4.6.024 (2009-08-07)
2117
	- Bug item #2833556 "justification using other units than mm" was fixed.
2118
	- Documentation was fixed/updated.
2119
 
2120
4.6.023 (2009-08-02)
2121
	- Bug item #2830537 "MirrorH can show mask for transparent PNGs" was fixed.
2122
 
2123
4.6.022 (2009-07-24)
2124
	- A bug relative to single line printing when using WriteHTMLCell() was fixed.
2125
	- Signature support were improved but is still experimental.
2126
	- Fonts Free and Dejavu were updated to latest versions.
2127
 
2128
4.6.021 (2009-07-20)
2129
	- Bug item #2824015 "XHTML Ampersand &amp; in hyperlink bug" was fixed.
2130
	- Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed.
2131
	- Links alignment on justified text was fixed.
2132
	- Unicode "\u" modifier was added to re_spaces variable by default.
2133
 
2134
4.6.020 (2009-07-16)
2135
	- Bug item #2821921 "issue in example 18" was fixed.
2136
	- Signature of SetRTL() method was changed.
2137
 
2138
4.6.019 (2009-07-13)
2139
	- Bug item #2820703 "xref table broken" was fixed.
2140
 
2141
4.6.018 (2009-07-10)
2142
	- Bug item #2819319 "Text over text" was fixed.
2143
	- Method Arrow() was added to print graphic arrows (example 12 was updated).
2144
 
2145
4.6.017 (2009-07-05)
2146
	- Bug item #2816079 "Example 48 not working" was fixed.
2147
	- The signature of the checkPageBreak() was changed. The parameter $addpage was added to turn off the automatic page creation.
2148
 
2149
4.6.016 (2009-06-16)
2150
	- 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}]/');
2151
	- The method _putinfo() now automatically fills the metadata with '?' in case of empty string.
2152
 
2153
4.6.015 (2009-06-11)
2154
	- Bug #2804667 "word wrap bug" was fixed.
2155
 
2156
4.6.014 (2009-06-04)
2157
	- Bug #2800931 "Table thead tag bug" was fixed.
2158
	- A bug related to <pre> tag was fixed.
2159
 
2160
4.6.013 (2009-05-28)
2161
	- List bullets position was fixed for RTL languages.
2162
 
2163
4.6.012 (2009-05-23)
2164
	- setUserRights() method doesn't work anymore unless you call the setSignature() method with the Adobe private key!
2165
 
2166
4.6.011 (2009-05-18)
2167
	- Signature of the Image() method was changed to include the new $fitbox parameter (see source code documentation).
2168
 
2169
4.6.010 (2009-05-17)
2170
	- 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.
2171
	- <tcpdf> tag indent problem was fixed.
2172
	- $y parameter was added to checkPageBreak() method.
2173
	- Bug n. 2791773 "writeHTML" was fixed.
2174
 
2175
4.6.009 (2009-05-13)
2176
	- xref table for embedded files was fixed.
2177
 
2178
4.6.008 (2009-05-07)
2179
	- setSignature() method was improved (but is still experimental).
2180
	- Example n. 52 was added.
2181
 
2182
4.6.007 (2009-05-05)
2183
	- Bug #2786685 "writeHtmlCell and <br /> in custom footer" was fixed.
2184
	- Table header repeating bug was fixed.
2185
	- Some newlines and tabs are now automatically removed from HTML strings.
2186
 
2187
4.6.006 (2009-04-28)
2188
	- Support for "<a name="...">...</a>" was added.
2189
	- By default TCPDF requires PCRE Unicode support turned on but now works also without it (with limited ability to detect some Unicode blank spaces).
2190
 
2191
4.6.005 (2009-04-25)
2192
	- Points (pt) conversion in getHTMLUnitToUnits() was fixed.
2193
	- Default tcpdf.pem certificate file was added.
2194
	- 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).
2195
 
2196
4.6.004 (2009-04-23)
2197
	- Method deletePage() was added to delete pages (see example n. 44).
2198
 
2199
4.6.003 (2009-04-21)
2200
	- The caching mechanism of the UTF8StringToArray() method was fixed.
2201
 
2202
4.6.002 (2009-04-20)
2203
	- Documentation of rollbackTransaction() method was fixed.
2204
	- The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method.
2205
	- HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()).
2206
	- WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1.
2207
 
2208
4.6.001 (2009-04-17)
2209
	- Spaces between HTML block tags are now automatically removed.
2210
	- The bug related to cMargin changes between tables was fixed.
2211
 
2212
4.6.000 (2009-04-16)
2213
	- WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
2214
		zero coordinates for $x and $y are now valid coordinates;
2215
		set $x and $y as empty strings to get the current value.
2216
	- Some error caused by 'empty' function were fixed.
2217
	- Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
2218
	- HTML on footer bug was fixed.
2219
	- The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
2220
 
2221
4.5.043 (2009-04-15)
2222
	- Barcode class (barcode.php) was extended to include new linear barcode types (see example n. 27):
2223
		C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9
2224
		C39+ : CODE 39 with checksum
2225
		C39E : CODE 39 EXTENDED
2226
		C39E+ : CODE 39 EXTENDED + CHECKSUM
2227
		C93 : CODE 93 - USS-93
2228
		S25 : Standard 2 of 5
2229
		S25+ : Standard 2 of 5 + CHECKSUM
2230
		I25 : Interleaved 2 of 5
2231
		I25+ : Interleaved 2 of 5 + CHECKSUM
2232
		C128A : CODE 128 A
2233
		C128B : CODE 128 B
2234
		C128C : CODE 128 C
2235
		EAN2 : 2-Digits UPC-Based Extension
2236
		EAN5 : 5-Digits UPC-Based Extension
2237
		EAN8 : EAN 8
2238
		EAN13 : EAN 13
2239
		UPCA : UPC-A
2240
		UPCE : UPC-E
2241
		MSI : MSI (Variation of Plessey code)
2242
		MSI+ : MSI + CHECKSUM (modulo 11)
2243
		POSTNET : POSTNET
2244
		PLANET : PLANET
2245
		RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
2246
		KIX : KIX (Klant index - Customer index)
2247
		IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200 (NOTE: requires BCMath PHP extension)
2248
		CODABAR : CODABAR
2249
		CODE11 : CODE 11
2250
		PHARMA : PHARMACODE
2251
		PHARMA2T : PHARMACODE TWO-TRACKS
2252
 
2253
4.5.042 (2009-04-15)
2254
	- Method Write() was fixed for the strings containing only zero value.
2255
 
2256
4.5.041 (2009-04-14)
2257
	- Barcode methods were fixed.
2258
 
2259
4.5.040 (2009-04-14)
2260
	- Method Write() was fixed to handle empty strings.
2261
 
2262
4.5.039 (2009-04-11)
2263
	- Support for linear barcodes was extended (see example n. 27 and barcodes.php documentation).
2264
 
2265
4.5.038 (2009-04-10)
2266
	- Write() method was improved to support separators for Japanese, Korean, Chinese Traditional and Chinese Simplified.
2267
 
2268
4.5.037 (2009-04-09)
2269
	- General performances were improved.
2270
	- The signature of the method utf8Bidi() was changed.
2271
	- The method UniArrSubString() was added.
2272
	- Experimental support for 2D barcodes were added (see example n. 50 and 2dbarcodes.php class).
2273
 
2274
4.5.036 (2009-04-03)
2275
	- TCPDF methods can be called inside the HTML code (see example n. 49).
2276
	- All tag attributes, such as <p align="center"> must be enclosed within double quotes.
2277
 
2278
4.5.035 (2009-03-28)
2279
	- Bug #2717436 "writeHTML rowspan problem (continued)" was fixed.
2280
	- Bug #2719090 "writeHTML fix follow up" was fixed.
2281
	- 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.
2282
 
2283
4.5.034 (2009-03-27)
2284
	- Bug #2716914 "Bug writeHTML of a table in body and footer related with pb" was fixed.
2285
	- Bug #2717056 ] "writeHTML problem when setting tr style" was fixed.
2286
	- The signature of the Cell() method was changed.
2287
 
2288
4.5.033 (2009-03-27)
2289
	- The support for rowspan/colspan on HTML tables was improved (see example n. 48).
2290
 
2291
4.5.032 (2009-03-23)
2292
	- setPrintFooter(false) bug was fixed.
2293
 
2294
4.5.031 (2009-03-20)
2295
	- Table header support was extended to multiple pages.
2296
 
2297
4.5.030 (2009-03-20)
2298
	- thead tag is now supported on HTML tables (header rows are repeated after page breaks).
2299
	- The startTransaction() was improved to autocommit.
2300
	- List bullets now uses the foreground color (putHtmlListBullet()).
2301
 
2302
4.5.029 (2009-03-19)
2303
	- The following methods were added to UNDO commands (see example 47): startTransaction(), commitTransaction(), rollbackTransaction().
2304
	- All examples were updated.
2305
 
2306
4.5.028 (2009-03-18)
2307
	- Bug #2690945 "List Bugs" was fixed.
2308
	- HTML text alignment on lists was fixed.
2309
	- The constant PDF_FONT_MONOSPACED was added to the configuration file to define the default monospaced font.
2310
	- The following methods were fixed: getPageWidth(), getPageHeight(), getBreakMargin().
2311
	- All examples were updated.
2312
 
2313
4.5.027 (2009-03-16)
2314
	- Method getPageDimensions() was added to get page dimensions.
2315
	- The signature of the following methos were changed: getPageWidth(), getPageHeight(), getBreakMargin().
2316
	- _parsepng() method was fixed for PNG URL images (fread bug).
2317
 
2318
4.5.026 (2009-03-11)
2319
	- Bug #2681793 affecting URL images with spaces was fixed.
2320
 
2321
4.5.025 (2009-03-10)
2322
	- A small bug affecting hyphenation support was fixed.
2323
	- The method SetDefaultMonospacedFont() was added to define the default monospaced font.
2324
 
2325
4.5.024 (2009-03-07)
2326
	- The bug #2666493 was fixed "Footer corrupts document".
2327
 
2328
4.5.023 (2009-03-06)
2329
	- The bug #2666688 was fixed "Rowspan in tables".
2330
 
2331
4.5.022 (2009-03-05)
2332
	- The bug #2659676 was fixed "refer to #2157099 test 4 < BR > problem still not fixed".
2333
	- addTOC() function bug was fixed.
2334
 
2335
4.5.020 (2009-03-03)
2336
	- The following bug was fixed: "function removeSHY corrupts unicode".
2337
 
2338
4.5.019 (2009-02-28)
2339
	- The problem of decimal separator using different locale was fixed.
2340
	- The text hyphenation is now supported (see example n. 46).
2341
 
2342
4.5.018 (2009-02-26)
2343
	- The _destroy() method was added to unset all class variables and frees memory.
2344
	- Now it's possible to call Output() method multiple times.
2345
 
2346
4.5.017 (2009-02-24)
2347
	- A minor bug that raises a PHP warning was fixed.
2348
 
2349
4.5.016 (2009-02-24)
2350
	- Bug item #2631200 "getNumLines() counts wrong" was fixed.
2351
	- Multiple attachments bug was fixed.
2352
	- All class variables are now cleared on Output() for memory otpimization.
2353
 
2354
4.5.015 (2009-02-18)
2355
	- Bug item #2612553 "function Write() must not break a line on &nbsp;  character" was fixed.
2356
 
2357
4.5.014 (2009-02-13)
2358
	- Bug item #2595015 "POSTNET Barcode Checksum Error" was fixed (on barcode.php).
2359
	- Pagebreak bug for barcode was fixed.
2360
 
2361
4.5.013 (2009-02-12)
2362
	- border attribute is now supported on HTML images (only accepts the same values accepted by Cell()).
2363
 
2364
4.5.012 (2009-02-12)
2365
	- An error on image border feature was fixed.
2366
 
2367
4.5.011 (2009-02-12)
2368
	- HTML links for images are now supported.
2369
	- height attribute is now supported on HTML cells.
2370
	- $border parameter was added to Image() and ImageEps() methods.
2371
	- The method getNumLines() was added to estimate the number of lines required for the specified text.
2372
 
2373
4.5.010 (2009-01-29)
2374
	- Bug n. 2546108 "BarCode Y position" was fixed.
2375
 
2376
4.5.009 (2009-01-26)
2377
	- Bug n. 2538094 "Empty pdf file created" was fixed.
2378
 
2379
4.5.008 (2009-01-26)
2380
	- setPage() method was fixed to correctly restore graphic states.
2381
	- Source code was cleaned up for performances.
2382
 
2383
4.5.007 (2009-01-24)
2384
	- checkPageBreak() and write1DBarcode() methods were fixed.
2385
	- Source code was cleaned up for performances.
2386
	- barcodes.php was updated.
2387
 
2388
4.5.006 (2009-01-23)
2389
	- getHTMLUnitToPoints() method was replaced by getHTMLUnitToUnits() to fix HTML units bugs.
2390
 
2391
4.5.005 (2009-01-23)
2392
	- Page closing bug was fixed.
2393
 
2394
4.5.004 (2009-01-21)
2395
	- The access of convertHTMLColorToDec() method was changed to public
2396
	- Fixed bug on UL tag.
2397
 
2398
4.5.003 (2009-01-19)
2399
	- Fonts on different folders are now supported.
2400
 
2401
4.5.002 (2009-01-07)
2402
	- addTOC() function was improved (see example n. 45).
2403
 
2404
4.5.001 (2009-01-04)
2405
	- The signature of startPageGroup() function was changed.
2406
	- Method Footer() was improved to automatically print page or page-group number (see example n. 23).
2407
	- Protected method formatTOCPageNumber() was added to customize the format of page numbers on the Table Of Content.
2408
	- The signature of addTOC() was changed to include the font used for page numbers.
2409
 
2410
4.5.000 (2009-01-03)
2411
	- A new $diskcache parameter was added to class constructor to enable disk caching and reduce RAM memory usage (see example n. 43).
2412
	- The method movePageTo() was added to move pages to previous positions (see example n. 44).
2413
	- The methods getAliasNumPage() and getPageNumGroupAlias() were added to get the alias for page number (needed when using movepageTo()).
2414
	- The methods addTOC() was added to print a Table Of Content (see example n. 45).
2415
	- Imagick class constant was removed for better compatibility with PHP4.
2416
	- All existing examples were updated and new examples were added.
2417
 
2418
4.4.009 (2008-12-29)
2419
	- Examples 1 and 35 were fixed.
2420
 
2421
4.4.008 (2008-12-28)
2422
	- Bug #2472169 "Unordered bullet size not adjusted for unit type" was fixed.
2423
 
2424
4.4.007 (2008-12-23)
2425
	- Bug #2459935 "no unit conversion for header line" was fixed.
2426
	- Example n. 42 for image alpha channel was added.
2427
	- All examples were updated.
2428
 
2429
4.4.006 (2008-12-11)
2430
	- Method setLIsymbol() was changed to reflect latest changes in HTML list handling.
2431
 
2432
4.4.005 (2008-12-10)
2433
	- Bug item #2413870 "ordered list override value" was fixed.
2434
 
2435
4.4.004 (2008-12-10)
2436
	- The protected method getHTMLUnitToPoints() was added to accept various HTML units of measure (em, ex, px, in, cm, mm, pt, pc, %).
2437
	- The method intToRoman() was added to convert integer number to Roman representation.
2438
	- Support fot HTML lists was improved: the CSS property list-style-type is now supported.
2439
 
2440
4.4.003 (2008-12-09)
2441
	- Bug item #2412147 "Warning on line 3367" was fixed.
2442
	- Method setHtmlLinksStyle() was added to set default HTML link colors and font style.
2443
	- Method addHtmlLink() was changed to use color and style defined on the inline CSS.
2444
 
2445
4.4.002 (2008-12-09)
2446
	- Borders on Multicell() were fixed.
2447
	- Problem of Multicell() on Header function (Bug item #2407579) was fixed.
2448
	- Problem on graphics tranformations applied to Multicell() was fixed.
2449
	- Support for ImageMagick was added.
2450
	- Width calculation for nested tables was fixed.
2451
 
2452
4.4.001 (2008-12-08)
2453
	- Some missing core fonts were added on fonts directory.
2454
	- CID0 fonts rendering was fixed.
2455
	- HTML support was improved (<pre> and <tt> tags are now supported).
2456
	- Bug item #2406022 "Left padding bug in MultiCell with maxh" was fixed.
2457
 
2458
4.4.000 (2008-12-07)
2459
	- File attachments are now supported (see example n. 41).
2460
	- Font functions were optimized to reduce document size.
2461
	- makefont.php was updated.
2462
	- Linux binaries were added on /fonts/utils
2463
	- All fonts were updated.
2464
	- $autopadding parameter was added to Multicell() to disable automatic padding features.
2465
	- $maxh parameter was added to Multicell() and Write() to set a maximum height.
2466
 
2467
4.3.009 (2008-12-05)
2468
	- Bug item #2392989 (Custom header + setlinewidth + cell border bug) was fixed.
2469
 
2470
4.3.008 (2008-12-05)
2471
	- Bug item #2390566 "rect bug" was fixed.
2472
	- File path was fixed for font embedded files.
2473
	- SetFont() method signature was changed to include the font filename.
2474
	- Some font-related methods were improved.
2475
	- Methods getFontFamily() and getFontStyle() were added.
2476
 
2477
4.3.007 (2008-12-03)
2478
	- PNG alpha channel is now supported (GD library is required).
2479
	- AddFont() function now support custom font file path on $file parameter.
2480
	- The default width variable ($dw) is now always defined for any font.
2481
	- The 'Style' attribute on CID-0 fonts was removed because of protection bug.
2482
 
2483
4.3.006 (2008-12-01)
2484
	- A regular expression on getHtmlDomArray() to find HTML tags was fixed.
2485
 
2486
4.3.005 (2008-11-25)
2487
	- makefont.php was fixed.
2488
	- Bug item #2339877 was fixed (false loop condition detected on WriteHTML()).
2489
	- Bug item #2336733 was fixed (lasth value update on Multicell() when border and fill are disabled).
2490
	- Bug item #2342303 was fixed (automatic page-break on Image() and ImageEPS()).
2491
 
2492
4.3.004 (2008-11-19)
2493
	- Function _textstring() was fixed (bug 2309051).
2494
	- All examples were updated.
2495
 
2496
4.3.003 (2008-11-18)
2497
	- CID-0 font bug was fixed.
2498
	- Some functions were optimized.
2499
	- Function getGroupPageNoFormatted() was added.
2500
	- Example n. 23 was updated.
2501
 
2502
4.3.002 (2008-11-17)
2503
	- Bug item #2305518 "CID-0 font don't work with encryption" was fixed.
2504
 
2505
4.3.001 (2008-11-17)
2506
	- Bug item #2300007 "download mimetype pdf" was fixed.
2507
	- Double quotes were replaced by single quotes to improve PHP performances.
2508
	- A bug relative to HTML cell borders was fixed.
2509
 
2510
4.3.000 (2008-11-14)
2511
	- The function setOpenCell() was added to set the top/bottom cell sides to be open or closed when the cell cross the page.
2512
	- A bug relative to list items indentation was fixed.
2513
	- A bug relative to borders on HTML tables and Multicell was fixed.
2514
	- A bug relative to rowspanned cells was fixed.
2515
	- A bug relative to html images across pages was fixed.
2516
 
2517
4.2.009 (2008-11-13)
2518
	- Spaces between li tags are now automatically removed.
2519
 
2520
4.2.008 (2008-11-12)
2521
	- A bug relative to fill color on next page was fixed.
2522
 
2523
4.2.007 (2008-11-12)
2524
	- The function setListIndentWidth() was added to set custom indentation widht for HTML lists.
2525
 
2526
4.2.006 (2008-11-06)
2527
	- A bug relative to HTML justification was fixed.
2528
 
2529
4.2.005 (2008-11-06)
2530
	- A bug relative to HTML justification was fixed.
2531
	- The methods formatPageNumber() and PageNoFormatted() were added to format page numbers.
2532
	- Default Footer() method was changed to use PageNoFormatted() instead of PageNo().
2533
	- Example 6 was updated.
2534
 
2535
4.2.004 (2008-11-04)
2536
	- Bug item n. 2217039 "filename handling improvement" was fixed.
2537
 
2538
4.2.003 (2008-10-31)
2539
	- Font style bug was fixed.
2540
 
2541
4.2.002 (2008-10-31)
2542
	- Bug item #2210922 (htm element br not work) was fixed.
2543
	- Write() function was improved to support margin changes.
2544
 
2545
4.2.001 (2008-10-30)
2546
	- setHtmlVSpace($tagvs) function was added to set custom vertical spaces for HTML tags.
2547
	- writeHTML() function now support margin changes during execution.
2548
	- Signature of addHTMLVertSpace() function is changed.
2549
 
2550
4.2.000 (2008-10-29)
2551
	- htmlcolors.php was changed to support class-loaders.
2552
	- ImageEps() function was improved in performances.
2553
	- Signature of Link() And Annotation() functions were changed.
2554
	- (Bug item #2198926) Links and Annotations alignment were fixed (support for geometric tranformations was added).
2555
	- rowspan mode for HTML table cells was improved and fixed.
2556
	- Booklet mode for double-sided pages was added; see SetBooklet() function and example n. 40.
2557
	- lastPage() signature is changed.
2558
	- Signature of Write() function is changed.
2559
	- Some HTML justification problems were fixed.
2560
	- Some functions were fixed to better support RTL mode.
2561
	- Example n. 10 was changed to support RTL mode.
2562
	- All examples were updated.
2563
 
2564
4.1.004 (2008-10-23)
2565
	- unicode_data.php was changed to support class-loaders.
2566
	- Bug item #2186040/2 (writeHTML margin problem) was fixed.
2567
 
2568
4.1.003 (2008-10-22)
2569
	- Bug item #2185399 was fixed (rowspan and page break).
2570
	- Bugs item #2186040 was fixed (writeHTML margin problem).
2571
	- Newline after table was removed.
2572
 
2573
4.1.002 (2008-10-21)
2574
	- Bug item #2184525 was fixed (rowspan on HTML cell).
2575
 
2576
4.1.001 (2008-10-21)
2577
	- Support for "start" attribute was added to HTML ordered list.
2578
	- unicode_data.php file was changed to include UTF-8 to ASCII table.
2579
	- Some functions were modified to better support UTF-8 extensions to core fonts.
2580
	- Support for images on HTML lists was improved.
2581
	- Examples n. 1 and 6 were updated.
2582
 
2583
4.1.000 (2008-10-18)
2584
	- Page-break bug using HTML content was fixed.
2585
	- The "false" parameter was reintroduced to class_exists function on PHP5 version to avoid autoload.
2586
	- addHtmlLink() function was improved to support internal links (i.e.: <a href="#23">link to page 23</a>).
2587
	- Justification alignment is now supported on HTML (see example n. 39).
2588
	- example_006.php was updated.
2589
 
2590
4.0.033 (2008-10-13)
2591
	- Bug n. 2157099 was fixed.
2592
	- SetX() and SetY() functions were improved.
2593
	- SetY() includes a new parameter to avoid the X reset.
2594
 
2595
4.0.032 (2008-10-10)
2596
	- Bug n. 2156926 was fixed (bold, italic, underlined, linethrough).
2597
	- setStyle() method was removed.
2598
	- Configuration file was changed to use helvetica (non-unicode) font by default.
2599
	- The use of mixed font types was improved.
2600
	- All examples were updated.
2601
 
2602
4.0.031 (2008-10-09)
2603
	- _putannots() and _putbookmarks() links alignments were fixed.
2604
 
2605
4.0.030 (2008-10-07)
2606
	- _putbookmarks() function was fixed.
2607
	- _putannots() was fixed to include internal links.
2608
 
2609
4.0.029 (2008-09-27)
2610
	- Infinite loop bug was fixed [Bug item #130309].
2611
	- Multicell() problem on Header() was fixed.
2612
 
2613
4.0.028 (2008-09-26)
2614
	- setLIsymbol() was added to set the LI symbol used on UL lists.
2615
	- Missing $padding and $encryption_key variables declarations were added [Bug item #2129058].
2616
 
2617
4.0.027 (2008-09-19)
2618
	- Bug #2118588 "Undefined offset in tcpdf.php on line 9581" was fixed.
2619
	- arailunicid0.php font was updated.
2620
	- The problem of javascript form fields duplication after saving was fixed.
2621
 
2622
4.0.026 (2008-09-17)
2623
	- convertHTMLColorToDec() function was improved to support rgb(RR,GG,BB) notation.
2624
	- 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
2625
	- Example n. 6 was updated.
2626
 
2627
4.0.025 (2008-09-15)
2628
	- _putcidfont0 function was improved to include CJK fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
2629
	- arialunicid0 font was added (see the new example n. 38).
2630
	- The following Unicode to CID-0 tables were added on fonts folder: uni2cid_ak12.php, uni2cid_aj16.php, uni2cid_ag15.php, uni2cid_ac15.php.
2631
 
2632
4.0.024 (2008-09-12)
2633
	- "stripos" function was replaced with "strpos + strtolower" for backward compatibility with PHP4.
2634
	- support for Spot Colors were added. Check the new example n. 37 and the following new functions:
2635
		AddSpotColor()
2636
		SetDrawSpotColor()
2637
		SetFillSpotColor()
2638
		SetTextSpotColor()
2639
		_putspotcolors()
2640
	- Bookmark() function was improved to fix wrong levels.
2641
	- $lasth changes after header/footer calls were fixed.
2642
 
2643
4.0.023 (2008-09-05)
2644
	- Some HTML related problems were fixed.
2645
	- Image alignment on HTML was changed, now it always defaults to the normal mode (see example_006.php).
2646
 
2647
4.0.022 (2008-08-28)
2648
	- Line height on HTML was fixed.
2649
	- Image inside an HTML cell problem was fixed.
2650
	- A new "zarbold" persian font was added.
2651
 
2652
4.0.021 (2008-08-24)
2653
	- HTTP headers were fixed on Output function().
2654
	- getAliasNbPages() and getPageGroupAlias() functions were changed to support non-unicode fonts on unicode documents.
2655
	- Function Write() was fixed.
2656
	- The problem of additional vertical spaces on HTML was fixed.
2657
	- The problem of frame around HTML links was fixed.
2658
 
2659
4.0.020 (2008-08-15)
2660
	- "[2052259] WriteHTML <u> & <b>" bug was fixed.
2661
 
2662
4.0.019 (2008-08-13)
2663
	- "Rowspan on first cell" bug was fixed.
2664
 
2665
4.0.018 (2008-08-08)
2666
	- Default cellpadding for HTML tables was fixed.
2667
	- Annotation() function was added to support some PDF annotations (see example_036.php and section 8.4 of PDF reference 1.7).
2668
	- HTML links are now correclty shifted during line alignments.
2669
	- function getAliasNbPages() was added and Footer() was updated.
2670
	- RowSpan mode for HTML tables was fixed.
2671
	- Bugs item #2043610 "Multiple sizes vertical align wrong" was fixed.
2672
	- ImageEPS() function was improved and RTL alignment was fixed (see example_032.php).
2673
 
2674
4.0.017 (2008-08-05)
2675
	- Missing CNZ and CEO style modes were added to Rect() function.
2676
	- Fonts utils were updated to include support for OpenType fonts.
2677
	- getLastH() function was added.
2678
 
2679
4.0.016 (2008-07-30)
2680
	- setPageMark() function was added. This function must be called after calling Image() function for a background image.
2681
 
2682
4.0.015 (2008-07-29)
2683
	- Some functions were changed to support different page formats (see example_028.php).
2684
	- The signature of setPage() function is changed.
2685
 
2686
4.0.014 (2008-07-29)
2687
	- K_PATH_MAIN calculation on tcpdf_config.php was fixed.
2688
	- HTML support for EPS/AI images was added (see example_006.php).
2689
	- Bugs item #2030807 "Truncated text on multipage html fields" was fixed.
2690
	- PDF header bug was fixed.
2691
	- helvetica was added as default font family.
2692
	- Stroke mode was fixed on Text function.
2693
	- several minor bugs were fixed.
2694
 
2695
4.0.013 (2008-07-27)
2696
	- Bugs item #2027799 " Big spaces between lines after page break" was fixed.
2697
	- K_PATH_MAIN calculation on tcpdf_config.php was changed.
2698
	- Function setVisibility() was fixed to avoid the "Incorrect PDEObject type" error message.
2699
 
2700
4.0.012 (2008-07-24)
2701
	- Addpage(), Header() and Footer() functions were changed to simplify the implementation of external header/footer functions.
2702
	- The following functions were added:
2703
			setHeader()
2704
			setFooter()
2705
			getImageRBX()
2706
			getImageRBY()
2707
			getCellHeightRatio()
2708
			getHeaderFont()
2709
			getFooterFont()
2710
			getRTL()
2711
			getBarcode()
2712
			getHeaderData()
2713
			getHeaderMargin()
2714
			getFooterMargin()
2715
 
2716
4.0.011 (2008-07-23)
2717
	- Font support was improved.
2718
	- The folder /fonts/utils contains new utilities and instructions for embedd font files.
2719
	- Documentation was updated.
2720
 
2721
4.0.010 (2008-07-22)
2722
	- HTML tables were fixed to work across pages.
2723
	- Header() and Footer() functions were updated to preserve previous settings.
2724
	- example_035.php was added.
2725
 
2726
4.0.009 (2008-07-21)
2727
	- UTF8StringToArray() function was fixed for non-unicode mode.
2728
 
2729
4.0.008 (2008-07-21)
2730
	- Barcodes alignment was fixed (see example_027.php).
2731
	- unicode_data.php was updated.
2732
	- Arabic shaping for "Zero-Width Non-Joiner" character (U+200C) was fixed.
2733
 
2734
4.0.007 (2008-07-18)
2735
	- str_split was replaced by preg_split for compatibility with PHP4 version.
2736
	- Clipping mode was added to all graphic functions by using parameter $style = "CNZ" or "CEO" (see example_034.php).
2737
 
2738
4.0.006 (2008-07-16)
2739
	- HTML rowspan bug was fixed.
2740
	- Line style for MultiCell() was fixed.
2741
	- WriteHTML() function was improved.
2742
	- CODE128C barcode was fixed (barcodes.php).
2743
 
2744
4.0.005 (2008-07-11)
2745
	- Bug [2015715] "PHP Error/Warning" was fixed.
2746
 
2747
4.0.004 (2008-07-09)
2748
	- HTML cell internal padding was fixed.
2749
 
2750
4.0.003 (2008-07-08)
2751
	- Removed URL encoding when F option is selected on Output() function.
2752
	- fixed some minor bugs in html tables.
2753
 
2754
4.0.002 (2008-07-07)
2755
	- Bug [2000861] was still unfixed and has been fixed.
2756
 
2757
4.0.001 (2008-07-05)
2758
	- Bug [2000861] was fixed.
2759
 
2760
4.0.000 (2008-07-03)
2761
	- THIS IS A MAIN RELEASE THAT INCLUDES SEVERAL NEW FEATURES AND BUGFIXES
2762
	- Signature fo SetTextColor() and SetFillColor() functions was changed (parameter $storeprev was removed).
2763
	- HTML support was completely rewritten and improved (see example 6).
2764
	- Alignments parameters were fixed.
2765
	- Functions GetArrStringWidth() and GetStringWidth() now include font parameters.
2766
	- Fonts support was improved.
2767
	- All core fonts were replaced and moved to fonts/ directory.
2768
	- The following functions were added: getMargins(), getFontSize(), getFontSizePt().
2769
	- File config/tcpdf_config_old.php was renamed tcpdf_config_alt.php and updated.
2770
	- Multicell and WriteHTMLCell fill function was fixed.
2771
	- Several minor bugs were fixed.
2772
	- barcodes.php was updated.
2773
	- All examples were updated.
2774
 
2775
------------------------------------------------------------
2776
 
2777
3.1.001 (2008-06-13)
2778
	- Bug [1992515] "K_PATH_FONTS default value wrong" was fixed.
2779
	- Vera font was removed, DejaVu font and Free fonts were updated.
2780
	- Image handling was improved.
2781
	- All examples were updated.
2782
 
2783
3.1.000 (2008-06-11)
2784
	- setPDFVersion() was added to change the default PDF version (currently 1.7).
2785
	- setViewerPreferences() was added to control the way the document is to be presented on the screen or printed (see example 29).
2786
	- SetDisplayMode() signature was changed (new options were added).
2787
	- LinearGradient(), RadialGradient(), CoonsPatchMesh() functions were added to print various color gradients (see example 30).
2788
	- PieSector() function was added to render render pie charts (see example 31).
2789
	- ImageEps() was added to display EPS and AI images with limited support (see example 32).
2790
	- writeBarcode() function is now depracated, a new write1DBarcode() function was added. The barcode directory was removed and a new barcodes.php file was added.
2791
	- 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.
2792
	- HTML lists were improved and could be nested (you may now represent trees).
2793
	- AddFont() bug was fixed.
2794
	- _putfonts() bug was fixed.
2795
	- graphics functions were fixed.
2796
	- unicode_data.php file was updated (fixed).
2797
	- almohanad font was updated.
2798
	- example 18 was updated (Farsi and Arabic languages).
2799
	- source code cleanup.
2800
	- All examples were updated and new examples were added.
2801
 
2802
3.0.015 (2008-06-06)
2803
	- AddPage() function signature is changed to include page format.
2804
	- example 28 was added to show page format changes.
2805
	- setPageUnit() function was added to change the page units of measure.
2806
	- setPageFormat() function was added to change the page format and orientation between pages.
2807
	- setPageOrientation() function was added to change the page orientation.
2808
	- Arabic font shaping was fixed for laa letter and square boxes (see the example 18).
2809
 
2810
3.0.014 (2008-06-04)
2811
	- Arabic font shaping was fixed.
2812
	- setDefaultTableColumns() function was added.
2813
	- $cell_height_ratio variable was added.
2814
	- setCellHeightRatio() function was added to define the default height of cell repect font height.
2815
 
2816
3.0.013 (2008-06-03)
2817
	- Multicell height parameter was fixed.
2818
	- Arabic font shaping was improved.
2819
	- unicode_data.php was updated.
2820
 
2821
3.0.012 (2008-05-30)
2822
	- K_PATH_MAIN and K_PATH_URL constants are now automatically set on config file.
2823
	- DOCUMENT_ROOT constant was fixed for IIS Webserver (config file was updated).
2824
	- Arabic font shaping was improved.
2825
	- TranslateY() function was fixed (bug [1977962]).
2826
	- setVisibility() function was fixed.
2827
	- writeBarcode() function was fixed to scale using $xref parameter.
2828
	- All examples were updated.
2829
 
2830
3.0.011 (2008-05-23)
2831
	- CMYK color support was added to all graphic functions.
2832
	- HTML table support was improved:
2833
	  -- now it's possible to include additional html tags inside a cell;
2834
	  -- colspan attribute was added.
2835
	- example 006 was updated.
2836
 
2837
3.0.010 (2008-05-21)
2838
	- fixed $laa_array inclusion on utf8Bidi() function.
2839
 
2840
3.0.009 (2008-05-20)
2841
	- unicode_data.php was updated.
2842
	- Arabic laa letter problem was fixed.
2843
 
2844
3.0.008 (2008-05-12)
2845
	- Arabic support was fixed and improved (unicode_data.php was updated).
2846
	- Polycurve() function was added to draw a poly-Bezier curve.
2847
	- list items alignment was fixed.
2848
	- example 6 was updated.
2849
 
2850
3.0.007 (2008-05-06)
2851
	- Arabic support was fixed and improved.
2852
	- AlMohanad (arabic) font was added.
2853
	- C128 barcode bugs were fixed.
2854
 
2855
3.0.006 (2008-04-21)
2856
	- Condition to check negative width values was added.
2857
 
2858
3.0.005 (2008-04-18)
2859
	- back-Slash character escape was fixed on writeHTML() function.
2860
	- Exampe 6 was updated.
2861
 
2862
3.0.004 (2008-04-11)
2863
	- Bug [1939304] (Right to Left Issue) was fixed.
2864
 
2865
3.0.003 (2008-04-07)
2866
	- Bug [1934523](Words between HTML tags in cell not kept on one line) was fixed.
2867
	- "face" attribute of "font" tag is now fully supported.
2868
 
2869
3.0.002 (2008-04-01)
2870
	- Write() functions now return the number of cells and not the number of lines.
2871
	- TCPDF is released under LGPL 2.1, or any later version.
2872
 
2873
3.0.001 (2008-05-28)
2874
	- _legacyparsejpeg() and _legacyparsepng() were renamed _parsejpeg() and _parsepng().
2875
	- function writeBarcode() was fixed.
2876
	- all examples were updated.
2877
	- example 27 was added to show various barcodes.
2878
 
2879
3.0.000 (2008-03-27)
2880
	- private function pixelsToMillimeters() was changed to public function pixelsToUnits() to fix html image size bug.
2881
	- Image-related functions were rewritten.
2882
	- resize parameter was added to Image() signature to reduce the image size and fit width and height (see example 9).
2883
	- TCPDF now supports all images supported by GD library: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM.
2884
	- CMYK support was added to SetDrawColor(), SetFillColor(), SetTextColor() (see example 22).
2885
	- Page Groups were added (see example 23).
2886
	- setVisibility() function was added to restrict the rendering of some elements to screen or printout (see example 24).
2887
	- All private variables and functions were changed to protected.
2888
	- setAlpha() function was added to give transparency support for all objects (see example 25).
2889
	- Clipping and stroke modes were added to Text() function (see example 26).
2890
	- All examples were moved to "examples" directory.
2891
	- function setJPEGQuality() was added to set the JPEG image comrpession (see example 9).
2892
 
2893
2.9.000 (2008-03-26)
2894
	- htmlcolors.php file was added to include html colors.
2895
	- Support for HTML color names and three-digit hexadecimal color codes was added.
2896
	- private function convertColorHexToDec() was renamed convertHTMLColorToDec().
2897
	- color and bgcolor attributes are now supported on all HTML tags (color nesting is also supported).
2898
	- Write() function were fixed.
2899
	- example_006.php was updated.
2900
	- private function setUserRights() was added to release user rights on Acrobat Reader (this allows to display forms, see example 14)
2901
 
2902
2.8.000 (2008-03-20)
2903
	- Private variables were changed to protected.
2904
	- Function Write() was fixed and improved.
2905
	- Support for dl, dt, dd, del HTML tags was introduced.
2906
	- Line-trought mode was added for HTML and text.
2907
	- Text vertical alignment on cells were fixed.
2908
	- Examples were updated to reflect changes.
2909
 
2910
2.7.002 (2008-03-13)
2911
	- Bug "[1912142] Encrypted PDF created/modified date" was fixed.
2912
 
2913
2.7.001 (2008-03-10)
2914
	- Cell justification was fixed for non-unicode mode.
2915
 
2916
2.7.000 (2008-03-09)
2917
	- Cell() stretching mode 4 (forced character spacing) was fixed.
2918
	- writeHTMLCell() now uses Multicell() to write.
2919
	- Multicell() has a new parameter $ishtml to act as writeHTMLCell().
2920
	- Write() speed was improved for non-arabic strings.
2921
	- Example n. 20 was changed.
2922
 
2923
2.6.000 (2008-03-07)
2924
	- various alignments bugs were fixed.
2925
 
2926
2.5.000 (2008-03-07)
2927
	- Several bugs were fixed.
2928
	- example_019.php was added to test non-unicode mode using old fonts.
2929
 
2930
2.4.000 (2008-03-06)
2931
	- RTL support was deeply improved.
2932
	- GetStringWidth() was fixed to support RTL languages.
2933
	- Text() RTL alignment was fixed.
2934
	- Some functions were added: GetArrStringWidth(), GetCharWidth(), uniord(), utf8Bidi().
2935
	- example_018.php was added and test_unicode.php was removed.
2936
 
2937
2.3.000 (2008-03-05)
2938
	- MultiCell() signature is changed. Now support multiple columns across pages (see example_017).
2939
	- Write() signature is changed. Now support the cell mode to be used with MultiCell.
2940
	- Header() and Footer() were changed.
2941
	- The following functions were added: UTF8ArrSubString() and unichr().
2942
	- Examples were updated to reflect last changes.
2943
 
2944
2.2.004 (2008-03-04)
2945
	- Several examples were added.
2946
	- AddPage() Header() and Footer() were fixed.
2947
	- Documentation is now available on http://www.tcpdf.org
2948
 
2949
2.2.003 (2008-03-03)
2950
	- [1894853] Performance of MultiCell() was improved.
2951
	- RadioButton and ListBox functions were added.
2952
	- 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.
2953
 
2954
2.2.002 (2008-02-28)
2955
	- [1900495] html images path was fixed.
2956
	- Legacy image functions were reintroduced to allow PNG and JPEG support without GD library.
2957
 
2958
2.2.001 (2008-02-16)
2959
	- The bug "[1894700] bug with replace relative path" was fixed
2960
	- Justification was fixed
2961
 
2962
2.2.000 (2008-02-12)
2963
	- fixed javascript bug introduced with latest release
2964
 
2965
2.1.002 (2008-02-12)
2966
	- Justify function was fixed on PHP4 version.
2967
	- Bookmank function was added ([1578250] Table of contents).
2968
	- Javascript and Form fields support was added ([1796359] Form fields).
2969
 
2970
2.1.001 (2008-02-10)
2971
	- The bug "[1885776] Race Condition in function justitfy" was fixed.
2972
	- The bug "[1890217] xpdf complains that pdf is incorrect" was fixed.
2973
 
2974
2.1.000 (2008-01-07)
2975
	- FPDF_FONTPATH constant was changed to K_PATH_FONTS on config file
2976
	- Bidirectional Algorithm to correctly reverse bidirectional languages was added.
2977
	- SetLeftMargin, SetTopMargin, SetRightMargin functions were fixed.
2978
	- SetCellPadding function was added.
2979
	- writeHTML was updated with new parameters.
2980
	- Text function was fixed.
2981
	- MultiCell function was fixed, now works also across multiple pages.
2982
	- Line width was fixed on Header and Footer functions and <hr> tag.
2983
	- "GetImageSize" was renamed "getimagesize".
2984
	- Document version was changed from 1.3 to 1.5.
2985
	- _begindoc() function was fixed.
2986
	- ChangeDate was fixed and ModDate was added.
2987
	- The following functions were added:
2988
	  setPage() : Move pointer to the specified document page.
2989
	  getPage() : Get current document page number.
2990
	  lastpage() : Reset pointer to the last document page.
2991
	  getNumPages() : Get the total number of inserted pages.
2992
	  GetNumChars() : count the number of (UTF-8) characters in a string.
2993
	- $stretch parameter was added to Cell() function to fit text on cell:
2994
 
2995
			1 = horizontal scaling only if necessary
2996
			2 = forced horizontal scaling
2997
			3 = character spacing only if necessary
2998
			4 = forced character spacing
2999
	- Line function was fixed for RTL.
3000
	- Graphic transformation functions were added [1811158]:
3001
			StartTransform()
3002
			StopTransform()
3003
			ScaleX()
3004
			ScaleY()
3005
			ScaleXY()
3006
			Scale()
3007
			MirrorH()
3008
			MirrorV()
3009
			MirrorP()
3010
			MirrorL()
3011
			TranslateX()
3012
			TranslateY()
3013
			Translate()
3014
			Rotate()
3015
			SkewX()
3016
			SkewY()
3017
			Skew()
3018
	- Graphic function were added/updated [1688549]:
3019
			SetLineStyle()
3020
			_outPoint()
3021
			_outLine()
3022
			_outRect()
3023
			_outCurve()
3024
			Line()
3025
			Rect()
3026
			Curve
3027
			Ellipse
3028
			Circle
3029
			Polygon
3030
			RegularPolygon
3031
 
3032
2.0.000 (2008-01-04)
3033
	- 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.
3034
	- setRTL($enable) method was added to manually enable/disable the RTL text direction.
3035
	- 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.
3036
	- RC4 40bit encryption was added. Check the SetProtection method.
3037
	- [1815213] Improved image support for GIF, JPEG, PNG formats.
3038
	- [1800094] Attribute "value" was added to ordered list items <li>.
3039
	- 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:
3040
			T: top-right for LTR or top-left for RTL
3041
			M: middle-right for LTR or middle-left for RTL
3042
			B: bottom-right for LTR or bottom-left for RTL
3043
			N: next line
3044
	- Attribute "align" was added to <img> html tag to set the above image "align" parameter. Possible values are:
3045
			top: top-right for LTR or top-left for RTL
3046
			middle: middle-right for LTR or middle-left for RTL
3047
			bottom: bottom-right for LTR or bottom-left for RTL
3048
	- [1798103] newline was added after </ul>, </ol> and </p> tages.
3049
	- [1816393] Documentation was updated.
3050
	- 'ln' parameter was fixed on writeHTMLCell. Now it's possible to print two or more columns across several pages;
3051
	- The method lastPage() was added to move the pointer on the last page;
3052
 
3053
------------------------------------------------------------
3054
 
3055
1.53.0.TC034 (2007-07-30)
3056
	- fixed htmlentities conversion.
3057
	- MultiCell() function returns the number of cells.
3058
 
3059
1.53.0.TC033 (2007-07-30)
3060
	- fixed bug 1762550: case sensitive for font files
3061
	- NOTE: all fonts files names must be in lowercase!
3062
 
3063
1.53.0.TC032 (2007-07-27)
3064
	- setLastH method was added to resolve bug 1689071.
3065
	- all fonts names were converted in lowercase (bug 1713005).
3066
	- bug 1740954 was fixed.
3067
	- justification was added as Cell option.
3068
 
3069
1.53.0.TC031 (2007-03-20)
3070
	- ToUnicode CMap were added on _puttruetypeunicode function. Now you may search and copy unicode text.
3071
 
3072
1.53.0.TC030 (2007-03-06)
3073
	- fixed bug on PHP4 version.
3074
 
3075
1.53.0.TC029 (2007-03-06)
3076
	- DejaVu Fonts were added.
3077
 
3078
1.53.0.TC028 (2007-03-03)
3079
	- MultiCell function signature were changed: the $ln parameter were added. Check documentation for further information.
3080
	- Greek language were added on example sentences.
3081
	- setPrintHeader() and setPrintFooter() functions were added to enable or disable page header and footer.
3082
 
3083
1.53.0.TC027 (2006-12-14)
3084
	- $attr['face'] bug were fixed.
3085
	- K_TCPDF_EXTERNAL_CONFIG control where introduced on /config/tcpdf_config.php to use external configuration files.
3086
 
3087
1.53.0.TC026 (2006-10-28)
3088
	- writeHTML function call were fixed on examples.
3089
 
3090
1.53.0.TC025 (2006-10-27)
3091
	- Bugs item #1421290 were fixed (0D - 0A substitution in some characters)
3092
	- Bugs item #1573174 were fixed (MultiCell documentation)
3093
 
3094
1.53.0.TC024 (2006-09-26)
3095
	- getPageHeight() function were fixed (bug 1543476).
3096
	- fixed missing breaks on closedHTMLTagHandler function (bug 1535263).
3097
	- fixed extra spaces on Write function (bug 1535262).
3098
 
3099
1.53.0.TC023 (2006-08-04)
3100
	- paths to barcode directory were fixed.
3101
	- documentation were updated.
3102
 
3103
1.53.0.TC022 (2006-07-16)
3104
	- fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists()
3105
 
3106
1.53.0.TC021 (2006-07-01)
3107
	- HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support)
3108
 
3109
1.53.0.TC020 (2006-06-23)
3110
	- code cleanup
3111
 
3112
1.53.0.TC019 (2006-05-21)
3113
	- fixed <strong> and <em> closing tags
3114
 
3115
1.53.0.TC018 (2006-05-18)
3116
	- fixed font names bug
3117
 
3118
1.53.0.TC017 (2006-05-18)
3119
	- the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder.
3120
	- new free unicode fonts were included on /fonts/freefont.
3121
	- test_unicode.php example were exended.
3122
	- parameter $fill were added on Write, writeHTML and writeHTMLCell functions.
3123
	- documentation were updated.
3124
 
3125
1.53.0.TC016 (2006-03-09)
3126
	- fixed closing <strong> tag on html parser.
3127
 
3128
1.53.0.TC016 (2005-08-28)
3129
	- fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class).
3130
	- fixed problem when mb_internal_encoding is set.
3131
 
3132
1.53.0.TC014 (2005-05-29)
3133
	- fixed WriteHTMLCell new page issue.
3134
 
3135
1.53.0.TC013 (2005-05-29)
3136
	- fixed WriteHTMLCell across pages.
3137
 
3138
1.53.0.TC012 (2005-05-29)
3139
	- font color attribute bug were fixed.
3140
 
3141
1.53.0.TC011 (2005-03-31)
3142
	- SetFont function were fixed (thank Sjaak Lauwers for bug notice).
3143
 
3144
1.53.0.TC010 (2005-03-22)
3145
	- the html functions were improved (thanks to Manfred Vervuert for bug reporting).
3146
 
3147
1.53.0.TC009 (2005-03-19)
3148
	- a wrong reference to convertColorHexToDec were fixed.
3149
 
3150
1.53.0.TC008 (2005-02-07)
3151
	- removed some extra bytes from PHP files.
3152
 
3153
1.53.0.TC007 (2005-01-08)
3154
	- fill attribute were removed from writeHTMLCell method.
3155
 
3156
1.53.0.TC006 (2005-01-08)
3157
	- the documentation were updated.
3158
 
3159
1.53.0.TC005 (2005-01-05)
3160
	- Steven Wittens's unicode methods were removed.
3161
	- All unicode methods were rewritten from scratch.
3162
	- TCPDF is now licensed as LGPL.
3163
 
3164
1.53.0.TC004 (2005-01-04)
3165
	- this changelog were added.
3166
	- removed commercial fonts for licensing issue.
3167
	- Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
3168
	- Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
3169
 
3170
EOF --------------------------------------------------------