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

Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.7.0. Changelog Sourced from jszip's changelog. v3.7.0 2021-07-23 Fix: Use a null prototype object for this.files (see #766) This change might break existing code if...

dependencies

Hi @heavysixer what's the status of this project? Is it abandoned? If so, is there any official successor?

How can one extract just the presenter notes? The solution which I'm using is this: ``` // const fs = require("fs"); const PPTX2Json = require("pptx2json"); const pptx2json = new PPTX2Json();...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

I have a template pptx that I need to generate copies of by swapping data in and out of it. Is it possible to reference a specific text box? Even...

Hello! I would like to see this project support typescript. I would also love to start doing it myself. Let me know if it's ok to start a PR for...

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xml2js&package-manager=npm_and_yarn&previous-version=0.4.23&new-version=0.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Removing slide doesn't remove the slide's relationships from [Content_Types].xml. That is, calling removeSlide to remove slide 2 does delete the following from [Content_Types].xml. From my naive diagnosis, calling removeSlide calls...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

we have requirement to read ppt and save all slides as image