Hyperlinks do not work within by PDFWindow!

Hi,.

I use the PDFWindow to display PDF files. There are hyperlinks within these files, that also work, but not if I open the PDF-file with PDFWindow!

Can anyone tell me what the Reason is?

I want also to now if it is possible to catch Hyperlincks click into a PDF-File.

P.S: I am using the version 2.8.1 of WxPython and the version 10.0 of Adobe Reader.

Regards

Looks like this might be a problem with the ActiveX control… so maybe you can find some security option in your Internet Explorer settings.

Similar problem, but in C#

http://stackoverflow.com/questions/2004423/using-adobe-reader-activex-control

This says no events are exposed:

http://www.cgplusplus.com/online-reference/maxscript-reference/source/adobe_acrobat_activex_control.htm

also take a look here:

http://www.oschina.net/code/explore/wxPython-src-2.8.11.0/wxPython/wx/lib/pdfwin.py

and here:

http://www.oschina.net/code/explore/wxPython-src-2.8.11.0/wxPython/wx/lib/pdfwin_old.py

Try using _old if you’re not already… maybe being in an IE browser will help things.

Strangely though, I bet links work just fine if you open the PDF in Internet Explorer, which would also be using ActiveX… so something doesn’t seem to match up here.

···

On Saturday, May 24, 2014 3:17:02 AM UTC-7, zizou2981 wrote:

Hi,.

I use the PDFWindow to display PDF files. There are hyperlinks within these files, that also work, but not if I open the PDF-file with PDFWindow!

Can anyone tell me what the Reason is?

I want also to now if it is possible to catch Hyperlincks click into a PDF-File.

P.S: I am using the version 2.8.1 of WxPython and the version 10.0 of Adobe Reader.

Regards