I have found this description in the book: You can use markmin to generate HTML, LaTeX and PDF documents:
m = "Hello **world** [[link http://web2py.com]]" from gluon.contrib.markmin.markmin2html import markmin2html print markmin2html(m) from gluon.contrib.markmin.markmin2latex import markmin2latex print markmin2latex(m) from gluon.contrib.markmin.markmin2pdf import markmin2pdf print markmin2pdf(m)* # requires pdflatex* (the MARKMIN helper is a shortcut for markmin2html) There is a short line "requires pdflatex". Sorry - I have tried it for some hours, but I could not install it. Has anybody used markmin2pdf? Regards, Martin

