I am new in Zend framework. Now I have a problem with Zend pdf. I am trying to make a pdf document which contains arabic as well as english. But I can't print arabic in zend.
Please help me with any tutorials or sample code links.
I am new in Zend framework. Now I have a problem with Zend pdf. I am trying to make a pdf document which contains arabic as well as english. But I can't print arabic in zend.
Please help me with any tutorials or sample code links.
//Apply font file(.ttf) for zend pdf. for example below will allow arabic language in pdf file.
// Apply Arabic word having issue of right to left display word by calling following function.
//Still having problem then, apply alternate solution add the following line in head.
This is still an issue in Zend_pdf I would recommend you to use TCPDF here is the link for that http://www.tcpdf.org/
Go through there examples
http://www.tcpdf.org/examples.php
If you still want to stick with zend pdf may this link be helpful.
http://devzone.zend.com/1064/zend_pdf-tutorial/