How to download file which is Doc generated from Aspose.Word

Hi ,


I have downloaded latest aspose.word evaluation 13.1 .NET

I used to create MSWord Document using HTML string in my website

problem is how to allow user to download that file without saving that file on server.

I ma now using
doc=new Document(path)
builder=new documentbuilder(doc)
builder.inserthtml(HTMLstring)
doc.save(path) I don’t want do this, I want direct download.

Regards ,
Jeevan Joshi.

Hi Jeevan,


Thanks for your inquiry. I would suggest you please read the following article that outlines ‘how to send a document to client’s browser’:

Please let us know if you have any more queries.