Hello team, when I export a docx with the font “speak pro” which is included on the system to html, the font does not come along. An arial is exported for this. if this font is embedded, then it is included. shouldn’t it…...Document doc = new Document("path/to/your/document.docx"); HtmlSaveOptions...Base64 in the HTML doc.save("path/to/output/document.html", saveOptions);...