Hello,

currently I’m starting a new project. I have to design and implement a
document retrieval system. The document format is PDF. The programming
environment is the Eclipse Rich Client Platform under Windows XP. That
means, I have to display my PDF documents with SWT-Widgets. My first
try was using the Browser widget with the Acrobat Browser plugin. That
works fine so far, but I also have to implement PDF writing
functionality. So I installed Adobe Acrobat 7.0. The Bowser plugin
however shows sometimes the Acrobat Reader without the functionality
of generating PDF and sometimes the whole Acrobat Writer
functionality. Obviously it depends on the PDF document. Now I have
two questions.

How can I trigger the Acrobat Browser plugin to always show the full
Adobe Acrobat 7.0 functionality in its toolbar?

Can I control the Acrobat Browser plugin with Ole/ActiveX in the way
that I get callbacks on some user actions like making annotations or
some drawings.


Thanks for any help

Rudi