PDF to MOBI Converter

Inspect your PDF file locally, then follow step-by-step instructions to convert it to MOBI for Kindle using Calibre, Send to Kindle, or online tools.

PDF File Analyzer

Drop your PDF here

or click to select — file is not uploaded

Drop a PDF above to inspect it before converting.

PDF vs MOBI on Kindle

Feature PDF MOBI
Text reflow No Yes
Adjustable font size No Yes
Kindle bookmarks Limited Full
Highlights & notes Limited Full
Preserves layout Yes Partial
Best for Tables, diagrams Novels, articles

Choose a Conversion Method

Calibre is free, open-source ebook management software that includes the ebook-convert command-line tool. It gives you the best control over output quality and metadata.

1

Install Calibre

Download the free installer from calibre-ebook.com. Available for Windows, macOS, and Linux. The ebook-convert CLI tool is included automatically.

2

Open a terminal

On Windows open Command Prompt or PowerShell. On macOS/Linux open Terminal. Navigate to the folder containing your PDF.

3

Run the conversion command

Replace input.pdf and output.mobi with your actual filenames:

Terminal
ebook-convert input.pdf output.mobi

To override the title and author, add --title "My Book" --authors "Author Name" after the filenames.

4

Transfer the .mobi file to your Kindle

Connect your Kindle via USB and copy the .mobi file into the documents folder on the device. Eject safely and the book appears in your Kindle library.

Batch Convert All PDFs in a Folder
for f in *.pdf; do
  ebook-convert "$f" "${f%.pdf}.mobi"
done

How to Install Calibre

Windows

Download the .msi installer from calibre-ebook.com, run it, then verify with ebook-convert --version in Command Prompt.

macOS

Download the .dmg from calibre-ebook.com or run brew install --cask calibre. Then add Calibre to your PATH to use ebook-convert from Terminal.

Linux

Run sudo apt install calibre on Debian/Ubuntu, sudo dnf install calibre on Fedora, or use the binary from calibre-ebook.com.

Copied!

Summary

Inspect your PDF file locally, then follow step-by-step instructions to convert it to MOBI for Kindle using Calibre, Send to Kindle, or online tools.

How it works

  1. Drop or select your PDF file to inspect its name, size, and estimated page count — nothing is uploaded.
  2. Review the PDF vs MOBI comparison table to confirm conversion is right for your document.
  3. Choose a conversion method: Calibre for full control, Send to Kindle for wireless delivery, or an online tool for quick one-off conversions.
  4. Follow the step-by-step instructions for your chosen method.
  5. Sideload the resulting .mobi file to your Kindle via USB, or receive it wirelessly through Send to Kindle.

Use cases

  • Reading PDF books on a Kindle with adjustable font sizes and reflow.
  • Converting academic papers or reports to MOBI for comfortable e-reader viewing.
  • Sending newsletters or long-form articles to your Kindle for distraction-free reading.
  • Building a Kindle library from a PDF ebook collection.
  • Preparing PDFs with correct metadata (title, author) before sending to Kindle.
  • Verifying a PDF's page count and file size before deciding which conversion path to use.
  • Converting text-heavy PDFs where fixed layout makes Kindle reading awkward.
  • Batch-converting multiple PDFs to MOBI using Calibre's command-line tool.

Frequently Asked Questions

Last updated: 2026-06-25 · Reviewed by Nham Vu