Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アラビア語の注文の請求書 Pdf は、magento で正しい文字を印刷していません。アラビア語の文字を*印刷しています。これに対する解決策を提案してください。
$page = $pdf->newPage(Zend_Pdf_Page::SIZE_A4); $pdf->pages[] = $page; $this->_setFontRegular($page,12); $page->setFillColor(new Zend_Pdf_Color_Rgb(0.4, 0.4, 0.4)); $page->drawText('Text', 15, $this->y, 'CP1256');
これを試して。