Re: Python bindings for fribidi (log to vis heb for PDF creation)

2003-07-29 Thread Beni Cherniavsky
Meir Kriheli wrote on 2003-07-29: > Hi, > > I need to convert logical heb to visual (to generate Hebrew PDFs with > reportlab). > I saw pure-python bidi code inside Shfifon__. It's ported from some pure-perl code with changes; at a quick glance it seems to strive for Unicode conformance but I'm

Re: Python bindings for fribidi (log to vis heb for PDF creation)

2003-07-29 Thread Meir Kriheli
On Tuesday 29 July 2003 14:46, Tzafrir Cohen wrote: > On Tue, Jul 29, 2003 at 04:36:08PM +, Meir Kriheli wrote: > > The preferred solution would be to keep logical layout, but couldn't find > > a tool able to handle dynamic creation of PDFs using logical hebrew, any > > recommendations/solution

Re: Python bindings for fribidi (log to vis heb for PDF creation)

2003-07-29 Thread Tzafrir Cohen
On Tue, Jul 29, 2003 at 04:36:08PM +, Meir Kriheli wrote: > The preferred solution would be to keep logical layout, but couldn't find a > tool able to handle dynamic creation of PDFs using logical hebrew, any > recommendations/solutions ? PangoPDF? Never tried it, though. Hopefully it will b

Re: Python bindings for fribidi (log to vis heb for PDF creation)

2003-07-29 Thread Behdad Esfahbod
Hi, I recommend you use swig to do that. On Tue, 29 Jul 2003, Meir Kriheli wrote: > Hi, > > I need to convert logical heb to visual (to generate Hebrew PDFs with > reportlab). > > There's log2vis ( http://www.zope.org/Members/itamar/log2vis ), but it needs > the ICU lib as well, and it's w

Python bindings for fribidi (log to vis heb for PDF creation)

2003-07-29 Thread Meir Kriheli
Hi, I need to convert logical heb to visual (to generate Hebrew PDFs with reportlab). There's log2vis ( http://www.zope.org/Members/itamar/log2vis ), but it needs the ICU lib as well, and it's written for old version of python (1.6) and looks unmaintained, doesn't follow current installation