hergin
3
You can use the google pdf viewer to embed a pdf in an HTML element:
This is how you set up:

And this is how it looks like:
<iframe
id="documentiframe"
src='https://docs.google.com/viewer?url=https:Current page's Document's File's URL&embedded=true'
width='100%'
height='100%'
frameborder='0'>
</iframe>