---
title: "Export live HTML slide decks to PDF handouts before review or archival"
description: "Uses DeckTape to open an existing HTML slide deck and render it into a reviewable PDF or per-slide screenshots. It fits agent workflows that need a stable handout, attachment, or archive artifact from Reveal.js, Remark, WebSlides, and similar browser-based presentations."
verification: "security_reviewed"
source: "https://github.com/astefanutti/decktape"
author: "astefanutti"
publisher_type: "User"
category:
  - "Templates & Workflows"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "astefanutti/decktape"
  github_stars: 2361
---

# Export live HTML slide decks to PDF handouts before review or archival

Uses DeckTape to open an existing HTML slide deck and render it into a reviewable PDF or per-slide screenshots. It fits agent workflows that need a stable handout, attachment, or archive artifact from Reveal.js, Remark, WebSlides, and similar browser-based presentations.

## Prerequisites

Node.js plus Chrome or Chromium, or the official Docker image

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install -g decktape
```

## Documentation

- https://github.com/astefanutti/decktape#readme

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/export-live-html-slide-decks-to-pdf-handouts-before-review-or-archival/)
