I am using the Zend_Pdf class to create a PDF document .
Here the content is in the GERMAN language . Therefore, when I write the contents in pdf, automatically converts those characters to some special chars .
I can not understand the problem ...?
I tried code like
$str = html_entity_decode($str, ENT_COMPAT, "UTF-8");
But he does not accept it and showing the same result ..... !!!!!!
Please provide the code or links that help me ........
Thanks in advance.
source share