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

后端 未结 10 758
难免孤独
难免孤独 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:50

    The answers by Brandon and fatbotdesigns are both correct, but having implemented the Google docs preview, we found multiple .docx files that couldn't be handled by Google. Switched to the MS Office Online preview and works likes a charm.

    My recommendation would be to use the MS Office Preview URL over Google's.

    https://view.officeapps.live.com/op/embed.aspx?src=http://remote.url.tld/path/to/document.doc' 
    

提交回复
热议问题