Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do I, as a creator, force my pdf file to open as document instead of in a browser.

New Here ,
Jun 05, 2016 Jun 05, 2016

Hello,

I have created a PDF form that I am going to place on my website.
If my visitors download this file, i want it to be opened in the adobe application instead of the browser.

How can I force this document to do this?

TOPICS
Acrobat SDK and JavaScript , Windows
669
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jun 05, 2016 Jun 05, 2016

There's nothing you can do to the PDF to force a web browser to download the file. You can configure the web server to emit certain headers that instruct browsers to download, but some browsers may ignore them and attempt to display in the browser anyway. Here's a random link to a discussion of the idea: http://stackoverflow.com/questions/2598658/how-to-force-a-pdf-download-automatically

Translate
LEGEND ,
Jun 05, 2016 Jun 05, 2016
LATEST

There's nothing you can do to the PDF to force a web browser to download the file. You can configure the web server to emit certain headers that instruct browsers to download, but some browsers may ignore them and attempt to display in the browser anyway. Here's a random link to a discussion of the idea: http://stackoverflow.com/questions/2598658/how-to-force-a-pdf-download-automatically

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines