Monday, 25 November 2013

Code to view pdf in your HTML Page

<html>
    <body marginwidth="0" marginheight="0" style="background-color: rgb(38,38,38)">
       <embed width="100%" height="100%" name="plugin" src="[PDFfilepathhere].pdf" type="application/pdf">
    </body>
</html>

Search on This Blog