I am writing a django application, and there is something that I do not know how to do. Let's say you have a database with users and several .doc files that you can send to these users (mail letters, not electronic ones). I am wondering if there is a way to automatically create these letters from patterns using my user database to fill in some markers? (e.g. name, address, etc.)
I heard about the python library "pod", but I never used it. It seems that the documentation uses openoffice templates, but mine use MS Word format. Since they are often updated by people who use MS Office, I'm stuck.
Any help would be appreciated.
J.
source
share