Generating documents with templating from a form
- by Anna
Hello,
I would like to create a document generator with templating.
The workflow should be as following:
The user input data to a static form (simple text input).
The user chooses a graphically designed template.
A document with the chosen template containing the user data is generated.
The initial templates repository is prepared in advance, but it should be easy to add new templates to the process.
I have the full MS Office suite and the preferred file format is an MS .doc.
I can do a little VB scripting if needed, but I prefer not to.
Any advice would be greatly appreciated.
Thank you,
Anna