i have built a WPF application to view the PDF files using Interop.AcroPDFLib.dll
, the problem is if the Adobe Acrobat reader is not installed on the client machine the application stops working
and crashes.
Is there a way i can detect the Acrobat Reader installation before hand and then at the run time include the reference to the Interop.AcroPDFLib.dll
other-wise show an error message?
OR
are there any better open source solutions available to display pdf files in WPF?
Regards.