Hi Bijay, Did you try mpdf it has utf-8 support [1]. Also if you are using Zend F/W then you can use Zend-pdf [2] or did you try fpdf [3] ?
Thanks, Saroj [1] http://www.daniweb.com/web-development/php/threads/363883/using-mpdf-library [2]http://framework.zend.com/manual/en/zend.pdf.html [3]http://www.fpdf.org/ On Tue, Mar 27, 2012 at 10:56 AM, Bijay Rai <[email protected]>wrote: > I have a custom-made CMS. Now, I want to allow the viewers to click on > a link that will create PDF version of the related post (written in > nepali unicode). I tried ufpdf and tcpdf but to no avail. With ufpdf I > was able to generate the PDF but it was not completely correct; > particularly the raswa ikaar (ि) was placed after the letter where it > was supposed to be placed in front of that letter like (मिति) > instead of मिति. > > Does anyone have any idea why this happened? Or if you have known > about some other open source php lib for creating pdf? A link to any > kind of helpful resources will be highly appreciated. Thanks. > > > -- > Bijay Chamling > Dharan, Sunsari, Nepal > > -- > FOSS Nepal mailing list: [email protected] > http://groups.google.com/group/foss-nepal > To unsubscribe, e-mail: [email protected] > > Mailing List Guidelines: > http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines > Community website: http://www.fossnepal.org/ > -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
