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.
Loading
Kurt AmbrosePosted Jun 14, 2021, 1:03 PM
Cyrille ReyPosted Aug 15, 2012, 9:55 AM
I figured out a way to do it. I wrote a method to extract the file extension and if the extension is .pdf, open the file using process.start().
Thank you for your help.
George ericPosted Aug 7, 2012, 10:56 PM