I embedded a PDF viewer in a C# Winform using AxAcroPDFLib. The file that I want to open in this embedded viewer has hyperlinks. When I am opening this file using external acrobat reader they work just fine. But when I am opening it in the embedded viewer they are not working. When I am moving with mouse over the hyperlink the cursor changes to the correct one but when I am clicking on hyperlink nothing happens. Anybody knows if it should work?
Thanks.