Hi,
I have an issue related to pdf display on my browser using iframe. The problem is when I create a pdf using syncfusion and upload it into my blob I store the file URL in my database for further processing.
but when I use the same URL to display in my browser doesn't display the pdf but directly download it. after a lot of time, I realize the content header of pdf is being set to attachment which forces the file to download by the browser.
is there any way I can set it to inline so that it can be rendered by browser?