You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: