slidev-export

Export Slidev presentations to PDF, PPTX, and PNG via browser or CLI.

34|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidev-export
Source: https://github.com/yoanbernabeu/slidev-skills/tree/main/skills/export/slidev-export
Command: npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to export Slidev presentations to widely shareable formats (PDF, PPTX, PNG) without reconstructing slides, making handouts, archiving, and distribution effortless.

Core Features & Use Cases

  • Browser Export (Built-in): Use the Slidev Web Export panel to generate PDF, PPTX, or PNG directly from a running presentation.
  • CLI Export: Automate exports via the slidev export command for batch processing or CI workflows.
  • Use Case: Share a handout as PDF, archive a finished deck as PPTX, or publish PNG slides for quick previews.

Quick Start

  • Start your Slidev project with npm run dev and open http://localhost:3030/export to choose the export format.
  • Or run the CLI export directly: npx slidev export --format pdf
  • Optional: specify output name, dark mode, or ranges with --output, --dark, --range.

Frequently Asked Questions about slidev-export

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

FAQPage Schema
How do I export Slidev presentations to PDF or PPTX?

You can export Slidev presentations to PDF or PPTX using the built-in browser export panel during a dev session or by running the `npx slidev export` CLI command for automation.

What is the best way to automate Slidev deck exports in a CI workflow?

The best way to automate Slidev deck exports in CI workflows is using the `slidev export` CLI command, which supports batch processing and format options like `--format`, `--output`, `--with-clicks`, and `--range`.

Do I need Node and npm installed to export Slidev slides to PNG?

Yes, you need a Node and npm environment installed. Exporting Slidev slides to PNG requires a running Slidev project to utilize either the browser exporter panel or the CLI workflow.

Can I export specific slide ranges or include animation clicks in a Slidev PDF?

Yes, you can export specific slide ranges or include animation clicks in a Slidev PDF by passing the `--range` and `--with-clicks` optional parameters to the `slidev export` CLI command.

When should I use the Slidev browser exporter instead of the CLI export?

Use the Slidev browser exporter for manual, one-off generation directly from a running presentation, and use the CLI export command when you need to automate batch processing or integrate exports into CI workflows.