Meanwhile I remind you that you can do
from gluon.contrib.markmin2pdf import markmin2pdf
print markmin2pdf("""
# title
## section
Paragraph
------------
this | is
a | table
------------
""")
requires latex and pdflatex installed. Supports some utf8. European
languages are fine but not russian and chinese. Sorry.
On Oct 1, 8:12 am, smg <[email protected]> wrote:
> Hi Mariano,
>
> I want to say thank you for fpdf port.
>
> > Pyfpdf should work well with accented characters (LATIN1, by PDF specs).
> > In fact I use it in Argentina (spanish).
> > Of course, suggestions are wellcome, and any fix will be accepted :-)
>
> Pyfpdf add_font method is broken in 1.54b, and I made quick dirty
> fix for my web2py application. Is it hard to port UTF-8 support to
> pyfpdf?