I just got done doing something like this. What I did was take a RTF document which uses a markup like HTML except for word processors and opened the document in a text editor and inserted the variables wrapped with cfoutputs where I wanted them to show up. Then I saved it as a text file and stuck it into a cfsavecontent tags as an include
<cfsavecontent variable="asd"><cfinclude template="MyDoc.txt"></cfsavecontent> Then I forced the download using cfheader and cfcontent. HTH G! On Tue, Jun 2, 2009 at 5:20 PM, Paul Giesenhagen <[email protected]>wrote: > > Hello all! > > We have a project where we need to create MS Word documents on the fly via > Coldfusion - has anyone had any experience with this. We need to adhere to > strict "output" rules for this project and wondering if just creating HTML > content will be enough. > > Has anyone used any tool for this before? > > Any suggestions would be most helpful. > > Thanks > Paul Giesenhagen > QuillDesign > http://www.quilldesign.com > Coldfusion Shopping Cart Software > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323097 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

