
We have added the HtmlSaveOptions.OfficeMathOutputMode property in Aspose.Wrods v16.7.0 to control how OfficeMath objects are exported to HTML, MHTML or EPUB. This field is now updated during mail merge. We have introduced new feature in Aspose.Words 16.7.0 to support SKIPIF field. Please check “Outputting Expression Results”. More String and Number formats for expression results are introduced in LINQ Reporting Engine. ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat.Gif) ĭoc.Save("mydocument.gif", saveOptions) Exposed more String and Number Formats for Expression Results in LINQ Reporting Engine. Open some document.ĭocument doc = new Document("mydocument.docx") Aspose.Words for Java uses standard GIF codec provided by ImageIO. Net uses standard GIF codec provided by GDI+. A new ‘Gif’ member is added into ‘SaveFormat’ enum. We have introduced new feature in Aspose.Words 16.7.0 to save a Document page to GIF format.

