img 和 pdf 都好解决,其中还有 office 文件
目前就是 office 文件有点麻烦,先想的是转成 pdf,用了 spire 相关的来转,但是中文全是白框,但是服务器上的中文都是正常显示的
不知各位大佬们有没有什么好的办法
1
yakumo520 May 26, 2021
白框是编码字符集不对,检查一下 pdf 转 word 比较成熟,多看看吧
|
3
wyx119911 May 26, 2021
office 想预览花钱买服务吧,自己做效果不行的
|
4
DonaldY May 26, 2021
白框可能是识别不了字体(没有对应的字体),excel 可转 html
libreoffice 可以试试 |
5
iSNN OP |
6
renmu123 May 26, 2021 via Android
ie 支持 word 预览(笑)
|
7
jtacm May 26, 2021
libreoffice 可以把 Office 转成 PDF
|
8
0044200420 May 26, 2021
后端转换 pdf
|
9
vueli May 27, 2021
我记得有个微软的一个接口, 在线转换阅读. 找不到了, 我可以肯定有
|
10
h4de5 May 27, 2021
|
14
MilkShake May 27, 2021
libreoffice
|
15
image72 May 28, 2021
使用 google docs 或者 office 365 在线预览
··· <iframe src="https://docs.google.com/gview?url=http://remote.url.tld/path/to/document.doc&embedded=true"></iframe> <iframe src='https://view.officeapps.live.com/op/embed.aspx?src=http://remote.url.tld/path/to/document.doc' width='1366px' height='623px' frameborder='0'>This is an embedded <a target='_blank' href='http://office.com'>Microsoft Office</a> document, powered by <a target='_blank' href='http://office.com/webapps'>Office Online</a>.</iframe> ··· Convert Word documents (.docx files) to HTML mammoth.js |
16
MarioLuo May 28, 2021 via Android
可搭建独立的文件预览服务,使用: https://github.com/kekingcn/kkFileView
|