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…...allows you to send the HTML content directly in the request body...Load the HTML content : You can load your HTML content as a string...