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

后端 未结 10 761
难免孤独
难免孤独 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 07:58

    You can also use some existing API's like GroupDocs.Viewer which can convert your document into image or html and then you will be able to display it in your own application.

提交回复
热议问题