uniapp 打开文档,支持格式:doc, xls, ppt, pdf, docx, xlsx, pptx

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uniapp 打开文档,支持格式:doc, xls, ppt, pdf, docx, xlsx, pptx相关的知识,希望对你有一定的参考价值。

参考技术A ```javascript

uni.downloadFile(

url: 'https://xxxxxxxxxxxxxxxxxxxxxxxxxx.pdf',

success: function (res)

var filePath = res.tempFilePath;

uni.openDocument(

filePath: filePath,

success: function (res)

console.log('打开文档成功');



);



);

```

以上是关于uniapp 打开文档,支持格式:doc, xls, ppt, pdf, docx, xlsx, pptx的主要内容,如果未能解决你的问题,请参考以下文章

怎样在Android中解析doc,docx,xls,xlsx格式文

小程序 iOS 打开文档报错 “OfficeImportErrorDomain error 912”

Android使用poi读取创建另存Excel,支持xlsx和部分xls格式

使用Epplus操作Excel,但是它支持xls格式吗?我试过xlsx的可以

EXCEL文件打开乱码,xls格式的,如何修复?

excel提示 打开的文件.xls的格式与文件扩展名不一致怎么办