Closed kaihendry closed 11 years ago
Sometimes PDFs on the net can be marked up like so:
Content-Disposition: attachment; filename="Form_05_NTC_APPEAR.pdf"
Instead of
Content-Disposition: inline; filename="Form_05_NTC_APPEAR.pdf"
Which opens inline, for viewing inside the browser window.
Ideally we can force PDFs to not download, but to show instead.
Sometimes PDFs on the net can be marked up like so:
Instead of
Which opens inline, for viewing inside the browser window.
Ideally we can force PDFs to not download, but to show instead.