Any component from jquery with which you can preview .doc,.pdf,.jpg .... files in browser ? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you really want to keep it all native inside the browser you can display images and with pdf.js. If you only need to display it somehow I advise you to look at https://docs.google.com/viewer?pli=1 which allows you lots of different files and which you can next embed in one of the scripts altschuler mentioned. (See my comment to his answer why those tools alone don't do the trick) Supported file types by google docs viewer
|
|||
|
|
|
I think you're looking for a lightbox feature. Lightbox is the common name for (pre)viewing things in an overlay, so to say. There are a great deal to choose from, here's a few:
How you want to show .doc and .pdf files is another issue. |
|||||
|