convert-pdf-to-epub

Installation
SKILL.md

PDF to EPUB Converter

Convert PDF documents to high-quality EPUB files with automatic chapter detection, image optimization, and footnote hyperlinking.

Quick Start

# Run conversion (from skill directory)
python -m scripts.convert input.pdf output.epub

# Validate result
python -m scripts.validate input.pdf output.epub

Workflow Overview

The conversion follows a 3-phase process with an optional 4th phase for adaptation:

Installs
39
GitHub Stars
33
First Seen
Feb 2, 2026
convert-pdf-to-epub — koreyba/claude-skill-pdf-to-epub