无需在客户端站点下载即可查看PDF [英] View PDF without downloading on client site

查看:70
本文介绍了无需在客户端站点下载即可查看PDF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我想在我的网页上找不到PDF查看器,无法在客户端网站上下载。我想作为



http://www.scribd.com/doc/206731980/Microsoft-NET-Interview-Questions-MS-NET-Certification-Review



这个类型的PDF查看器在我的asp.net网页上。所以请帮助我并提供好的东西来实现它或提供代码。



谢谢

Hi,

I want PDF viewer on my web page which could not download on client site. I want to as

http://www.scribd.com/doc/206731980/Microsoft-NET-Interview-Questions-MS-NET-Certification-Review

this type of PDF viewer on my web page in asp.net. so please help me and provide good stuff to implement it or provide code.

Thank you

推荐答案

您可以使用Flex Paper。从这里下载:



http://flexpaper.devaldi.com/ [ ^ ]





Flex纸张说明 - 使用我们的桌面出版商软件创建交互式页面翻转出版物。添加视频,链接和图片,并覆盖所有客户,而不会放弃对出版物的控制
You can use Flex Paper. Download it from here:

http://flexpaper.devaldi.com/[^]


Description of Flex Paper - Use our desktop publisher software to create interactive page flip publications. Add video, links and images and reach all your clients without giving away control over your publications.


试用Google文档查看器。只需在页面中嵌入iframe,指向Google文档查看器并指定要显示的PDF文件即可。这是你应该添加的代码:



Try Google Doc Viewer. Just embed an iframe in your page pointing to Google Doc Viewer and specifying the PDF file you want to display. This is the code you should add:

<iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>





那么你只需要将自己的文档文件设置为url查询字符串参数就是这样!



Then you just need to set up your own document file to the "url" query string param and that's it!


这篇关于无需在客户端站点下载即可查看PDF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆