Hugoagogo
Hugoagogo

Reputation: 1646

Python RTF Multi Column layout

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?

Upvotes: 0

Views: 613

Answers (2)

Hugoagogo
Hugoagogo

Reputation: 1646

Managed to patch it up quite easily after a few technical difficulties http://www.importsoul.net/python/pyrtf/

Upvotes: 2

Simon Hibbs
Simon Hibbs

Reputation: 6211

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.

Upvotes: 1

Related Questions