Advertisement
Guest User

Pdf Viewer

a guest
Dec 14th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>temp</title>
  4. </head>
  5. <body>
  6. <!--<input type="file" id="myFile" size="50">
  7.  
  8. <p>Click the button below do the display the file path of the file upload button above (you must select a file first).</p>
  9.  
  10. <button type="button" onclick="myFunction()">Try it</button>
  11.  
  12. <p id="demo"></p>
  13. -->
  14. <script>
  15. function myFunction() {
  16.   var x = document.getElementById("myFile").value;
  17.   document.getElementById("demo").innerHTML = x;
  18. }
  19. </script>
  20.     <object  style="height:100vh;width:100vw;" data="temp.pdf" type="application/pdf">
  21.         <embed src="temp.pdf" type="application/pdf" />
  22.     </object>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement