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

前端 未结 8 715
抹茶落季
抹茶落季 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:47

    The File API will allow you to read the data from the file, but then you have the trouble of parsing it and rendering it. Mozilla have released a JavaScript PDF viewer, but I'm not aware of anything for MS Office files.

提交回复
热议问题