Results 1 to 8 of 8

Thread: Downloading Microsoft Word Documents

  1. #1
    Join Date
    Mar 2007
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Downloading Microsoft Word Documents

    I'm posting links to several Microsoft Word documents on my website in order for visitors to download these documents. I want to be sure that visitors with older versions of Microsoft Word will be able to open and save these documents. Which of following should I use when saving my original documents for use on my website?

    Word Document (*.doc)

    Rich Text Format (*.rtf)

    Word 97-2003 & 6.0/95 - RTF (*.doc)

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I think that you are out of luck with .doc unless you are saving the originals for your site using one of the older Word programs. Word appears to be (from my limited experience) only forward compatible - meaning that older version files can be opened in newer versions of Word but not backward - meaning newer version files cannot be opened in older versions of Word.

    The .rtf format however, is supposed to be more standardized so, you may have better luck with that.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    rtf is your best bet.

    http://en.wikipedia.org/wiki/Rich_Text_Format
    The Rich Text Format (often abbreviated to RTF) is a proprietary document file format developed by Microsoft since 1987 for cross-platform document interchange. Most word processors are able to read and write RTF documents.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Or you could save as all 3, and let your visitor decide which one they want.

    Or put all 3 in a single zip file, so they download once and choose afterwards.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    You should export to something else as well, perhaps PDF or ODF, since not everybody has Microsoft Office.
    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!

  6. #6
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    rich text format can be used by everyone, twey.
    (at least, i can use it...)
    and doc formats can be opened by openoffice.

    But if you want everyone have the ability to use it, i'd suggest a simple text file.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

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

    Default

    .txt only as a last resort, as so much is lost in the format.

    .rtf loses a good bit too, but probably a good idea.

    .html might be a decent option, if you're willing to recode for .html, but don't just export as that since it'll cause weird problems.
    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

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

    Default

    RTF is still a proprietary format, I think. HTML would be decent, but it's not ideal for encoding word-processing documents like those DOC is usually used for: the Web and paper are two very different mediums.

    I'm still going with PDF.
    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!

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
  •