Have an asp.net web application that needs to convert HTML to docx.
I’m using the .net word-cloud nuget package and can load the HTML using LoadWebDocumentData.
I’d like to convert to docx and stream the file back to t…...document", "converted.docx"); } else...Exception("Error converting document: " + response.ReasonPhrase);...