Silverlight 4.0 PDF 查看器

发布于 2024-08-25 13:05:38 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

荒人说梦 2024-09-01 13:05:38

试试这个问题:使用 Silverlight/Flash 预览 PDF 和 PowerPoint 文件

其他也许有用的链接:
http://forums.silverlight.net/forums/p/23986/ 85909.aspx#85909

http://www.siberix.com/reporting .html#pdf-sparkle - 不过要花钱!

http://forums.silverlight.net/forums/t/70573.aspx

您可以使用它来编辑/打印为 pdf

尝试 codeplex:http://silverlightpdf.codeplex.com/

适用于 Silverlight 3,尚未与 Silverlight 4 beta 一起使用。

Try this question: Previewing PDF and PowerPoint files with Silverlight/Flash

Other maybe useful links:
http://forums.silverlight.net/forums/p/23986/85909.aspx#85909

http://www.siberix.com/reporting.html#pdf-sparkle - Costs money though!

http://forums.silverlight.net/forums/t/70573.aspx

You could use this to edit/print to pdf

Try codeplex: http://silverlightpdf.codeplex.com/

Works with Silverlight 3 not used it with Silverlight 4 beta yet.

帥小哥 2024-09-01 13:05:38

一种简单的方法是您可以使用HTML画笔来嵌入PDF。

或者您可以尝试 http://silverpdf.codeplex.com/

One easy way is that you can just use HTML brush to embeded the PDF.

OR you may try http://silverpdf.codeplex.com/.

奈何桥上唱咆哮 2024-09-01 13:05:38

我通过使用 iframe 和 HTMLPage 找到了解决方案。

 <iframe id="mediaContainer" style="position:absolute"/>

将此 iframe 放入 .aspx 中

,然后调用您的媒体容器,然后设置其属性。

System.Windows.Browser.HtmlElement myFrame = System.Windows.Browser.HtmlPage.Document.GetElementById("mediaContainer");

I found a solution by using an iframe and HTMLPage.

 <iframe id="mediaContainer" style="position:absolute"/>

place this iframe in .aspx

and then call your mediacontainer then set its properties.

System.Windows.Browser.HtmlElement myFrame = System.Windows.Browser.HtmlPage.Document.GetElementById("mediaContainer");
红玫瑰 2024-09-01 13:05:38

www.netpdftools.com - 用于查看 PDF 和提取/搜索文本的 SL 库

www.netpdftools.com - SL library for viewing PDFs and extracting/searching text

月牙弯弯 2024-09-01 13:05:38

一种选择是使用 ImageMagick 或 GhostScript 将 PDF 页面转换为 PNG。

它不是免费的,但我们的 Silverlight 控件可以使用我们自己的 PDF 光栅化器即时为您完成此操作。

(免责声明:我在这里工作)

http://atalasoft.com/products/dotimage/silverlight

One option is to convert the PDF pages to PNG using ImageMagick or GhostScript.

It isn't free, but our Silverlight controls can do this on the fly for you using our own PDF Rasterizer.

(Disclaimer: I work here)

http://atalasoft.com/products/dotimage/silverlight

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文