in reply to Re^3: Win32::OLE Powerpoint ExportAsFixedFormat syntax help
in thread Win32::OLE Powerpoint ExportAsFixedFormat syntax help

Just to add my little contribution
use Win32::OLE::Const 'Microsoft PowerPoint'; $Presentation->SaveAs("$outfile", ppSaveAsPDF, 1);
HIH