[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: org.eclipse.swt.ole.win32.OleAutomation with Acrobat Browser Plugin
|
Ok guys,
I see that there is no proper newsgroup for aasking this question. The
adobe.acrobat.sdk group seems to be dead, an the eclipse groups are
not really concerned. Please forgive my next shot.
I have found some examples to communicate with MS Word or Internet
Explorer via OleAutomation however nobody seems to be using the
Acrobat plugin.
Has really nobody ever done such things like:
- showing PDFs with the Acrobat Browser Plugin in a SWT Browser
view
- customizing this Acrobat Browser Plugin so that some menu items
are disabled and some new ones are added
- adding some listeners to the Browser Widget to monitor user
actions
Can anybody give me a hint where I can find some information about
this or has anybody a working example for this issues.
Thanks
Rudi Rudi Ernst <h1@xxxxxxxxxxxx> wrote:
>Hello all,
>
>in my rcp application I use the org.eclipse.browser.Browser widget to
>show pdf files in a view. The Browser widget calls the Acrobat Browser
>plugin and displays the pdf. Fine. But now I want to customize and
>control the behaviour of the the Acrobat Browser plugin. How can I do
>that? There are some possibilities to customize Acrobat Professional
>and Acrobat Reader using C++, C#, VB, JavaScript, a.s.o. Is there also
>a way to customize the Acrobat Browser plugin or has anybody an
>example for communicating with the Acrobat Browser Plugin via
>org.eclipse.swt.ole.win32.OleAutomation from the Browser widget.
>
>Thanx for any help
>
>Rudi