TCPDF
TCPDF copied to clipboard
Official clone of PHP library to generate PDF documents and barcodes
Hi, I just noticed that the only 6.7.x tag available in the repo is the latest 6.7.4. Packagist still knows 6.7.2 and 6.7.3 and is able to install those, but...
Since the version 6.7.4, the "0" is considered like empty string and not displayed
The condition allowed to add ExtGState in all PDF/A modes and disallowed it in default mode until now. This looks logically wrong. This fix inlines the condition with setExtGState to...
Fix for issue #660 Automatic calculation of w/h fails for ImageSVG() The bug appeared in 6.0.031 and was caused by the 'avoid "division by zero"' part of commit: 0c26f23 The...
is there a method similar to setPageOrientation() that let you set page format not using the constructor?
With the breaking change of 6.7.4 (2024-03-24) the ```K_ALLOWED_TCPDF_TAGS``` definition has beein added, too and changelog is saying: ```New K_ALLOWED_TCPDF_TAGS configuration constant to set the allowed methods for the tcdpf...
In PHP 8.2, the str_split function will returns empty arrays for empty strings. See: https://php.watch/versions/8.2/str_split-empty-string-empty-array We can use mb_str_split() instead
Also add some file for parsing asn.1 data, and logging (debug only). should merged with main tcpdf.php but its not meet oop standar yet. still use procedural style.
Implemented support for rectangular data matrix code. Corrected values in code definition table and corrected modulo 254 operation in function `get253StateCodeword`.
I'm not sure when this happened, but default base64 encoded images were no longer rendered in html text. If the image is rendered like this: ``` ``` the image was...