在 silverlight 应用程序中显示 pdf。 PDF 到 XAML

发布于 2024-10-14 05:32:31 字数 316 浏览 4 评论 0原文

我需要创建 silverlight 应用程序,客户将在其中看到一些 pdf 文件。 PDF 文件必须位于 silverlight 控件内,而不是呈现为图像(客户想要选择文本)

为此目的,我需要一些免费库或代码来将 pdf 文件转换为 xaml(或者只是打开 pdf,以便我可以将其转换为xaml)。

哪个库可以读取pdf并帮助我将数据转换为xaml? 我可以以某种方式读取 pdf 文件并编写自定义转换工具吗?

我看到了 iTextSharp。这个图书馆可以阅读 pdf 并帮助我解决问题吗?

我将感谢任何想法或链接。

I need to create silverlight application where customer will see some pdf files.
PDF files have to be inside silverlight control and not rendered as images (customer wants to select text)

For this purposes i need some free libriaries or code to convert pdf file to xaml (or just open pdf so i can convert it to xaml).

Which library can read pdf and help me to convert data to xaml?
Can I read somehow pdf file and write custom convertation tool?

I saw iTextSharp. Is this library can read pdf and help me with my issue?

I will be thankfull for any ideas or links.

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

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

发布评论

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

评论(1

慢慢从新开始 2024-10-21 05:32:31

我使用 Acrobat Reader 插件来为我进行显示。它确实需要不同的方法,具体取决于您的应用程序是在浏览器内部还是外部运行(我检查应用程序是否在浏览器内部运行并相应地更改显示方式)。如果在浏览器内运行,我将使用 IFrame 覆盖应用程序,如本文所述:http://www.silverlightshow.net/items/Building-a-Silverlight-Line-Of-Business-Application-Part-6.aspx 。否则,我使用 WebBrowser 控件。我有一个控件,可以在 我的书,可从 Apress 网站下载:http://www.apress.com/9781430272076/< /a>.

希望这有帮助......

克里斯

I make use of the Acrobat Reader plugin to do the displaying for me. It does require a different method depending on whether your application is running inside or outside the browser (I check if the application is running inside the browser and change the means of display accordingly). If running inside the browser, I overlay the application with an IFrame, as I describe in this article: http://www.silverlightshow.net/items/Building-a-Silverlight-Line-Of-Business-Application-Part-6.aspx. Otherwise, I use the WebBrowser control. I have a control which does this all for you in the source code that accompanies my book, which is downloadable from the Apress website here: http://www.apress.com/9781430272076/.

Hope this helps...

Chris

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