We are currently leveraging the Converter.ConvertHTML to create a DOCX file from HTML content.
// Use a MemoryStreamProvider to handle the in-memory conversion
var streamProvider = new MemoryStreamProvider();
//…...Full *Utilising font and back up fonts in the CSS of the HTML...HTML body { font-family: Helvetica, sans-serif; font-size: 12px;...