This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Streaming PDF to browser

ntnkeith wrote on 2013-06-19:
Is there a way to stream the pdf to browser instead of making a download of it.
support wrote on 2013-06-20:
Hello,

This is controlled by the Content-Disposition HTTP header. Send the following HTTP header to open the PDF file in the browser:
Content-Disposition: inline; filename=\"filename.pdf\"