Hello, apparently, mwlib.ext depends on a (patched?) version 2.3 of reportlab. Is it feasible to upgrade to the current version 2.5? I did a quick/naive test a while ago but there seem to be quite a few problems.
However, the current version of reportlab seems to produce damaged pdfs under certain conditions; e.g. in my installation when i uncomment #import reportlab #reportlab.rl_config.platypus_link_underline = 1 in rlwriter.py. Would this problem be fixed in a newer version of reportlab? (Another problem which is more interesting for us: we use platypus/ tableofcontents.py to get a toc with clickable links; having such links leads to damaged pdfs when there are three or four levels in the toc, but not when there are only one or two levels. As a work-around i just disabled creating actual links for 3rd/4th level entries in the "afterFlowable()" function in pagetemplate.py, which seems arbitrary at best.) Best regards, Stefan Birkholz -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
