Example of Hello World in Blazor Word (DocIO) Library
This sample demonstrates how to create a simple Word document with text, image and table using Essential DocIO.
Click the button to view the generated Word document. Please note that Microsoft Word Viewer or Microsoft Word is required to view the resultant Word document.
Save As: |
|||
- 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.