简体   繁体   English

如何为winforms C#制作PDF查看器

[英]How make PDF Viewer for winforms C#

Any PDF Libray or OCX for Read PDf Files and show winform.任何 PDF Libray 或 OCX 用于读取 PDf 文件并显示 winform。 I dont want user ActiveX Acrobat because i need install Acrobat Reader.我不想要用户 ActiveX Acrobat,因为我需要安装 Acrobat Reader。

I need to hide save and print buttons too.我也需要隐藏保存和打印按钮。 Will open PDF encrypted.将打开 PDF 加密。

I really liked Foxit SDK ActiveX more very expansive $3000usd.我真的很喜欢 Foxit SDK ActiveX 更昂贵的 3000 美元。 Apitron is free but it LOSS OF RESOLUTION WHEN OPENING PDF. Apitron 是免费的,但打开 PDF 时会丢失分辨率。 (i already set it for renderingQuality = high) (我已经将它设置为renderingQuality = high)

Someone know?有人知道吗?

You can check out the Document Viewer from the LEADTOOLS Nuget here:您可以在此处从 LEADTOOLS Nuget 查看文档查看器:

WPF Viewer: https://www.nuget.org/packages/Leadtools.Document.Viewer.Wpf/ WPF 查看器: https://www.nuget.org/packages/Leadtools.Document.Viewer.Wpf/

WinForms Viewer: https://www.nuget.org/packages/Leadtools.Document.Viewer.WinForms/ WinForms查看器: https://www.nuget.org/packages/Leadtools.Document.Viewer.WinForms/

Just as a disclaimer, I am an employee of this vendor.作为免责声明,我是该供应商的员工。

It supports viewing PDFs and other document and image formats as document or image.它支持以文档或图像的形式查看 PDF 和其他文档和图像格式。 This works without any installations or running ActiveX components.这无需任何安装或运行 ActiveX 组件即可工作。

You can evaluate PDF Viewer controls for WinForms/WPF by DevExpress.您可以通过 DevExpress 评估用于 WinForms/WPF 的 PDF 查看器控件。 You can easily customize these controls as your needs dictate.您可以根据需要轻松自定义这些控件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM