Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Zoltan_Olah@adobeforums.com #1
Talking to Internet Explorer embedded Acrobat Reader via COM
Hi all. I'm developing an Internet Explorer BHO (browser plugin) and was wondering whether it's possibly for me to communicate with Acrobat Reader via COM. I have read through the SDK docs and it's not clear whether this is possible. I'm using unmanaged c++.
I think if this can be done I think I will need to call get_document(IDispatch *p) on the webbrowser control, then using p->QueryInterface(...) to gain access to the Acrobat document. However, to do this I will need to pass in a REFIID to QueryInterface. As such I need to find some documentation on the supported COM interfaces and various IDs I will need to use.
If anyone could point me in the right direction, that would be great.
thanks,
Zoltan!
Zoltan_Olah@adobeforums.com Guest
-
How to automate the Acrobat Reader plugin in Internet Explorer
Hi, I have been trying to figure out how to automate the Acrobat Reader plugin in Internet Explorer. My goal is to find a way to allow users of... -
After viewing a .pdf file thru Acrobat Reader, Internet Explorer becomes non responsive.
We use many .pdf files on our website and after viewing a file the file becomes non responsive, won't let me go back to any site being viewed thru... -
Internet Explorer and ADOBE READER
I want to open my pdf-files with Adobe Reader and n o t with Adobe Professional. What can I do? Reinhard -- -
Acrobat Professional V6 vs. Acrobat Reader V6 in Internet Explorer
I have both Acrobat Professioanl v6 and Acrobat Reader v6 on my PC. When I view a PDF via Internet Explorer, Acrobat Professional is launched. I want... -
couldn't find Adobe Acrobat in internet explorer 6
I just installed Acrobat 6.0.1 and now i can't open any pdf file in IE 6. I am using XP pro. I am getting error "Acrobat Plug in: couldn't find... -
Leonard_Rosenthol@adobeforums.com #2
Re: Talking to Internet Explorer embedded Acrobat Reader via COM
Adobe Reader has no COM interface. Adobe Reader does include an ActiveX control that you can connect to, with limited APIs.
Can you give us some more idea of what yo uare trying to accomplish?
Leonard
Leonard_Rosenthol@adobeforums.com Guest
-
Zoltan_Olah@adobeforums.com #3
Re: Talking to Internet Explorer embedded Acrobat Reader via COM
Thanks for your reply. We are writing a web annotation tool as an Internet Explorer plugin. The web annotation part of it is complete, and now we are looking at being able to make annotations on pdf documents loaded within the browser.
Where can I find information about the limited APIs on the ActiveX control you mentioned? Do you think we should be looking at a different approach?
thanks,
Zoltan
Zoltan_Olah@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: Talking to Internet Explorer embedded Acrobat Reader via COM
PDF already supports it's own annotation functionality. You would be better served writing a custom plugin for Acrobat/Reader that would integrate your plugins with PDF annotations.
Leonard
Leonard_Rosenthol@adobeforums.com Guest
-
Zoltan_Olah@adobeforums.com #5
Re: Talking to Internet Explorer embedded Acrobat Reader via COM
This is certainly an option for us. Is it possible to load plugins into the embedded viewer (activex control)?
Zoltan_Olah@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #6
Re: Talking to Internet Explorer embedded Acrobat Reader via COM
the plugins would already be on the user's computer as part of their installation of Acrobat/Reader, but yes, a plugin can choose to load into an external window or not.
Leonard
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

