我在使用 Zend_Pdf 将 UTF-8 字符输出到 pdf 文件时遇到问题。这是我的代码:
// Load Zend_Pdf class
include 'Zend/Pdf.php';
// Create new PDF
$pdf = new Zend_Pdf();
// Set font
$page->setFont(Zend_Pdf_Font::fontWithPath('fonts/times.ttf'), 12);
// Draw text
$page->drawText('Janko Hraško', 200, 643, 'UTF-8');
I§m 加载的字体支持 UTF-8 字符。但我收到了这个错误”
注意:iconv() [function.iconv]:在第 241 行的 D:\data\o\Zend\Pdf\Resource\Font\Type0.php 中检测到输入字符串中有非法字符