How to save a ChatGPT conversation as EPUB

Convert a ChatGPT thread, or any article, into an EPUB you can read on a Kindle, a Kobo, or a phone. One step, no Calibre, no upload.

Last updated August 2026

A long ChatGPT thread reads badly as a PDF on a small screen. The page size is fixed, so the text does not reflow, and you spend the session pinching and panning. EPUB is the format e-readers are built for: the text adapts to the screen and the font size you actually use.

The usual route to EPUB is two steps, export Markdown and then run it through Calibre. Web to File writes the EPUB directly.

This guide uses Web to File, a free Chrome extension that converts pages inside your browser. Nothing is uploaded to a server.

Steps

  1. Open the conversation in Chrome. Your own conversations work while you are signed in, as do shared links.
  2. Click the Web to File icon in the toolbar. The side panel opens beside the conversation and shows the thread.
  3. Check the preview. Each turn appears in order with its speaker. The whole thread is there whether or not you have scrolled back through it, because the panel reads the conversation rather than the part of it currently on screen.
  4. Select EPUB and export. The file lands in your Downloads folder and stays in the extension’s export history.

What is inside the file

  • A cover, generated from the title and the source site, so the book has a title on it in a library view instead of a blank placeholder.
  • A table of contents built from the headings in the answers, so you can jump between sections instead of scrolling one long chapter. A thread whose answers use no headings gets a single entry.
  • Embedded images. Pictures are stored inside the .epub rather than linked, which is what keeps the file readable with no connection.
  • The questions and the answers, visually separated. Each turn is labelled with its speaker, and your own messages are tinted so a question never reads as part of an answer.
  • Code blocks with their formatting and exact contents.
  • Metadata: title, author, source URL, and language, so reading apps sort and display the file properly.

Reasoning steps and tool output are left out.

Getting it onto an e-reader

  • Kindle: use Amazon’s Send to Kindle, by email or through the web uploader. Amazon converts the EPUB on arrival and it appears in your library.
  • Kobo, PocketBook, Boox: connect the device by USB and copy the file into its documents folder. These read EPUB natively.
  • iPhone or iPad: open the file and choose Apple Books.
  • Android: any EPUB reader will open it from the Downloads folder.

Because images are inside the file, nothing breaks once the device is offline.

Any page, not just ChatGPT

The same export works on an ordinary article. Open the page, choose Article mode so the navigation and ads are dropped, then export as EPUB. Long-form journalism, documentation, and research write-ups all read better on an e-reader than they do in a browser tab you never get back to.

A few habits make the files worth keeping:

  • Export when you find the article, not when you are about to travel. The page may have changed by then, or be gone.
  • Scroll to the end first on sites that load their text as you scroll, so the whole article has rendered before you export.
  • Use folders, not one big pile. Sorting by topic when you export is much cheaper than sorting later.
  • Put the folder somewhere that already syncs, such as iCloud, Dropbox, or Syncthing, and the files reach your other devices without another service in between.

Articles split across several pages have to be exported one page at a time. If the site offers a “view as single page” or print view, use that first.

EPUB, PDF, or Markdown

Best forText reflowsImages
EPUBReading on an e-reader or phoneYesEmbedded
PDFSharing, printing, archivingNoEmbedded
MarkdownNotes, editing, version controlYesLinked

Choose EPUB when you are going to read the thing, PDF when you are going to send it to someone, and Markdown when you are going to work on it. All three come from the same panel, so it is a per-export choice rather than a commitment.

If a PDF is what you need, the ChatGPT to PDF guide covers the page size and header options that only apply to that format.

Common problems

The panel does not show the conversation. Reload the page, wait for the thread to appear, then open the panel again.

The thread looks incomplete in the preview. Scrolling will not change it, since the export does not come from what is rendered on screen. Reload the page, check that you are still signed in, and open the panel again.

The cover is plain. Covers are drawn from the title and the site name rather than taken from the page, so they are typographic by design. The book is still correctly titled in your library.

Nothing happens on a Chrome settings page. Chrome blocks all extensions on chrome:// pages and on the Chrome Web Store. This applies to every extension, not only this one.

Which AI tools are supported? ChatGPT, on chatgpt.com and chat.openai.com. Other chat tools fall back to ordinary Article or Full Page extraction, which produces a readable file but does not label the turns.

Do I need Calibre? No. The .epub is complete when it is written, and it opens in any reader as it is.

Does my conversation get sent anywhere? No. It is converted in your browser and written to your device. Web to File has no servers of its own. The privacy policy has the full statement.

Can I export several conversations into one book? No. Each export produces one file from the page you are viewing.

Related guides

Try it on the page you are reading

Web to File is free to use, needs no account, and keeps every page on your device. The FAQ has the details.