how to insert pdf into html

6 replies
  • WEB DESIGN
  • |
hi, can u give the idea about this topic

thanks
#html #insert #pdf
  • Profile picture of the author mjsca07
    Many ways to do this, search Google and do what you think will fit your needs
    {{ DiscussionBoard.errors[6422728].message }}
  • Profile picture of the author Mattds
    On a standard HTML website, you can put a link to your PDF in your source code. When clicked this allows you to read/download the pdf.

    Just insert the link like this:

    <a href="yourpdf.pdf">Read</a>
    {{ DiscussionBoard.errors[6422813].message }}
    • Profile picture of the author mjsca07
      You can also embed it yeah?
      {{ DiscussionBoard.errors[6422999].message }}
  • I am using scribe for this. Easy to embed it with anywhere.
    Signature
    {{ DiscussionBoard.errors[6444538].message }}
  • Profile picture of the author rontheitguy
    Upload it to a Google Docs account and just embed it. Simplest way I know of.
    Signature

    "Do, or do not. There is no try."
    The Wisdom of Yoda
    {{ DiscussionBoard.errors[6467287].message }}
  • Profile picture of the author aksharadeoll
    I have been around your kind of situation for while... Use the <embed> tag to insert your pdf file, try the following example:

    "<object type="application/pdf" data="YourFile.pdf" " width="90%" height="90%" < >/object >"
    {{ DiscussionBoard.errors[6491413].message }}

Trending Topics