0

I create a pdf file from Blob, I am not able to open the pdf

 axios.get(url, {responseType: 'blob'}).then((response) => {
   FileDownload(response.data, 'test.pdf');
})

Getting the following error Unable to open pdf. type plain text document (text/plain) is not supported

Sampaul
  • 3
  • 3

0 Answers0