privateOmega / html-to-docx

HTML to DOCX converter
MIT License
383 stars 142 forks source link

Get String Only - Not Document #209

Open aress31 opened 1 year ago

aress31 commented 1 year ago

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?