TCPDF
TCPDF copied to clipboard
Official clone of PHP library to generate PDF documents and barcodes
Hi @nicolaasuni, I was wondering if you would consider adding new maintainers to the project. I think a few people are looking to help, e.g. @mvorisek and @williamdes were a...
I'm experiencing an issue with TCPDF 6.4.0 when generating a DataMatrix barcode using write2DBarcode(). A { character (ASCII 7B) is unexpectedly added inside the barcode content, even though the input...
PHP => 8.2 TCPDF => 6.7.5 Symfony Hello, I wanted to create a PDF from text content generated by QuillJS, which I then converted using a Lexer. An example output...
I'm using in Japanese charactor with TCPDF ver6.3.5 on PHP 7.4, CentOS7. I need multiple line text in block. So I choose multicell method. But it makes hard rough at...
dear all, i need to add internal links to a html code which then is used as pdf-content. i already have learned that i need to modify my configuration to...
**Description:** When passing an HEIC image to `Image` without specifying the width and height of the image, it will fail. In this part of the `Image` method, we use `getimagesize`,...
I use tcpdf to render SVG template into PDF for my CV and certain snippet is badly rendered on newest version: 6.7.5 (looks fine)  vs 6.7.7 (edge point is...
I use php and laravel to create an PDF by TCPDF. My code is like this: ... {{ $myvalue }} ... But when $myvalue has some \n, it does not...
I get an error in php 8.4.1 In PHP 8.3 everything is fine `yii\base\ErrorException: Trying to access array offset on null #17 /var/composer/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php(761): yii\base\ErrorHandler::handleError #16 /var/composer/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php(761): QRcode::setFrameAt #15 /var/composer/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php(724): QRcode::encodeMask...
Hi all, i'm trying to understand if is possible to use TCPDF, and how, to add an xml (as described in this [HL7 standard specification](https://www.hl7.it/wp-content/uploads/2024/05/HL7Italia-ProfiloFirmaCDAInPDF-DSTU.pdf)) into a PDF using XFAResources....