When the attached file is output by aspose, the text is no longer editable (it appears like an image instead of text). This appears to be caused by multi-column text fields.
To reproduce, create a Presentation object using the attached file and then save it using aspose:
Presentation presentation = new Presentation(filePath);
presentation.Save(newFilePath, SaveFormat.Ppt);