Save/Open pdf file from blob

Hi there.

I’m getting PDF like an ArrayBuffer:

const blob = new Blob([new Uint8Array((apiResponse.data.ArrayBuffer))], {type: 'application/pdf'});

is there any way to download or open pdf file from blob?

Thanks in advance!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.