TCPDF icon indicating copy to clipboard operation
TCPDF copied to clipboard

Official clone of PHP library to generate PDF documents and barcodes

Results 131 TCPDF issues
Sort by recently updated
recently updated
newest added

Hi how can i read a persian/arabic pdf with your TCPDF? is that possible to read or convert pdf file to text ? if yes plz give me an example...

As [noted in the RFC](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures#array_keys) PHP 8.3 deprecates the second parameter to `array_keys()` to apply a filter. The following uses of a second filter param to `array_keys` can be found...

Doc states this regarding the w and h parameters: If not specified or equal to zero, it is automatically calculated However, this does not happen. The bug appeared in 6.0.031...

Hi, how do I get hyphenation working with the HTML converter? I tried `` but it only does justification, no word-breaking Thanks

Currently there is no support for SVG2s href attribute in `ImageSVG`.

With the `ImageSVG` functionality, [![image](https://www.w3.org/Icons/SVG/svg-w3c-h.svg)](https://www.w3.org/Graphics/SVG/) is not displayed correctly. ![image](https://github.com/tecnickcom/TCPDF/assets/95378635/5bd051c9-07e8-4a29-8711-505c78aa0387) **location of missing functionality** `startSVGElementHandler` and `endSVGElementHandler`. **behavior in version 6.6.5** - objects outside `` elements can not be referenced...

When a line ends just before the specified page margin with bold text, additional text appended with Write() is clipped. Steps to reproduce this issue (include TCPDF with composer): ```php

Hi, I am facing issue in math symbols using tcpdf it showing ??? marks on pdf. is there any solution to handle it?

Hi I am test BarCode2 generator, here is my code: ``` $style = array( 'border' => 2, 'padding' => 'auto', 'fgcolor' => array(0,0,255), 'bgcolor' => array(255,255,64) ); $pdf->write2DBarcode('/002-002-000512R/1/A6C5', 'DATAMATRIX', 80,...