tags:

views:

45

answers:

1

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#)

A: 

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!

David Hoerster