glmv-pdf-to-ppt

Convert PDFs into HTML slide decks with outline JSON and summary Markdown.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ViewWay/openclaw-skills --skill glmv-pdf-to-ppt-viewway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glmv-pdf-to-ppt
Source: https://github.com/ViewWay/openclaw-skills/tree/main/glmv-pdf-to-ppt
Command: npx skills add https://github.com/ViewWay/openclaw-skills --skill glmv-pdf-to-ppt-viewway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymupdf, pillow, and includes scripts (resource) components.

What problem does it solve?

Converts PDFs into structured, presentation-ready HTML slides with a machine-readable outline and a summary for quick review.

Core Features & Use Cases

  • Convert PDFs to a multi-slide HTML deck with an outline (outline.json) and a concise summary (summary.md).
  • Render each PDF page as an image at DPI 120 for reliable visual fidelity and offline viewing.
  • Produce a standalone, navigable slide set with relative image crops and language-appropriate narration.

Quick Start

Convert a PDF into a polished multi-slide HTML presentation with an outline JSON and a summary Markdown.

Frequently Asked Questions about glmv-pdf-to-ppt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PDF into presentation slides for offline viewing?

To convert a PDF into presentation slides, this tool renders each page as an image at DPI 120 and generates a standalone, navigable HTML slide deck. It also produces an outline JSON and a summary Markdown for quick review and offline sharing.

Can I extract a structured outline and summary from a research paper PDF?

Yes, you can extract a structured outline and summary from a research paper PDF. The process outputs an outline.json file capturing the document structure and a concise summary.md file, making it easy to review academic papers and reports quickly.

Does the PDF to HTML conversion process handle bilingual content?

Yes, the PDF to HTML conversion process handles bilingual content when present in the document. It generates language-appropriate narration and relative image crops to ensure the standalone HTML slides accurately reflect the original PDF material.

How to use PyMuPDF and Pillow for PDF to HTML slide rendering?

You can use PyMuPDF and Pillow for PDF to HTML slide rendering by leveraging them as the core dependencies for rendering and image processing. They extract visual content at DPI 120 and process image crops to build standalone navigable HTML slide decks.

What is the best way to share a PDF report as a visual presentation?

The best way to share a PDF report as a visual presentation is to convert it into a polished HTML slide deck. This approach creates standalone files with relative image crops and a navigable outline, ensuring reliable visual fidelity without needing the original PDF viewer.

What are the limitations of converting PDFs to HTML slides?

Limitations of converting PDFs to HTML slides include rendering pages as static images at DPI 120, meaning selectable text is not generated. Additionally, the output relies on relative image crops and requires PyMuPDF and Pillow dependencies to function correctly.