dynamic word document generation

G

Guest

In asp.net/SQL Server application based on business rules, I would like to
dynamically generate word documents. Content and layout would be fully
customized.How do I go about doing it?

I could use XML/XSLT solution but then xml file has to be created every time
word document is generated and over time it would be waste of disk space.

Based upon final sql query results, could I just use xslt document (with out
xml document) and generate a customized word document?

Please help and thank you in advance
 
T

Trevor Benedict R

You could generate these documents on the fly as you had planned and have a
Windows Service running that could pick up these XML files and save them as
actual Word documents.

Regards,

Trevor Benedict R
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top