These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Form available on website

mcareavy
Registered: Apr 12 2011
Posts: 2

Is it possible to have a dialogue box pop up to ask the user to save or open the file rather than have the PDF pop up? I created a form with a lot of interactive elements that work just fine--but the user needs to SAVE the file before it can function properly. I see Word documents automatically have that dialogue box that forces the user to either open the file or save it to their computer rather than work with the file that is on the web. We use Plone for our webpages so it's a bit limited. Thanks

My Product Information:
Acrobat 9.0, Windows
maxwyss
Registered: Jul 25 2006
Posts: 255
If I understand the problem correctly, you essentially want to prevent the form from being opened within the browser.

This is hard to control from the server side, because it also depends on the user's configuration settings.

One thing you may do, but you have to be aware that there may be side-effects, is to give the form another suffix (for example .pdy), and an unknown or no MIME type. In this case, the browser does not know which application to use to open it, and it will most likely download the document. The side effect is that after downloading, the user's machine still does not know what to do with the document, and the user will have to open it manually from Acrobat/Reader.

Another, less wonky approach would be to create a zip archive from the form, and provide this archive. Archives are usually downloaded to the client (and then maybe opeened immediately).

HTH.

Max Wyss.

mcareavy
Registered: Apr 12 2011
Posts: 2
Thanks, Max. I don't think I can use the first suggestion. If clients get frustrated with the process, they certainly won't be eager to fill out the form. I'll plod along with the zip archive idea to see where that leads. I appreciate your help. If anyone else has ideas, I'd be happy to listen. Thanks ~dk