PowerPoint File Structure

I am trying to create a JavaScript parser for .ppt files. PPTX does not really matter, as it is an “open” format, but I am really lost in the file structure of the .ppt file and cannot find any useful information.

Given this, has anyone ever tried this or could at least tell me where I can see the "spec" for .ppt, so can I build a parser?

Best regards, Celso Santos

+5
source share
2 answers

.ppt is a binary file format. You can read the 1997-2007 specification here

, , / , 10 .

Joel Spolsky .

, pptx.

+7
+1

All Articles