← toolkit.bot

How to Edit EPUB Metadata — Title, Author, Cover, and ISBN (Calibre Guide)

EPUB metadata is the information that reading apps and publishing platforms display: title, author name, series, cover image, ISBN, and language. Wrong metadata shows up in your Kindle library as "Unknown" author or a missing cover. Here's how to fix it in Calibre — free, 5 minutes.

What EPUB Metadata Includes

Step-by-Step: Edit Metadata in Calibre

Calibre is the standard free tool for EPUB metadata editing. Download from calibre-ebook.com.

  1. Open Calibre. Click Add books and select your .epub file.
  2. Click the book in the library, then click the Edit metadata button (or press E).
  3. Edit any fields: Title, Author(s), Publisher, Date, Series, Language, ISBN, and Description.
  4. To change the cover image: click Browse next to the cover preview → select a JPEG or PNG (recommended: 1600×2400px, 300 DPI).
  5. Click OK to save.
  6. Right-click the book → Save to diskSave only EPUB format to disk → choose a folder.

The saved .epub now contains updated metadata embedded in the OPF file and updated cover image. Upload this file to KDP, Kobo Writing Life, Apple Books Connect, or any other platform.

Edit Metadata Directly in the OPF File

EPUB metadata lives in the content.opf file inside the .epub ZIP container. Advanced users can edit it directly:

# Unzip the EPUB
unzip book.epub -d book-contents/

# Edit the OPF file
nano book-contents/EPUB/content.opf

# Repack to EPUB (must use mimetype as first file, uncompressed)
cd book-contents
zip -X ../book-new.epub mimetype
zip -rg ../book-new.epub . -x mimetype

Cover Image Requirements by Platform

Platform Recommended size Format
Amazon KDP 2560×1600px min JPEG
Kobo Writing Life 1600×2400px JPEG or PNG
Apple Books Connect 1400×1400px min JPEG or PNG
Draft2Digital 1600×2400px JPEG or PNG

Common Metadata Errors and Fixes

Coming From a PDF?

If you're converting a PDF to EPUB for publishing, use toolkit.bot/pdf2epub to produce the EPUB, then edit the metadata in Calibre before uploading to your distribution platform. toolkit.bot extracts document structure; Calibre adds the publishing metadata and cover image.

Need a clean EPUB from your PDF manuscript? Convert in 30 seconds — then add your metadata in Calibre.

Convert PDF to EPUB →

Related guides