uni-app 微信小程序 pdf预览

html 复制代码
<div @click="getPDF">查看体检报告</div>
js 复制代码
getPDF() {
	uni.downloadFile({
		url: `${this.$baseURL}/file/download?id=${this.pdfFileId}`,//编写在线的pdf地址
		success: function(res) {
			const filePath = res.tempFilePath;
			uni.openDocument({
				filePath: filePath,
				fileType: 'pdf',//这里类型必须是pdf
				success: function(res) {
					console.log('打开PDF成功');
				},
				fail: function(res) {
					console.log('打开PDF失败', res);
				}
			})
		},
		fail: function(res) {
			console.log('下载PDF失败', res);
		}
	})
}
相关推荐
凌奕2 小时前
微信小程序接入微信 AI:让用户"说一句话"就能下单
微信·微信小程序·agent
开开心心_Every6 小时前
解决打印机共享难题的实用工具
linux·b树·安全·游戏·随机森林·pdf·计算机外设
倒流时光三十年7 小时前
第十八章 搜索历史保存功能实现记录
spring boot·微信小程序
倒流时光三十年7 小时前
第十七章 投票页面增加搜索功能
spring boot·微信小程序
狗凯之家源码网8 小时前
UniApp 数藏系统源码部署与定制开发全指南
uni-app
暮云星影9 小时前
个人总结 docker搭建PDF操作工具
docker·容器·pdf
学***542310 小时前
如何编辑PDF文件?3种简单好用的PDF编辑方法
pdf
静Yu10 小时前
我用Codex开发的第一个朋友圈九宫格素材小程序上线啦
微信小程序·小程序·云开发
华大哥11 小时前
spring boot 和php 调用 LibreOffice 转换 Excel 到 PDF 完整实现
java·pdf·excel
开开心心就好11 小时前
新手友好的音视频格式转换工具
linux·服务器·网络·智能手机·pdf·beautifulsoup·音视频