In the documentation it is said that it is possible to convert html to docx format like
// Append HTML text at the end of the document
document.InsertContent( htmlData1, ContentType.Html);
Unfortunately this does not work/is not supported since I am getting 'DocX' does not contain a definition for 'InsertContent' and no accessible extension method 'InsertContent....'
In the documentation it is said that it is possible to convert html to docx format like
Unfortunately this does not work/is not supported since I am getting 'DocX' does not contain a definition for 'InsertContent' and no accessible extension method 'InsertContent....'
Am I missing something?