I have a small application with a directory that holds word documents. I want to enable the user to view the documents with in the browser. To have a list of the documents and when the users clicks on a document he will see the document on the right panel.

How can i view a word (doc/docx) inside the firefox browser? line in a DIV or IFRAME.

I thought of a few options: 1. Convert the document to HTML - but it's to problematic and i need to hold both original version and html version. 2. Use some extension, any idea for such an extension? 3. Any third or forth option?

Thanks.

link|improve this question

62% accept rate
feedback

4 Answers

You could convert the documents to PDF, and then use Google's online PDF viewer to view them, this way the users don't need any special plugins installed.

link|improve this answer
Thanks. But since i don't want the documents to be avilable on the net nor to google, i need another solution. Any good idea how to convert the doc/x to pdf? – Aviv Feb 2 '10 at 10:41
for converting to PDF, you can use a print driver like the free CutePDF Writer (cutepdf.com/Products/CutePDF/writer.asp) for Windows. You could also use OpenOffice and print to PDF. On Linux and Mac OS, printing or saving to PDF is a built-in functionality. – warren Apr 8 '10 at 14:45
feedback

The method I use to convert my Docs is to print to pdf. Otherwise probably the closest you will get to open it in FF is to cheat and use IE View.

link|improve this answer
feedback

There's this extension.

The post is from 2008, but it does mention Firefox v3 so it might work with the latest versions of FF.

I've just checked and it doesn't work with FF 3.6.

link|improve this answer
Thanks. I will check it also. – Aviv Feb 2 '10 at 15:50
Officially supported up to 3.6a, so update to 3.6 final is likely. Or add a boolean key with the following name, and a value of false: extensions.checkCompatibility.3.6 – outsideblasts Feb 3 '10 at 1:19
last updated Aug 2009 :-| (addons.mozilla.org/en-US/firefox/addon/9327) – warren Apr 8 '10 at 14:44
feedback

Let me understand what you want. You need the user can access a word or excel document within the browser right ?

Is that only for access ? Word buttons must be hidden (New, print, etc. ) ?

I think what you need is a viewer.

link|improve this answer
Yes. Exactly. I need a doc/docx viewer inside the browser. – Aviv Feb 3 '10 at 8:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.