Why Does Pdf Document Download Instead Of Showing In A Embed/iframe?
We have a internal website where we have some links to pdf documents hosted on the webserver. If i open Chrome Dev-Tools(F12), and inspect the link and add an embed with the same p
Solution 1:
It depends on the content type in the response header. You may check if your web server sets proper header information, e.g. Content-Type: application/pdf.
"Chrome Dev-Tools(F12)" -> Network Tab, check the response headers.
Post a Comment for "Why Does Pdf Document Download Instead Of Showing In A Embed/iframe?"