2
  const response =  await  axios.request(options);   
  var blob = new Blob([response.data], {type: "application/octet-stream"});
  FileSaver.saveAs(blob,"helloworld.pdf");

FileSaver.saveAs(blob,"helloworld.txt") file is working but when i try to download pdf file it download blank pdf file. Can anyone please help me ?

mkens
  • 65
  • 8
  • will this help you ? [similar Q asked here](https://stackoverflow.com/questions/33494377/download-a-pdf-with-filesaver-js-and-blob) – KcH May 03 '21 at 09:54

0 Answers0