本文介绍了Zend 中的阿拉伯语 pdf的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是 Zend 框架的新手.现在我遇到了 Zend pdf 的问题.我正在尝试制作一个包含阿拉伯语和英语的 pdf 文档.但是我无法在 zend 中打印阿拉伯语.
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.
推荐答案
这仍然是 Zend_pdf 的问题我建议你使用 TCPDF这是链接http://www.tcpdf.org/
This is still an issue in Zend_pdfI would recommend you to use TCPDFhere is the link for thathttp://www.tcpdf.org/
通过那里的例子
http://www.tcpdf.org/examples.php
如果您仍想坚持使用 zend pdf,此链接可能会有所帮助.
If you still want to stick with zend pdf may this link be helpful.
http://devzone.zend.com/1064/zend_pdf-tutorial/
这篇关于Zend 中的阿拉伯语 pdf的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!