当前位置:网站首页>Pdf file download (the download name is the same as the file name)
Pdf file download (the download name is the same as the file name)
2022-06-25 19:47:00 【We are all lemonade】
window.JSZip = require("jszip");
import axios from "axios";
axios({
method: "get",
responseType: "blob", // Because it's a stream file , So specify blob type
url: item.fileUrl, // Your own server , One of the word Download File Interface
}).then( res => {
if(res.data.size > 0){
const content = res;
const blob = new Blob([content]);
const fileName = item.name +'.pdf' || ' unnamed .pdf';
if ('download' in document.createElement('a')) { // Not IE download
const elink = document.createElement('a');
elink.download = fileName;
elink.style.display = 'none';
elink.href = URL.createObjectURL(blob);
document.body.appendChild(elink);
elink.click();
URL.revokeObjectURL(elink.href); // Release URL object
document.body.removeChild(elink);
} else { // IE10+ download
navigator.msSaveBlob(blob, fileName);
}
}
});
边栏推荐
- Lilda Bluetooth air conditioning receiver helps create a more comfortable road life
- Tcp/ip test questions (III)
- PHP database connection version1.1
- Vulnhub range the planes:earth
- Tcp/ip test questions (V)
- Randomly generate 100 non repeating numbers between 1 and 150 and put them in the array
- The native JS mobile phone sends SMS cases. After clicking the button, the mobile phone number verification code is sent. The button needs to be disabled and re enabled after 60 seconds
- Analyse du code source du processus d'acquisition et de connexion hikaricp II
- Genicam gentl standard ver1.5 (1)
- Native JS array some method de duplication
猜你喜欢

mysql load data infile

On location and scale in CNN

DARKHOLE 2

Huawei released two promotion plans to promote AI talent development and scientific research innovation

Kotlin Compose 终结toDo项目 点击可以编辑修改todo

Elastic high-performance computing on the cloud supports the rapid development of the life science industry, reducing costs and increasing efficiency

Genicam gentl standard ver1.5 (1)

Ali visual AI training camp -day03- construction of electronic photo album (face and expression recognition)

2020-12-09 laravel . Env file loading mechanism process

JVM | runtime data area (heap space)
随机推荐
Jsonp non homologous interaction (click trigger)
Analyse du code source du processus d'acquisition et de connexion hikaricp II
Embark on a new journey and reach the world with wisdom
New features of php7
Tcp/ip test questions (II)
Processing method for uniapp or applet onload not receiving parameters
Gbpnzd firm offer for 14 months, simulation for 19 months, test stable
Solidity date tool
Bloom filter
PostgreSQL change table owner
What should I pay attention to in GoogleSEO content station optimization?
Idea common plug-ins
PHP Chinese regular
One night I worked as an XPath Terminator: XPath Helper Plus
二、HikariCP獲取連接流程源碼分析二
Uncover ges super large scale graph computing engine hyg: Graph Segmentation
Automatic fitting when the applet reaches the top
Network security detection and prevention test questions (V)
shell-跳出循环-shift参数左移-函数的使用
Can the stock account opened through qiniu school be used? Is the fund safe?