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#)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!