HTML PDF Tutorial
- 1). Bring up an Internet file host in your browser such as File Dropper, File Savr, File Factory, YourFileLink or Data File Host . Click the "Upload File," "Choose File" or "Browse" button and then follow the prompts to select the PDF from your computer and upload it to the host. Copy the file URL that automatically appears when the upload process is finished (for instance, "http://www.filehost.com/document.pdf").
- 2). Start your text editor and open the HTML page where you want to add the PDF. The PDF is best added to a page that contains related content.
- 3). Position your cursor in the area on the page where you want the document to appear. Type the following HTML anchor code:
<a href="/links/?u= "> </a>
The anchor code enables you to link the PDF to the Web page so that it displays as a link that your viewer clicks to gain access. - 4). Enter your PDF file's URL address between the quotation marks of the first anchor tag. Further, type the name of your file between the tags. To illustrate:
<a href="/links/?u=http://www.filehost.com/document.pdf">Name of PDF</a> - 5). Save your file and upload it to the host. Your visitors now have the ability to get the PDF from your website.
Source...