Displaying PDF documents in a visual C# application
Hello,
I have a visual C# application that generates Word documents. The user can click on these documents and open them for viewing and editing.
I would like the user to be able to view PDF documents as well. I have tried using AxAcroPDFLib but I can't get it to work.
What is the best way of doing this?
Thank you.