Extracting embedded OLE objects

Is there any way to use Aspose.Slides to extract all OLE objects (documents) from a Powerpoint presentation?

At first you should find all OleObjectFrame objects in a presentation.
Simply iterate all slides and shapes and check if frames are OleObjectFrame.
You can find how to save ole object to a file in the OleDemo.