How to embed a PDF?

Here is the code you can use for every browser:

<embed src="https://stackoverflow.com/questions/14690000/pdfFiles/interfaces.pdf" width="600" height="500" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">

Tested on firefox and chrome

Leave a Comment