-4

So basically what I want is - On my personal website, after the user has clicked the "Resume" link on my navigation, I want it to direct to the PDF file so the user can view my resume through the PDF file. How will I make this work? Do I have to host the file somewhere? How do I generate the link to my PDF file? Please help, thank you .

jk1045
  • 9
  • 1
  • 6
  • 2
    Possible duplicate of [How to make PDF file downloadable in HTML link?](http://stackoverflow.com/questions/364946/how-to-make-pdf-file-downloadable-in-html-link) – Jay Bhatt Dec 13 '15 at 01:00

1 Answers1

0

you can host the file in the same folder you're hosting your website. the link will be, for example, www.yourwebsite.com/myresume.pdf

Noam Hacker
  • 4,671
  • 7
  • 34
  • 55