I am trying to add a web page to a site that will open in pdf format so viewers on the site can print the page how do I do this. I am using dreamweaver 8 for designing the site plus I am new to all this so any ideas would be appreciated.

Recommended Answers

All 2 Replies

I know nothing about Dreamweaver, sorry. There is no magic to adding a PDF to your site. You simply upload it to your server as you would any other file. When the user browses to it, they either view or download the PDF depending on their system configuration.

You simply link to it like you would a web page.

<a href="document.pdf">PDF Document</a>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.