Preview .doc/.docx/.pdf files before uploading to server

前端 未结 8 703
抹茶落季
抹茶落季 2021-02-02 11:01

I\'m using HTML5 File API to get some document(.doc/.docx/.pdf) uploaded. And I want to show that document preview before uploading it to server. Is there any way to do such thi

8条回答
  •  南方客
    南方客 (楼主)
    2021-02-02 11:33

    You can do it using this web component: https://avipunes.github.io/file-viewer/

    This web component under the hood uses some microsoft embedding endpoint: https://view.officeapps.live.com/op/embed.aspx?src=${fileURI}

    you can see an example here: https://view.officeapps.live.com/op/embed.aspx?src=https://file-examples-com.github.io/uploads/2017/02/file_example_XLS_10.xls

提交回复
热议问题