node-pptx icon indicating copy to clipboard operation
node-pptx copied to clipboard

Generate PPTX files on the server-side with JavaScript.

Results 51 node-pptx issues
Sort by recently updated
recently updated
newest added

i want to replace all ***cross** with actual value coming from REST API, can we do this? from documentation i could see to add new element await pres.getSlide('slide1').addImage(image => {...

TypeError: zip.files.hasOwnProperty is not a function at PowerPointFactory.loadFromRawFileData (node_modules/nodejs-pptx/lib/factories/index.js:42:27) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:95:5) at async Presentation.loadExistingPPTX (node_modules/nodejs-pptx/lib/presentation.js:99:13) at async Composer.load (node_modules/nodejs-pptx/lib/composer.js:15:9)

looking at the NPM packages I can see the following : ![image](https://user-images.githubusercontent.com/99718263/179475848-8e30abd4-3ce6-4893-88c8-103b845e9d98.png) but github shows a latest version of 2021. ![image](https://user-images.githubusercontent.com/99718263/179475945-e76a2b22-345f-4f57-a20d-db52e33080a7.png) Can I suggest pushing out the updates to NPM,...

I have a presentation with a lot of variable placeholders that look like this: {some_variable} I'd like to find those and replace them with the proper values (from a JSON...

Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...

dependencies

Hi ! this PR is bugfix for https://github.com/heavysixer/node-pptx/issues/83 https://github.com/heavysixer/node-pptx/issues/83#issuecomment-1094073275 Please consider it. Thx. :)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I've got an existing set of slides which have a couple of charts and a couple of tables on them. I'd like to be able to update the Excel data...

enhancement
help wanted