Example of Word to Image in ASP.NET MVC Word (DocIO) Library
This sample demonstrates how to convert Word document to Image using Essential DocIO.
DEMO
SOURCE
DocIO provides support to render Word document from flow to fixed page model and export as Image. With this support to render Word document,
- You can generate invoice and other reports as Image, starting from Word document.
- You can view or print the contents of Word document by converting as Image.
- You can save a page of the document as thumbnail image for reference.
More information about Word to Image conversion can be found in this
documentation
section.