VUE前端预览PDF参考

fetch(url'?id=b19a6c0c-56e2-4fd7-b948-74511c494594', {
					method: 'GET',
				}).then(ret => ret.blob())
				.then(res => {
					console.log(res);
					var blob = new Blob([res], {
						// type: 'image/jpeg;chartset=UTF-8'  // e9f58b6f-adf0-4bdf-9d10-a074f2aa6186  图片
						// type: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document;chartset=UTF-8'                                    // 0463375c-cdfd-46e5-992e-b0b34b047397  doc
						type: 'application/pdf;chartset=UTF-8' // 9882523d-491b-40f8-af80-db54714a23e2
						//type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;chartset=UTF-8'  // 1f5e54c4-b97e-466b-ae1a-7ea0a19aa442  xlsx
					})
					var fileURL = URL.createObjectURL(blob)
					this.pdfUrl = fileURL

将下载链接转为二进制流,就可以通过iframe预览

<iframe :src="pdfUrl" id="previewPdf" frameborder="0" style="width: 100%; height: 100%"></iframe>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值