Can anybody reccomend a way of generating a multi column RTF document with python, i was going to use PyRTF but i cant find any documentation on how to set up columns. i think i might need to edit the modules source any reccomendations?
+1
A:
PyRTF is abandonware and doesn't realy have anything in the way of documentation other than the examples. I don't know about columns, but it does support tables so you might be able to achieve the layout you want that way.
Simon Hibbs
2010-08-17 09:40:44
Can you suggest any alternatives
Hugoagogo
2010-08-17 10:39:02
pyrtf-ng on google code is more up to date, but doesn't appear to do columns and hasn't been updated in 6 months. .NET has good RTF support, so perhaps IronPython would be worth looking at if you're on Windows.
Simon Hibbs
2010-08-17 14:21:13
nah no good sorry as this will be running on a current django app, thanks for the help though, il have a play around in the source code and see how i go
Hugoagogo
2010-08-17 21:42:10
+1
A:
Managed to patch it up quite easily after a few technical difficulties http://www.importsoul.net/python/pyrtf/
Hugoagogo
2010-08-17 22:36:24