Re: Arabic support
Fran Boon <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CAPKzkt+at0W_BR4E+MU92UtnamricTNUEh7mu4ZBPfokf3V4Lg@mail.gmail.com> |
On 24 August 2015 at 15:07, Fran Boon <[email protected]> wrote: > Is there a branch of ReportLab with RTL support included that I can > test / contribute to? > Or should I add my own support to our ReportLab routines using Python-BiDi? I did the latter for now & it seems to work well enough for my needs :) https://github.com/flavour/eden/blob/master/modules/s3/s3codecs/pdf.py#L138 Thanks, Fran.