PDF viewer on the .net

前端 未结 4 1521
盖世英雄少女心
盖世英雄少女心 2021-01-15 13:03

I have many pdf files in my project so I need it available to view for any client so I tried to give it as link in JS and it\'s worked but when I tried with a machine doesn\

相关标签:
4条回答
  • 2021-01-15 13:24

    You can take a look at this article:

    ASP.NET PDF Viewer User Control Without Acrobat Reader Installed on Client or Server

    There's a GoogleCode page for it with a fair amount of activity.

    I haven't tried the code but might for an upcoming project. No word in the article regarding browser compatibility.

    0 讨论(0)
  • 2021-01-15 13:27

    This is strictly not programming related. You need a Pdf reader on the client to be able to view Pdf documents.

    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 could check out Pdf to Html

    0 讨论(0)
  • 2021-01-15 13:30

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

    0 讨论(0)
  • 2021-01-15 13:32

    I am not sure whether this helps or not. But take a look at this

    Meet iPaper The best document viewing experience on the web

    iPaper is a rich document format built for the web. Built with Adobe Flash, iPaper will display documents in the same way regardless of whether you're using Windows, MacOS, or Linux. Your readers no longer have to download files or extra software to view your documents.

    0 讨论(0)
提交回复
热议问题