.net PDF 查看器控件

发布于 2024-10-20 12:02:05 字数 516 浏览 4 评论 0原文

我们正在寻找适用于 WPF 或 WinForms 应用程序的 PDF 查看器控件。

我们当前的实现遇到了一些障碍,该实现基本上使用 WindowsFormsHost 将 Adob​​e 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 技术交流群。

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

发布评论

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

评论(3

回心转意 2024-10-27 12:02:05

这里是一篇很棒的文章,详细介绍了一些竞争者。

  • Gnostice (www.gnostice.com)
  • Atalasoft (www.atalasoft.com)
  • DynamicPDF (www.dynamicpdf.com)
  • Aspose (www.aspose.com)
  • ActivePDF (www.activepdf.com)
  • Deaja (www.daeja.com)
  • Snowbound Software (snowbound.com)
  • Bluebeam Q (www.bluebeam.com)
  • PDFTron (www.pdftron.com)
  • GDPicture (www.gdpicture.com)
  • SyncFusion (www.syncfusion.com)
  • O2 Solutions (www.o2sol.com)

Here is a great article detailing some contenders.

  • Gnostice (www.gnostice.com)
  • Atalasoft (www.atalasoft.com)
  • DynamicPDF (www.dynamicpdf.com)
  • Aspose (www.aspose.com)
  • ActivePDF (www.activepdf.com)
  • Deaja (www.daeja.com)
  • Snowbound Software (snowbound.com)
  • Bluebeam Q (www.bluebeam.com)
  • PDFTron (www.pdftron.com)
  • GDPicture (www.gdpicture.com)
  • SyncFusion (www.syncfusion.com)
  • O2 Solutions (www.o2sol.com)
羁客 2024-10-27 12:02:05

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.

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