Hi Monsieur,
I'm one of those people who wrote his own documentgenerator (twice even) for EA.
One in Word VBA (didn't have access to a reald IDE at the client) and one in C#.
I decided to write my own because the built-in RTF generator was not good enough for my requirements (back in the day).
Recently I started at this new client and they needed documents as well.
So I set out to explore my options, especially since they are on a very restricted Citrix environment.
After some experimenting and carefully considering all options I finally settled for the built-in RTF generator.
I never thought I would ever say this, but it is flexible enough to realize all my requirements.
I'm using a Virtual document with lots of Model Documents for all the different elements I want to include in my document.
For some special requirements (such as interpreting xml tags in the notes and in order to print the Dutch and French description in different columns) I'm using script and SQL fragments.
I also wrote a little script that creates the virtual document and all of the model documents so we don't have to do that manually.
I must admit, RTF document generator has come a long way since version 6.5

Geert