Skip to main content

Creating a Presentation

A "Presentation" is a single .pptx file.

(See Saving Multiple Presentations for information on creating more than a one PPTX file at-a-time).

Modern Node-Based Applications

import pptxgen from "pptxgenjs";
let pres = new pptxgen();

Client Web Browser

let pres = new PptxGenJS();