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

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to