Forum Moderators: not2easy
All you have to do is move them to a directory in the public side of your web site and link to them in your html page(s). Unless, of course, they are secured and the user has to authenticate first before retrieving the document(s). Then you will need to use some form of server-side authentication prior to reading the file and pushing it out to the browser.
You can't enforce a download. Unless you restrict users to specific and elderly browsers. That may be an option for an in-house application.
Many average web users are not aware of this option.
This applies to Windows and IE - not sure how it works in other OS/browser environments.
I usually mark all PDF files clearly as such, and also include some text stating that right-clicking is recommended in order to save the file to the user's system. Beyond that, I don't know how to force a PDF download and would be interested in hearing options.
MS IE has Internet Options -> Programs Tab -> Manage Add-ons where you can do the same (well, in the 6.0.2900 srv pk 2 at least).
You can *force* a browser to download by sending the correct Content Disposition as I mentioned before. These headers need to be sent from the server-side. See RFC 2183 for more information.