How to download result document from server to user machine

Hi everyone! I would like to know how I can download a result document to a user machine using Aspose.Words for .NET

Thanks in advance

@andresmozoing Please see our documentation to learn how to send the document to client’s browser:
https://docs.aspose.com/words/net/save-a-document/#sending-a-document-to-a-client-browser

Generally, you can save the document to stream and then send the stream to the client.

1 Like