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
source
share