Hi,
I have a api and this api returning a binary pdf.
This pdf is changing everytime when a request come and i don't want the store it.
Simply i want the create a button and this should trigger a function.
Function should be take my api response (binary pdf) and show this pdf to user in interface. (with download button)
Thanks for any suggestion