Guide

How to Export Gemini Conversations to Word or PDF

To export a Gemini conversation to Word, install a browser extension that adds an export button inside gemini.google.com and choose Word — you get a .docx file with headings, native tables and editable equations. Gemini’s own "Export to Docs" button only moves text into Google Docs, and it drops the parts that are hardest to rebuild.

Published September 17, 2026 · About 5 min read

What Gemini’s built-in export does and does not do

Gemini has an "Export to Docs" action built in, and for a plain prose answer it is perfectly fine. The limitation shows up as soon as the answer contains anything structured.

  • It targets Google Docs only. If you need a .docx or a PDF you still have to export a second time, and each conversion is another chance for the layout to shift.
  • Math does not survive as math. LaTeX tends to arrive as literal characters rather than an equation you can edit.
  • It moves one response at a time, so archiving a whole project means repeating the same steps over and over.

So the built-in button is the right tool when you want a quick text handoff into the Google ecosystem, and the wrong one when the answer contains tables, code or formulas you actually need to keep.

Method 1: Export from inside Gemini

A browser extension puts an export button directly under each Gemini reply. Because it reads the underlying Markdown instead of the rendered page, structure is preserved rather than reconstructed.

  1. Install the TODOC extension from the Chrome Web Store. It also runs in Edge, Brave and Arc.
  2. Open gemini.google.com and go to the conversation you want to save.
  3. Click the export button under the reply.
  4. Choose Word for an editable .docx, PDF for something to send, Excel if the answer is mostly a table, or Markdown for your notes.

The same extension covers ChatGPT, Claude and DeepSeek, so you do not need a separate tool for each assistant.

Method 2: Paste into a web editor (nothing to install)

On a locked-down work machine, or for a one-off file, you can skip the extension entirely.

  1. In Gemini, use the copy button under the response rather than selecting the text with your mouse — it hands you the original Markdown instead of rendered HTML.
  2. Open the TODOC editor and paste. The preview shows exactly how the document will look.
  3. Edit anything you want to change before exporting.
  4. Click Export to Word, PDF or Excel and download the file.

Which button you use to copy is the single biggest factor in whether tables survive. A mouse selection captures what was painted on screen; the copy button gives you the source that the table structure lives in.

Tables, code and formulas

Tables

Gemini answers comparison questions with tables constantly, and a table is the first thing to collapse when text is pasted by hand. Exported properly, a Markdown table becomes a native Word table with real borders and cells, so you can add rows or restyle it afterwards.

Math

LaTeX is converted into native Word equation objects (OMML), which means you can click into a formula inside Word and edit it. Tools that render equations as images give you a document that looks correct but cannot be revised — a real problem when the file is going to a colleague or a supervisor.

Diagrams

When Gemini replies with a Mermaid flowchart or sequence diagram, the raw code is useless inside a document. It gets rendered and embedded as an image instead, so the diagram arrives as a diagram.

Choosing the right format

  • Word — the answer needs further editing, or someone else has to work on it.
  • PDF — the document is final and you just need it to look the same everywhere.
  • Excel — the answer is essentially a table you want to sort, filter or calculate on.
  • Markdown — the destination is Obsidian, Notion or a repo. Single-message Markdown export is free with no daily limit.

Word, PDF and Excel draw on the free allowance: one export without signing in, then 2 free exports per day once you sign in, up to 20,000 characters each. Pro removes the daily limit and unlocks custom document templates.

Frequently asked questions

How do I export a Gemini conversation to Word?

Install the TODOC extension, open the conversation on gemini.google.com, click the export button under the reply and choose Word. You get a .docx file with heading styles, native tables and editable equations. You can also paste the reply into the TODOC web editor and export from there.

Can I export Gemini to PDF directly?

Yes. Choose PDF in the same export menu. That is usually a better route than printing the page to PDF, which captures the site chrome and often breaks tables across pages awkwardly.

Why not just use Gemini’s Export to Docs button?

It works for plain prose, but it only targets Google Docs, it does not keep LaTeX as editable math, and it moves one response at a time. If you need a .docx or PDF with tables and formulas intact, a dedicated export is more reliable.

Will tables and math formulas survive?

Yes. Markdown tables become native Word tables, and LaTeX is converted into Word equation objects that stay editable after export rather than being flattened into pictures.

Is there a free way to export Gemini chats?

You get one export without signing in, then 2 free exports per day once you sign in, up to 20,000 characters each. Markdown export of a single message is free with no daily limit. See all plans.

Can I export several Gemini conversations at once?

Yes. Batch mode in the extension lets you select multiple conversations and export them in one pass. Let the conversation list finish loading before you select, or you will only get the ones already loaded.

Turn a Gemini answer into a real document

No account needed for your first export. Paste, preview, download.

Open the editor