Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does any one know of an RTF report generator in Django?

I know about the PDF report generator, but I need to use RTF instead.

like image 234
euphoria83 Avatar asked Sep 04 '25 03:09

euphoria83


1 Answers

There is PyRTF but it hasn't been updated in a while.

If that doesn't work and you are willing to do some hacking then I can also point you to the GRAMPS Project that has an RTF report generator (look in gramps/docgen/RTFDoc.py). This code is very specific to their genealogy reporting needs, but it is clean and decently documented so could make a good starting point.

like image 72
Van Gale Avatar answered Sep 06 '25 03:09

Van Gale