Soti
Soti

Reputation: 44

How to Create a document preview/view (similar to Dropbox) for my web application?

How should I start to achieve "Preview documents from my web application", so that I don't have to download the document to the computer or install special software to view it. Just open it straight from my web application.?

I want to replicate similar to dropbox, which is very straight, supports most of the file formats(PDF,Image,doc/docx,txt) with simple design.

Upvotes: 1

Views: 1803

Answers (1)

José Ricardo Pla
José Ricardo Pla

Reputation: 1043

With VieweJS, you have some examples here. If its only for pdf i recommend PDF.js from Mozilla.

Upvotes: 1

Related Questions