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.…...Words Product Family words-java dhzhao2016 August 4, 2025, 9:29am...utilize the HtmlLoadOptions class to specify how the HTML should...