Adobe Portable Document Format (PDF) is a great way to display documents that need to be printable, but might be too complex for a Web page. Learn how easy it is to include a PDF file on your site.
Difficulty: Easy
Time Required: 5 minutes
Here's How:
- Create your PDF file using Adobe Acrobat.
- Upload your PDF file to your Web server - if you have a lot, it's best to keep them in a separate directory.
- Link to your PDF file as you would any other file:
<a href="acrobat_file.pdf">pdf file</a> - Don't forget to point to Adobe Acrobat reader, so your readers can view the file (it's free).
Tips:
- It's a good idea (although not required) to link to the Acrobat Reader Web site http://www.adobe.com/products/acrobat/readstep.html
- Use Acrobat files for documents you don't want people to be able to edit.
What You Need:
- Adobe Acrobat

