This is a discussion on "making pdfs downloadable" within the Web Page Design section. This forum, and the thread "making pdfs downloadable are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
making pdfs downloadable
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
making pdfs downloadable
I have a link to a pdf file that I want viewers to download to their HDs and not open within the browser. How is this achieved? I have tried zipping the pdf to force download but I would prefer just a pdf document on the server.
Any ideas please? |
|
|
|
#2
|
||||
|
||||
|
Re: making pdfs downloadable
You could ask that your users "right click" or equivalent and select save target as.
If you're doing this with HTML, it is hard because to serve it up as a download requires modifying the HTTP headers. Unless there is a way to force a download with HTML but I haven't encountered it. Cheers,
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#3
|
||||
|
||||
|
Re: making pdfs downloadable
you can do this with PHP headers easily
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#4
|
||||
|
||||
|
Re: making pdfs downloadable
you could even zip it up
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#5
|
|||
|
|||
|
Re: making pdfs downloadable
Basically one of two things will happen. if enabled it will load the PDF in browser, otherwise in Preview, Acrobat whatever depending on OS/Software installed. Zipping it will force a standard download. I would leave it as is and let user settings decide. Also as stated leave a comment (Right click and save as.. to save the file) or something. As long as the user is notified that it is a PDF download they will handle it however they deem fit in most cases.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#6
|
||||
|
||||
|
Re: making pdfs downloadable
I find ZIPs incredibly annoying
and you'd have to supply a tarball aswell
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pdfs vs. info on web pages | kdub437 | Web Page Design | 16 | Oct 21st, 2007 08:56 |
| Help with Downloadable document | fallregatta | Starting Out | 2 | Jun 11th, 2007 12:46 |
| Making some hyperlinks that are none downloadable/right-clickable | acrobat | Web Page Design | 14 | May 6th, 2007 06:46 |
| Interactive PDFs | Amphersand | Graphics and 3D | 4 | Sep 22nd, 2006 10:32 |
| Interactive PDFs Help! | Amphersand | Web Page Design | 2 | Mar 21st, 2006 17:08 |