How do I render a Word document (.doc, .docx) in the browser using JavaScript?

后端 未结 10 941
难免孤独
难免孤独 2020-11-22 07:32

I have successfully done code to display a PDF file in the browser instead of the \"Open/Save\" dialog. Now, I\'m stuck trying to display a Word document in the browser. I w

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 08:03

    Native Documents (in which I have an interest) makes a viewer (and editor) specifically for Word documents (both legacy binary .doc and modern docx formats). It does so without lossy conversion to HTML. Here's how to get started https://github.com/NativeDocuments/nd-WordFileEditor/blob/master/README.md

提交回复
热议问题