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/Standard.php says: * The PHP script used to generate this class can be found in the /tools * directory of the framework distribution. If you need to make modifications to * this class, chances are the same modifications are needed for the rest of the * standard fonts. You should modify the script and regenerate the classes * instead of changing this class file by hand. I could not found the tools directory, but my question is: can I easily modify the fonts file so I can use those characters with my PDFs or what other approach should I take? Thanks! ________________ Mauricio Cuenca -- View this message in context: http://www.nabble.com/Latin-fonts-in-Zend_Pdf-tp16445832p16445832.html Sent from the Zend Framework mailing list archive at Nabble.com.
