Example of Hello World in ASP.NET MVC Word (DocIO) Library
This sample demonstrates how to create a simple Word document with text, image, and table using Essential DocIO.
DEMO
SOURCE
- With the help of DocIO, you can create document with few lines of code.
- Create Word document from Scratch.
- Open the existing Word document from file system or stream, modify and save it back.
- Transverse through the document, manipulate content and formatting with the help of intuitive document object model.
- Save the Word document to a local file, stream, or stream it to the client browser.
More information about the basics of DocIO can be found in this
documentation
section.