Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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>
Source by www.phpclasses.org #
 
PREVIOUS NEXT
Tagged: #include #pdf #php #page #embed #tag
ADD COMMENT
Topic
Name
8+8 =