COM and Acrobat Reader

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

COM and Acrobat Reader

Bruno Brasesco
Hi all,

I'm trying to Open a PDF file from Dolphin with COM interfaces (and the
remove #print button from toolbar).
Using the Active-X Component Wizard, I create anInterface for this library.
('...\Adobe\Acrobat 5.0\Acrobat\Acrobat.tlb')

I have aPackage named 'Acrobat' with 13 classes.
I think the main class is: AcrobatCAcroApp.

But I try:
AcrobatCAcroApp onCLSID: "(CLSID from ActiveX Component Wizard)".
But a Windows Error arise:
"No Registered Class" (i translate this message from a spanish Windows, i do
not know the message in a english Windows).
Then I try:
AcrobatCAcroApp register. "but the error still arise"

Do you any idea how to do this ?

Regards
Bruno