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
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 >