Guide · Ebooks
Kindle and ebook files to PDF, without uploading anything
MOBI, AZW, AZW3, EPUB, FB2 — five formats, one job: getting a readable, printable PDF out of a book that only opens in one app. Here is what each format is, what survives the conversion, and where DRM draws the line.
The formats you will run into
EPUB is the open standard: a ZIP archive containing one XHTML document per chapter plus a manifest that defines the reading order. Almost every reader except Kindle uses it.
MOBI and PRC are the old Kindle formats. Underneath they are Palm databases: a header, a record index, and text records squeezed with a simple LZ77 scheme called PalmDOC. Amazon retired MOBI for sideloading in 2022, which is exactly why so many people now need it as PDF.
AZW is MOBI in a Kindle wrapper. AZW3 — Amazon calls it KF8 — is the modern replacement, storing HTML5 and CSS3 inside the same Palm container so Kindle can render richer layouts.
FB2 (FictionBook) is a single XML document holding the metadata and every section of the book. It is common in Eastern European libraries and trivially machine-readable.
Step by step
- Get the file onto your computer. If the book lives on a Kindle, connect it by USB and copy the file out of the
documentsfolder. - Open the ebook to PDF converter, or a format-specific page: MOBI, AZW3, EPUB, FB2.
- Drag the file into the drop zone. The format is detected from the file itself.
- Click Convert to PDF. A novel takes a few seconds; a thousand-page reference book takes longer because the entire PDF is assembled in memory first.
- Download the result. Nothing was uploaded at any point in that sequence.
What survives, and what does not
The output is a clean text edition. Chapter headings, paragraph structure and reading order are preserved, and the text stays selectable and searchable in any PDF reader. Cover art, inline illustrations and ebook CSS are dropped: reproducing them faithfully would need a full rendering engine, and the result would be a much larger file that still would not match what your e-reader showed. If you need the artwork, keep the original ebook alongside the PDF.
DRM: the honest limitation
Books bought from the Kindle Store, Apple Books or Google Play Books are encrypted and bound to your account. Morphix detects that encryption flag and stops with a message instead of trying to break it — removing DRM is illegal in most jurisdictions, and no browser tool should pretend otherwise. Everything that is DRM-free converts: your own manuscripts, Project Gutenberg and Standard Ebooks downloads, review copies, technical books from DRM-free publishers, and anything you exported yourself.
Why doing it locally matters
A reading list is personal data. Most online ebook converters upload the file to a server, process it in a queue and keep it for hours. Morphix never transmits the file: unzipping, decompression, parsing and PDF writing all execute in the tab you already have open. You can prove it in thirty seconds — open developer tools, switch to the Network tab, and run a conversion. No request carries your book.
Troubleshooting
"This ebook uses HUFF/CDIC compression" — a handful of older MOBI files use a dictionary-based compression this converter does not unpack. Re-export the book as EPUB in an ebook manager and convert that instead.
"This ebook is DRM-protected" — the file is an encrypted store purchase. There is no workaround here by design.
The PDF has odd line breaks — some ebooks store each line as its own paragraph. Converting the source to EPUB first usually produces cleaner paragraph flow.