32
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-10-31 18:52:35 +00:00
Commit Graph

512 Commits

Author SHA1 Message Date
nicolaasuni
3fa01d8e99 6.0.003 (2013-03-20)
- A bug related to non-unicode mode was fixed.
2013-03-20 18:27:44 +00:00
nicolaasuni
1d88afff1d 6.0.002 (2013-03-18)
- _getFIXED call on tcpdf_fonts.php was fixed.
2013-03-18 23:36:10 +00:00
nicolaasuni
b0b066c14d 6.0.001 (2013-03-18)
- Fixed  call on tcpdf.php.
2013-03-18 11:10:21 +00:00
Nicola Asuni
e691de8a1e 6.0.000 (2013-03-17)
- IMPORTANT: PHP4 support has been removed starting from this version. PHP 5.3 or greater version is required.
- 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.
- Files htmlcolors.php, spotcolors.php, unicode_data.php and ecodings_maps.php were removed.
- Barcode classes were renamed and new barcode examples were added.
- Class TCPDF_PARSER was improved.
2013-03-17 14:03:01 +00:00
Nicola Asuni
facbc7b253 5.9.209 (2013-03-15)
- Image method was improved.
2013-03-16 00:11:06 +00:00
Nicola Asuni
d63cf8c9e5 5.9.208 (2013-03-15)
- objclone fuction was patched to support old imagick extensions.
- tcpdf_parser was improved to support Cross-Reference Streams and large streams.
2013-03-15 22:22:43 +00:00
Nicola Asuni
6bdc3202d3 5.9.207 (2013-03-04)
- Datamatrix class was fixed (a debug echo was removed).
2013-03-04 21:03:13 +00:00
Nicola Asuni
a77a36e8bb 5.9.206 (2013-02-22)
- Bug item #754 "PNG with alpha channel becomes gray scale" was fixed.
- Minor documentation fixes.
2013-02-22 18:52:06 +00:00
Nicola Asuni
6b317b4e2e 5.9.205 (2013-02-06)
- The constant K_TCPDF_THROW_EXCEPTION_ERROR was added on configuration file to change the behavior of Error() method.
- PDF417 barcode bug was fixed.
2013-02-06 20:04:08 +00:00
Nicola Asuni
a3bcc0957f 5.9.204 (2013-01-23)
- The method Bookmark() was extended to include named destinations, URLs, internal links or embedded files (see example n. 15).
- automatic path calculation on configuration file was fixed.
- Error() method was extended to throw new Exception if PHP > 5.
2013-01-30 17:13:12 +00:00
Nicola Asuni
f7d525858a 5.9.203 (2013-01-22)
- Horizontal position of radiobuttons and checkboxes was adjusted.
2013-01-22 17:33:43 +00:00
Nicola Asuni
ce2f309281 5.9.202 (2012-12-16)
- Vertical space problem after table was fixed.
2012-12-16 12:23:34 +00:00
Nicola Asuni
803d6aad1b 5.9.201 (2012-12-10)
- First 256 chars are now always included on font subset to overcome a problem reported on the forum.
2012-12-10 17:47:37 +00:00
Nicola Asuni
e63b80dfc2 5.9.200 (2012-12-05)
- Bug item #768 "Rowspan with Pagebreak error" was fixed.
- Page regions now works also with limited MultiCell() cells.
2012-12-05 23:14:24 +00:00
Nicola Asuni
7a65d321c3 5.9.1998 (2012-11-29)
- Internal setImageBuffer() method was improved.
2012-11-29 19:02:52 +00:00
Nicola Asuni
aac8873f9d 5.9.198 (2012-11-19)
- Datamatrix EDIFACT mode was fixed.
2012-11-19 22:10:47 +00:00
Nicola Asuni
146e4337ca 5.9.197 (2012-11-06)
- Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed.
2012-11-06 19:37:08 +00:00
Nicola Asuni
d8df0369e3 5.9.196 (2012-11-02)
- Several methods were improved to avoid output when the context is out of page.
- Bug item #755 "remove cached files before unsetting" was fixed.
2012-11-02 19:26:44 +00:00
Nicola Asuni
da47743321 5.9.195 (2012-10-24)
- Method _putfonts() was improved.
2012-10-24 17:18:34 +01:00
Nicola Asuni
c2c3094acc 5.9.194 (2012-10-23)
- Text alignment on TextField() method was fixed.
2012-10-23 17:12:09 +01:00
Nicola Asuni
f2aa41dd82 5.9.193 (2012-09-25)
- Support for named destinations on HTML links was added  (i.e.: <a href="#destinationname">link to named destination</a>).
2012-09-25 19:17:00 +01:00
Nicola Asuni
66e99bd328 5.9.192 (2012-09-24)
- A problem on the releasing process was fixed.
2012-09-24 18:50:59 +01:00
Nicola Asuni
b4f12e958c 5.9.191 (2012-09-24)
- SVG image naow support svg and eps images.
2012-09-24 17:39:08 +01:00
Nicola Asuni
26c61d177b 5.9.190 (2012-09-23)
- "page" word translation is now set to empty if not defined.
- Tooltip feature was added on the radiobutton annotation.
2012-09-23 19:47:40 +01:00
Nicola Asuni
16f873d904 5.9.189 (2012-09-18)
- Bug item #3568969 "ini_get safe_mode error" was fixed.
2012-09-18 19:28:04 +01:00
Nicola Asuni
56a9f4186e 5.9.187 (2012-09-15)
- A datamatrix barcode bug was fixed.
2012-09-15 12:02:08 +01:00
Nicola Asuni
c50728c561 5.9.187 (2012-09-14)
- Subset feature was extended to include the first 256 characters.
2012-09-14 17:56:30 +01:00
Nicola Asuni
df7ac13a2a 5.9.186 (2012-09-13)
- barcodes.php file was resynced.
- Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates.
- Method getCharBBox were added to get single character bounding box.
- Signature of addTTFfont method was changed ( paramter was added).
2012-09-13 19:54:21 +01:00
Nicola Asuni
f66d0fa6ac 5.9.184 (2012-09-11)
- A problem with EAN barcodes was fixed.
2012-09-11 17:49:32 +01:00
Nicola Asuni
d4b1c84b49 5.9.183 (2012-09-07)
- A problem with font names normalization was fixed.
2012-09-07 08:24:24 +01:00
Nicola Asuni
cd3db1fd55 5.9.182 (2012-09-05)
- Bug item #3564982 "Infinite loop in Write() method" was fixed.
2012-09-05 19:32:19 +01:00
Nicola Asuni
c47cad2bdd 5.9.181 (2012-08-31)
- composer.json file was added.
- Bug item #3563369 "Cached images are not unlinked some time" was fixed.
2012-08-31 21:13:21 +01:00
Nicola Asuni
184bbe0a4f new 2012-08-22 21:22:02 +01:00
Nicola Asuni
a7febafdde 5.9.179 (2012-08-04)
- SVG 'use' tag was fixed for 'circle' and 'ellipse' shift problem.
- Alpha status is now correctly stored and restored by getGraphicVars() and SetGraphicVars() methods.
2012-08-04 09:29:04 +01:00
Nicola Asuni
fe38892760 5.9.178 (2012-08-02)
- SVG 'use' tag was fixed for 'circle' and 'ellipse'.
2012-08-02 21:14:03 +01:00
Nicola Asuni
41b3fa6703 5.9.177 (2012-08-02)
- An additional control on annotations was fixed.
2012-08-02 15:41:27 +01:00
nick
fe4d204366 5.9.176 (2012-07-25)
- A bug related to stroke width was fixed.
- A problem related to font spacing in HTML was fixed.
2012-07-25 23:17:35 +01:00
nick
2f282db233 5.9.175 (2012-07-25)
- The problem of missing letter on hyphen break was fixed.
2012-07-25 18:50:52 +01:00
nick
df9b495d27 5.9.174 (2012-07-25)
- The problem of wrong filename when downloading PDF from an Android device was fixed.
- The method setHeaderData() was extended to set text and line color for header (see example n. 1).
- The method setFooterData() was added to set text and line color for footer (see example n. 1).
- The methods setTextShadow() and getTextShadow() were added to set text shadows (see example n. 1).
- The GetCharWidth() method was fixed for negative character spacing.
- A 'none' border mode is now correctly recognized.
- Break on hyphen problem was fixed.
2012-07-25 15:16:42 +01:00
nick
b83ad06898 5.9.173 (2012-07-23)
- Some additional control wher added on barcode methods.
- The option CURLOPT_FOLLOWLOCATION on Image method is now disabled if PHP safe_mode is on or open_basedir is set.
- Method Bookmark() was extended to include X parameter.
- Method setDestination() was extended to include X parameter.
- A problem with Thai language was fixed.
2012-07-23 15:48:26 +01:00
nick
56af758c98 5.9.172 (2012-07-02)
- A PNG color profile issue was fixed.
2012-07-02 20:31:44 +01:00
nick
c934b52a55 5.9.171 (2012-07-01)
- Some SVG rendering problems were fixed.
2012-07-01 22:46:13 +01:00
nick
68a349a698 update 2012-06-27 11:08:15 +01:00
nick
14e93b77c5 5.9.169 (2012-06-25)
- Some SVG rendering problems were fixed.
2012-06-25 17:54:29 +01:00
nick
fd29aebb02 5.9.168 (2012-06-22)
- Thai language rendering was fixed.
2012-06-22 17:34:26 +01:00
nick
5ca264c68d 5.9.167 (2012-06-22)
- Thai language rendering was fixed and improved.
- Method isCharDefined() was improved.
- Protected method replaceChar() was added.
- Font kerning word was corrected to tracking.
2012-06-22 08:14:47 +01:00
nick
9ea87e1c44 5.9.166 (2012-06-21)
- Array to string conversion on file_id creation was fixed.
- Thai language rendering was fixed (thanks to Atsawin Chaowanakritsanakul).
2012-06-21 21:56:49 +01:00
nicolaasuni
4bfc80dce0 5.9.165 (2012-06-07)
- Some HTML form related bugs were fixed.
2012-06-07 17:28:15 +01:00
nicolaasuni
42be31e0d9 5.9.164 (2012-06-06)
- A bug introduced on the latest release was fixed.
2012-06-06 17:05:21 +01:00
nicolaasuni
5bfef5c8cf 5.9.163 (2012-06-05)
- Method getGDgamma() was changed.
- Rendering performances of PNG images with alpha channel were improved.
2012-06-05 18:40:09 +01:00
nicolaasuni
dc7dfc0ed9 5.9.162 (2012-05-11)
- A bug related to long text on TD cells was fixed.
2012-05-11 18:59:03 +01:00
nicolaasuni
86a2fe9ff9 5.9.161 2012-05-09 21:00:36 +01:00
nicolaasuni
542c27f159 5.9.160 2012-05-03 22:57:49 +01:00
nicolaasuni
047c7ee43d 5.9.159 2012-04-30 21:14:39 +01:00
nicolaasuni
338643d839 5.9.158 2012-04-22 11:28:38 +01:00
nicolaasuni
9a76df62cd 5.9.157 2012-04-16 18:31:19 +01:00
nicolaasuni
d8cbe417c8 5.9.156 2012-04-10 18:02:43 +01:00
nicolaasuni
f8f51d16cb 5.9.155 2012-04-02 18:36:02 +01:00
nicolaasuni
9c8c5f961f 5.9.153 2012-03-28 17:09:01 +01:00
nicolaasuni
5c8bddfa69 5.9.152 2012-03-23 17:04:30 +00:00
nicolaasuni
3b06e6bc36 5.9.151 2012-03-22 18:27:26 +00:00
nicolaasuni
fee4fc56a2 5.9.150 2012-03-16 19:15:42 +00:00
nicolaasuni
e9ebd692d5 5.9.149 2012-02-21 17:13:56 +00:00
nicolaasuni
953be5bcb2 5.9.148 2012-02-17 19:29:26 +00:00
nicolaasuni
0f52571831 5.9.147 2012-02-14 18:36:13 +00:00
nicolaasuni
b83d9938d2 5.9.146 2012-02-12 16:31:36 +00:00
nicolaasuni
9c88c0ba0b 5.9.145 2012-01-28 11:46:18 +00:00
nicolaasuni
f4fe9a9fca 5.9.144 2012-01-12 07:45:11 +00:00
nick
eceb4862e1 5.9.143 2012-01-08 20:13:43 +00:00
Nick
43fbcee477 5.9.142 2011-12-23 18:19:43 +01:00
nick
30bf70045d 5.9.141 2011-12-14 22:13:47 +00:00
nick
d8a89a1775 5.9.140 2011-12-13 20:25:29 +00:00
nick
46fe44c47c 5.9.139 2011-12-11 19:11:41 +00:00
nick
8fdafc1480 5.9.138 2011-12-10 15:57:26 +00:00
nick
2d369d09ae 5.9.137 2011-12-01 22:26:59 +00:00
nick
51ca917759 5.9.136 2011-11-27 18:11:34 +00:00
nick
fb4d5c667d 5.9.135 2011-11-15 18:42:47 +00:00
nick
f2ca815dbf 5.9.134 2011-10-29 12:48:32 +01:00
nick
5fb7bbdc83 5.9.133 2011-10-26 20:50:21 +01:00
nick
7a48cc3bba 5.9.132 2011-10-20 21:52:49 +01:00
Nick
cb81ae3824 5.9.131 2011-10-13 09:05:17 +02:00
Nick
354739c739 5.9.130 2011-10-12 14:17:06 +02:00
Nick
7f1f40d691 5.9.129 2011-10-07 19:39:29 +02:00
Nick
fc133087ac 5.9.128 2011-10-06 11:00:33 +02:00
Nick
93cd554f3f 5.9.127 2011-10-04 18:37:28 +02:00
Nick
2cb3faff18 5.9.126 2011-10-03 19:20:14 +02:00
Nick
0e459dc908 5.9.125 2011-10-03 13:00:54 +02:00
Nick
c6ff04cca8 5.9.124 2011-10-02 16:12:55 +02:00
Nick
889fd78ad8 5.9.123 2011-10-02 09:56:50 +02:00
Nick
30b07848b4 5.9.122 2011-09-29 13:23:28 +02:00
Nick
cbb355419d 5.9.121 2011-09-28 15:21:40 +02:00
Nick
916ee439b9 5.9.120 2011-09-22 09:40:33 +02:00
Nick
173e26e702 5.9.119 2011-09-19 19:09:16 +02:00
Nick
04a8c74240 5.9.118 2011-09-17 11:56:20 +02:00
Nick
d303c731f8 5.9.117 2011-09-15 21:16:33 +02:00
Nick
7e042aacf7 5.9.116 2011-09-14 10:33:35 +02:00
Nick
24ff632241 5.9.115 2011-09-13 17:52:00 +02:00
Nick
1fb14f22f3 5.9.114 2011-09-04 17:32:47 +02:00
Nick
37661c474a 5.9.113 2011-08-24 10:13:20 +02:00
Nick
093d24466b 5.9.112 2011-08-18 18:37:13 +02:00
Nick
c45b65a34f 5.9.111 2011-08-17 16:24:37 +02:00
Nick
caf207a0d6 5.9.110 2011-08-17 10:06:00 +02:00
Nick
6845c1be68 5.9.109 2011-08-12 19:26:14 +02:00
Nick
85d7684869 5.9.108 2011-08-09 20:10:07 +02:00
Nick
9433f1cfee 5.9.107 2011-08-08 10:35:23 +02:00
Nick
a3cd4d51bf 5.9.106 2011-08-04 20:59:24 +02:00
Nick
e2ece15931 5.9.105 2011-08-04 15:40:46 +02:00
Nick
534be61143 5.9.104 2011-08-01 16:37:56 +02:00
nicolaasuni
f029fcf70d 5.9.103 2011-07-16 11:34:37 +02:00
nicolaasuni
078642c3f6 5.9.102 2011-07-13 13:05:56 +02:00
nicolaasuni
fdc3f42c4e 5.9.101 2011-07-07 15:10:33 +02:00
nicolaasuni
18ccc5f668 5.9.100 2011-06-29 18:21:28 +02:00
nicolaasuni
5cca7f3e6e 5.9.099 2011-06-27 14:28:43 +02:00
nicolaasuni
5dadde0c61 5.9.098 2011-06-23 17:59:30 +02:00
nicolaasuni
ac09d91589 5.9.097 2011-06-23 17:12:20 +02:00
nicolaasuni
0bf02281e7 5.9.096 2011-06-19 17:16:58 +02:00
nicolaasuni
5500260a34 5.9.095 2011-06-18 17:11:54 +02:00
nicolaasuni
b3bc6c07e1 5.9.094 2011-06-17 16:18:12 +02:00
nicolaasuni
52280496ff 5.9.093 2011-06-16 11:05:25 +02:00
nicolaasuni
1d0e33ed68 5.9.092 2011-06-15 17:42:32 +02:00
nicolaasuni
b5bfb7fd6b 5.9.091 2011-06-15 15:16:28 +02:00
nicolaasuni
d6c918eb88 5.9.090 2011-06-14 15:44:07 +02:00
nicolaasuni
751305838f 5.9.089 2011-06-13 18:13:56 +02:00
nicolaasuni
60b4752dcb 5.9.088 2011-06-01 10:45:43 +02:00
nicolaasuni
ad4f8613ba 5.9.087 2011-06-01 10:18:55 +02:00
nicolaasuni
483af8043a 5.9.086 2011-05-31 20:09:14 +02:00
nicolaasuni
d4087a9aca 5.9.085 2011-05-31 16:35:47 +02:00
nicolaasuni
ac96cada85 5.9.084 2011-05-29 12:07:49 +02:00
nicolaasuni
9b9e0bf157 5.9.083 2011-05-27 16:35:24 +02:00
nicolaasuni
f990826a4f 5.9.082 2011-05-22 09:50:14 +02:00
nicolaasuni
2a40458bd5 5.9.081 2011-05-18 08:40:32 +02:00
nicolaasuni
53aa39ca0c 5.9.080 2011-05-17 12:46:01 +02:00
nicolaasuni
3c1d9f7f4f 5.9.079 2011-05-16 10:37:38 +02:00
nicolaasuni
02bed5771f 5.9.078 2011-05-12 17:03:20 +02:00
nicolaasuni
d308da169c 5.9.077 2011-05-07 18:38:52 +02:00
nicolaasuni
93e096d631 5.9.076 2011-05-06 22:32:18 +02:00
nicolaasuni
d393f2943c 5.9.075 2011-05-02 18:18:48 +02:00
nicolaasuni
4b89d7e0a2 5.9.074 2011-04-28 20:07:37 +02:00
nicolaasuni
eb2a573777 5.9.073 2011-04-27 09:22:33 +02:00
nicolaasuni
dc1cbbd5df 5.9.072 2011-04-26 11:07:42 +02:00
nicolaasuni
4adf3d7499 5.9.071 2011-04-19 20:56:45 +02:00
nicolaasuni
3973541cfa 5.9.070 2011-04-19 20:17:04 +02:00
nicolaasuni
0e790b9788 5.9.069 2011-04-19 10:04:33 +02:00
nicolaasuni
b52780fe62 5.9.068 2011-04-15 11:24:02 +02:00
nicolaasuni
3c71018636 5.9.067 2011-04-10 15:37:02 +02:00
nicolaasuni
295cf77db2 5.9.066 2011-04-09 15:23:17 +02:00
nicolaasuni
c495cce307 5.9.065 2011-04-08 10:29:23 +02:00
nicolaasuni
c4a015e0cd 5.9.064 2011-04-05 16:36:57 +02:00
nicolaasuni
c80b941b99 5.9.063 2011-04-01 19:41:01 +02:00
nicolaasuni
9e9b030bbb 5.9.062 2011-03-23 18:35:45 +01:00