.net PDF 查看器控件
我们正在寻找适用于 WPF 或 WinForms 应用程序的 PDF 查看器控件。
我们当前的实现遇到了一些障碍,该实现基本上使用 WindowsFormsHost 将 Adobe Reader activeX 控件嵌入到 WPF UserControl 中。
使用上面的实现,我们不能执行以下操作:
- 始终显示旋转按钮
- 保存文件(我们可以保存副本,但不能重新保存),以便我们可以保留用户刚刚执行的旋转。
我在互联网上搜索了没有外部依赖项的 .net 控件,并发现 创建了此组件由 wpcubed 开发,我已经使用过它,它似乎满足了我们的需求。我的问题是还有其他选择吗?
如果有一些类似 LGPL 的许可开源,我们可以考虑它,但最有可能的是我们希望使用第 3 方组件,最好是免版税发行版。但我只是在寻找一些我还没有找到的选择。
We are looking for a PDF Viewer control for WPF or WinForms application.
We have hit some road blocks with our current implementation which basically uses WindowsFormsHost to embed the Adobe Reader activeX control inside a WPF UserControl.
Using the above implementation we cannot do the following:
- Consistently show rotate buttons
- Save the file (We can save a copy, but not re-save) so we can keep the rotation that the user just performed.
I've scoured the internet for a .net control that has no external dependencies and found this component created by wpcubed and I've played with it and it seems to meet our needs. My question is are there some other alternatives?
If there are some LGPL-like licensed open source, we could consider it, but most likely we want to go with a 3rd party component preferably with a royalty-free distribution. But I'm just looking for some options that I haven't found yet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里是一篇很棒的文章,详细介绍了一些竞争者。
Here is a great article detailing some contenders.
PDFView4NET 允许您在 WinForms 和 WPF 应用程序中显示 PDF 文件。它包括对旋转页面和保存 PDF 文件的支持。 PDFView4NET 附带免版税分发。
免责声明:我在开发 PDFView4NET 的公司工作。
PDFView4NET lets you display PDF files in WinForms and WPF applications. It includes support for rotating pages and saving the PDF file. PDFView4NET comes with royalty free distribution.
Disclaimer: I work for the company that develops PDFView4NET.
一些其他组件
组件一
http://www.componentsource.com/news/ 2010/11/18/componentone-studio-wpf.html)
http://www.componentsource.com/products/expertpdf-pdf-查看器/summary.html
DevXpress
http://www.devexpress.com/Products/NET/Controls/WPF /Printing/
尝试回答这个问题(它有一个有趣的博客链接 - 我在下面添加了)
请推荐一个适用于 WPF 的 PDF 查看器
文章可能有用
http://hugeonion.com /2009/04/06/在wpf应用程序内显示pdf文件/
Some other components
Component One
http://www.componentsource.com/news/2010/11/18/componentone-studio-wpf.html)
http://www.componentsource.com/products/expertpdf-pdf-viewer/summary.html
DevXpress
http://www.devexpress.com/Products/NET/Controls/WPF/Printing/
Try the answer to this question (it has an interesting blog link - which I have added below)
Please suggest a PDF viewer for WPF
Article may be of use
http://hugeonion.com/2009/04/06/displaying-a-pdf-file-within-a-wpf-application/