注意:iconv():检测到输入字符串中的非法字符。 Pdf捆绑

时间:2015-01-11 12:42:41

标签: php symfony

ContextErrorException:注意:iconv():在/var/www/adwords-up/vendor/zendframework/zendpdf/library/ZendPdf/Resource/Font/Simple/AbstractSimple.php第253行中检测输入字符串中的非法字符< / p>

我有非英语符号的错误。 Symfony 2.3,PdfBundle。

我如何解决这个问题?感谢。

    $total_string=NumToString::num2str($total);
    $facade = $this->get('ps_pdf.facade');
    $xml = $this->renderView('@AdwordsupClient/Billing/expense.pdf.twig',[
        'total_string'=>$total_string]);
    $content = $facade->render($xml);
    return new Response($content, 200, array('content-type' => 'application/pdf; charset=utf-8'));

0 个答案:

没有答案