Hi Lynn,

I haven't personally done this- but I've had some luck with Win32::OLE.

Try
   $acroApp = Win32::OLE->new("AcroExch.App");
   $acroDoc = Win32::OLE->new("AcroExch.PDDoc");

HTH-

KC


On 1/16/06, Lynn. Rickards <[EMAIL PROTECTED]> wrote:
Greetings,

Wondering if anyone has had any success controlling Adobe Acroreader thru OLE. There
appears to be limited functionality exposed, as seen in OLE browser, but I didn't get
past the first hurdle....

$acroApp = Win32::OLE->new('???????');

Any clue most welcome.

TIA - Lynn.
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to