Skip to main content
FormatDrop
How-To Guide

How to Convert AZW3 to PDF (Free, Print-Ready Output)

Converting AZW3 to PDF is the right move when you want to print your Kindle e-book, archive it in a universally readable format, or read it on a device that doesn't speak Kindle. AZW3 is Amazon's modern Kindle format (also called KF8) — locked into the Kindle ecosystem and supported by Kindle apps, Kindle devices, and almost nothing else. PDF works on every device ever made. The conversion is straightforward for DRM-free AZW3 (personal documents, sideloaded books, free public-domain titles), but DRM-protected Kindle purchases require additional steps and have legal implications worth understanding before you start. This guide covers Calibre (the gold standard), online converters, Amazon's own Send to Email service, and command-line ebook-convert — plus the formatting pitfalls that make AZW3-to-PDF less straightforward than it should be.

Quick answer

For DRM-free AZW3: install Calibre (free, calibre-ebook.com), drag your AZW3 in, click 'Convert books' → choose PDF as output → click OK. The PDF appears in a few seconds with proper chapter bookmarks, embedded fonts, and clean layout. For DRM-protected Kindle Store purchases, you legally need to read them in the Kindle app — DRM removal isn't legal in most jurisdictions. For personal documents you sent to Kindle, conversion is free and unambiguous.

Method 1: Convert AZW3 to PDF online (free, in your browser)

  1. 1

    Open the FormatDrop document converter

    Open formatdrop.com/document-converter in your browser. Conversion runs locally — your AZW3 stays on your device. Works on Mac, Windows, Linux, iPhone, and Android. Best for DRM-free AZW3 files (personal documents, sideloaded books).

    Go to converter
  2. 2

    Upload your AZW3 file

    Drop your .azw3 file onto the upload area. The converter parses the AZW3 structure (HTML+CSS+images packaged inside an MOBI-derived container) and prepares it for PDF rendering. DRM-protected files (most Kindle Store purchases) won't process — see the troubleshooting section for legal options.

  3. 3

    Choose PDF and set page options

    Select PDF. Optional settings: Page size (A4 for international, Letter for US, custom for tablet-sized output), font size (10-12pt is standard), margins (1" default), embed fonts (yes — guarantees consistent rendering). The converter renders the e-book's flowing text into fixed PDF pages with proper page breaks.

  4. 4

    Download the PDF

    The output PDF includes the e-book's table of contents as PDF bookmarks (sidebar navigation in any PDF reader), embedded images and cover art, all chapter formatting, and metadata (title, author, ISBN if present).

Method 2Calibre (free, cross-platform)

Method 2: Convert AZW3 to PDF using Calibre (best quality, most options)

Calibre is the de facto standard e-book management tool — free, open-source, runs on Mac, Windows, and Linux. Its conversion engine handles AZW3 better than any other free tool, with full control over fonts, page layout, hyperlinks, and chapter detection.

  1. Install Calibre from calibre-ebook.com (free).
  2. Open Calibre → Add books → select your AZW3 file. The book appears in your library with cover art and metadata.
  3. Select the book in the library list. Click 'Convert books' in the top toolbar (or press C).
  4. In the convert dialog: Output format dropdown (top right) → choose PDF.
  5. Optional refinements: 'Page Setup' → set paper size (e.g., A4 or Letter, or 'Cover Tablet' for an iPad-sized output). 'PDF Output' tab → set page margins, header/footer text, embed font preferences.
  6. Click OK. Calibre converts the AZW3 → renders PDF with bookmarks, embedded fonts, and image preservation. Takes 10-30 seconds for a typical novel.
  7. Right-click the converted book → Open Containing Folder → find your .pdf alongside the original.

Note: Calibre supports DRM-free AZW3 only. For DRM-protected Kindle purchases, Calibre will refuse to convert. The result is high quality — typically better than online converters for the same input.

Method 3Command line (ebook-convert)

Method 3: Batch-convert AZW3 to PDF with ebook-convert (Calibre CLI)

If you have a folder of AZW3 files to convert, use Calibre's command-line tool ebook-convert (installed automatically with Calibre on Mac/Windows/Linux). Best for batch jobs and scripted workflows.

  1. Verify ebook-convert is installed (it is, if Calibre is): `ebook-convert --version`. On Mac, it's at /Applications/calibre.app/Contents/MacOS/ebook-convert; you may want to add an alias.
  2. Convert one file: `ebook-convert input.azw3 output.pdf`.
  3. Specify page size: `ebook-convert input.azw3 output.pdf --paper-size letter`.
  4. Embed all fonts: `ebook-convert input.azw3 output.pdf --embed-all-fonts`.
  5. Set margins (in points): `ebook-convert input.azw3 output.pdf --margin-top 36 --margin-bottom 36 --margin-left 36 --margin-right 36`.
  6. Batch convert every AZW3 in a folder: `for f in *.azw3; do ebook-convert "$f" "${f%.azw3}.pdf"; done`.

Note: ebook-convert is much faster than the GUI for batch jobs and lets you script options. For a 100-book library, the command-line approach takes minutes; the GUI takes hours.

Method 4Amazon Send to Email (official, limited)

Method 4: Use Amazon's official Send to Kindle email (works without conversion software)

Amazon's free email service can convert AZW3 to PDF in a roundabout way: email the AZW3 to your Kindle address, which delivers it to your Kindle library; then download the PDF version Amazon generates. Limited but legal and zero-software.

  1. Find your @kindle.com email at amazon.com/manageyourkindle (Devices section). Format: [email protected].
  2. Compose an email to that address from an authorized sender (your Amazon account email, or whitelisted addresses).
  3. Attach your AZW3 file. Subject 'Convert' tells Amazon to convert to a Kindle-friendly format (already AZW3, so this skips conversion).
  4. Wait a few minutes. The book appears in your Kindle library, accessible via the Kindle app on any device.
  5. From the Kindle app, you can use the 'Print to PDF' feature on macOS (File → Print → PDF) to generate a PDF from the rendered Kindle pages. Limited — only one screen at a time.

Note: This method is best for users with no software install permissions (work computers, tightly-managed devices). The output quality is lower than Calibre's, and it's more cumbersome. Use Calibre when you can.

Method 5Online converters

Method 5: Online AZW3 to PDF tools (no install)

If you can't install Calibre, browser-based converters work. Quality varies; choose carefully for sensitive content.

  1. Local browser conversion (privacy-respecting): formatdrop.com/document-converter — runs in your browser. No upload.
  2. Server-based converters: convertio.co, zamzar.com, online-convert.com all support AZW3 → PDF. They upload your AZW3 to their server, convert, and email or download-link the PDF.
  3. Quality tier: Calibre > FormatDrop > Convertio > generic 'AZW3 converter' results from Google ads.
  4. For sensitive content (private journals, work documents): use the local browser tool, not server-based ones.

Note: Server-based converters work fine for public-domain books and DRM-free content where privacy doesn't matter. For anything else, prefer local methods.

When you need to convert AZW3 to PDF

  • 1

    Printing your Kindle e-book as a paper book

    Sometimes you just want a physical copy. Convert AZW3 to PDF with embedded fonts, set margins for binding, and send to a print-on-demand service like Lulu or Kindle Direct Publishing's print option (ironic but allowed). Most book printing services accept PDF.

  • 2

    Archiving your e-book library in a future-proof format

    AZW3 is locked to Amazon's ecosystem. PDF is universal. If you worry about Amazon discontinuing Kindle in the future (unlikely but not impossible), or about losing access to a book you paid for (more likely than you'd think — Amazon has remotely deleted books before), keep DRM-free PDF copies in your own backup.

  • 3

    Reading on a non-Kindle e-reader

    Kobo, Nook, BOOX, ReMarkable, and most e-readers support PDF but not AZW3. Convert your DRM-free AZW3s to PDF, sideload, read on any device. (For DRM-protected purchases, you're stuck in the Kindle ecosystem — that's the deal you accepted at purchase.)

  • 4

    Annotating with a stylus on iPad/ReMarkable

    PDF annotation apps like GoodNotes, Notability, and ReMarkable's native software work great on PDF. They don't support AZW3. Converting opens up a whole class of e-book interaction (markup, drawings, structured highlighting) that AZW3 doesn't allow.

  • 5

    Sharing a public-domain book with someone who doesn't have Kindle

    Public domain Kindle books (Project Gutenberg, Standard Ebooks) come as AZW3. Convert to PDF, email or share, recipient reads on any device. No app install needed on their end.

Troubleshooting common AZW3 to PDF problems

Calibre says 'This file is locked' or 'DRM protected'

Your AZW3 is DRM-protected — likely a Kindle Store purchase. DRM removal is illegal in most jurisdictions (US DMCA, EU InfoSoc Directive) regardless of whether you paid for the book. The legal path: read on Kindle apps (free, work on every device including iOS, Android, Mac, Windows, web). For DRM-free content (personal documents you sent to Kindle, free books from Standard Ebooks/Project Gutenberg, Amazon books from publishers that opted out of DRM like Tor.com and Baen), Calibre will convert without issue.

The PDF has weird page breaks (mid-paragraph splits, orphaned headings)

AZW3 is reflowable; PDF is fixed-layout. The converter has to invent page breaks. Calibre's defaults work well for most novels but produce odd breaks for poetry, technical books with code blocks, or text with lots of headings. Open the conversion dialog, go to 'Look & Feel' → 'Layout' tab, and try the various options: 'Disable font size rescaling' often helps; setting 'Minimum line height' to 1.2 prevents cramped pages.

Images are missing or low-quality in the PDF

Calibre re-encodes images during conversion, sometimes degrading them. In the convert dialog → 'PDF Output' tab → enable 'Pretty print' and set 'Custom size' if you want larger pages for image-heavy books (cookbooks, art books). Also check 'Embed all fonts' to ensure visual fidelity. For maximum image quality, use ebook-convert with `--prefer-author-sort --insert-blank-line --embed-all-fonts`.

Chapter navigation/bookmarks are missing in the PDF

Most AZW3 files have a built-in TOC that Calibre converts into PDF bookmarks. If they're missing, try: 'Convert books' → 'Structure Detection' tab → enable 'Insert metadata as page' and 'Detect chapters using XPath'. The default XPath catches most chapter markers (//h:h1, //h:h2). For non-standard books, you may need to manually adjust the XPath.

Custom fonts in the AZW3 are missing in the PDF

AZW3 supports custom fonts; PDF requires those fonts to be embedded for display. In Calibre's convert dialog → 'PDF Output' → enable 'Embed all fonts'. If the source AZW3 references fonts that aren't installed on your system, Calibre falls back to substitutes — which may not match. Install the source fonts (often visible in the AZW3 metadata or publisher info) for fidelity.

The converted PDF is enormous (50+ MB for a novel)

Two causes: (1) High-resolution images embedded at full size — Calibre's 'PDF Output' → 'JPEG quality' setting reduces images. Try 80%. (2) Embedded fonts add 1-5 MB each. If you don't need exact font match, disable 'Embed all fonts'; the PDF uses system fonts and is smaller.

Text in the PDF is too small to read on iPad/tablet

AZW3 is reflowable based on the reader's font size; PDF is fixed at conversion time. Set a larger base font size in Calibre: 'Convert books' → 'Look & Feel' → 'Base font size' → set to 14pt or 16pt for tablet reading. For iPad-specific output, set page size to 'Cover Tablet' or 'Apple iPad' in 'Page Setup'.

Why convert AZW3 to PDF?

AZW3 is Amazon's modern Kindle format — KF8 internally, with rich layout features that the original MOBI couldn't handle. PDF is the universal printable document format readable on every device ever made. Converting between them is the right move when you want to print your e-book, archive in a future-proof format, read on a non-Kindle device, or annotate with a stylus.

For DRM-free AZW3 — which includes personal documents you've sent to Kindle, public-domain books from Standard Ebooks or Project Gutenberg, and Amazon Kindle Store purchases from publishers that opted out of DRM (Tor.com, Baen Books) — Calibre handles the conversion cleanly with full preservation of chapters, fonts, and images.

For DRM-protected purchases — which is most of what's in the Kindle Store — conversion is legally murky. DRM removal is illegal in most jurisdictions regardless of whether you paid for the book. The Kindle app is free and works on every modern platform, so reading isn't really blocked; only format conversion is. If format-agnostic ownership matters to you, buy from publishers and stores that sell DRM-free.

Assuming legality is sorted, Calibre is the right tool. It's free, open-source, handles AZW3 conversion better than any online tool, and gives you full control over the output. Install once, keep forever, convert your library at your leisure.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Is converting AZW3 to PDF legal?
For DRM-free AZW3: yes, completely. Personal documents, public-domain books, and DRM-free Kindle Store purchases (some publishers opt out of DRM) can be freely converted for personal use. For DRM-protected AZW3: removing DRM is illegal in most jurisdictions (US DMCA, EU directives) regardless of whether you paid for the book. The legal alternative is to read DRM-protected purchases in the Kindle app, which is free and runs on every platform.
Will conversion lose chapter navigation?
No, when using Calibre. Calibre converts the AZW3 table of contents into PDF bookmarks (the sidebar navigation in any PDF reader). Click any chapter title in the PDF outline to jump to that page. Lower-quality online converters sometimes flatten the TOC; Calibre preserves it.
Can I convert Kindle books I purchased to PDF?
DRM-free purchases (some publishers like Tor.com and Baen sell DRM-free): yes. DRM-protected purchases (most Kindle Store books): not legally without authorization. Amazon doesn't authorize converting their DRM books. The DMCA in the US and equivalent laws elsewhere make DRM removal illegal even for content you paid for. If you want format-agnostic ownership, buy from publishers/stores that sell DRM-free (Standard Ebooks, Tor, Baen, Smashwords).
What's the best quality method for AZW3 to PDF?
Calibre with 'Embed all fonts' enabled. The result has highest fidelity — embedded fonts mean the PDF looks identical anywhere, chapter bookmarks transfer cleanly, and image quality is preserved. Calibre's conversion engine is more sophisticated than online converters or OS-level tools.
Can I batch convert many AZW3 files to PDF?
Yes, two ways. Calibre GUI: select multiple books in the library → Convert books → 'Bulk convert' → choose PDF. Calibre CLI: `for f in *.azw3; do ebook-convert "$f" "${f%.azw3}.pdf"; done`. The CLI is faster for large batches.
Does converting AZW3 to PDF preserve highlights and notes?
No. Highlights and notes from your Kindle reading are stored separately in Amazon's cloud (read.amazon.com/notebook), not in the AZW3 file itself. Conversion doesn't access them. To preserve notes, export them from Kindle Notebook before converting the AZW3.
What page size should I use for AZW3 to PDF?
Letter (8.5×11") or A4 (210×297mm) for paper printing. iPad-sized (~7×10") for reading on tablets. Phone-sized for reading on phones (uncommon — phones display PDF awkwardly). Calibre supports custom sizes if you have a specific target device.
Will fonts look the same in the PDF as in the AZW3?
Only if Calibre embeds them. Enable 'Embed all fonts' in the PDF Output tab. Without embedding, the PDF references font names — your reader's PDF viewer substitutes its own fonts if the originals aren't installed, which can shift layout. Embedded fonts make the PDF self-contained and visually consistent everywhere.
Can I add my own cover or formatting before converting?
Yes — Calibre has a built-in editor (right-click book → Edit book) that lets you modify the AZW3 source (HTML, CSS, images) before conversion. Add a cover via 'Edit metadata' → 'Change cover'. Modify chapter styles via the editor's CSS panel. Then convert to PDF with your changes baked in.
Convert AZW3 to PDF Now — Free

No account. No upload. Works in any browser.