I have used FPDF and TCPDF and both seems not to work with URDU, for instance FPDF clearly doesn't support it, but on the other hand, TCPDF supports Persian and Arabic which have same font characters as Urdu.
The problem arises when some characters are rendered properly and while others aren't using TCPDF. See the image below:
Is there a way around TCPDF or some other library that natively supports Urdu language and is compatible with PHP.
Thank you!