Oct
23
Embed the image into the html code starts to support in Spire.Doc 4.9.32
Today we are pleased to announce the release of Spire.Doc 4.9.32. In this version, our Develop Team adds a new feature to embed the image into the html code using Data URI scheme. Besides adding new feature, we also fixed some bugs. Details are as followed:
New features:
Embed the image into the html code using Data URI scheme.
Code Snippet:
Document doc=new Document();
doc.LoadFromFile("D:\\test.docx");
doc.HtmlExportOptions.ImageEmbedded=true;
doc.SaveToFile("result.html",FileFormat.Html);
Bug solutions:
- Fixed the bug that the images were missing when converting word document with the images were linked with a UNC path to PDF
Welcome to experience Spire.Doc 4.9.32 with downloading here:
http://www.e-iceblue.com/Download/download-word-for-net-now.html


