I'm looking to implement document generation on the fly into a web application.
.RTF is possible, but the client base is familair with WORD (as most people are). I would like to implement WORD .DOC generation, but is this scalable with a large user base?
If it opens an instance of WORD each time, there must not be a large # of concurrent generations possible. Is there anyway to go about this in a scalable/efficient manner?
I would hate to give my clients a file format they are not comfortable with; even though .rtf opens in WORD.
-Mitch
btw- is .rtf generation faster/ better scalable?