I'm trying to display word documents in a browser without relying on cloud transcoders such as google docs.
I'm not interested in editing files, just viewing. And I'd prefer keeping the codec on the client-side, in (compiled) javascript.
I'm trying to display word documents in a browser without relying on cloud transcoders such as google docs.
I'm not interested in editing files, just viewing. And I'd prefer keeping the codec on the client-side, in (compiled) javascript.
I don't think there is a way to directly show doc and docx documents in a browser, unless you first convert them on the server side, and then use a library like WebODF to display them in the browser.
You can use Node.js for such server-sided conversion, which makes it lightweight and cross-platform.