Acrobat reference

2001-01-15 Thread Tom Laudeman
Can anyone make new OLE objects, aside from MS Office products? This does not work for me, and reports an error: use strict; use Win32::OLE; my $distiller = Win32::OLE->new('PdfDistiller'); print "new-distill error " . Win32::OLE->LastError() . " \n"; Thanks, Tom

Acrobat reference

2001-01-10 Thread Tom Laudeman
I can't find the ActivePerl equivalent of "references" in VB. My Perl code can instantiate new Word.Application objects just fine, but I can't instantiate an Adobe Acrobat Distiller object. VB can access the PdfDistiller class, but I had to check the Acrobat Distiller type library from the Tools >