you can do something like that, if i understand. $arial = Zend_Pdf_Font::fontWithPath($_SERVER['DOCUMENT_ROOT'] . /applications/fonts/arial.ttf'); $arialB = Zend_Pdf_Font::fontWithPath($_SERVER['DOCUMENT_ROOT'] . /applications/fonts/arialB.ttf');
//arial type $page->setFont($arial, 12); //or if i want arial bold $page->setFont($arialB, 12); -- View this message in context: http://www.nabble.com/Zend-PDF-outline-fonts--tp18715420p18748324.html Sent from the Zend Framework mailing list archive at Nabble.com.
