Hi,
In Aspose.Words 22.9.0, the embedded objects in DocX can be rendered To SVGs in HTML with HtmlSaveOptions.ExportShapesAsSvg = true. However, it sTopped working with Aspose.Words 22.12.0, where the objects are conver…...objects are converted to PNG. Code: var doc = new Document(@".\embedded...ExportShapesAsSvg = true }; doc.Save(@".\out.html", options);...