微信小程序 h5 app 实现文件下载 支持格式:doc, xls, ppt, pdf, docx, xlsx, pptx。
发布时间 2023-07-17 16:20:39作者: 张二十
-
-
-
-
<button @click="test.exportPDF">预览和下载pdf(renderjs)</button>
-
<button @click="exportPDF">预览和下载pdf(uniapp api)</button>
-
-
-
<button @click="exportPDF">预览和下载pdf</button>
-
-
-
-
-
-
<script module="test" lang="renderjs">
-
-
-
-
const Url = "https://vkceyugu.cdn.bspapp.com/VKCEYUGU-7da443bc-353a-4224-ab27-b98917aa6c66/89d1d612-734a-4219-9110-0b21fb004d5f.pdf"
-
const a = document.createElement("a")
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-7da443bc-353a-4224-ab27-b98917aa6c66/89d1d612-734a-4219-9110-0b21fb004d5f.pdf"
-
-
-
-
-
-
-
url:"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-7da443bc-353a-4224-ab27-b98917aa6c66/89d1d612-734a-4219-9110-0b21fb004d5f.pdf", //文件地址
-
-
-
if (res.statusCode === 200) {
-
-
-
filePath: res.tempFilePath,
-
-
success: function(file) {
-
console.log("file-success", file)
-
-
-
-
-
-
-
-
-
-
-
"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-7da443bc-353a-4224-ab27-b98917aa6c66/89d1d612-734a-4219-9110-0b21fb004d5f.pdf",
-
-
-
if (res.statusCode === 200) {
-
-
uni.saveImageToPhotosAlbum({
-
filePath: res.tempFilePath,
-
-
-
title: "文件已保存至/DCIM/CAMERA文件夹下",
-
-
-
-
-
-
filePath: res.tempFilePath,
-
-
success: function(file) {
-
console.log("file-success", file)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-