-
Hi, How can I rotate the text 90 degrees in HTML so that TCPDF will do it correctly? Using styles: `transform: rotate(-90.0deg);` unfortunately it doesn't work, a
`'Text To Rotate' `
sets the t…
-
I am using [TCPDF](https://github.com/tecnickcom/TCPDF/tags) latest version (6.7.5) to export PDF documents. In the document there are some Japanese kanji characters that cannot be displayed, but othe…
-
vendor/tecnickcom/tcpdf/tcpdf.php
-
### What happened?
We're seeing archiving failing because of below error.
The first part refs https://github.com/matomo-org/matomo/issues/18879 and https://github.com/matomo-org/matomo/issues/213…
-
```
What would you like dompdf to do:
Be able, like tcpdf, to render SVG tags into PDF
Do you have an example:
Using TCPDF
PHP Code http://www.tcpdf.org/examples/example_058.phps
PHP Code Execution …
-
```
What would you like dompdf to do:
Be able, like tcpdf, to render SVG tags into PDF
Do you have an example:
Using TCPDF
PHP Code http://www.tcpdf.org/examples/example_058.phps
PHP Code Execution …
-
Hello,
i have a issue for the filename of tcpdf on download, for example 'Héllo oumaya.pdf' i had 'Hllo_oumaya.pdf' first special char is empty , second the space is replaced ' ' by '_' ???
any …
-
Earlier version of TCPDF was awesome and easy to use, now it looks like complex and full with error on example. No reason to make it complex.
Notice: Undefined property: Com\Tecnick\Pdf\Tcpdf::$out…
-
Hi
The redeclare issue is fixed if I comment the following lines:
(fpdi.php line 22)
```
// Check for TCPDF and remap TCPDF to FPDF
// if (class_exists('TCPDF')) {
// require_once('fpdi2t…
-
```
What steps will reproduce the problem?
1. Open merge.svg.php from the examples
2. replace image.svg path with the one attached
3. run the php stript
What is the expected output? What do you see i…