About 50 results
Open links in new tab
  1. Home | PptxGenJS - GitHub Pages

    PptxGenJS Build PowerPoint presentations with JavaScript! Works with Node, React, web browsers, and more. The most popular powerpoint+js library on npm with 3,500 stars on …

  2. Quick Start Guide | PptxGenJS - GitHub Pages

    Quick Start Guide Create a PowerPoint in 4 easy steps PptxGenJS PowerPoint presentations are created by following 4 basic steps. See examples below by environment. That's really all there …

  3. Demos | PptxGenJS - GitHub Pages

    React App Demo There is a functional React application (using the Vite framemwork) available in the demos/vite folder. The latest build of the demo app is updated after each release and can …

  4. Introduction | PptxGenJS

    PptxGenJS works seamlessly in modern web and Node environments, thanks to dual ESM and CJS builds and zero runtime dependencies. Whether you're building a CLI tool, an Electron …

  5. Installation | PptxGenJS - GitHub Pages

    Installation Choose your preferred method to install PptxGenJS: Quick Install (Node-based) npm install pptxgenjs yarn add pptxgenjs

  6. Creating a Presentation | PptxGenJS - GitHub Pages

    Creating a Presentation A "presentation" is a single .pptx file. (See Saving Multiple Presentations for information on creating more than a one presentation at-a-time). Angular/React, ES6, …

  7. Quick Start Guide | PptxGenJS

    Create a PowerPoint in 4 easy steps PptxGenJS PowerPoint presentations are created by following 4 basic steps. See examples below by environment. That’s really all there is to it!

  8. Presentation Options | PptxGenJS - GitHub Pages

    Library Version 💡 You can also check the current PptxGenJS library version using the read-only version property

  9. HTML-to-PowerPoint | PptxGenJS - GitHub Pages

    About HTML-to-PPTX The tableToSlides method generates a presentation from an HTML table element id. Many options are available including repeating header, start location on …

  10. Integration by Environment | PptxGenJS - GitHub Pages

    PptxGenJS can be used in various JavaScript environments. Choose the integration method below that best suits your project setup.