Hi all,
I am trying to render pdf file from Spring controller in my browser. My Controller returns the data but the pdf is not rendered. My text file on the same page works. Please advise.
My Frontend
Angular controller does a simple post request:
The response from the server is 200 and I am able to see byte data in browser tools.