PHP TCPDF library tscii fonts import & implementation

Hi all ,

I am using TCPDF a php library for generating pdf in that library is very customisable and very handy for my pdf generation needs

But one minus for that library does to support full unicode support for unicode tamil fonts it has shaping and rendering issues on some characters

Few months ago i have asked in FTC google mail group regarding how to resolve the font rendering problem @tshrinivasan mentioned Neechalkaran’s TSCII wrapper text generating snippet for that it only generates images I’m Having doubt on how to implement the tscii solution into tcpdf library

I have raised github issue for that also Tamil UTF-8 Support Needed · Issue #609 · tecnickcom/TCPDF · GitHub

can anyone available for the discussion ?..

Thanks in Advance

1 Like

Thanks for filing a issue on their github.

It is a very common issue across many languages and libraries.

We have to find a generic way to solve this with unicode, for the programming languages we use.