There is an API that returns a string to me in the response body that is a PDF.
I want to save this PDF via the web/browser.
Reading several sites I understood that I have to use BLOB.
I assembled the sequence but I can't send the BLOB to be downloaded by the browser.
Please, can you help me?