30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-06-01 05:40:47 +00:00
Commit Graph

441 Commits

Author SHA1 Message Date
nicolaasuni
3ebcb4d8d9 6.0.023 (2013-08-05)
- GNU Freefont fonts were updated.
- Licensing and copyright information about fonts were improved.
- PNG image support was improved.
2013-08-05 20:34:06 +01:00
nicolaasuni
f7ec606860 6.0.022 (2013-08-02)
- fixing initialization problem for signature_appearance property.
2013-08-02 07:48:05 +01:00
nicolaasuni
94bfcb9bb4 6.0.021 (2013-07-18)
- The bug caused by the preg_split function on some PHP 5.2.x versions was fixed.
2013-07-18 20:45:24 +01:00
nicolaasuni
57959d4027 6.0.020 (2013-06-04)
- The method addTTFfont() was fixed (Bug item #813 Undefined offset).
2013-06-04 22:06:38 +01:00
nicolaasuni
e27aa651bb 6.0.019 (2013-06-04)
- The magic constant __DIR__ was replaced with dirname(__FILE__) for php 5.2 compatibility.
- The exceptions raised by file_exists() function were suppressed.
2013-06-04 20:55:07 +01:00
nicolaasuni
9a03e8743c 6.0.018 (2013-05-19)
- 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).
2013-05-19 17:46:11 +01:00
nicolaasuni
bb21d56f94 6.0.017 (2013-05-16)
- The command line tool tcpdf_addfont.php was improved.
- The php logic was removed from configuration files that now contains only constant defines.
- The tcpdf_autoconfig.php file was added to automatically set missing configuration values.
2013-05-16 17:17:45 +01:00
nicolaasuni
8766e002e6 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
- Constant K_PATH_IMAGES is now automatically set in configuration file.
2013-05-15 16:51:49 +01:00
nicolaasuni
7424ac0d45 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
2013-05-15 16:30:05 +01:00
nicolaasuni
39528a1441 6.0.015 (2013-04-14)
- Some unused vars were removed from AddFont() method.
- Some directories were moved inside the examples directory.
- All examples were updated to reflect the new default structure.
- Source code were clean-up up to be more compatible with system packaging.
- Files encodings and permissions were reset.
- The command line tool tcpdf_addfont.php was added on the tools directory.
2013-05-14 21:28:42 +01:00
nicolaasuni
e7c64b4f1c 6.0.014 (2013-04-13)
- The signature of addTTFfont() method includes a new parameter to link existing fonts instead of copying and compressing them.
2013-05-13 19:11:35 +01:00
nicolaasuni
5a2f2197e0 6.0.013 (2013-04-)
- Add support for SVG dx and dy text/tspan attributes.
- replace require() with require_once().
- fix some minor typos on documentation.
- fix a problem when deleting all pages.
2013-05-10 17:27:34 +01:00
nicolaasuni
c7c8e26f67 6.0.012 (2013-04-24)
- An error condition in addHtmlLink() method was fixed (bug #799).
2013-04-24 17:30:18 +01:00
nicolaasuni
226fc42c4c 6.0.011 (2013-04-22)
- Minor documentation changes.
2013-04-22 20:23:46 +01:00
nicolaasuni
7ac4979b99 6.0.010 (2013-04-03)
- The method Rect() was fixed to print borders correctly.
2013-04-03 10:42:54 +01:00
nicolaasuni
a9840bd74b 6.0.009 (2013-04-02)
- Adding back some files that were not properly committed on the latest release.
2013-04-02 20:47:32 +01:00
nicolaasuni
d44b09f2da 6.0.008 (2013-04-01)
- Duplicated encoding maps was removed from tcpdf_font_data.php.
- Fixing bug on AddTTFFont().
2013-04-01 12:22:18 +01:00
nicolaasuni
db650c6dfa 6.0.007 (2013-03-29)
- HTML/CSS font size conversion were improved.
2013-03-29 17:30:37 +00:00
nicolaasuni
c4e39163a7 6.0.006 (2013-03-27)
- Bug related to SVG and EPS files on xobjects were fixed.
2013-03-27 18:33:18 +00:00
nicolaasuni
57fd821ca9 6.0.005 (2013-03-26)
- Default font path was fixed.
2013-03-26 13:49:17 +00:00
nicolaasuni
3e1f83ee55 6.0.004 (2013-03-21)
- Return value of addTTFfont() method was fixed.
2013-03-21 17:10:14 +00:00
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