开发者

A simple PDF viewer windows form [closed]

开发者 https://www.devze.com 2023-01-14 00:01 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered w开发者_JS百科ith facts and citations.

Closed 4 years ago.

Improve this question

I want to display a pdf file in some viewer control by just defining its path without any need for Adobe Acrobat Reader installation.

Is there any open source controls for this ? (with c#)


Have you looked at this project, which is also on CodeProject? It's C# and uses/wraps an open source C/C++ PDF library.

The code and compiled binary can be downloaded here from Google.

I have not used this control, but it seems to meet your requirements. Hope this helps!


There is a brand new PDF viewer control for Windows 10 Universal Windows Platform in C# at http://www.github.com/Swifter/FlipPdfViewer


QuickPDF (www.quickpdf.com) has DARenderPageToDC() and RenderPageToFile() functions that could do the job for you. It is a reasonably price commercial library and is royalty free.

It is very simple to use in C#.

Also, Need PDF viewer control - tried a lot has a list of PDF viewers that could also do the job. A commercial library is going to be able to process more complex PDF's if required such as CJK fonts, newer PDF versions, TYPE 1 fonts etc...

0

精彩评论

暂无评论...
验证码 换一张
取 消