152 Commits

Author SHA1 Message Date
nicolaasuni
185eb13f21 Fix syntax error 2020-02-12 11:32:17 +00:00
Nicola Asuni
06ac099478
Merge pull request #148 from ivan-koliadynskyy/patch
Update tcpdf_static.php
2020-02-12 11:16:19 +00:00
Ivan Koliadynskyy
0f84e8e754
Fix for deprecated PHP features
Update encodeUrlQuery to make method static and prevent errors related to call non static method in static way
2020-01-23 14:57:37 +02:00
mhedderich
8d20c494fb
Fixed datamatrix.php for PHP 7.4
Resolved deprecation error: "Deprecated: Array and string offset access syntax with curly braces is deprecated"
2020-01-15 22:24:49 +01:00
Ivan Koliadynskyy
a428c95eaf
Update tcpdf_static.php 2019-11-01 15:07:12 +02:00
nicolaasuni
9fde7bb9b4 Update ICC profile 2019-09-20 10:35:01 +01:00
nicolaasuni
898eba141c Bump version 2019-09-20 07:48:57 +01:00
Remi Collet
cabbccc022
Fix reported version 2019-09-19 13:02:12 +02:00
nicolaasuni
b41a5ca311 new setExtraXMPRDF function to set custom RDF XMP data 2019-09-19 10:41:12 +01:00
Nicola Asuni
8a07572324
Merge pull request #130 from erichk4/patch-1
file_get_contents
2019-09-19 09:51:01 +01:00
Remi Collet
e2deae00e5 fix PHP Warning: chr() expects parameter 1 to be int 2019-09-13 11:23:30 +02:00
Remi Collet
b0948269a6 Fix Array and string offset access syntax with curly braces is deprecated 2019-09-13 11:13:56 +02:00
Erich Munz
d144ad0078
file_get_contents
return value should also be checked for a non-empty string
2019-08-28 11:44:18 +02:00
Nicola Asuni
756908329d
Merge pull request #105 from fschaeffer/patch-1
[BUGFIX] fix SpotColor handling in HTML
2019-01-16 11:51:36 +00:00
Martin Auswöger
b83e325c38
Fix TCPDF_STATIC::fileGetContents()
Currently only the first path in the `$alt` array gets checked. This pull request fixes this so that all paths are checked.
2019-01-07 13:19:28 +01:00
Florian Schaeffer
14b1dee166
fix SpotColor handling in HTML
As the spot color array contains the user defined spotcolors provided by AddColor() we need to use the original color name here (as stored in $hcolor) and not the flattened one.

Example for usage <span style="color:SPOTCOLOR 15/5;">Your text here</span>
2018-11-15 10:54:44 +01:00
nicolaasuni
367241059c Format code 2018-10-16 18:24:05 +01:00
Nicola Asuni
a38e94f98f
Merge pull request #100 from visual4/master
Fix unsupported operand types error when codepoints arrays are merged
2018-10-16 18:22:08 +01:00
nicolaasuni
5ec5211b82 Update sRGB.icc with the one from the Debian package icc-profiles-free 2018-10-16 18:17:17 +01:00
Jonas Nutz
b9b5a0b77f Fix unsupported operand types error when codepoints arrays are merged - corrected assignment of resulting array 2018-10-05 13:04:08 +02:00
Jonas Nutz
d06fee8012 Fix unsupported operand types error when codepoints arrays are merged 2018-10-01 13:48:27 +02:00
nicolaasuni
a5135e2cf0 Fix support for image URLs 2018-09-23 08:52:24 +01:00
nicolaasuni
aee50eb2bf Support remote files in file_exists 2018-09-22 12:50:04 +01:00
nicolaasuni
98799ea173 Simplify file_exists function 2018-09-22 10:37:08 +01:00
nicolaasuni
ac6e92fccc Fix for security vulnerability: Using the phar:// wrapper it was possible to trigger the unserialization of user provided data. 2018-09-14 16:26:29 +01:00
nicolaasuni
a3273af312 Remove typo comment 2018-09-14 14:49:09 +01:00
nicolaasuni
1861e33fe0 Fix for security vulnerability: Using the phar:// wrapper it was possible to trigger the unserialization of user provided data. 2018-09-14 14:28:55 +01:00
nicolaasuni
b32e75e1ec Bump version 2018-09-14 13:08:15 +01:00
nicolaasuni
e6285db003 Bump version 2018-09-14 12:56:15 +01:00
nicolaasuni
64fc194398 Bump version 2018-02-24 11:48:20 +00:00
nicolaasuni
3527098537 Bump version 2018-02-19 15:01:27 +00:00
Nicola Asuni
21b7a5abc6
Update tcpdf_static.php 2018-02-19 14:32:39 +00:00
Nicola Asuni
c549697bd2
Merge pull request #62 from procurios/url-bug-in-fileGetContents
Add url as an alternative path instead of returning directly
2018-02-19 14:27:42 +00:00
Nicola Asuni
7e88955807
Merge pull request #65 from berlinquin/master
Reverse order of operations in getErrorCorrectionLevel
2018-02-19 14:21:42 +00:00
Nicola Asuni
1b4dffc80c
Merge pull request #73 from rgarcia-martin/patch-tcpdf_fonts
Update tcpdf_fonts.php
2018-02-19 14:17:24 +00:00
Nicola Asuni
618efe390b
Update tcpdf_static.php 2018-02-19 14:10:48 +00:00
Rafael Garcia
d8e86f7136 Update tcpdf_fonts.php
#813 Undefined offset: 32766

I get that bug when i import that font: http://www.dafont.com/es/accidental-presiden.font

https://sourceforge.net/p/tcpdf/bugs/813/
2017-08-28 12:44:08 +02:00
berlinquin
05731a11d2 Reverse order of operations in getErrorCorrectionLevel 2017-06-24 16:12:41 -06:00
Taco van den Broek
3a1950ba8a Add url as an alternative path instead of returning directly
When TCPDF_STATIC::fileGetContents is called with a relative
path while $_SERVER['SCRIPT_URI'] is set, this method _always_
used the web-url to retrieve the contents.
2017-06-14 16:23:31 +02:00
nicolaasuni
009f2304c3 last v6 version 2016-06-10 18:46:02 +01:00
nicolaasuni
2f732eaa91 6.2.12 (2015-09-12)
- fix composer package name to tecnickcom/tcpdf
2015-09-12 11:08:34 +01:00
nicolaasuni
354433a339 6.2.11 (2015-08-02)
- Bug #1070 "PNG regression in 6.2.9 (they appear as their alpha channel)" was fixed.
- Bug #1069 "Encoded SRC URLs in <img> tags don't work anymore" was fixed.
2015-08-02 13:30:27 +01:00
nicolaasuni
25394f75d6 6.2.10 (2015-07-28)
- Minor mod to PNG parsing.
- Make dependency on mcrypt optional.
2015-07-28 16:28:45 +01:00
nicolaasuni
fa6ab8a1e1 6.2.9 (2015-06-18)
-
2015-06-18 10:12:38 +01:00
nicolaasuni
3dee9e7f3a 6.2.8 (2015-04-29)
- Removed unwanted file.
2015-04-29 17:13:58 +01:00
nicolaasuni
8eb1adde16 6.2.7 (2015-04-28)
- Merged PR 17: Avoid warning when iterating a non-array variable.
- Merged PR 16: Improve MuliCell param definition.
- Improved column check (PR 15).
- Merged PR 11: Use stream_is_local instead of limit to file://.
- Merged PR 10: ImageMagick link on README.txt.
2015-04-28 20:51:18 +01:00
nicolaasuni
a2e8f5b505 6.2.6 (2015-01-28)
- Bug #1008 "UTC offset sing breaks PDF/A-1b compliance" was fixed.
2015-01-28 18:51:40 +00:00
nicolaasuni
da2fe93594 6.2.5 (2015-01-24)
- Bug #1019 " in static context" was fixed.
- Bug #1015 "Infinite loop in getIndirectObject method of parser" was fixed.
2015-01-24 09:41:10 +00:00
nicolaasuni
ba2afad72c 6.2.4 (2015-01-08)
- fix warning related to empty K_PATH_URL.
- fix error when a  key is not set.
2015-01-08 18:35:22 +00:00
nicolaasuni
d7071cbf26 6.2.3 (2014-12-18)
- New comment.
- Moved the K_PATH_IMAGES definition in tcpdf_autoconfig.
2014-12-18 13:36:04 +00:00