Trying to view pdf, Doc, text, image file using jQuery
jquery, jquery-plugins
Solution
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.
Problem
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?