Answers for "how to include pdf in php page using embed tag"

PHP
0

how to include pdf in php page using embed tag

<html>
  <head>
    <title>My PDF Document</title>
  </head>
  <body>
    <embed src="PDF_SOURCE_URL" />
  </body>
</html>
Posted by: Guest on May-02-2022

Browse Popular Code Answers by Language