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