Skip to content

HTML to PPTX v1.0.0

Choose a tag to compare

@mmoollee101-lab mmoollee101-lab released this 18 Jun 04:29

HTML to PPTX converts a finished HTML deck into a native, fully‑editable PowerPoint (.pptx) — real text boxes and shapes you can keep editing, not flat screenshots.

Download (Windows)

Grab HTML-to-PPTX-1.0.0-portable.exe below and double‑click — no Node, no browser, no install (Chromium is bundled). First launch self‑extracts to a temp folder for a few seconds, then opens.

The binary is unsigned, so Windows SmartScreen may warn on first run: More info → Run anyway. Code signing is on the roadmap.

Highlights

  • 🧩 Native, editable output — text boxes, shapes and vector charts
  • 🔤 Automatic web‑font embedding (incl. bold) and on‑screen line‑break locking
  • 📐 Any aspect ratio (16:9 / 4:3 / portrait) + slideshow‑deck handling
  • 🌏 CJK‑ready (Korean/Japanese/Chinese) with Unicode filenames preserved
  • 🔒 100% local & offline
  • 🖥️ Three ways to run: CLI, local web app, and this portable desktop app

Also available

git clone https://github.com/mmoollee101-lab/HTMLtoPPTX.git
cd HTMLtoPPTX && npm install
npm run sample   # CLI   ·   npm run web   ·   npm run app

See the README and CHANGELOG for details.