View Single Post
  #2 (permalink)  
Old 12-03-2007, 10:33 AM
mclalfaya mclalfaya is offline
Junior Member
 
Join Date: Dec 2007
Posts: 2
Lightbulb

I use this and work well:
$text = utf8_encode("é, ó, ññ ");
$page->drawText($text, '100', '200');

I Hope that it helps you.
Reply With Quote