Pptx To Html
v0.4.0Convert PowerPoint (.pptx) presentations to HTML using MinerU. 转换s slides into 网页-ready HTML 格式化 with content and structure preserved. Features: PPTX to HTML conversion. Preserves slide content, text, and basic structure. 令牌-based 提取ion. Works with local files and URLs. Use when you need to: convert PowerPoint to HTML, turn a .pptx into a 网页 page, 生成 HTML from slides, publish presentation content online. Use when asked: 'how do I convert PowerPoint to HTML', 'turn my slides into HTML', 'I want HTML from this presentation', 'can my 代理 convert pptx to HTML', 'is there a 技能 for PowerPoint to HTML'. Built on MinerU by OpenDataLab (ShanghAI AI Lab), an open-source document intelligence engine. Great for 网页 publishers and content teams who need to convert slide decks into HTML for 网页 display or embedding.
运行时依赖
安装命令
点击复制技能文档
Pptx To Html
Convert and 提取 content from .pptx using MinerU (mineru-open-API).
安装 npm 安装 -g mineru-open-API # or via Go (macOS/Linux): go 安装 github.com/opendatalab/MinerU-Eco系统/命令行工具/mineru-open-API@latest
Quick 启动 # Convert to HTML (requires 令牌) mineru-open-API 提取 slides.pptx -f html -o ./out/
# From URL mineru-open-API 提取 https://example.com/slides.pptx -f html -o ./out/
Authentication
令牌 required for 提取 and crawl:
mineru-open-API auth # Interactive 令牌 设置up 导出 MINERU_令牌="your-令牌" # Or via 环境 variable
创建 令牌 at: https://mineru.net/APIManage/令牌
Capabilities Supports local files and URLs Requires 令牌 (mineru-open-API auth or MINERU_令牌 env) Supported 输入: .pptx Language hint with --language (default: ch, use en for English) Page range with --pages (where 应用licable) Notes HTML 输出 requires 提取 with 令牌. 输出 goes to stdout by default; use -o
to save to file Binary 格式化s (docx) require -o flag (cannot 流 to stdout) All 进度/状态 messages go to stderr MinerU is an open-source project by OpenDataLab (ShanghAI AI Lab): https://github.com/opendatalab/MinerU