在.Net中查看pdf时用于页面过滤的组件 [英] A component for page filpping when viewing a pdf in .Net

查看:71
本文介绍了在.Net中查看pdf时用于页面过滤的组件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经开发了一个asp.net Web应用程序,它将为各种客户生成报告包.我们将它们转换为pdf.我们的要求是在网站上提供具有翻转效果的PDF文档查看.有关示例,请单击下面的链接.

http://viewer.zmags.com/showmag.php?magid=174428#/page18/

如何在ASP.Net中实现这种效果?

Hi I have developed an asp.net web application which will generate report packs for various customers. We will convert them to pdfs. Our requirement is to provide viewing of PDF document in the website itself with flipping effect. For a sample please click the below link.

http://viewer.zmags.com/showmag.php?magid=174428#/page18/

How can I achieve this effect in ASP.Net?

Are there any components (in the form of DLLS) available that can be integrated to .Net to achieve this effect?

推荐答案

asp.net仅适用于服务器端级别.客户端正在使用其他javascript(或vb脚本)查看html.

因此,首先,它绝对没有必要在您的服务器上安装诸如其他dll之类的组件,这些组件将提供您所要求的功能.如果dll将提供此功能,则它只能在您的服务器上运行,而在客户端计算机上不可见. (您的客户端不能运行dll服务器端,反之亦然)

其次,您可能已经注意到您提供的示例正在使用Flash.一个简单的解决方案是简单地将Flash组件添加到您的asp页面,并使用它来显示pdf文件.

下面的一些组件链接可以帮助您将pdf转换为Flash以便在您的网站上使用.

http://www.swftools.org/download. [ ^ ]

http://www.adobe.com/products/flashpaper [ http://www.adobe.com/products/flashpaper/example [ http://print2flash [ ^ ]

祝你好运!
asp.net is only working for you on server side level. The client is viewing html with additional javascript (or vb script).

So, first of all it has absolutely no use to install components like additional dll''s on your server that will give the functionality you ask. If a dll would provide this, it is only working on your server but not visible on the client machine. (your clients cannot run a dll server side or visa versa)

second, you might have noticed that the example you gave is using flash. A simple solution is simply to add a flash component to your asp page and use that for showing the pdf files.

Below some links to components that can help you convert pdf to flash for use on your site.

http://www.swftools.org/download.[^]

http://www.adobe.com/products/flashpaper[^]

http://www.adobe.com/products/flashpaper/example[^]

http://print2flash[^]

Good luck!


这篇关于在.Net中查看pdf时用于页面过滤的组件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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