Is there any good js library on the front end that converts HTML into docx documents

is there any good js library on the front end that converts HTML into docx documents

make sure that the compatibility is opened in word,wps in window and mac. It is better to open

in Wechat.
Mar.12,2021

recently doing html resume export word function, using https://www.jqueryscript.net/.


you can use xdoc http://www.xdocin.com/web.html

let dom = "< html > < H1 > Hello: < / H1 > ";
XDoc.run(addNodeStr,'docx',{},'_ self')


https://blog.csdn.net/jetwind.

Menu