Veremyev <[EMAIL PROTECTED]>
To: ArticSun <[EMAIL PROTECTED]>; fw-general@lists.zend.com
Sent: Friday, September 21, 2007 7:11:00 PM
Subject: RE: [fw-general] Euro sign in Zend_Pdf.
Hi,
You could find some info here http://framework.zend.com/issues/browse/ZF-588
It's also possible,
Hi,
You could find some info here http://framework.zend.com/issues/browse/ZF-588
It's also possible, that you have to specify string encoding:
--
$pdf->pages[] = ($page = $pdf->newPage('A4'));
$font = Zend_Pdf_Font::fontWithName(Zend_Pdf_Font::FONT_HELVETICA);
$page->setF