Results 1 to 4 of 4

Thread: best way to display pdf's

  1. #1
    Join Date
    Jun 2006
    Posts
    78
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking best way to display pdf's

    hey all, i have a legal site here that needs to have a lot of pdfs available and some of the pdf's call on other ones. for usability and cleanness, what would you all recommend is the strongest way to display many pdfs for a website. any thoughts are good thoughts. i think i know what i am going to do but wanted other opinions.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    that's like saying "what's the best way to display exes?"

    they aren't embeddable... you can't include them, display them, or do anything else with them, except have them for download.

    Some browsers can have plugins that (really annoy me) will display the pdf like it's a webpage within that window, but not within a webpage.

    Use a different format, or settle with just having them for download.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Remember that PDFs are meant for printing -- not reading online. If you just want a convenient format for displaying documents online, stick with HTML.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Or convert to JPG/GIF/PNG. Those are three, and only, formats you can display in a web page.

    (Though there are other formats you can embed using plugins, like .mov/.avi movies, and flash files, etc., but not PDF.)

    As Twey says, though, html is for the web. It's the best way. Only use images if your PDFs need to be of that exact formatting or are graphics intense.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •