privateOmega/html-to-docx

Get String Only - Not Document

Opened this issue · 0 comments

I would like to be able to use this library to generate OpenXML string of html input so let's say something like:

HtmlToDocx("hello world!") and get as output the exact string representation in OpenXML Office.

Is that possible?