-
I'm New to TCPDF
Need to generate Pdf document with Tamil Language IN-ta
Language Script Reference from Wikipedia
https://en.wikipedia.org/wiki/Tamil_script
**Issue Details :**
UTF-8 Font N…
-
Hello.
This is not an issue of pdf-annotate, but someone may have a solution.
I've just integrated pdf-annotate.js on my website, I'm using my database to store/retrieve annotations and I added …
-
When utilizing libraries that contain files like fonts (`tecnickcom/tcpdf`) or other non-php assets (`composer/ca-bundle` is a library built around a `cacert.pem` file), these assets are not copied ov…
-
Hello, i am using tcpdf as output option. Here is my code
`$tcPdf = new TCPDF('P', 'mm', 'A4', true, 'UTF-8');`
`$tcPdf->setPrintHeader(false);`
`$tcPdf->setPrintFooter(false);`
`$tcPdf->AddPage…
-
It looks like, with the help of the tcpdf library, we should be able to merge images also. But there is no indication of the syntax for doing this from within the PDFMerger class object. Please provid…
-
Hi @nicolaasuni
Could we delete the tcpdf import code as it is not finished and should not be used by anyone?
That would reduce this library a bit
-
Hi everybody!
Using html2pdf I'm getting the following error:
Warning: Illegal string offset 'position' in /var/www/public/Packages/Libraries/tecnickcom/tcpdf/tcpdf.php line 15588
Using this…
-
While generating a pdf file in Khmer some of the text is not showing properly. Some characters are swapped.
I have used many Khmer fonts, same error every time.
I used the following fonts:
- Angk…
Ewa55 updated
1 month ago
-
I had to install `php-mbstring` (and probably `php-tcpdf`) in order to make this plugin work in a local LAMP server. I think it would be a good idea to indicate what non-default PHP libraries (as `mbs…
-
```
Declaration of setasign\Fpdi\FpdfTplTrait::AddPage($orientation = '', $size = '', $rotation = 0) should be compatible with TCPDF::AddPage($orientation = '', $format = '', $keepmargins = false, $t…