" $pdf->pages[0]->drawText('Alcalá - España', 300, 770, 'ISO-8859-1'); " is
not working. I am trying a similar thing in French language.
Please help.
Rgds,
Mauricio Cuenca wrote:
>
> Ooops... it was so easy, I found the answer two minutes after I post this
> message. You have the set the ch
Ooops... it was so easy, I found the answer two minutes after I post this
message. You have the set the charset encoding:
$pdf->pages[0]->drawText('Alcalá - España', 300, 770, 'ISO-8859-1');
The encoding defaults to the system locale, but my system's locale is
'ISO-8859-1' so I found it strange
Hello,
I am using the Zend_Pdf class to generate pdf files, but I found that
characteres like "ñ" and those with tildes like "áéíóú" are not displayed.
These characters are mandatory in my application, I was browsing the
framework class files and I found that in
Zend/Pdf/Resource/Font/Simple/Sta