karnov / htmltoword

Ruby html to word gem
MIT License
177 stars 70 forks source link

Retreive WordProcessingML After Conversion? #65

Open deeznops opened 6 years ago

deeznops commented 6 years ago

Hello,

I need to convert some HTML and use the corresponding WordProcessingML in another script. Is there a way for me to get the WordProcessingML after converting my HTML content? So, instead of Htmltoword::Document.create(html) returning a ".docx" file, is there an option or another function that returns the WordProcessingML? I've looked through the code but don't see anything that fits what I need.

Thanks!

florianeck commented 4 years ago

I need this as well..... :-)