Convert word document to images without GUI interaction starts to support in Spire.DocViewer 1.7.1

We are glad to announce that Spire.DocViewer hotfix version 1.7.1 has been released today. Spire.DocViewer now starts to support converting word document to images without GUI interaction. This feature is available for both Spire.DocViewer for .NET and Spire.DocViewer for WPF.

Code Snippet:

DocViewer doc = new DocViewer();
doc.LoadFromFile(inputFile);
Image image = doc.SaveAsImage(1);
image.Save("output.png", System.Drawing.Imaging.ImageFormat.Bmp);

Free Trail to evaluate Spire.DocViewer Version 1.7.1 here:

http://www.e-iceblue.com/Download/download-docviewer-for-net-now.html