If this is an HTML site, you would use the <object> tag.
<objectdata="myfile.pdf"type="application/pdf"width="100%"height="100%">
<p>Alternative text - include a link <ahref="myfile.pdf">to the PDF!</a></p>
</object>
There are also javascript and php options.