Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF、Office 等文档预览 #13

Open
K-Kevin opened this issue Jan 7, 2020 · 1 comment
Open

PDF、Office 等文档预览 #13

K-Kevin opened this issue Jan 7, 2020 · 1 comment

Comments

@K-Kevin
Copy link
Owner

K-Kevin commented Jan 7, 2020

1.Office 文档预览
let acceptTypes = ["doc", "docx", "xls", "xlsx", "ppt", "pptx"];
const canPreview = acceptTypes.includes(item.fileType);

对于 Office 类型的文档,可以用 Office 官方提供的在线预览 Viewer 即可;

https://view.officeapps.live.com/op/embed.aspx?src= + this.fileUrl

2.PDF 预览
https://docs.google.com/viewer?url=this.fileUrl

pdf 也可以使用一些开源库。

@lhb2631225005
Copy link

pdf
预览不了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants