Krishan
Krishan

Reputation: 2487

Trying to view pdf, Doc, text, image file using jQuery

I want open/Preview pdf. doc, text, image files using Jquery... My web application is built using ASP.Net MVC. How can i do this?

Upvotes: 3

Views: 39195

Answers (2)

Jamie Carl
Jamie Carl

Reputation: 1204

It's pretty basic at the moment, but I've started building this:

http://dev.funkynerd.com/projects/jquery-pdfdoc

Upvotes: -1

Mobile Tech.
Mobile Tech.

Reputation: 729

check this link of github its the javascript pdf viewwer you can use this in your jquery. http://mozilla.github.com/pdf.js/

here are the list of pdf viewer plugin list in jquery

http://www.jquery4u.com/javascript/javascriptjquery-pdf-viewer-plugins/

Here is the jQuery image viewer plugin code from jquery website it self - its the thick box plugin.

http://jquery.com/demo/thickbox/

if you want to display pdf in your website page - in .php website page ,then you can use tcpdf php class.

here is its link check it. http://www.tcpdf.org/

here is the link for pdfobject

http://pdfobject.com/

PDFObject embeds PDF files into HTML documents

I hope it helps.

Upvotes: 7

Related Questions