Con html se puede mostrar, te dejo estas dos opciones:
Código HTML:
Ver original <iframe src="~/Resources/Precios.pdf" style="width: 100%; height: 100%;" frameborder="0" scrolling="no"> <p>It appears your web browser doesn't support iframes.
</p>
Opcion 2
Código HTML:
Ver original <object data="../Resources/Precios.pdf" type="application/pdf"> <p>It appears you don't have Adobe Reader or PDF support in this web browser.
<a href="http://www.forosdelweb.com/f18/Resources/Precios.pdf">Click here to download the PDF
</a>. Or
<a href="http://get.adobe.com/reader/" target="_blank">click here to install Adobe Reader
</a>.
</p> <embed src="../Resources/Precios.pdf" type="application/pdf" />