Hi! Sorry for delayed response...
If I understand your question correctly, all you need to do is add a regular hyperlink to either your left-hand navigation or a new, custom HTML page...either of which can be done in your admin panel.
Assuming that you know where to go to edit either of these areas, simply type (or copy/paste) text below, modifying where necessary...
<a href="pdf_file_name_here.pdf" target="blank">Download .pdf File Name Here</a>
Then, upload your pdf file through FTP within admin panel...if you don't have FTP enabled, simply upload file to the image manager and adjust link as displayed below:
<a href="images/products/pdf_file_name_here.pdf" target="blank">.....
That should do it! "target=blank" allows your file to open in a new window...
Good luck