A small additional note: A code fix suggested earlier in this thread which I missed the first time, seems to work to mitigate the blank draw issue on our problematic servers - specify UTF-8 as the encoding to every drawText() call.
pixelnix wrote: > > If anyone can provide more on this issue, which I'm also dealing with in a > Solaris environment, I would greatly appreciate it. We have multiple > Solaris servers and supposedly libiconv is installed consistently on all > of them; the iconv settings reported by PHP are consistent among servers; > but the newest servers exhibit the problem discussed in this thread. All > calls to drawText() fail silently. I tried modifying the Simple.php > encodeString() method as suggested here but it had no effect -- I added > something like > > if ($charEncoding == 'ISO-8859-1') return $string; > > Thanks, > > Nick Eby > > > -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-PDF-drawText-and-blank-PDF-files-tp1589208p2531690.html Sent from the Zend Framework mailing list archive at Nabble.com.
