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.
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.