gpt4 book ai didi

zend-framework - Zend_Pdf UTF-8 字符?

转载 作者:可可西里 更新时间:2023-10-31 23:44:15 25 4
gpt4 key购买 nike

我在使用 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');

加载的字体支持 UTF-8 字符。但是我收到了这个错误”

Notice: iconv() [function.iconv]: Detected an illegal character in input string in D:\data\o\Zend\Pdf\Resource\Font\Type0.php on line 241

最佳答案

使用 Helvetica 字体,您的代码可以正常工作!

关于zend-framework - Zend_Pdf UTF-8 字符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3068370/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com