js-ppt icon indicating copy to clipboard operation
js-ppt copied to clipboard

Pure JS PowerPoint 97-2003 (PPT) Parser

Results 9 js-ppt issues
Sort by recently updated
recently updated
newest added

js-ppt fails to parse .ppt files that contain unsupported record types. We should ignore those records and allow the parsing to finish.

var custream = ppt.find('Current User'); ^ TypeError: ppt.find is not a function

When parsing ppt/pptx file, how can we get images from a file?

OS Windows 8.1 Instead of `npm install ppt` should be written `npm install ppt -g` because otherwise you will have error like. In other words it must be global module....

``` c:\Users\...\AppData\Roaming\npm\node_modules\ppt\node_modules\cfb\cfb.js:76 if(m !== hexstr) throw fld + 'Expected ' + hexstr + ' saw ' + m; ^ Header Signature: Expected d0cf11e0a1b11ae1 saw 504b030414000600 ``` After converting to old...

What will be as result JSON or .txt or .js file or value will be returned to CMD?

I have a `.ppt` that's been sitting in the textract repo for a bit that I used for testing graceful error handling. In my case the error was `textract does...