How to insert PDF into html?

Discussion in 'HTML & Website Design' started by swapshop, Sep 23, 2008.

  1. Spoiltdiva

    Spoiltdiva Acclaimed Member

    Messages:
    7,863
    Likes Received:
    2,983
    Best Answers:
    53
    Trophy Points:
    520
    #21
    Quick, log off before your mother finds out that you're using her computer!
     
    Spoiltdiva, Feb 20, 2016 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #22
    Are you retarded? Or are you so lazy you don't check your post, and seeing that they don't contain any links? Because I sincerely hope you tried to link to something in that gibberish post.
     
    PoPSiCLe, Feb 24, 2016 IP
  3. Karthika Qpt

    Karthika Qpt Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #23
    You can link to your PDF file as you would any other file:
    <a href="file.pdf">pdf file</a>
    It helps to add pdf.If you have a lot of PDF files, it's best to keep them in a separate directory from your HTML files. Adding these PDFs to a folder with a name like "documents" is a pretty common practice.
     
    Karthika Qpt, Apr 5, 2016 IP
  4. zoedtdt

    zoedtdt Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #24
    I'm not a developer, i always use this free online attach pdf to html from pdfcoding.com http://www.pdfcoding.com/online/pdf/convert-pdf-to-html-files/.
     
    zoedtdt, Jul 18, 2016 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #25
    What is Google?
     
    kk5st, Jul 18, 2016 IP
  6. raynorhere

    raynorhere Well-Known Member

    Messages:
    155
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #26
    you can use embed code or <a href="asdsad.pdf">
     
    raynorhere, Jul 28, 2016 IP
  7. kennedygitahi

    kennedygitahi Active Member

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    63
    Articles:
    2
    #27
    The <embed> tag is depreciated in HTML5 so I think it would be better to use an iFrame instead
     
    kennedygitahi, Dec 27, 2016 IP
  8. nekabloggymedia

    nekabloggymedia Active Member

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    63
    #28
    You can also use Google PDF viewer for this purpose,You need to upload your PDF somewhere before. As far as I know it's not an official Google feature but it works for me very nicely and smoothly.
    or use <a href="filename.pdf"></a>
    May be it will work.
     
    nekabloggymedia, Jan 9, 2017 IP
  9. Web_Dev_Chris

    Web_Dev_Chris Well-Known Member

    Messages:
    222
    Likes Received:
    12
    Best Answers:
    1
    Trophy Points:
    105
    #29
    It's funny how more than 10 people give exactly the same answer.

    Just do <a href=".pdf"></a>, than the next answer just do <a href=".pdf"></a>, than the next answer is the same, same and same.
     
    Web_Dev_Chris, Jan 9, 2017 IP