View PDF in .net

I have a lot of PDFs in my project, so I need it to be viewable for any client, so I tried to give it as a link in JS and it worked, but when I tried with the machine, I don't have Adobe PDF Reader. gives it a download link so any body can help me by giving me a tool for free , a library, jQuery, JScriipt, ActiveX ... etc, just to view non-editable PDFs that worked like on Firefox and IE8

+2


source to share


4 answers


This is not strictly related to programming. To view Pdf documents, you need a Pdf reader.

Follow the links and install. There should be plugins to read Pdf documents for all known browsers.



On the other hand. If you want to convert your Pdf documents to html text, you can check out Pdf to Html

+1


source


You can take a look at this article:

ASP.NET PDF Viewer User control without Acrobat Reader installed on client or server



Here's a GoogleCode page for it with enough actions.

I haven't tried the code, but I could for an upcoming project. The article does not talk about browser compatibility.

+2


source


I'm not sure if this helps or not. But look at this

Meet the iPaper Best Document Viewer on the Web

iPaper is a rich document format. for the Internet. Built with Adobe Flash, iPaper will display documents in the same way whether using Windows, macOS or Linux. Your readers no longer need to download files or additional software to view your documents.

0


source


Just add a link to the Adobe Reader download page below your PDF links and tell users to download Reader if they don't have it.

0


source







All Articles