there is a branch of the main reportlab code that has some support for rtl fonts.
See
https://eiger/svn/public/reportlab/branches/rtl-support
people have been using it with pyfribidi to generate documents with various rtl
languages including Arabic.
--
Robin Becker
_______________________________________________
reportlab-users mailing list
reportl...@lists2.reportlab.com
http://two.pairlist.net/mailman/listinfo/reportlab-users
.........On 30/07/2011 07:14, soorjith p wrote:
Hi
In our product we want to show data in both Arabic and English. It is
possible to keep data in Arabic in postgresql database also possible to
enter data in Arabic by using pygtk and glade. How to show the data in
Arabic in reportlab?
there is a branch of the main reportlab code that has some support for rtl fonts.
See
https://eiger/svn/public/reportlab/branches/rtl-support
people have been using it with pyfribidi to generate documents with various rtl languages including Arabic.
--
Robin Becker
My bad I used a local link see
https://svn.reportlab.com/svn/public/reportlab/branches/rtl-support
you can use
svn co https://svn.reportlab.com/svn/public/reportlab/branches/rtl-support
to check out a copy of the code.
.......
--
Robin Becker