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();
//…...Ensure that the HTML is well-formed and does not contain any unsupported...HTML content to its most basic form (including testing with a single...