golemwashere has asked for the wisdom of the Perl Monks concerning the following question:
my $ppoint = Win32::OLE->new('PowerPoint.Application', 'Quit'); my $Presentation = $ppoint->Presentations->Open("$infile") || die("Una +ble to open document ", Win32::OLE->LastError()) ; $Presentation->ExportAsFixedFormat("$outfile", 'ppFixedFormatTypePDF', + 'ppFixedFormatIntentPrint', "msoCTrue", "ppPrintHandoutHorizontalFir +st", "ppPrintOutputFourSlideHandouts", "msoFalse", "", "" , "", "Fals +e", "False", "False", "False", "False");
but no luck (exporting as jpgs with $Presentation->Export works fine)
can someone help me? G.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Win32::OLE Powerpoint ExportAsFixedFormat syntax help
by Generoso (Prior) on Sep 29, 2011 at 22:40 UTC | |
by golemwashere (Acolyte) on Sep 30, 2011 at 07:02 UTC | |
by golemwashere (Acolyte) on Sep 30, 2011 at 12:24 UTC | |
by karl.pl (Initiate) on Jan 23, 2012 at 18:16 UTC |