How can I recover a corrupted PowerPoint 2010 file?

listed in answer

How can I recover a corrupted PowerPoint 2010 file?
0 votes, 0.00 avg. rating (0% score)

ANSWER:

.pptx files are actually zip files. So are .xlsx and .docx. Infozip’s zip.exe has the following command line options:

-F   fix zipfile (-FF try harder)

I’d make a copy of the corrupt file and try using zip -F file.pptx and/or zip -FF file.pptx.

by jftuga from http://superuser.com/questions/418078