pptx-in-html-out

Convert PowerPoint presentations to HTML with high fidelity.

An npm package that converts PowerPoint presentations to HTML with high fidelity. It preserves images, shapes, and text formatting, includes OCR support for extracting text from images, and produces responsive output that works across devices as a modern ESM package. The main PPTXInHTMLOut class is constructed from a PPTX file buffer, and its toHTML(options) method returns the generated HTML, optionally including default styles or omitting them for custom styling.

Installation

npm install pptx-in-html-out