How to Link to the PDF Version of an Application
- 1). Open the Web application that will contain the link to the PDF in a Web page editor such as Dreamweaver, Microsoft Expression or FrontPage. Open the page where the link will be placed.
- 2). Type the HTML code for the URL to the Web-enabled PDF. Include the full PDF file name. The example below links to a PDF named Lesson1 in the "test.com" domain.
"<a href=http://www.test.com/Lesson1.pdf>Lesson1</a>"
Note: Enter the full URL and the PDF file name, along with the ".pdf" file extension. - 3). Click the "File" option on the top navigation bar of the Web page editor, and then click the "Save" option to save the changes to the page.
- 4). Test the link by uploading the edited Web page to the Web server, navigating to the page in a browser and clicking the link to the PDF. If the PDF is accessible through the link, the link has been configured correctly.
Source...