简体   繁体   中英

How make PDF Viewer for winforms C#

Any PDF Libray or OCX for Read PDf Files and show winform. I dont want user ActiveX Acrobat because i need install Acrobat Reader.

I need to hide save and print buttons too. Will open PDF encrypted.

I really liked Foxit SDK ActiveX more very expansive $3000usd. Apitron is free but it LOSS OF RESOLUTION WHEN OPENING PDF. (i already set it for renderingQuality = high)

Someone know?

You can check out the Document Viewer from the LEADTOOLS Nuget here:

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

WinForms Viewer: 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. This works without any installations or running ActiveX components.

You can evaluate PDF Viewer controls for WinForms/WPF by DevExpress. You can easily customize these controls as your needs dictate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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