tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Hebrew language words are not working for SVG Image loaded to the PDF #570

Open Jeet-Naik opened 1 year ago

Jeet-Naik commented 1 year ago

Hello, I am generating a PDF with an SVG background image. where some of the text is in the Hebrew language. The generated PDF is showing question marks "?" where I have added the Hebrew texts. $pdf->ImageSVG('@'.$svg_data, 0, 0, '', '', '', '', '', false, 300, '', false, false, 0); I tried adding language files in the font directory but it didn't work.