in reply to Re^3: Win32::OLE Powerpoint ExportAsFixedFormat syntax helpin thread Win32::OLE Powerpoint ExportAsFixedFormat syntax help
use Win32::OLE::Const 'Microsoft PowerPoint'; $Presentation->SaveAs("$outfile", ppSaveAsPDF, 1); [download]