Click to See Complete Forum and Search --> : pdf downloads


PRINCESS_FUNK
11-19-2006, 03:33 PM
Hi there,
Im looking at adding some pdf downloads of order forms to my site.
I dont have a clue where to start, had a quick search on the net but didnt come up with much.. does anyone know anything that could help me?

hope you can help
Princess_funk

holyhttp
11-19-2006, 08:29 PM
You just need to redirect the user to the web page containing the links to your PDF downloads after s/he places the order.

Hi hope this helps

KDLA
11-20-2006, 09:23 AM
Here's a free PDF converter that I like to use: http://www.cutepdf.com/Products/CutePDF/writer.asp

As to how to link, you link as you would a regular HTML file:
<a href="file.pdf" title="Order Form">Order Form (50KB PDF format)</a>

I recommend warning the visitor that the file is PDF, and the file size. Sometimes those PDFs can be quite large.

KDLA

sincilite
11-20-2006, 10:18 AM
And provide a link to the download page of Adobe for those people who don't have it installed.