xceedsoftware / DocX

Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word.
Other
1.78k stars 475 forks source link

Inserting HTML not supported #459

Closed dramlian closed 1 year ago

dramlian commented 1 year ago

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....'

Am I missing something?

dramlian commented 1 year ago

Read the documentation properly, I need paid version to use this feature