Insert HTML into Word, including SVG. SVG content is not displayed in Word.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
builder.insertHtml("",true);
doc.save("test.docx");
ASPOSE.…...HtmlLoadOptions loadOptions = new HtmlLoadOptions(); loadOptions.setCo...getBytes(StandardCharsets.UTF_8)), loadOptions); // Save the document doc...