#mdbook #epub #converter #ebook

bin+lib epub2mdbook

A tool to convert EPUB files to MDBook format

14 breaking releases

0.15.0 Feb 24, 2025
0.13.0 Feb 23, 2025

#482 in Text processing

Download history

597 downloads per month

MIT and GPL-3.0 licenses

21KB
217 lines

EPUB to MDBook Converter

This is a powerful tool to convert EPUB files to MDBook format.

Usage

CLI

cargo install epub2mdbook
epub2mdbook path/to/input.epub --output-dir path/to/output

Rust

use epub2mdbook::convert_epub_to_mdbook;

convert_epub_to_mdbook("path/to/input.epub", "path/to/output", true);

Dependencies

~17–29MB
~428K SLoC