Hbuilderx+vue2+微信小程序 预览pdf

javascript 复制代码
gotoPDF(pdfName) {
	uni.showLoading({
		title: 'loading'
			});
			wx.downloadFile({
				url: `http://211.153.55.36:4426/${pdfName}.pdf`,   // 服务器上的pdf文件地址
				success: function(res) {
					const filePath = res.tempFilePath
					wx.openDocument({
						filePath: filePath,
						fileType: 'pdf',
						showMenu: true,
						success: function(res) {
							uni.hideLoading()
							console.log('打开文档成功')
						},
						fail: function(err) {
							uni.hideLoading()
							console.log('fail:' + JSON.stringify(err));
						},
					})
				}
			})				
}
相关推荐
科技小刘c4 小时前
接单做小程序,我算了笔省下的时间账
小程序
2501_916008891 天前
苹果上架工具怎么选 不用 Mac 上架 App Store 的几种方案
android·macos·ios·小程序·uni-app·iphone·webview
随手工具-Excel, pdf, SQL1 天前
PDF拆分怎么操作?免费在线拆分PDF文件,无需安装任何软件
pdf
万亿少女的梦1681 天前
基于微信小程序、Spring Boot与Vue3的智慧养老管理系统设计与实现
spring boot·redis·微信小程序·mybatis·vue3
万岳科技系统开发1 天前
智慧医院小程序开发满足医疗机构多场景服务需求
数据库·学习·小程序
硬核科技牛1 天前
AI生成的小程序,数据能导出换平台吗
小程序·apache
正在走向自律1 天前
实战心得:利用PaddleOCR彻底解决大模型无法解析图片型PDF的问题
开发语言·pdf·视觉检测·paddleocr·视觉模型·离线ocr识别
AI原来如此1 天前
零基础教程:50页PDF一键浓缩成1页摘要
人工智能·ai·pdf·大模型
186******205311 天前
PDF 转 Word 高效办公实战指南
pdf·word
随手工具-Excel, pdf, SQL1 天前
PDF删除页面怎么操作?免费在线删除PDF指定页面,无需安装软件
pdf